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