Notebookforums
 
 Home 
       
 Forums 
 
 Guides 
   
Old 07-23-2007, 06:41 PM   #1
sevenflow
Registered User

Join Date: Jul 2007
Posts: 11
Credits: -337
 
sevenflow is a n00b, but everyone loves n00bs!
nvflash -r
nvflash --list > output1.txt
nvflash -c > output2.txt
nvflash -b diag.rom
nvflash -k diag.rom > output3.txt
nvflash -4 -5 -6 -A -y temp.rom
del temp.rom

Going to try that, and paste the txt stuff here so someone better at this than I can interpret

Uh oh, page 8

Last edited by sevenflow; 07-23-2007 at 07:33 PM.
sevenflow is offline   Reply With Quote
Old 07-23-2007, 07:27 PM   #2
sevenflow
Registered User

Join Date: Jul 2007
Posts: 11
Credits: -337
 
sevenflow is a n00b, but everyone loves n00bs!
When it beeps twice, that's to let me know I can remove the drive and restart / turn off the laptop, yes?

Err, actually, what does diag.rom refer to in
nvflash -r
nvflash --list > output1.txt
nvflash -c > output2.txt
nvflash -b diag.rom
nvflash -k diag.rom > output3.txt
nvflash -4 -5 -6 -A -y temp.rom
del temp.rom

I'm assuming it backs up the rom from the laptop you're flashing and outputs a diagnostic txt file. Anyway, I ran that with temp.rom as "reg.rom," corresponding files renamed as well. It didn't output any text files to the drive, and it's the same as before.

Last edited by sevenflow; 07-23-2007 at 07:41 PM.
sevenflow is offline   Reply With Quote
Old 07-23-2007, 07:59 PM   #3
zzpulp
@laptopvideo2go.com
 
zzpulp's Avatar

Join Date: Aug 2006
Location: state of confusion
Posts: 4,180
Credits: 9,073
 
zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.
Sorry, you reminded me I needed to refresh my dos batch programming so as not to have to toy around with nvflash so much. Anyway, that autoexec does have a flaw but it WONT affect whether your card is flashed or not. It would only affect how many times your card was flashed if it was recovered. Anyway, the code should have been:

(provided you call your functioning copy of the bios temp.rom)
Code:
nvflash -r
nvflash --list > output1.txt
nvflash -c > output2.txt
nvflash -b diag.rom
nvflash -k diag.rom > output3.txt
nvflash -4 -5 -6 -A temp.rom
del temp.rom
nvflash -y
It would be less sloppy to call another batch file to do the flashing but ah, I'll keep it simple.
zzpulp is offline   Reply With Quote
Old 07-23-2007, 10:47 PM   #4
sevenflow
Registered User

Join Date: Jul 2007
Posts: 11
Credits: -337
 
sevenflow is a n00b, but everyone loves n00bs!
Well, I did everything to the letter, and it didn't output any text files. Flashing also didn't work. Pretty sure I'm screwed.
sevenflow is offline   Reply With Quote
Old 07-24-2007, 01:00 AM   #5
sevenflow
Registered User

Join Date: Jul 2007
Posts: 11
Credits: -337
 
sevenflow is a n00b, but everyone loves n00bs!
Right, I know I should be getting them, but I'm not. Since the beeps let you know the flash is complete, and the flash runs after the diagnostics in the autoexec.bat, I should be getting .txt files on the flashdrive, but I'm not. Don't know why.

I only tried two different ROM files - the one from MKVtech, and yours.

EDIT: I tried the flashdrive with only the output commands, no flashing involved. After an hour or two, it beeped, and the flash drive still has no .txt's on it. Why would it beep, even though I didn't have it set to flash?

These are the commands that were in the autoexec.bat
Code:
nvflash -r
nvflash --list > output1.txt
nvflash -c > output2.txt
nvflash -b diag.rom
nvflash -k diag.rom > output3.txt

Last edited by sevenflow; 07-24-2007 at 03:30 AM.
sevenflow is offline   Reply With Quote
Old 07-23-2007, 11:51 PM   #6
zzpulp
@laptopvideo2go.com
 
zzpulp's Avatar

Join Date: Aug 2006
Location: state of confusion
Posts: 4,180
Credits: 9,073
 
zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.
You said you were hearing beeps earlier (after prolonged periods of time). That means you should get output files since your laptop is booting. I don't really know what to say other than that.

Also, when you have a bad flash the best thing to do before proceeding is getting yourself organized with the right bios. Don't just go wandering around the net for any old bios as you may make the situation worse.
zzpulp is offline   Reply With Quote
Old 07-24-2007, 03:00 PM   #7
zzpulp
@laptopvideo2go.com
 
zzpulp's Avatar

Join Date: Aug 2006
Location: state of confusion
Posts: 4,180
Credits: 9,073
 
zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.
It doesnt matter whether you leave the flashing process out or not. The autoexec will continue to run the commands. Anyway, the program beeps for a variety of reasons. It beeps three times if it cant find the rom I believe and two times if it cant perform the operation. Then it has the really slow two beeps to signify its flashing.

nvflash --list is perhaps the most important diagnostic command but I frankly dont know whats going on with your setup. The lack of file output means the system is not running the autoexec but that doesnt go along with you hearing beeping at all.

