mirror of https://github.com/xqemu/xqemu.git
Added stupid workaround for new Windows which might be incompatible with mkisofs from xboxhdm
parent
2baef2d85f
commit
b917d1e60d
|
@ -63,6 +63,7 @@ _or sometimes_
|
||||||
|
|
||||||
Create an Xbox hard-disk image, using xboxhdm or otherwise:
|
Create an Xbox hard-disk image, using xboxhdm or otherwise:
|
||||||
* Create an [xboxhdm](http://sourceforge.net/projects/xboxhdm2/) cd-rom with the dashboard files
|
* 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```
|
* 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```
|
* Run xboxhdm with qemu or something: ```i386-softmmu/qemu-system-i386 -hda xbox_harddisk.qcow2 -cdrom linux.iso```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue