oltre al mio sistema ubuntu perfettamente funzionante, ho installato su questo vecchio pc dal quale vi scrivo puppy 4.3.1. Devo aver fatto casino col grub, perchè al boot mi ritrovo con la seguente situazione:
1) Linux on /dev/sda1 - enter - file not found
2) Linux on /dev/sda6 - enter - kernel panic not syncing no init found
e devo riavviare.
Sono pressochè certo sul fatto che ho eseguito l'installzione full su sda6..ma..boh?
Posto qualcosa:
Codice: Seleziona tutto
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Mon Dec 28 15:48:58 2009
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.13702'. You can restore it like this.
# dd if=/boot/grub/mbr.sda.13702 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title Linux (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal
# Linux bootable partition config ends
# Linux bootable partition config begins
title Linux (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 ro vga=normal
# Linux bootable partition config ends
# Linux bootable initrd config begins
title Linux initrd /tmp/boot/boot/initrd.img-2.6.27-14-generic (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 ramdisk_size=23475 root=/dev/ram0 rw
initrd /tmp/boot/boot/initrd.img-2.6.27-14-generic
# Linux bootable initrd config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,5)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sda6)
root (hd0,5)
setup (hd0,5)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)
Codice: Seleziona tutto
fdisk -l
device boot start end system
/dev/sda1/ * 1 1058 .............linux
/dev/sda2/ 1059 2432 ......extended
/dev/sda5/ 2352 2432 ......linux swap / solaris
/dev/sda6/ 1059 2290 ......linux
/dev/sda7/ 2291 2351 .......linux swap / solaris
partition table entries are not in disk order
grazie per l'aiuto

