What you need:
Software:
1. Frosty's xbox rescue disc (from usual place)
2. Kingroach Ndure 3.1 (usual place)
3. msdash 5960 (From Slayer's or CASH 1.1 or your own backup from C drive)
4. Any xiso tool. I use qwix.
5. ConfigMagic latest version (usual place)
Hardware:
A power source for IDE hdd. I used the power connector from my USB IDE enclosure/adapter.
Preparation Steps:
1. Extract Frosty's iso to a folder. I name it lxhdm.
2. Delete root.xbe from lxhdm folder.
3. From Kingroach Ndure's E folder's ndts folder, copy unleashx.xbe to lxhdm folder and rename it as root.xbe
4. Copy config.xml to lxhdm folder.
CODE
<UnleashX>
<Settings>
<Password MaxTries="3"></Password>
<Network Enable="Yes" Type="DHCP">
<IP>192.168.0.100</IP>
<Subnet>255.255.255.0</Subnet>
<Gateway>192.168.0.1</Gateway>
<DNS1>192.168.0.1</DNS1>
<DNS2>192.168.0.7</DNS2>
</Network>
<FTP Enable="Yes">
<User>xbox</User>
<Password>xbox</Password>
<Port>21</Port>
<MaxUsers>2</MaxUsers>
<AllowAnon>No</AllowAnon>
<Greeting>Welcome to XBOX FTP Server</Greeting>
</FTP>
<Preference>
<Games AutoLaunch="No" />
<DVD AutoLaunch="No">E:\apps\xbmc\default.xbe</DVD>
<AudioCD AutoLaunch="No">E:\apps\xbmc\default.xbe</AudioCD>
<Data AutoLaunch="No"></Data>
<FanSpeed>1</FanSpeed>
<ScreenSaver Wait="60">
<Text>lxhdm</Text>
</ScreenSaver>
<AutoTurnOff>0</AutoTurnOff>
<AutoPatch>No</AutoPatch>
<ContextMenu AllowRecentList="No"></ContextMenu>
<VideoSettings FilterLevel="1"></VideoSettings>
<EnableDriveF>False</EnableDriveF>
<EnableDriveG>False</EnableDriveG>
</Preference>
</Settings>
<Menu>
<Item Action="D:\default.xbe">Relaunch d:default.xbe</Item>
<Item Action="PrepareHD">Prepare New HD</Item>
<List Text="System" Sort="Off">
<List Text="Format Menu" Sort="Off">
<Item Action="Format" Arg1="X" >Format X Drive</Item>
<Item Action="Format" Arg1="Y" >Format Y Drive</Item>
<Item Action="Format" Arg1="Z" >Format Z Drive</Item>
<List Text="Format C Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive C?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="C" >Format C Drive</Item>
</List>
<List Text="Format E Drive" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive E?</Item>
<Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
<Item Action="Format" Arg1="E" >Format E Drive</Item>
</List>
</List>
<Item Action="Copy" Arg1="D:\CDrive" Arg2="C:\">Copy C Backup</Item>
<Item Action="Copy" Arg1="D:\EDrive" Arg2="E:\">Copy E Backup</Item>
</List>
<Item Action="FileManager">File Explorer</Item>
<Item Action="D:\Applications\ConfigMagic\default.xbe">Lock hard drive</Item>
<Item Action="Restart">Reboot</Item>
<Item Action="Shutdown">Shutdown</Item>
</Menu>
</UnleashX>
5. Create a CDrive folder in lxhdm folder.
6. Create a EDrive folder in lxhdm folder.
7. In CDrive, place the files in this order.
a. msdash 5960 files
b. kingroach ndure's C folder files.
8. Delete away ernie.xtf and xbox.etf in xodash folder of CDrive folder.
9. Create a ndure folder in lxldm and copy ernie.xtf, xbox.xtf there.
10. Copy kingroach ndure's E folder files to EDrive.
11. Delete away DVD2xbox folder in Applications.
12. Create a ConfigMagic folder in Applications and copy the relevant files there.
13. Create the xiso with qwix.
14. Burn to a DVD-R at 4x. (or whatever media works for your xbox's dvd drive).
The next post will outline the execution steps.
This post has been edited by Bomb Bloke: Jul 30 2008, 05:10 PM