xboxscene.org forums

Author Topic: Evox Doesnt Recognize Bios In C:bios  (Read 43 times)

spuddy

  • Archived User
  • Newbie
  • *
  • Posts: 3
Evox Doesnt Recognize Bios In C:bios
« on: August 23, 2003, 12:09:00 AM »

Use X2BM to get the right size bios.  Name your bios correctly bios.bin.  Unzip it first.  Otherwise yoyu need to post more info.
Logged

spuddy

  • Archived User
  • Newbie
  • *
  • Posts: 3
Evox Doesnt Recognize Bios In C:bios
« Reply #1 on: August 23, 2003, 12:10:00 AM »

Fix your evox ini.
Logged

rastaman1201

  • Archived User
  • Newbie
  • *
  • Posts: 4
Evox Doesnt Recognize Bios In C:bios
« Reply #2 on: August 23, 2003, 11:14:00 AM »

thanks for the info.

what should my .ini file have in it so evox recognizes the bioses?
Logged

Damianb

  • Archived User
  • Newbie
  • *
  • Posts: 12
Evox Doesnt Recognize Bios In C:bios
« Reply #3 on: August 23, 2003, 11:26:00 AM »

1. Open X2BM
2. Click on the first bank
3. Click Import
4. Now find 256k bin file, click it then click open

This will load up the bank with your bios
Now do Steps 2 - 4 with the 3 banks left
Use the same bios file in all four banks

Make sure Image Size is dotted in 1024k
Now click Save and call it what you like

You now have the bios to flash your chip

Put this new bios in your BIOS folder in your Xbox C: drive
Put this line in your Evox.ini file under [MENU] section root

Item "Flash BIOS",@1

And this line (where the other Flash = are)

Flash = 0x01d5,"XECUTER2",0x100000
Now reboot your Xbox and you should see Flash BIOS in your menu
Click it and flash your chip
It will ERASE your chip (don't panic)
Flash your chip
Then shut down the Xbox

Reboot up
Job done
DONT DO THIS WITH EVOLUTION X 1.8.3682 there is a bug
Use either 3285 or 3752
Logged

rastaman1201

  • Archived User
  • Newbie
  • *
  • Posts: 4
Evox Doesnt Recognize Bios In C:bios
« Reply #4 on: August 23, 2003, 09:57:00 PM »

thanks for the info.

I didnt mention that i have a matrix mod chip.  I think the .ini file is written differently for the matrix chip than for a xecuter chip.

what should i use for my  matrix mod chip and my menu.ini file?

here's my ini file that Ive edited and used

#tDoBIOS=1,
#tDoFlashBIOS=2,
#tDoDash=3,
#tDoLaunchMenu=4,
#tDoReboot=5,
#tDoNetwork=6,
#tDoHarddisk=7,
#tDoLaunch=8,


Section "Root"
{

   Item "MS Dashboard",@3
   Item "Reboot",@5

   Section "System Utils"
   {
      Item "Network",@6
      Item "Harddisk",@7
      Item "Flash BIOS",@1

   }

   Section "System"
   {
      Item "Settings",ID_Settings
      Item "Flash BIOS",ID_Flash_Bios
      Item "Backup",ID_Backup
      Item "Skins",ID_Skins
      "Flash = 0xbf61,"SST - 49LF020",0x40000" for Matrix/Xodus
      
      Item "Reboot",ID_Quick_Reboot
      Item "Power Off",ID_Power_Off
   }


   Section "Launch Menu"
   {
      Section "Games"
      {
         Item "Medal","f:gamesMedaldefault.xbe"
         Item "Halo","f:gameshalodefault.xbe"
         Item "Halo 2","f:gameshalo2default.xbe"
         Item "N64","f:n64emdefault.xbe"
         Item "Matrix","f:gamesmatrixdefault.xbe"
         Item "NightsOfTheRepublic","f:gamesstarwarsdefault.xbe"
   Item "MetalGear","f:gamesmetalgeardefault.xbe"
         AutoAddItem "f:games"
         AutoAddItem "f:games"
         Line "- Auto Items -",2
         SortStart
         AutoAddItem "f:games"
         SortEnd
         # SortAll
         
      }

      Section "Movies"
      {
         Item "Jackass","f:moviesjackassdefault.xbe"
         Item "Media","f:Xmediadaedalus"
         AutoAddItem "f:movies"
         AutoAddItem "f:movies"
         Line "- Auto Items -",2
         SortStart
         AutoAddItem "f:movies"      
         SortEnd
         # SortAll      

      }
      
      Section "Apps"
      {

         AutoAddItem "e:apps"
         AutoAddItem "f:apps"
         Line "- Auto Items -",2
         SortStart
         AutoAddItem "e:apps"
         SortEnd

      }
      

   }
}
Logged