Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Red Hat Linux - boot sector removal/uninstall

Status
Not open for further replies.

haeretic

MIS
Dec 9, 1998
1
0
0
US
A friend claims he cannot remove RH Linux (boot sector) from a Quantum hard drive. I don't have physical access to the drive. Can anyone direct us to documentation/FAQ re: this procedure?<br>
TIA.
 
There's a couple of things you can do.<br>
<br>
From Linux: <br>
<br>
$ lilo -U /dev/&lt;disk_or_partition&gt;<br>
<br>
If that doesn't work, then good ol' Windows FDISK can help:<br>
<br>
C:\&gt; fdisk /mbr<br>
<br>
This will replace the Master Boot Record with one that boots the current C: drive.<br>
<br>
If you want NT to boot directly, you'll need to either boot off the NT CD or make a set of boot floppies and choose the fix boot sector option.<br>
<br>
Documentation? You could do worse than the LILO man page, and the Linux+windows HOWTOs (there's a few).<br>
<br>
Peter.
 
In the last chance, get a knoppix and do a
dd if=/dev/zero of=/dev/hda
you __WILL LOOSE EVERYTHING ON THAT DISK__
But it will not have even a bootsec, nor a partition table.
Regards
Sebastian.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top