Problem in boot.ini

G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

Dear All
I have problem in my boot.ini.this is saved wrong becose of this system is
not booting.Is there any solutions to edit my boot.ini to give right
information about my partitions and all.os is win 2000. system is not booting.
pls send me any solutions I will be very thankfull to all.
thanx
 

STUBBY

Distinguished
May 24, 2004
69
0
18,630
Archived from groups: microsoft.public.win2000.general (More info?)

satendar wrote:
> Dear All
> I have problem in my boot.ini.this is saved wrong becose of this system is
> not booting.Is there any solutions to edit my boot.ini to give right
> information about my partitions and all.os is win 2000. system is not booting.
> pls send me any solutions I will be very thankfull to all.
> thanx

Format a floppy on a friend's Win2K machine. (NB: You MUST use the same
OS as you intend to boot.)

Copy his boot.ini, ntdetect.com and ntldr to the floppy. Also, add a
simple, stand-alone text editor (Notepad, or edit, ...) to the disk for
quick use.

Edit boot.ini on the floppy to get it right for your system.

Boot with the floppy in A:. Hopefully the floppy disk gets tried
before the hard disk or CD-ROM.

Fine tune your changes in the floppy copy of boot.ini . When you are
happy, copy boot.ini from the floppy to your hard disk.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

YOu'll also want to grab a copy of DOS attrib...

What is your hard drive setup? If you're an all-IDE system with 2k on the
1st partition of the primary drive, then the entry you'll want is very
similar to this:

[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows " /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="VGA Mode" /sos



"Stubby" <William.Plummer-NOSPAM-@comcast.net> wrote in message
news:EKKdnRBIscm9gy3fRVn-jQ@comcast.com...
> satendar wrote:
>> Dear All
>> I have problem in my boot.ini.this is saved wrong becose of this system
>> is not booting.Is there any solutions to edit my boot.ini to give right
>> information about my partitions and all.os is win 2000. system is not
>> booting.
>> pls send me any solutions I will be very thankfull to all.
>> thanx
>
> Format a floppy on a friend's Win2K machine. (NB: You MUST use the same
> OS as you intend to boot.)
>
> Copy his boot.ini, ntdetect.com and ntldr to the floppy. Also, add a
> simple, stand-alone text editor (Notepad, or edit, ...) to the disk for
> quick use.
>
> Edit boot.ini on the floppy to get it right for your system.
>
> Boot with the floppy in A:. Hopefully the floppy disk gets tried before
> the hard disk or CD-ROM.
>
> Fine tune your changes in the floppy copy of boot.ini . When you are
> happy, copy boot.ini from the floppy to your hard disk.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

"satendar" <satendar@discussions.microsoft.com> wrote in message
news:44D23A3D-93EE-4DDF-A434-4E10B6B76D5B@microsoft.com...
> Dear All
> I have problem in my boot.ini.this is saved wrong becose of this
> system is
> not booting.Is there any solutions to edit my boot.ini to give right
> information about my partitions and all.os is win 2000. system is not
> booting.
> pls send me any solutions I will be very thankfull to all.
> thanx



http://support.microsoft.com/default.aspx?scid=kb;en-us;301645

http://support.microsoft.com/default.aspx?scid=kb;en-us;311578


--
Steve Parry BA (Hons) MCP MVP

http://mvp.support.microsoft.com/
http://www.gwynfryn.co.uk
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

Try creating a boot disk. For the floppy to successfully boot Windows 2000
the disk must contain the "NT" boot sector. Format a diskette (on a Windows
2000 machine, not a DOS/Win9x, so the NT boot sector gets written to the
floppy), and copy Windows 2000 versions of ntldr, ntdetect.com, and boot.ini
to it. Edit the boot.ini to give it a correct ARC path for the machine you
wish to boot. Below is an example of boot.ini. The default is to start the
operating system located on the first partition of the primary or first
drive (drive0). Then drive0 partition 2 and so on.

[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 0,1"
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 0,2"
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Windows 2000 1,1"
multi(0)disk(0)rdisk(1)partition(2)\WINNT="Windows 2000 1,2"


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"satendar" wrote:
| Dear All
| I have problem in my boot.ini.this is saved wrong becose of this system is
| not booting.Is there any solutions to edit my boot.ini to give right
| information about my partitions and all.os is win 2000. system is not
booting.
| pls send me any solutions I will be very thankfull to all.
| thanx