root@hostname# lilo -M /dev/sda # install MBR
root@hostname# lilo -b /dev/sda # install lilo
root@hostname#
this won't work since lilo looks for /etc/lilo.conf by default and according to the tutorial, only /mnt/../etc/lilo.conf exists
You can try to add the -C flag but then lilo will compare lilo.conf to the actual system map and won't find /boot/vmlinuz....
lilo bug
root@hostname# lilo -M /dev/sda # install MBR
root@hostname# lilo -b /dev/sda # install lilo
root@hostname#
this won't work since lilo looks for /etc/lilo.conf by default and according to the tutorial, only /mnt/../etc/lilo.conf exists
You can try to add the -C flag but then lilo will compare lilo.conf to the actual system map and won't find /boot/vmlinuz....
buga