PC Review


Reply
Thread Tools Rate Thread

How to create a boot.ini file?

 
 
=?Utf-8?B?Sm9jayBNY1NxdWlnZ2xl?=
Guest
Posts: n/a
 
      15th Feb 2007
I can see the boot.ini tab via msconfig but how do you create a file with the
string values that you can see and that you want from scratch? Sorry if the
answer is so obvious I've missed it......thanks in advance. PS I'm trying to
create a boot disk with boot.ini, ntldr and ntdetect.com on it and am
tripping up on the boot.ini file only.
--
O++++++++++++&++++++++++++O
 
Reply With Quote
 
 
 
 
Bob I
Guest
Posts: n/a
 
      15th Feb 2007
You can use Notepad, it is a plain text file.

Jock McSquiggle wrote:

> I can see the boot.ini tab via msconfig but how do you create a file with the
> string values that you can see and that you want from scratch? Sorry if the
> answer is so obvious I've missed it......thanks in advance. PS I'm trying to
> create a boot disk with boot.ini, ntldr and ntdetect.com on it and am
> tripping up on the boot.ini file only.


 
Reply With Quote
 
David Webb
Guest
Posts: n/a
 
      15th Feb 2007
The following article should be of help to you:

How To Create a Boot Disk for an NTFS or FAT Partition in Windows XP
http://support.microsoft.com/?kbid=305595

The boot.ini file is a text file type. Content samples are shown in the above
article for this file or you can simply copy one from a Windows XP system and
modify it to suit.

"Jock McSquiggle" <(E-Mail Removed)> wrote in message
news:8CBE5F95-5C5F-4696-B1D5-(E-Mail Removed)...
| I can see the boot.ini tab via msconfig but how do you create a file with the
| string values that you can see and that you want from scratch? Sorry if the
| answer is so obvious I've missed it......thanks in advance. PS I'm trying to
| create a boot disk with boot.ini, ntldr and ntdetect.com on it and am
| tripping up on the boot.ini file only.
| --
| O++++++++++++&++++++++++++O


 
Reply With Quote
 
=?Utf-8?B?bmFzcw==?=
Guest
Posts: n/a
 
      15th Feb 2007


"Jock McSquiggle" wrote:

> I can see the boot.ini tab via msconfig but how do you create a file with the
> string values that you can see and that you want from scratch? Sorry if the
> answer is so obvious I've missed it......thanks in advance. PS I'm trying to
> create a boot disk with boot.ini, ntldr and ntdetect.com on it and am
> tripping up on the boot.ini file only.
> --
> O++++++++++++&++++++++++++O



Boot up with your Cd in the CD Rom and when you presented with Windows Setup
Options:
1- Install Windows
2- Repair existing copy
3- Quit
Select 2 by Pressing R on your keyboard, on the Command Prompt type:
C:\Windows>CD.. Hit [Enter..] on your Keyboard
on the new Prompt type this:
C:\>
Options:
1- Install Windows
2- Repair existing copy
3- Quit
Select 2 by Pressing R on your keyboard, on the Command Prompt type:
C:\Windows>CD.. Hit [Enter..] on your Keyboard
on the new Prompt type this:
C:\>
copy X:\i386\ntldr c:\ where X is the Drive Letter for your CD-Rom
copy X:\i386\ntdetect.com c:\ " " "
Please type one at a time click/Hit [Enter..]
You may need to rebuild your Boot.ini type this on the Prompt:
C:\>Boot.ini click Enter and you will see your Boot.ini you can Edit it or
if was intact leave as is, the boot.ini will look like this, be aware this
for XP Home so if you have XP pro:
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Home
Edition" /fastdetect
You will get Boot Indentifier: Enter this " Microsoft Windows XP Home Edition"
Boot Loader: Enter this" /fastdetect"
When you finished type: reboot (I'm not sure if it is right you can Type ?
to get the list of commands and see if reboot is one) or Exit.

That is the Recovery Console:
http://support.microsoft.com/default...b;EN-US;307654

HTH.
Please let us know.
Regards,
nass
 
Reply With Quote
 
=?Utf-8?B?Sm9jayBNY1NxdWlnZ2xl?=
Guest
Posts: n/a
 
      16th Feb 2007
Thx for all replies and your suggestions and pointers - I'm away to give
these a go. Thx again.
--
O++++++++++++&++++++++++++O


"nass" wrote:

>
>
> "Jock McSquiggle" wrote:
>
> > I can see the boot.ini tab via msconfig but how do you create a file with the
> > string values that you can see and that you want from scratch? Sorry if the
> > answer is so obvious I've missed it......thanks in advance. PS I'm trying to
> > create a boot disk with boot.ini, ntldr and ntdetect.com on it and am
> > tripping up on the boot.ini file only.
> > --
> > O++++++++++++&++++++++++++O

>
>
> Boot up with your Cd in the CD Rom and when you presented with Windows Setup
> Options:
> 1- Install Windows
> 2- Repair existing copy
> 3- Quit
> Select 2 by Pressing R on your keyboard, on the Command Prompt type:
> C:\Windows>CD.. Hit [Enter..] on your Keyboard
> on the new Prompt type this:
> C:\>
> Options:
> 1- Install Windows
> 2- Repair existing copy
> 3- Quit
> Select 2 by Pressing R on your keyboard, on the Command Prompt type:
> C:\Windows>CD.. Hit [Enter..] on your Keyboard
> on the new Prompt type this:
> C:\>
> copy X:\i386\ntldr c:\ where X is the Drive Letter for your CD-Rom
> copy X:\i386\ntdetect.com c:\ " " "
> Please type one at a time click/Hit [Enter..]
> You may need to rebuild your Boot.ini type this on the Prompt:
> C:\>Boot.ini click Enter and you will see your Boot.ini you can Edit it or
> if was intact leave as is, the boot.ini will look like this, be aware this
> for XP Home so if you have XP pro:
> [boot loader]
> timeout=5
> default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
> [operating systems]
> multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Home
> Edition" /fastdetect
> You will get Boot Indentifier: Enter this " Microsoft Windows XP Home Edition"
> Boot Loader: Enter this" /fastdetect"
> When you finished type: reboot (I'm not sure if it is right you can Type ?
> to get the list of commands and see if reboot is one) or Exit.
>
> That is the Recovery Console:
> http://support.microsoft.com/default...b;EN-US;307654
>
> HTH.
> Please let us know.
> Regards,
> nass

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BOOT.INI deleted. How to re-create this file? Sven T.Eriksson Windows XP General 3 20th Oct 2005 03:30 PM
BOOT.INI deleted. How to re-create this file? Sven T.Eriksson Microsoft Windows 2000 File System 1 20th Oct 2005 03:30 PM
BOOT.INI deleted. How to re-create this file? Sven T.Eriksson Microsoft Windows 2000 8 20th Oct 2005 03:30 PM
"Create File" dialog box appears on boot up =?Utf-8?B?bWVnb2htcw==?= Windows XP Help 0 30th Mar 2004 05:01 AM
How do you create a boot.ini file? Emily Windows XP Performance 0 28th Jul 2003 07:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:08 PM.