After flashing to 5031 I can't get to EvoX nor can I use any slayer disc (or any executable disc - including original Xbox games).
With the chip on, the X2 boot sequence happens with the loading screen then the Xbox logo with the Xecuter logo, then it goes straight to the MS dash.
Slayer will not load - the Xbox w/MS logo appears and the drive is continually spinning the CD (trying to boot it I assume) and nothing happens. Same happens with any DVDRs and even with official games. I get no errors, it literally keeps spinning/checking the disk with no result.
I cannot FTP into the Xbox or anything so I have no idea what to do. The ini file was placed in the root of F: and is pasted below. My evox dash is also in the root of F:
Anyone have any ideas? I only have a Lite so I can't easily reflash the BIOS
.
With the chip on, the X2 boot sequence happens with the loading screen then the Xbox logo with the Xecuter logo, then it goes straight to the MS dash.
Slayer will not load - the Xbox w/MS logo appears and the drive is continually spinning the CD (trying to boot it I assume) and nothing happens. Same happens with any DVDRs and even with official games. I get no errors, it literally keeps spinning/checking the disk with no result.
I cannot FTP into the Xbox or anything so I have no idea what to do. The ini file was placed in the root of F: and is pasted below. My evox dash is also in the root of F:
Anyone have any ideas? I only have a Lite so I can't easily reflash the BIOS
Code:
;NOTE: Bios will work with all default settings if there is no x2config.ini files detected
; If you flashed the bios correctly you will get XECUTER2 CONFIG LIVE LOADING....
; When starting up your Xbox - this is normal - its simply a small pause to wait for
; your hard drive to initialize. This dull looking screen will be smartened up in future.
;
; Also 1 = ON, 0 = OFF (duh!)
; This file goes to the root of your F or E drive
; startup xbox debug monitor (needs sdk installed)
startDebug = 0
; enable igr
igrEnabled = 1
; display flubber animation
doStartupAnimation = 1
; check if dvdrom is connected
doDvdDriveCheck = 0
; do not reset when pressing on eject button
noResetOnEject = 0
; 255 characters max here, format is <drive>:<path_to_xbe>.xbe, e.g. "f:dashes\avalaunch.xbe"
dash1Name = F:evoxdash.xbe
dash2Name = C:evoxdash.xbe
dash3Name = C:unleashx.xbe
dash4Name = C:xbmc.xbe
dash5Name = C:xboxdash.xbe
; the xbe name of the title image loaded from dvd on startup, 16 chars max!
dvdBootXbeName = default.xbe
; flubber (blob) colors
colorBlob = FF26FF3F
colorBlobGlow = 00A0FF40
colorGreenFog = 00A0FF60
colorFlubberScene = FF35FF19
colorFogGlowStart = FF00FF00
colorFogGlowEnd = 009FFF66
; logo colors
colorXlip = FF000000
colorXlipHighlights = FF4B9B4B
colorInnerWalls = FF216A17
colorInnerGlow = FFCBDF01
colorXboxText = FF62CA13
; protect from connecting to xbox live if modchip enabled
patchXboxLive = 1
; if 1 then system runs without error if clock is invalid
clockErrorCheck = 1
; do random flubber
randomFlubber = 0
; flubber animation number, 0 - 14
flubberAnimationNumber = 2
; speed of xbox fan, value 10 equals 20%, value 50 equals 100%
fanSpeed = 10
; display flubber blob in wireframe mode
flubberWireFrame = 1
; display the TM logo
displayTmLogo = 0
; define the xbox logo background color
xLogoBackgroundColor = FF000000
; stop bios from booting DVDs (straight to dash even with a disc inserted)
disableCdromBoot = 1
; xbox LED color, 0 = off, 15 = green, 240 = red, 255 = orange, 83 = cycle
ledColor = 240