Re: installing LILO
Tom Oehser <[email protected]> Tue, 3 Jun 2003 20:34:27 -0400 (EDT)
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <[email protected]> |
> lba32 > boot=/dev/hda > root=/dev/hda2 > install=/boot/boot.b > map=/boot/map > default Linux > image=.... > label=... > other=/dev/hda1 > laber=... This should work if you do something like: mount /dev/hda2 /mnt mkdir /mnt/boot cp boot.b /mnt/boot lilo -r /mnt -Tom