diff --git a/README.md b/README.md index 6263ae9..ba7c6bf 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,4 @@ If instead of QEMU, you'd like to import the setup into Virt-Manager for further You're done! -To fine-tune the system and improve performance, look in the `docs` folder for more information on [adding memory](docs/guide-performance.md), seting up [bridged networking](docs/guide-networking.md), adding [passthrough hardware (for GPUs)](docs/guide-passthrough.md), and enabling sound features. +To fine-tune the system and improve performance, look in the `docs` folder for more information on [adding memory](docs/guide-performance.md), setting up [bridged networking](docs/guide-networking.md), adding [passthrough hardware (for GPUs)](docs/guide-passthrough.md), and enabling sound features. diff --git a/basic.sh b/basic.sh index 0b8263a..9529d32 100755 --- a/basic.sh +++ b/basic.sh @@ -40,7 +40,7 @@ qemu-system-x86_64 \ -device ich9-ahci,id=sata \ -drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 \ -device ide-hd,bus=sata.2,drive=ESP \ - -drive id=InstallMedia,if=none,file=BaseSystem.img \ + -drive id=InstallMedia,format=raw,if=none,file=BaseSystem.img \ -device ide-hd,bus=sata.3,drive=InstallMedia \ -drive id=SystemDisk,if=none,file="${SYSTEM_DISK}" \ -device ide-hd,bus=sata.4,drive=SystemDisk \