diff --git a/Getting-Started.md b/Getting-Started.md index 581b3b9..bf712d6 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -48,10 +48,10 @@ Here are some hashes. Check them to avoid common problems: MD5 (3944_1M.bin) = e8b39b98cf775496c1c76e4f7756e6ed MD5 (3944_256k.bin) = 542c62cb976a4993c8c5027dff9638ce -If your mcpx dump has an MD5 of 196a5f59a13382c185636e691d6c323d you dumped it badly. It should start with 0x33 0xC0 and end with 0x02 0xEE. - Note: Just like a real xbox, a retail bios will not boot unsigned software. People have reported success with the '4627' modified bios. +If your mcpx dump has an MD5 of 196a5f59a13382c185636e691d6c323d you dumped it badly and it's a couple bytes off. It should start with 0x33 0xC0 and end with 0x02 0xEE. + 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```