QEMU: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 6: Line 6:
cd ~\Downloads
cd ~\Downloads
qemu-system-x86_64.exe -cdrom ubuntu-20.04-desktop-amd64.iso -boot once=d -m 1G
qemu-system-x86_64.exe -cdrom ubuntu-20.04-desktop-amd64.iso -boot once=d -m 1G
</source>
<source lang="text">
"C:\Program Files\qemu-2.1.0\qemu-system-x86_64.exe"
-drive "file=C:\disk1.vmdk,index=0,media=disk"
-drive "file=C:\disk2.vmdk,index=1,media=disk"
-smp 4
-net nic,vlan=0,macaddr=52-54-00-B3-47-55,model=rtl8139
-net user,hostfwd=tcp::9000-:80
-m 1024
</source>
</source>

Revision as of 07:18, 13 May 2020

Install Ubuntu 20.04 LTS

https://help.ubuntu.com/lts/installation-guide/amd64/ch03s05.html

cd ~\Downloads
qemu-system-x86_64.exe -cdrom ubuntu-20.04-desktop-amd64.iso -boot once=d -m 1G
"C:\Program Files\qemu-2.1.0\qemu-system-x86_64.exe"
-drive "file=C:\disk1.vmdk,index=0,media=disk"
-drive "file=C:\disk2.vmdk,index=1,media=disk"
-smp 4
-net nic,vlan=0,macaddr=52-54-00-B3-47-55,model=rtl8139
-net user,hostfwd=tcp::9000-:80
-m 1024