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/<disk_or_partition><br>
<br>
If that doesn't work, then good ol' Windows FDISK can help:<br>
<br>
C:\> 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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.