[Bug 622865] [NEW] boot problem upgrading to ubuntu 10
Francesco Tassone
622865 at bugs.launchpad.net
Mon Aug 23 17:10:35 UTC 2010
Public bug reported:
after upgrading from ubuntu 9 to 10, the grub2 loader is not able to boot the kernel, in particular,
after 30 s a busybox system appears, with messages about giving up to find the device, and /dev/sda6 not found.
from the prompt, I am then able to boot by giving an exec init, altough it says, it does not find the init command.........
I tried to fix in all several ways found on the web:
disabled the uuid root through editing /etc/default/grub
disabled the search string through editing the grub-mksomething_lib
and then update-grub to generate new conf. file.
still same problem occurs.
the problem occurs for all kernels, also older ones.
the uuid etc are all correct
other info
root at francesco-desktop:/home/francesco# blkid
/dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07D9-0C1E" TYPE="vfat"
/dev/sda2: LABEL="RECOVERY" UUID="0250A86050A85BE3" TYPE="ntfs"
/dev/sda3: LABEL="OS" UUID="040EAE750EAE6002" TYPE="ntfs"
/dev/sda8: UUID="f3bee7c2-2fa0-4a24-9572-421f611a4999" TYPE="swap"
/dev/sda5: UUID="948324b5-e323-452b-9f25-ca187e00a6af" TYPE="ext4"
/dev/sda6: UUID="b51d2a9c-2dc0-4cf3-8058-e4ba6a556223" TYPE="ext4"
/dev/sda7: UUID="3fc6d47e-6124-4496-bd7f-300a77ef7170" TYPE="ext4"
from grub.cfg
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 948324b5-e323-452b-9f25-ca187e00a6af
linux /vmlinuz-2.6.32-24-generic root=UUID=b51d2a9c-2dc0-4cf3-8058-e4ba6a556223 ro quiet splash
initrd /initrd.img-2.6.32-24-generic
}
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
boot problem upgrading to ubuntu 10
https://bugs.launchpad.net/bugs/622865
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list