edps
(usa Slackware)
Enviado em 28/04/2015 - 23:09h
Grinder escreveu:
Ta aí uma coisa que eu não sabia.
Não me recordo nem nas versões antigas de ter alterado o lilo para alguma coisa.
Valeu
Porque estou adicionando um novo kernel, veja meu lilo.conf completo:
# LILO configuration file
# generated by 'liloconfig'
append="quiet vt.default_utf8=0"
boot = /dev/sda
bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255
prompt
timeout = 100
change-rules
reset
vga = 791
# Slackware (kernel 4.0 generic-smp com initrd)
image = /boot/vmlinuz-4.0.0-smp
initrd = /boot/initrd.gz
root = /dev/sdc2
label = Slackware
vga=791
append="quiet"
read-only
# Slackware (kernel generic-smp com initrd)
image = /boot/vmlinuz
initrd = /boot/initrd.gz
root = /dev/sdc2
label = SlackSMP
read-only
# Slackware (sem initrd)
image = /boot/vmlinuz
root = /dev/sdc2
label = Slack
read-only
# Debian Wheezy.
image = /mnt/debian_rootfs/boot/vmlinuz-4.0.0-edps
root = /dev/disk/by-uuid/172beeb6-c016-4359-aa3d-5956a5151016
label = Wheezy
initrd = /mnt/debian_rootfs/boot/initrd.img-4.0.0-edps
read-only
# Debian Jessie.
image = /mnt/jessie/boot/vmlinuz-4.0.0-edps
root = /dev/disk/by-uuid/07ea24b8-3da2-40cf-8e5c-cba64eb5c2b2
label = Jessie
initrd = /mnt/jessie/boot/initrd.img-4.0.0-edps
read-only
Quando eu disse preste atenção no dispositivo é porque geralmente uso as UUIDs, como em:
root = /dev/disk/by-uuid/07ea24b8-3da2-40cf-8e5c-cba64eb5c2b2
Assim não dá problema se mudar a ordem dos discos no PC por exemplo, já usando /dev/sdc2 dá!