
TUTORIAL FOR X2 4980 DASHBOARDS ON A DIFFERENT PARTITION
Software needed:
XBtool
Any hex editor (UltraEdit32 is used in this example)
1) Start XBtool.
2) In the "Bios Type" drop down box make sure it says "Multi".
3) Click unpack.
4) Locate and selesct the 4980 bios of your choice and click "Open".
5) Minimize XBtool and goto the folder where your bios was located you should see a folder with the same name as your bios. Enter this folder. You should see 3 files.
2bl.img
remainder.img
xboxkrnl.img
6) Open up xboxkrnl.img in your HexEditor.
7) In your hexeditor find the Goto function. In UltraEdit32 its "Search>Goto Line/Page" (Ctrl+G)

In the box that pops up enter the address 0x2d154.
9) This should jump to that location.
In UltraEdit32 it should look like this:
0002d150h: 00 01 00 00
02 01 00 00 65 76 6F 58 64 61 73 68 ; . . . . . . . . evoXdash
The first section befiore the : is the address
The 16 pairs of numbers after that is the hexcode
After the ; is the ASCII version of the hex code.
10) The number in bold is the code we are interested in (0x2d154). 02 means partition2
11) Click on the 2 in the 02 and press:
1 to boot dashboards from partition E:
0002d150h: 00 01 00 00 01 01 00 00 65 76 6F 58 64 61 73 68 ; . . . . . . . . evoXdash
6 to boot dashboards from partition F:
0002d150h: 00 01 00 00 06 01 00 00 65 76 6F 58 64 61 73 68 ; . . . . . . . . evoXdash
7 to boot dashboards from partition G:
0002d150h: 00 01 00 00 07 01 00 00 65 76 6F 58 64 61 73 68 ; . . . . . . . . evoXdash
12) Close and save this file.
13) Go back to XBtool making sure Multi is still selected.
14) Click on the "Pack" button.
15) Select the xboxkrnl.img you have just edited.
16) A Save As dialog pops up. Enter the name you wish the bios to be called.
17) Your new bios will be in the same folder as your xboxkrnl.img.
18) Flash your modchip with this new bios.
Following on from 0x2d154 you can see the names of the four dashboards in the order they will be loaded. You can rename these if you wish. I would keep the length of the names the same. Only overwrite current names. Do not extend the names as this maight break the bios. This will probably change in the future.