Skip to content

haku1806/windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

windows

install windows in linux (Ubuntu)

mount -t tmpfs -o size=8000m tmpfs /mnt

// file win.iso wget -P /mnt http://51.15.226.83/WS2012R2.ISO wget -qO- /tmp https://cdn.rodney.io/content/blog/files/vkvm.tar.gz | tar xvz -C /tmp /tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 2000M -localtime -enable-kvm -cpu host,+nx -M pc -smp 4 -vga std -usbdevice tablet -k en-us -cdrom /mnt/WS2012R2.ISO -hda /dev/vdb -boot once=d -vnc :1

apt-get install tmux tmux /tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 2000M -localtime -enable-kvm -cpu host,+nx -M pc -smp 4 -vga std -usbdevice tablet -k en-us -hda /dev/vdb -boot c -vnc :1

About

install windows in linux (Ubuntu)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages