Making NT bootloading easier (was: How stable is NTFS write?)

From: James Harper (James.Harper@sbss.com.au)
Date: Wed May 31 2000 - 06:41:23 EST


> Further, rather than using lilo to boot my machine, I use the NT boot
> manager. This is easily done by using lilo to install the boot block into
the
> superblock of the root partition, then I do this to get my bootsector:
> dd if=/dev/hda3 of=bootsect.lin bs=512 count=1
> then I copy bootsect.lin to my fat filesystem,
> _then_boot_into_nt_ then copy it to my NTFS partition, where the NT boot
menu
> is already set up to expect that for a boot sector for linux, then reboot
again.
this can be made a *little* easier in your case, and a lot easier for anyone
who uses NT bootloader on a fat partition. In your lilo.conf say:

boot=/dosc/bootsect.lin

instead of a device, and your bootsector will be written to the file, no
need to do the 'dd' thing everytime! I do this all the time with much
success.

I submitted this tip to the maintainer of the relevent FAQ ages ago but i
don't think it's
maintained anymore...

James (who isn't subscribed to the mailing list)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:27 EST