NotebookForums.com › Forums › Notebook Manufacturers › Dell Forums › Dell Home (Inspiron, XPS, Studio) › 6800 Ultra Bios Flash Directions
New Posts  All Forums:Forum Nav:

6800 Ultra Bios Flash Directions

post #1 of 196
Thread Starter 
*DISCLAIMER* This is still a very risky activity. Do not continue if the thought of breaking your computer scares you.

In the interim of finding a way to unlock manual overclocking in the 6800 Ultra bios, you can edit your bios' default core and memory clock speeds as a workaround.

There is a very long thread on how to do this by hand at http://www.notebookforums.com/showthread.php?t=91802.

The process involves making a boot CD and retrieving your bios with NVFLASH and then hex editing the values. It's not overly complex, but it is a little technical, and you should all be greatful to Shoman24v for testing my theories and risking his machine.

Since our initial experiment, which was a success, Cornholio has been making a collection of bioses with popular core/memory clocks to simplify the process which RamIt is hosting.

Now you can benefit from these guys' hard work by using their presets to flash your bios, instead of hex editing yourself.

Here are the simplified steps:

Download this CD image: http://home.comcast.net/~deschampsco...00UBOOTROM.rar
This is a bootable DOS CD that also contains nvflash and all the modded bioses, as well as a copy of the original bios.
Burn this image onto a CD-R (NOT CD-RW) using your favorite burning software.

Reboot. Press F12 to enter your selective boot menu.
Select your CD-ROM drive.
Select the first mode (highest compatability).
Press enter when you are prompted about your CD drive.
Wait for the 'R:\' prompt.
Type 'nvflash -c'. This will verify that nvflash can write to your eeprom.
Type 'nvflash [name of bios to use]'. This will flash your bios. Do not forget the .rom file extension of the name.
Reboot.

That's it. Easy peasy lemon squeezy.

If for some reason you cannot boot from your CD, you may have to make a CD following the instructions from the original post. Unzip the bioses which are hosted by RamIt (see post below) and add them to the same folder you add nvflash to. When you have finished making your CD, return to this post for the rest of the instructions.

Hope this makes it easy on you, the other post was getting a bit long.
post #2 of 196
Recommended:

Link for the cdrom image in a self extracting format with the bios files.:
http://home.comcast.net/~deschampsco...00UBOOTROM.exe


These need a fat partition with to work:

Link for the cdrom image in iso format without the bios files:
http://home.comcast.net/~deschampsco...on/NVFlash.iso

Link for the modified bios files for the ultra only. Contains the original bios:
http://home.comcast.net/~deschampsco...BIOS_STUFF.zip
post #3 of 196
We need a set of bios that brings the card back to its stock clocks of 450/1100

Can someone make it for us?

When setting the memory can you set it at 552mhz instead of 550? At least that way it will be over 1100mhz instead of under..

Thanks!
post #4 of 196
Thread Starter 
What is your email again?

By the way, here is a quick tutorial on how to pass the checksum, which is the hardest part of the hex editing process.

1. Open up windows calculator in scientific mode.
2. Do the checksum-16. Note your result.
3. Set calc to hex, enter checksum result. Set calc to decimal. Note converted value of checksum. We'll call this 'a'.
4. If 'a' is greater than 50944, then subtract 50944 from 'a'. If 'a' is less than 50944, then subract 'a' from 50944. This is our difference 'b'.
5. Set calc to hex. Enter the last block of hex in the file (1 block = 2 hex values = 4 digits. e.g. FFFF). Set calc to decimal. Note converted value of block. We'll call this 'c'.
6. If 'a' was greater than 50944, then subtract 'b' from 'c'. If 'a' was less then 50944, then add 'b' to 'c'. Set calc to hex. This is our final result 'd'.
7. Change last block of hex in file to 'd'.
8. Run checksum-16 again to verify result is now C700.
post #5 of 196
Quote:
Originally Posted by yagiska
What is your email again?
I wanted a set of bios that was clocked at 450/1100, just to bring my card back up to stock clocks. Can you do that for me?

If you do set the memory at 552mhz so the clocks will be slighly over 1100mhz.

post #6 of 196
Thread Starter 
Quote:
Originally Posted by shoman24v
I wanted a set of bios that was clocked at 450/1100, just to bring my card back up to stock clocks. Can you do that for me?

If you do set the memory at 552mhz so the clocks will be slighly over 1100mhz.

That's why I need your email
post #7 of 196
WOW that is awsome. Great work!!!!
post #8 of 196
Quote:
Originally Posted by yagiska
That's why I need your email
shoman24v@yahoo.com
post #9 of 196
Quote:
Originally Posted by RamIt
You want to go stock too?
post #10 of 196
Quote:
Originally Posted by RamIt
Not a chance
hahahah I got owned....

Man is it considered slacking when you are waiting for maps to print and surfing the internet....
post #11 of 196
Quote:
Originally Posted by RamIt
shoman24v, here is your bios @ 450-1104 made by yagiska. I assume you need to add the .rom file extension to use it.



http://home.comcast.net/~deschampsco...ion/Stock6800U
gonna try it now, thanks
post #12 of 196
Thread Starter 
Woops. Yeah, can you add .ROM to the end of that filename?

Oh, and RamIt, can you keep adding to your first post in this thread when you add new links so that info stays at the top?

That way directions and links will all be in the first 2 posts.

Also, someone else is going to have to create the boot CD with all the bioses in the same directory as nvflash and then rip the iso. I'm all out of CD-Rs. All I have left is DL DVD+Rs, and I ain't using those.
post #13 of 196
Quote:
Originally Posted by yagiska
Woops. Yeah, can you add .ROM to the end of that filename?

Oh, and RamIt, can you keep adding to your first post in this thread when you add new links so that info stays at the top?

That way directions and links will all be in the first 2 posts.
That file 450/1100 didn't work.

PROGRAMMING ERROR
Cannot open a non-page boundary
post #14 of 196
Thread Starter 
This is the part where my disclaimer comes into play.

This is weird. A final block of FF4D generates the proper checksum. So does a final block of B29A. Try the one I'm about to send you that uses the other final block.

If it does, I don't know what to tell you. The reasoning is beyond my knowledge.

Have all the bioses in that zip been confirmed to work?
post #15 of 196
Quote:
Originally Posted by yagiska
This is the part where my disclaimer comes into play.

This is weird. A final block of FF4D generates the proper checksum. So does a final block of B29A. Try the one I'm about to send you that uses the other final block.

If it does, I don't know what to tell you. The reasoning is beyond my knowledge.
Make sure you save it as an ROM this time lol.
post #16 of 196
Ok, that one worked. Thank you very much

I am now clocked at 450/1101.6

3DMark05 5238
3DMark03 12029

I'm happy. I'm still waiting from a response from the author of NiBiTor to hopefully unlock my stock bios.
post #17 of 196
Quote:
Originally Posted by yagiska
This is the part where my disclaimer comes into play.

This is weird. A final block of FF4D generates the proper checksum. So does a final block of B29A. Try the one I'm about to send you that uses the other final block.

If it does, I don't know what to tell you. The reasoning is beyond my knowledge.

Have all the bioses in that zip been confirmed to work?
I believe both are valid of many possible checksums in this case multiples of 64K (FFFFF) by summing/all the bytes in the files and only checking/comparing the last 2 bytes, much like spot checking the last 4 digits of SSN. Checksums are just quick check not 100% data validity check. In our cases we only intent to change the values not the instructions of the codes/bios. One can also inavertedly change the other data/corrupt the file and still pass checksum, since we are basically forcing the checksum to be passed regardless.

I got 62xx 3d2005 w/ 525/1300 w/ 512MB RAM. Also tried 545/1300 and Auto OC (effectively 545-563/1300) but locked up during nature. I use AirCon. Those that have problems w/ lower speeds have y'all tried w/ AC fullblast. Nice things about laptops is you can use near AC in many places like cars, etc. I also have a mini basket (10"x8"x4") where I keep all the misc stuff cables/ac adapter/5.1 headphones amp/ which also fit a mini hispeed 120v fan as my power cooler. Fan + amp + 130w adapter all plug into a thin extension cord coming out of the basket.

Again, thanks for all your work.


Again, thanks for all your great work.
post #18 of 196
Why did we start a new thread? Now people will be posting information in both. The orginal post on the original thread should have been modified.
post #19 of 196
Quote:
Originally Posted by RamIt
because this is specific for the ultra cards and the other one is getting a little messy.

You will still have many people asking about NON Ultra cards here...
post #20 of 196
Quote:
Originally Posted by RamIt

yagiska or anyone else. Could someone make an iso with the bios roms included on the cd?

I have made a bootable ISO made with all the ROM files I made and the orginal. Do you want it to host? Works like a charm. Bioses will be on R: instead of C: So you will have to flash from that path.
New Posts  All Forums:Forum Nav:
  Return Home
NotebookForums.com › Forums › Notebook Manufacturers › Dell Forums › Dell Home (Inspiron, XPS, Studio) › 6800 Ultra Bios Flash Directions