The information in this article applies to:
SUMMARYThis article describes how to remove the LILO boot manager from the Master Boot Record (MBR). MORE INFORMATIONWhen Linux is installed on your computer, it allows a dual boot by loading a boot manager called LILO directly into the MBR. To remove LILO, perform the following steps: If Linux is Still InstalledRun LILO with either the -u or -U switch. The device name has to be the second parameter.
lilo -u /dev/hdaWhere dev is the device directory, hd indicates an IDE hard drive, and a indicates the master on the primary IDE channel. lilo -u /dev/sda1removes LILO from the first SCSI drive, first partition. NOTE: The sda indicator has nothing to do with the SCSI ID number. If Linux is Not InstalledNOTE: The following procedure is not supported by Microsoft and is done strictly at the discretion of the user. Microsoft assumes no liability for lost or corrupted data. This procedure should be done only as a last resort.IMPORTANT: fdisk /mbr removes the disk signature from the MBR. If this drive is a member of a Windows NT fault tolerance set, it will no longer be recognized as a member of that set.
fdisk /mbr The only difference between the two switches is that -u checks the time stamp on the current MBR and the backed-up one, whereas -U does not check the time stamp at all. The third-party products discussed here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability. Additional query words: ntldr boot
Keywords : kb3rdparty kbsetup ntboot nthowto NTSrvWkst |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |