From d2ed6d4bd3c3f58403144b1a1aa54794a2e4977a Mon Sep 17 00:00:00 2001 From: espes Date: Sun, 29 Nov 2015 20:09:25 +1100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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```