I mean this seems completely pointless but you could run an autoexec with just 'nvflash --list > out.txt' and 'del autoexec.bat' ....
zzpulp is offline   Reply With Quote
Old 07-24-2007, 03:44 PM   #8
sevenflow
Registered User

Join Date: Jul 2007
Posts: 11
Credits: -337
 
sevenflow is a n00b, but everyone loves n00bs!
It's two successive beeps, rather fast. I guess that means it's not doing anything and I've been wasting my time and yours
sevenflow is offline   Reply With Quote
Old 07-24-2007, 10:19 PM   #9
zzpulp
@laptopvideo2go.com
 
zzpulp's Avatar

Join Date: Aug 2006
Location: state of confusion
Posts: 4,180
Credits: 9,073
 
zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.
Not exactly. Even if nvflash fails, it typically writes its version number in the output file. You should probably use some other commands to verify bootup to the flash drive....such as dir > out.txt or something like that
zzpulp is offline   Reply With Quote
Old 07-27-2007, 03:49 AM   #10
pieter
Registered User

Join Date: Apr 2004
Location: New Zealand
Posts: 373
Credits: 810
 
pieter is a n00b, but everyone loves n00bs!
As I said in another thread it's VITAL that you be at the DOS prompt.
So as ZZ has just said do a dir >dir.txt to confirm you are actually at the command prompt.
Once confirmed there is still hope.
If not then you are pretty well buggered.
__________________
Dell Inspiron
2.16Ghz T7400 Core 2 Duo
4GB 667Mhz RAM
go7900 GS 256MB 475/800Mhz
120GB 5400RPM/100GB 7200RPM/30GB 4200RPM HDs
Gigabyte WI06/Sparklan 214N/Dell1500 WLAN Cards
LG GSA-T20L SuperMulti DVD-RAM Lightscribe drive.

Vista Ultimate x64 SP1 beta

For all things in nVidia Forceware drivers laptopvideo2go
pieter is offline   Reply With Quote
Old 07-27-2007, 04:45 PM   #11
sevenflow
Registered User

Join Date: Jul 2007
Posts: 11
Credits: -337
 
sevenflow is a n00b, but everyone loves n00bs!
I did that, it didn't work. I am, as you so eloquently put it, buggered.
sevenflow is offline   Reply With Quote
Old 07-28-2007, 02:53 AM   #12
pieter
Registered User

Join Date: Apr 2004
Location: New Zealand
Posts: 373
Credits: 810
 
pieter is a n00b, but everyone loves n00bs!
Yes, this means you are not getting to the command prompt.
Amd hence are not able to anyting to fix your machine with software.

You may need to look at ebay for a new GPU, or get hold of dell.

Sorry about bluntness didn't want to give false hope.
__________________
Dell Inspiron
2.16Ghz T7400 Core 2 Duo
4GB 667Mhz RAM
go7900 GS 256MB 475/800Mhz
120GB 5400RPM/100GB 7200RPM/30GB 4200RPM HDs
Gigabyte WI06/Sparklan 214N/Dell1500 WLAN Cards
LG GSA-T20L SuperMulti DVD-RAM Lightscribe drive.

Vista Ultimate x64 SP1 beta

For all things in nVidia Forceware drivers laptopvideo2go
pieter is offline   Reply With Quote
Old 08-12-2007, 07:23 AM   #13
zzpulp
@laptopvideo2go.com
 
zzpulp's Avatar

Join Date: Aug 2006
Location: state of confusion
Posts: 4,180
Credits: 9,073
 
zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.zzpulp eats n00bs for breakfast.
Don't let it bother you too much. I havent broken a card yet despite some rather risque flashing, but I have owned two unrecoverable cards and I know how crappy it is. I cant remember all the tricks I pulled but I managed to boot one of the broken cards only to get a non-initialization error in nvflash so it was pretty much over. Havent tried yet with the other card but I plan on using hardware mods on it.
__________________
Quote:
Originally Posted by shlo_mo_shun View Post
*WOOOOSH*

*the sound of that post going right over Dr. head*
zzpulp is offline   Reply With Quote
Old 09-16-2007, 11:06 AM   #14
shadowstryker16
Registered User

Join Date: Sep 2007
Posts: 6
Credits: -350
 
shadowstryker16 is a n00b, but everyone loves n00bs!
what rom file do i copy into the autoexc file?.....i have a geforce go7900gs (dell e1705).... any sugestions?
shadowstryker16 is offline   Reply With Quote
Old 09-16-2007, 11:34 AM   #15
shadowstryker16
Registered User

Join Date: Sep 2007
Posts: 6
Credits: -350
 
shadowstryker16 is a n00b, but everyone loves n00bs!
it now beeps every time i press y is that a good or a bad thing?
shadowstryker16 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
i need help with the blind flashing procedure lilflippy Dell Home (Inspiron, XPS, Studio) 7 11-18-2006 12:40 PM
am i blind?? [GBU]Moon Dell Home (Inspiron, XPS, Studio) 7 09-29-2005 05:39 PM
MY computer is BLIND!!! monkeyboy070 Alienware Area-51 and Aurora Notebooks 15 06-30-2005 11:32 AM
Am I blind? Jumbie Dell Notebooks - General 5 06-24-2004 05:22 PM
Pixel Blind dashby Notebook Forums - General 2 01-21-2004 10:48 PM


All times are GMT -6. The time now is 05:46 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright Đ 2001-2009 NotebookForums LLC