Updated Getting Started (markdown)

espes 2015-11-29 20:09:25 +11:00
parent 39afc27323
commit d2ed6d4bd3
1 changed files with 2 additions and 2 deletions

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