| 
							
							This is my second xbox mod.  Unfortunetly, I forgot the finer detail of how I swapped out the hdd.  This what I have going on, to this point.  Intalled x3 ce mod chip, flashed bios with x3 3294, Installed Evolutionx build 3935 on the Original hdd.  Used memorex cd-r disk to do all of this.  I ftp'ed hdd to back up files to pc.  I also backed up using the dashboard for the five backup files.  I put in the new hdd.  The bios x3 3295 had a hdd format and partition option and I used it creating the f drive.  I shows that the pratitions have been created.  104 gb on the f drive.  the hdd is a seagate 120gb.  here is the problem now.  I make my intall disk and it won't load.  It boots the the x3 3294 bios screen. I am using the same disks as i used on the bios install.  I am using the same Evolutionx build 3935. The ini. file looks as follows.  I mad the iso file using craxtion, then made cd-r using nero 6.  Any advise as to what to try would help.  I am going to flash a different bios to the chip on the other bank to see if it helps.  one more thing, it will boot a game with the chip enabled.
 [Misc]
 
 AutoLaunchGames	= yes
 AutoLaunchDVD	= No
 DVDPlayer	= "f:\apps\dvd2.0\default.xbe"
 AutoLaunchAudio	= No
 #AudioPlayer	= "c:\xboxdash.xbe"
 MSDashBoard	= "c:\xboxdash.xbe"
 UseFDrive	= Yes
 UseGDrive	= no
 SkinName	= Original
 #SkinName	= RuDeDuDe2
 UseItems	= Yes
 ScreenSaver	= 5
 Fahrenheit	= No
 ShadeLevel	= 90
 EnableSMART	= Yes
 HDD_Temp_ID	= 194
 ChameleonLed	= 15
 TSR_Type	= 0
 IGR		= No
 GameRegion	= 0
 
 
 [Network]
 
 SetupNetwork	= Yes
 StaticIP	= no
 Ip		= 192.168.0.1
 Subnetmask	= 255.255.255.0
 Defaultgateway	= 192.168.1.1
 DNS1		= 0.0.0.0
 DNS2		= 0.0.0.0
 SetupDelay	= 10
 SkipIfNoLink	= No
 
 [Clock]
 
 JumpToMsDash	= No
 JumpIfNoLink	= Yes
 Use24		= Yes
 SwapDate	= No
 SNTP_Server	= 0.0.0.0
 
 [FTP]
 
 Enable		= Yes
 Password	= xbox
 
 [Telnet]
 
 Enable		= Yes
 
 [RDTOOLS]
 
 Enable		= Yes
 Name		= XBOX_V1.6
 
 [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		= 0xbf61,"SST - 49LF020",0x40000
 #Flash		= 0x378c,"AMIC - A29002",0x40000
 Current		= 0xc349c2b047a3d6c2de2e1c10185ecf86
 
 [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 "Install Menu"
 {
 Item "Install New drive",@210
 Item "MS Dashboard",@3
 Item "Reboot",@5
 Item "Power Off",@10
 }
 
 [Action_10]
 
 
 Info "Install HDD - Xbox-Scene"
 Warning "This will format all drives"
 Warning "Make sure you have a backup of C & E"
 Progress "Formatting drives"
 
 ConfigSector "backupdisk.bin"
 Format c:
 Format e:
 Format f:
 Format x:
 Format y:
 Format z:
 |