Comment 8 for bug 700910

Revision history for this message
AciD (acid-linuxfr) wrote :

I forgot to add the following informations :
root@ubuntu:~# dpkg -l|grep grub
ii grub-common 1.99~rc1-13ubuntu3 GRand Unified Bootloader, version 2 (common files)
ii grub-gfxpayload-lists 0.2 GRUB gfxpayload blacklist
ii grub-pc 1.99~rc1-13ubuntu3 GRand Unified Bootloader, version 2 (PC/BIOS version)

Also, I tried to fix the unbootable netbook problem with chroot :
root@ubuntu:~# mount -o bind /proc /mnt/linux/proc/
root@ubuntu:~# mount -o bind /dev /mnt/linux/dev/
root@ubuntu:~# chroot /mnt/linux/ /bin/bash
ubuntu:/# update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.38-020638-generic
Found initrd image: /boot/initrd.img-2.6.38-020638-generic
Found linux image: /boot/vmlinuz-2.6.35-28-generic
Found initrd image: /boot/initrd.img-2.6.35-28-generic
Found memtest86+ image: /boot/memtest86+.bin
Cannot find list of partitions!
done

I'll reboot to see if this worked.