torno a chiedere aiuto.. ho un grub-problemino: fino a ieri avevo slackware 12.1 hugesmp.s 2.6.24.5 su sda2. poi ho voluto provare un dual boot utilizzando la partizione libera, così installo debian etch in sda6 e GRUB di debian nel MBR (dove prima c'era LILO) che mi ha riconosciuto gli altri sistemi (partizione di vista e 4 kernel di slackware). fin qui tutto bene, ma riesco a lanciare solo debian e quando provo una delle 4 slack grub mi dice:
root (hd0,0)
file system type is ext2fs (ma non avevo ext3?), partition type 0x83
kernel /boot/vmlinuz-huge-smp-2.6.24.5-smp
root=/dev/sda2
ERROR 2: BAD FILE OR DIRECTORY TYPE
posto un pò di notizie dal mio sistema:
Codice: Seleziona tutto
fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 1019 8185086 27 Unknown (VISTA)
/dev/sda2 * 1020 4058 24410767+ 83 Linux (SLACKWARE 12.1)
/dev/sda3 4059 4301 1951897+ 82 Linux swap / Solaris (SWAP)
/dev/sda4 4302 19457 121740570 5 Extended
/dev/sda5 4302 16459 97659103+ 83 Linux (/HOME di slackware)
/dev/sda6 * 16460 19457 24081403+ 83 Linux (DEBIAN etch 4.0r3)Codice: Seleziona tutto
menu.lst
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd0,5)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda6 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,5)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.18-6-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 a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz-generic-smp-2.6.24.5 root=/dev/sda2
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz-generic-smp-2.6.24.5-smp root=/dev/sda2
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz-huge-2.6.24.5 root=/dev/sda2
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title Slackware Linux (Slackware 12.1.0) (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz-huge-smp-2.6.24.5-smp root=/dev/sda2
savedefault
bootgrazie

