w*****g 发帖数: 198 | 1 easy la
i used to have NT4 loader to load win98, NT, linux, freebsd la
i think you should follow these:
1. edit lilo.conf and then lilo
2. boot to win98 and type "fdisk /mbr"
3. run bootpart to generate the Menu entry for linux
all set! :) |
a***g 发帖数: 2 | 2 win98/win2k menu is easy.
for linux:
modify /etc/lilo.conf:
make sure boot=/dev/hda3
where hda3 is the partition you installed linux.
run lilo
enter dd if=/dev/hda3 of=/mnt/diskC/BOOTSECT.LNX bs=1b count=1
where /mnt/discC is your win2k boot disk
boot into win2k or 98
make sure there is BOOTSECT.LNX in root dir.
modify boot.ini:
add one item:
C:/BOOTSECT.LNX="Linux 2.2.x"
done. |
w*****g 发帖数: 198 | 3 or just run bootpart
it takes 5 seconds without rebooting back and forth :)
【在 a***g 的大作中提到】 : win98/win2k menu is easy. : for linux: : modify /etc/lilo.conf: : make sure boot=/dev/hda3 : where hda3 is the partition you installed linux. : run lilo : enter dd if=/dev/hda3 of=/mnt/diskC/BOOTSECT.LNX bs=1b count=1 : where /mnt/discC is your win2k boot disk : boot into win2k or 98 : make sure there is BOOTSECT.LNX in root dir.
|