Entra

View Full Version : ancora grub


oltremare
20-01-2008, 16:38
ho un disco con due partizioni + una swap
sulla seconda ho da tempo un ubuntu 10.7
sulla prima avevo provato a reinstallare una win 2000: senza riuscirci, in particolare credo non ci fosse una sovrascrittura del mbr.
Ho provato ad installare una mandriva nella prima partizione e pare che ci sia (ho verificato da ubuntu)
Allora ho provato a modificare il file /boot/grub/menu.lst così :

title mandriva
root (hd0,0)
kernel /boot/vmlinuz-2.6.16.17.rdm1.smp root=/dev/hda1 ro
initrd /boot/initrd-2.6.16.17.rdm.smp.img

piazzando il tutto (in verità) sotto il quiet delle righe per ubuntu

Si verifica che il titolo compare, vi è una partenza ma si ferma dopo aver tentato un mounting ro
con Kernel panic

Avete suggerimenti?

Grazie sempre

Gollum63
20-01-2008, 16:48
Puoi postare il tuo fdisk
da root digita
# fdisk -l
ed anche il /boot/grub/menu.lst
# cat /boot/grub/menu.lst

oltremare
20-01-2008, 17:41
eccoli

Gollum63
21-01-2008, 01:39
hai provato a mettere boot in fondo alle stringhe di mandriva
esempio
##inseriti da me
title zone minder mandriva
root (hd0,0)
kernel /boot/vmlinuz-2.6.16.17.rdm1.smp root/dev/hda1 ro
initrd /boot/initrd-2.6.16.17.rdm1.smp.img
boot

oltremare
27-01-2008, 11:40
Queste sono le righe che ottengo al boot di mandriva

Mounting /proc filesystem
Mounting sysfs
Creating device files
Mounting tmpfs on /dev
Creating root device
Mounting root filesystem /dev/root
mount:error 6 mounting ext3 flags defaults
well, retrying without the option flags
mount: error 6 mounting ext3
Switching to new root
ERROR opening /dev/console!!!!: 2
unmounting old /proc
unmounting old /sys
switchroot: mount failed: 22
Initrd finished
Kernel panic - not syncing: Attempted to kill init!

non ho trovato molto in giro riguardo questo errror 6.

Avete suggerimenti?