Help With Boot.ini Please

Reply

Join Date: Jul 2009
Posts: 2
Reputation: jamilicka is an unknown quantity at this point 
Solved Threads: 0
jamilicka jamilicka is offline Offline
Newbie Poster

Help With Boot.ini Please

 
0
  #1
Jul 4th, 2009
Hello, I realize I am a new member , and with hopeful resolution of this problem , plan to be a much more active member ,, but i have been tryin to fix this for a long time and any help would be greatly appriciated.

When I start Laptop It gives me error invalid boot.ini . When i boot from cd to go to recovery console i get the responses from these commands:

map : ? 28608mb \device\harddisk0\partiton1
D: \device\cdrom0

bootcfg /add -- failed to succesfully scan for windows installations use chkdsk to scan for errors

bootcfg /list -- there are no boot entries to display

boot/rebuild--same as bootcfg/add

chkdsk /r /f --parameter not valid

fixboot --target partition is the file system on the startup partition is unkown. fixboot cannot open the partition.

When i start safe mode or normal i either get bsod or windows loading bar then bsod

I have a
Dell Inspiron 1000
Bios : A08
Cpu : 2200 mhz
HDD: 30G Toshiba MK3021gas-(PM)
Sys Mem : 256mb@266MHZ

I have tried everything and since inspiron 1000 has no floppy i dont know what else to do. I hope it has something to do with drive letter not being recognized. Anyhelp is greatly appriciated.
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 9,430
Reputation: caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold 
Solved Threads: 476
Team Colleague
caperjack's Avatar
caperjack caperjack is offline Offline
Posting Prodigy

Re: Help With Boot.ini Please

 
0
  #2
Jul 4th, 2009
change this one"chkdsk /r /f --parameter not valid" to "chkdsk /p/f" see what it gives ,
Last edited by caperjack; Jul 4th, 2009 at 6:50 pm.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 2
Reputation: jamilicka is an unknown quantity at this point 
Solved Threads: 0
jamilicka jamilicka is offline Offline
Newbie Poster

Re: Help With Boot.ini Please

 
0
  #3
Jul 4th, 2009
i got " the specified drive is not naild, or there is no disk in the drive."
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 443
Reputation: FlamingClaw will become famous soon enough FlamingClaw will become famous soon enough 
Solved Threads: 106
FlamingClaw's Avatar
FlamingClaw FlamingClaw is offline Offline
Posting Pro in Training

Re: Help With Boot.ini Please

 
0
  #4
Jul 5th, 2009
Required : Windows XP operating system, Windows XP cd
Place the xp cd in your cd/dvd drive
Press win key+r type in 'sfc /scannow' (without the ')

Now it should all load, and fix all your corrupted file on windows XP
Be a good part of the community.Don't be ungrateful.
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 3,204
Reputation: gerbil will become famous soon enough gerbil will become famous soon enough 
Solved Threads: 188
gerbil gerbil is offline Offline
Nearly a Senior Poster

Re: Help With Boot.ini Please

 
0
  #5
Jul 5th, 2009
You have a hard disk problem.
In recovery console, the chkdsk parameters should be as follows:
chkdsk /p -corrects errors.
chkdsk /r -recovers readable info from bad sectors. /r implies /p included.
Cross your fingers. It does sound like you MBR is damaged.
Last edited by gerbil; Jul 5th, 2009 at 5:12 am.
Deep, deep in the woods, but walking about.
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 9,430
Reputation: caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold caperjack is a splendid one to behold 
Solved Threads: 476
Team Colleague
caperjack's Avatar
caperjack caperjack is offline Offline
Posting Prodigy

Re: Help With Boot.ini Please

 
0
  #6
Jul 5th, 2009
chkdsk /p ,does not correct errors with out the /R .!
It only checks the drive , if you try to do a chkdsk [with no Parameters ]and get message disk does not need to be checked ,adding the /P will force chkdsk to run !

chkdsk [drive:] [/p] [/r]

Parameters

none

Used without parameters, chkdsk displays the status of the disk in the current drive.

drive:

Specifies the drive that you want chkdsk to check.

/p

Performs an exhaustive check even if the drive is not marked for chkdsk to run. This parameter does not make any changes to the drive.

/r

Locates bad sectors and recovers readable information. Implies /p.

source.!
http://www.microsoft.com/resources/d....mspx?mfr=true
Last edited by caperjack; Jul 5th, 2009 at 7:38 am.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 3,204
Reputation: gerbil will become famous soon enough gerbil will become famous soon enough 
Solved Threads: 188
gerbil gerbil is offline Offline
Nearly a Senior Poster

Re: Help With Boot.ini Please

 
0
  #7
Jul 5th, 2009
Heya, caper...
CHKDSK
chkdsk drive /p /r
The chkdsk command checks the specified drive and repairs or recovers the drive if the drive requires it. The command also marks any bad sectors and it recovers readable information.

You can use the following options:
/p Does an exhaustive check of the drive and corrects any errors.
/r Locates bad sectors and recovers readable information.
Note If you specify the /r option, the /p option is implied. When you specify the chkdsk command without arguments, the command checks the current drive with no options in effect.

http://support.microsoft.com/kb/314058

I love it...
Deep, deep in the woods, but walking about.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 3,204
Reputation: gerbil will become famous soon enough gerbil will become famous soon enough 
Solved Threads: 188
gerbil gerbil is offline Offline
Nearly a Senior Poster

Re: Help With Boot.ini Please

 
0
  #8
Jul 5th, 2009
I am not a tech, and have never had a drive go bad, or get errors, so have never deliberately run chkdsk. Life is not all bad, though. Not runing chkdsk to experience those parameters' actions has not left me feeling unworthy. I had always wondered, though, about the difference bewtween /p correctin errors [what errors] and /r fixing bad sectors. although when /r fixes bad sectors it just recovers what is readable and then checks that sectora as not to be used. Anyway, I happy to go with your version, cos Michael Stevens says so.
Last edited by gerbil; Jul 5th, 2009 at 10:08 pm.
Deep, deep in the woods, but walking about.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Windows NT / 2000 / XP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC