Added stupid workaround for new Windows which might be incompatible with mkisofs from xboxhdm

Jannik Vogel 2017-05-23 21:05:13 +02:00
parent 2baef2d85f
commit b917d1e60d
1 changed files with 1 additions and 0 deletions

@ -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```