Damnnnnnnnnnnnnnnnnn
I'm trying to make a bootdisk to install a new HD.
I tried everything, never boots further then Xboxlogo with MIRCOSOFT under the logo
I have a Evox bootdisk and that just works fine, but the CD i'm trying to make won't boot futher then the logo?


?
Help?
I have a flashed TSOP with evox2.4
HD WD1200, new unformatted
and i use CDRW
Here's my ini
******************************************************************
[Misc]
AutoLaunchGames = No
AutoLaunchDVD = No
DVDPlayer = "e:\dvdx\default.xbe"
AutoLaunchAudio = Yes
#AudioPlayer = "c:\msxboxdash.xbe"
MSDashBoard = "c:\msxboxdash.xbe"
UseFDrive = Yes
SkinName = Administr8or
[Network]
SetupNetwork = Yes
StaticIP = No
Ip = 192.168.0.3
Subnetmask = 255.255.255.0
Defaultgateway = 192.168.0.1
DNS1 = 0.0.0.0
DNS2 = 0.0.0.0
[Clock]
JumpToMsDash = No
JumpIfNoLink = No
SNTP_Server = 216.244.192.3
[FTP]
Enable = Yes
Password = xbox
[RDTOOLS]
Enable = Yes
Name = EvoX
[BIOS]
#
ROM = "EvoX 2.0",0x76fd88337b8d8c1f116f85f3984b98b6
ROM = "EvoX 2.1",0x99487615bb30670cb65993388fcf2a63
ROM = "EvoX 2.2",0x220ade778785cfc3c98bb5ea8bbd8608
ROM = "EvoX 2.3",0xd79bc87c2caa1a50dcc7016adf2ccc0a
ROM = "EvoX 2.4",0xe3ce66b99957a92fdac40af951c3f1fd
#
Flash = 0x01d5,"AMD - Am29F080B",0x100000
Flash = 0x04d5,"FUJITSU - MBM29F080A",0x100000
Flash = 0xadd5,"Hynix - HY29F080",0x100000
Flash = 0x20f1,"ST - M29F080A",0x100000
#Flash = 0x378c,"AMIC - A29002",0x40000
Current = 0xe3ce66b99957a92fdac40af951c3f1fd
[Skin_Original]
#
# <Time> =
# <IP> =
# <Name>
# <Version>
# <CD>
# <BIOSVer>
# <KernelVer>
# <RDName>
# <SpaceC>
# <SpaceE>
# <SpaceF>
# <SpaceX>
# <SpaceY>
# <SpaceZ>
#
Text = 30,37,0.5,0x000000,0,"<Time>"
Text = 28,39,0.5,0x808080,0,"<Time>"
Text = 620,420,0.5,0x000000,1,"<Name> V<Version>"
Text = 618,422,0.5,0x808080,1,"<Name> V<Version>"
Text = 620,37,0.5,0x000000,1,"<CD>"
Text = 618,39,0.5,0x808080,1,"<CD>"
Text = 30,420,0.5,0x000000,0,"RD Name : <RDName>"
Text = 28,422,0.5,0x808080,0,"RD Name : <RDName>"
LogoType= 0
[Menu]
Section "Root"
{
Item "Prepare HD",@210
Item "-----------","c:\nonexist.xbe"
Item "Fix Attributes","d:\attrib.xbe"
Item "-----------","c:\nonexist.xbe"
Item "MS Dashboard",@3
Item "Reboot",@5
Item "Power Off",@10
Section "System Utils"
{
Item "Settings",@9
Item "Flash BIOS",@1
Item "Backup",@11
Item "Skins",@13
}
Item "-----------","c:\nonexist.xbe"
Item "Flash Bios to EvoX2.4",@211
}
[Action_10]
LogFile = "f:\test.log"
Info "Prepare NewHD"
Warning "This will format all drives"
Warning "This will Copy Dashboard and Apps"
Progress "Now Preparing New HD"
#
# This will format alle drives
#
ConfigSector "\hd.bin"
Format c:
Format e:
Format f:
Format x:
Format y:
Format z:
copy "\cdrive\" "c:\"
copy "\edrive\" "e:\"
[Action_11]
Info "Flash Bios"
Warning "This will flash your onboard with Evox 2.4"
Progress "Now Flashing"
flashbios "\bios\evoxV2.4.bin"
*************************************************************