Problems with Using Gentoox loader and harddrive issues

A place to ask all newbie questions and not get flamed, though you will get beaten down if you post a newbieish question outside of these walls.
Post Reply
tipsymonkey
Newbie
Posts: 2
Joined: Thu Nov 09, 2006 10:16 am

Problems with Using Gentoox loader and harddrive issues

Post by tipsymonkey »

Hi sorry if the questions i ask have an obvious answer, i have been trying to find the information i need!

Anyway, i have an xbox which has an Xecuter 2.6 mod chip in it, i have flashed the X2 5035 bios on the first bank but i can't get it to load as my hard drive is locked, i stupidly overwrote the whole drive when i had linux running using the softmod process. so i can't unlock it? is the hard drive useless now? i am not planning to run any games, i want a hard drive that i can use for linux.

I also wanted to put the gentoox bios on the other bank of the mod chip, but it won't flash, well it flashes but when u run the xbox afterwards it runs flashbios again, i guess this is because the bios needs to be 512K not 256K as the loader is, i have seen it mentioned that u can resize the bios, how can this be done?

sorry if i have not given any useful information, about my prob, really would like some advice. Many thanks
tipsymonkey
Newbie
Posts: 2
Joined: Thu Nov 09, 2006 10:16 am

Post by tipsymonkey »

well i think i have found out how to resize the bios file, will try it now! funny how u find things when u spends ages looking just when u ask for help!

any help with the hard drive prob would be great, i guess i am gonna need a new one?
gnif
Novice
Posts: 42
Joined: Wed Sep 13, 2006 2:07 pm

Post by gnif »

Flash your bios with Cromwell/GentooX and in the advanced you should be able to unlock your HDD.

Simple way to resize the bios...

Linux:
256K -> 512K

Code: Select all

cat 256kbios.bin > 512kbios.bin
cat 256kbios.bin >> 512kbios.bin
512k -> 1024k (1MB)

Code: Select all

cat 512kbios.bin > 1024kbios.bin
cat 512kbios.bin >> 1024kbios.bin
Windows:
Open a command prompt:
256K -> 512K

Code: Select all

type 256kbios.bin > 512kbios.bin
type 256kbios.bin >> 512kbios.bin
512k -> 1024k (1MB)

Code: Select all

type 512kbios.bin > 1024kbios.bin
type 512kbios.bin >> 1024kbios.bin
kikofras
Newbie
Posts: 7
Joined: Thu Nov 30, 2006 5:34 pm

Post by kikofras »

can u xplain more accurately the flash process pleasE? im in hte same problem woth my bios.... only cromwell and i cannot run anything


many thanks


kikofrass
ShALLaX
Site Admin
Posts: 1973
Joined: Sun Aug 10, 2003 9:25 pm
Location: England
Contact:

Post by ShALLaX »

cat 256k.bin 256k.bin 256k.bin 256k.bin > 1024k.bin

Much easier ;)
The original Xbox adaptation of Gentoo
Post Reply