Skip to content

kuwacom/windows-on-linode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-on-linode

install windows on linode

How to install

1. Create node

First create a node without an image.
image
*Click the red circle.

2. Add storage

After creating the node, go to the storage tab and create a disk for windows.
image
Enter as shown in the image.
image

3. Launch configuration

Next Go to configuration tab and add configuration.
image
Change VMmode to "Full virtualization"
image
Change the kernel in BootSettings to "Direct Disk".
image
Select the disk created earlier for "/dev/sda" in Block Device Assignment.
image

4. Startup

Once everything is set, select Rescue from the top right menu and reboot.
image
After booting is complete, click "Launch LISH Console" and log in to the CLI for rescue.
image
Rewrite <VERSION> to your favorite Windows version (10, 12, 16, 19) and run it in console.
wget -O - --no-check-certificate https://archive.org/download/windows4vpsisorecoverrrq11/windows<VERSION>.gz | gunzip | dd of=/dev/sda
image Let's have some tea and wait...

After the installation is done, reboot the node.

5. WINDOWS!!

When node starts, click "Launch LISH Console" again and open the Glish tab.
image
Then there is the loading screen of Windows!...
image
After completing the basic settings...

DONE!!
image


Please do the rest of the remote desktop settings yourself!**

About

install windows on linode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages