Linux Boot-Loader Removal

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I have a system with two hard-drives, a 40GB Master drive
with Windows XP and a 10GB Slave drive with Linux on it.
I want to remove the Slave drive, but the Linux boot-
loaser always check to make sure that both hard drives
are still there before it will let me start up Windows or
Linux. The Linux installation is corrupted, so it would
have to be a Windows XP method that I use. I have
researched it a bit and I think it might have something
to do wuith formatting and restoring the master boot
record.
Thanks
 
I have found a Master Boot Record restoration tool made
by Compaq (the oem of this computer) but when I run it, I
get the following Windows error message:
An application has attempted to directly access the hard
disk, which cannot be supported.
How do I allow the program to access the hard drive
without Windows intervening?
 
There are two ways to fix it. Probably simplest way is to boot to
DOS(Use W9x Start Up FD) and execute FDISK /MBR at DOS prompt and
reboot. You will no longer see Windows/Linux selection screen.

Kaz
 
Matt said:
I have a system with two hard-drives, a 40GB Master drive
with Windows XP and a 10GB Slave drive with Linux on it.
I want to remove the Slave drive, but the Linux boot-
loaser always check to make sure that both hard drives
are still there before it will let me start up Windows or
Linux. The Linux installation is corrupted, so it would
have to be a Windows XP method that I use. I have
researched it a bit and I think it might have something
to do wuith formatting and restoring the master boot
record.

It is not necessary to format to do that. Two ways are possible

If you have a Win98/ME startup floppy, boot that, and give
FDISK /MBR
Also then run
FDISK
and use it to set the XP partition to be the Active one.

Or

Set the BIOS to boot CD before Hard Disk. Boot the XP CD and, instead
of Setup, take the immediate R for Repair. Assume any password
requested is blank, and TAB over. Give

FixMBR

then to set the correct partition active give

diskpart

and in that the sub-commands

list partitions
to find the number n for the XP one.
select partition n
active
exit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top