From b917d1e60d367fade26452cd845ebf314764cda9 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Tue, 23 May 2017 21:05:13 +0200 Subject: [PATCH] Added stupid workaround for new Windows which might be incompatible with mkisofs from xboxhdm --- Getting-Started.md | 1 + 1 file changed, 1 insertion(+) 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```