Post
by cwt137 »
This is how i setup my nt boot loader to boot linux:
1. load your linux boot loader (lilo or grub) in the partition that has /boot. mine is /dev/hda2
2. i ran this command to copy the boot loader to a file:
dd if=/dev/hda of=linux.bin bs=512 count=1
3. copy the linux.bin file that was just created from linux to the root of the c:\ drive.
4. add this line to the boot.ini file: c:\linux.bin="Gentoo"