diff --git a/Getting-Started.md b/Getting-Started.md index 399913f..1fee7b2 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -63,6 +63,7 @@ _or sometimes_ Create an Xbox hard-disk image, using xboxhdm or otherwise: * Create an [xboxhdm](http://sourceforge.net/projects/xboxhdm2/) cd-rom with the dashboard files + * If xboxhdm doesn't work for you, try to set the included "mkisofs.exe" to run in Windows XP compatibility mode * Create a blank hard-disk file: ```qemu-img create -f qcow2 xbox_harddisk.qcow2 8G``` * Run xboxhdm with qemu or something: ```i386-softmmu/qemu-system-i386 -hda xbox_harddisk.qcow2 -cdrom linux.iso```