Salix is on /dev/sda1, Gentoo is still on sda4 (there is no more sda2 and sda3).
I edited etc/lilo.conf like this:
- Code: Select all
image = /boot/vmlinuz-4.0.5-gentoo
root = /dev/sda4
label = gentoo
read-only
but running
- Code: Select all
/sbin/lilo
it gives the following error
- Code: Select all
root[~]# /sbin/lilo
Added salix *
Fatal: open /boot/vmlinuz-4.0.5-gentoo: No such file or directory
Sure enough the file is there:
- Code: Select all
root[~]# mount
/dev/sda1 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
gvfsd-fuse on /home/user/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=user)
/dev/sda4 on /media/disk type ext4 (rw)
root[~]# ls /media/disk/boot/
System.map-4.0.5-gentoo config-4.0.5-gentoo vmlinuz-4.0.5-gentoo
root[~]#
thanks