diff --git a/Getting-Started.md b/Getting-Started.md index 9ac66d6..581b3b9 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -40,7 +40,7 @@ XQEMU is a Low-Level Emulator, so you need to find a copy of the stuff the Xbox * Xbox MCP-X boot rom * Xbox 1.0 compatible bios (cromwell, 3944, 4034, 4036, ...) -* Xbox dashboard files on a disk image +* Xbox dashboard files on a hard disk image Here are some hashes. Check them to avoid common problems: @@ -50,7 +50,9 @@ Here are some hashes. Check them to avoid common problems: If your mcpx dump has an MD5 of 196a5f59a13382c185636e691d6c323d you dumped it badly. It should start with 0x33 0xC0 and end with 0x02 0xEE. -Create an Xbox hard-disk image: +Note: Just like a real xbox, a retail bios will not boot unsigned software. People have reported success with the '4627' modified bios. + +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 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```