Thank you mimosa. Regarding the Salix configuration, my lilo.conf file has exactly the same configuration as yours, except of course for the following:mimosa wrote:Yes, that's it. The path given to the kernel in the Salix stanza of lilo.conf needs to be the path to it as mounted at the time you reinstall the bootloader. Like this:globetrotterdk wrote: I am pretty sure that vmlinuz-3.16.0-4-amd64 refers to the Devuan kernel and not the Salix kernel.Code: Select all
root=/dev/disk/by-uuid:9d2c1561-d6d7-4651-9373-bcd440c289dd image=/path/to/mounted/dd1/boot/vmlinuz label=Salix read-only # restricted # alias=3 # End Salix OS configuration
Code: Select all
image=/media/username/9d2c1561-d6d7-4651-9373-bcd440c289dd/boot/vmlinuz
Regarding the Devuan section, I agree that it looks weird, but I think that it is because it has the following at the very beginning of the lilo.conf file:EOI panic+0x1b7/0x1f0
(...)
3.762164 -[end trace 6e0a640ecf8d150a]---
Code: Select all
# Specifies the boot device. This is where Lilo installs its boot
# block. It can be either a partition, or the raw device, in which
# case it installs in the MBR, and will overwrite the current MBR.
#
#boot=/dev/sda
boot = /dev/disk/by-id/ata-ST2000DM001-1CH164_S1E21XPJ
# Specifies the device that should be mounted as root. (`/')
#
#root=/dev/sda1
root = "UUID=2e1478a0-3356-4ce7-9efe-f72cb7e85a2b"