remove win 2000 boot manager
This is a discussion about remove win 2000 boot manager in the Slack Space category; I set my computer up to dual boot into 98 and 2000. I have removed 2000, but I can't get rid of the boot manager. Is there a way to do this without formatting everything?.
I set my computer up to dual boot into 98 and 2000. I have removed 2000, but I can't get rid of the boot manager. Is there a way to do this without formatting everything?
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Mar 27
Apr 1
0
1 minute
Responses to this topic
Edit the boot.ini and set timeout=0. This doesn't really get rid of it, but at least you won't ever see it.
boot in to Win98 dos prompt or a floppy boot disk.
Make sure both sys.com & fdisk.exe is on the floppy disk.
from harddisk
<tpye> fdisk /mbr
from flppy disk
<tpye> fdisk /mbr c:
then
from floppy or harddisk
<tpye> sys c:
all done
[This message has been edited by SHS (edited 27 March 2000).]
Make sure both sys.com & fdisk.exe is on the floppy disk.
from harddisk
<tpye> fdisk /mbr
from flppy disk
<tpye> fdisk /mbr c:
then
from floppy or harddisk
<tpye> sys c:
all done
[This message has been edited by SHS (edited 27 March 2000).]

OP
Thank you for your help I no longer have the boot manager on my system. I knew about fdisk /mbr but the sys c: was new to me.
My thanks to you again.
My thanks to you again.
SHS:
Can you explain what these commands actually do?
Can you explain what these commands actually do?
The commands "fdisk /mbr" remove the master boot record & re-creates new master boot record so that the dos bootsector will boot up.
The commands "sys c:" make the drive bootable agine it all so know as bootsector.
The commands "sys c:" make the drive bootable agine it all so know as bootsector.