Go Back   PCMech Forums > Help & Discussion > Software Discussion & Support

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 03-04-2004, 08:03 PM   #1
Member (11 bit)
 
Join Date: Jan 2004
Location: UK
Posts: 1,124
boot.ini

A while back i installed XP, but it booted using the boot record of the HDD which i still had ME on..

anyway i formatted the HDD and ditched XP, but my boot record thing always comes up and XP is set as default

ME is on my primary master (C... this is my boot.ini now (i played around with it a little but this one works (well it loads XP default etc still)

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="XP"
C:\="Microsoft Windows ME"


So what would i need to get it to load ME automatically, and not bring up the options thing ?
mb26 is offline   Reply With Quote
Old 03-04-2004, 08:07 PM   #2
Member (11 bit)
 
mikeL's Avatar
 
Join Date: Nov 1999
Location: Northeast, Michigan
Posts: 1,063
Have you tried fdisk /mbr
that will rewrite your Master boot record
__________________
Registered linux user # 217167 - Be counted http://counter.li.org/
Currently running:
Desktop - XP Pro, Fedora
HP dv9700z CTO laptop, running Windows 7 Pro
mikeL is offline   Reply With Quote
Old 03-05-2004, 07:12 AM   #3
Member (11 bit)
 
Join Date: Jan 2004
Location: UK
Posts: 1,124
tried that, and it didn't change anything.. ?

if anyone reading this has window ME (or even 98), and it is on the primary master HDD (as most are), and it is the only operating system on the computer.. then could you open C:\boot.ini (in notepad) and copy the contents into here please?
mb26 is offline   Reply With Quote
Old 03-05-2004, 07:56 AM   #4
Ride 'em Cowboy
 
EzyStvy's Avatar
 
Join Date: Dec 1999
Location: Dallas, Tx
Posts: 9,109
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="XP"
C:\="Microsoft Windows ME"


Remove the \WINDOWS="XP" section.



But, just incase, go into the properties and uncheck the hidden and read only options and then make a copy of the file and call it boot.xxx.
EzyStvy is offline   Reply With Quote
Old 03-06-2004, 03:37 AM   #5
Member (11 bit)
 
Join Date: Jan 2004
Location: UK
Posts: 1,124
i removed the \WINDOWS="XP" part, and now it says 'windows (default)' along with Ms Win ME.. and the first is the defaulted one of course.

so what now?
mb26 is offline   Reply With Quote
Old 03-06-2004, 08:55 AM   #6
Member
 
DragonNOA1's Avatar
 
Join Date: Apr 2001
Location: Na Pali Haven
Posts: 2,812
i didn't think that 9x machines needed a boot.ini. Try deleting it and if it gives you problems then use a bootdisk to "fdisk /mbr", that should fix everything.

EDIT* Before you do that, on your root drive (C: ) do you have a file called NTLDR.sys? It's hidden by default.
__________________
*The command line, an elegant weapon for a more civilized age*

Last edited by DragonNOA1; 03-06-2004 at 08:57 AM.
DragonNOA1 is offline   Reply With Quote
Old 03-06-2004, 07:36 PM   #7
Member (11 bit)
 
Join Date: Jan 2004
Location: UK
Posts: 1,124
yess i do have ntldr.sys in C: is this the problem, or are u checking that it is there?

i think i tried before deleting the boot.ini, and then doing FDISK /mbr .. i think it gave me something like and error saying i need C:\Windows\System32\hal.dll .. which is what it said previously when i selected 'windows XP' on the startup thing.. so i assumed it was to do with windows XP, as i could not find it on my ME cd (in the .cab's).
mb26 is offline   Reply With Quote
Old 03-06-2004, 08:16 PM   #8
Member
 
DragonNOA1's Avatar
 
Join Date: Apr 2001
Location: Na Pali Haven
Posts: 2,812
Let's go over the boot process.

When POST is done, it reads the MBR for instructions on what to load. MBR on a NT machine (2K and XP) points to a NTLDR. NTLDR consults the boot.ini and if you pick an NT-based OS, it loads NTDETECT. After that it starts the GUI, HAL.dll being a GUI file, loads it up. You deleted XP, so bye bye HAL.dll. But you still have the pre-GUI files on the system drive (C: ).

If you select a 9x OS, it loads bootsect.dos, which locates the IO.sys file (which starts the 98 boot process). So what you have to do is get the NTLDR out of the MBR and have it point straight to the IO.sys file.

I checked microsoft and they said: If you intend to remove Windows XP and return to Microsoft Windows 95, Microsoft Windows NT, or Windows 2000, you must reinstall Windows 95, Windows NT, or Windows 2000. They didnt say anything about 98 though.

OK, now that I said all that, make sure you have a 98 boot disk handy, or just create one via the add/remove programs applet. Once that is done restart your computer with the boot disk in your floppy drive (make sure the floppy drive is set to boot first via BIOS) and go into the DOS prompt.
At the A: prompt, type sys c:, which will hopefully give you the necessary files and over-write the MBR so that it points to those files.

Then boot into win98 and delete the following hidden files:
nt*.*
bootsect.dos
Pagefile.sys
Boot.ini

I didn't think "sys C:" by itself would change what you needed, I thought for sure you would need to fdisk something (lol), but it worked for this guy.

EDIT* Got it. MBR points to the boot record of the primary drive which point to what file to load. Sys C: re-writes the boot sector of the HD, not the MBR, thereby making 98 the sole OS. Write back if it works.

Last edited by DragonNOA1; 03-06-2004 at 08:43 PM.
DragonNOA1 is offline   Reply With Quote
Old 03-07-2004, 05:49 AM   #9
Member (11 bit)
 
Join Date: Jan 2004
Location: UK
Posts: 1,124
woohoo thanks a lot... just typed sys c: and it worked instantly.. brilliant.. thanks all for the quick replies also

and it gave me a satisfying 'system transferred message'

edit: i deleted all the files, except Pagefile.sys which i didn't seem to have.. and there was only one 'nt*.* file (ntldr.sys), but anyway i restarted after that and it all worked so thats brilliant

Last edited by mb26; 03-07-2004 at 06:00 AM.
mb26 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes 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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:37 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2