Debian i Slackware aktualizacja gruba
: 07 sierpnia 2008, 14:18
Co można zrobić? Po zainstalowaniu Debiana Etch obok Slackware, Grub w Debianie nie chce uruchomić Slacka. Kiedy pozbyłem się Gruba i zacząłem startować Lilo w Slacku, problem się odwrócił - Lilo nie chce startować Debiana.
Zapis w /boot/grub/menu.lst jest następujący:
Dodam, że Debian ma partycje /dev/sda a Slackware /dev/hda. To może, moim zdaniem (jeśli się mylę, to mnie poprawcie), stanowić podstawowy problem. Przemawia za tym fakt, że jak miałem Slackware 12.0, to Grub Debiana odpalał go bez problemu, a teraz Slackware 12.1 już się nie odpala.
Z góry dziękuję z pomoc, na którą liczę, bo jestem jeszcze dość mało zaawansowany w arkanach posługiwania się Linuksem.
Zapis w /boot/grub/menu.lst jest następujący:
Kod: Zaznacz cały
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda5 ro
initrd /boot/initrd.img-2.6.18-6-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-6-686 (single-user mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda5 ro single
initrd /boot/initrd.img-2.6.18-6-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-5-686
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda5 ro
initrd /boot/initrd.img-2.6.18-5-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda5 ro single
initrd /boot/initrd.img-2.6.18-5-686
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz-generic-2.6.24.5 root=/dev/sda1
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz-generic-smp-2.6.24.5-smp root=/dev/sda1
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz-huge-2.6.24.5 root=/dev/sda1
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz-huge-smp-2.6.24.5-smp root=/dev/sda1
savedefault
boot
Z góry dziękuję z pomoc, na którą liczę, bo jestem jeszcze dość mało zaawansowany w arkanach posługiwania się Linuksem.