I have a very similar problem that I've been struggling with that seems to be related to kernels > 2.6.28 from others I've spoken with in the Gentoo forum, although I can only speak for 2.6.29. It's a minor niggle, but frustrating nonetheless. I've even rebuilt the kernel manually, but with the same result. I've used UUID's as well as physical ID's without any improvement. If I go back to kernel 2.6.27, it works fine. I'd hoped there was something in the latest .config file for 4.1, but I used it, and rebuilt the kernel with it, but still no luck.
Now I've installed 4.1 (wonderful btw!!) on two different external HD's with the same results! In my case, I simply enter /dev/sda3 or on the other drive /dev/sda2 and it boots up without a problem.
fstab:
- Code: Select all
UUID=d9146560-d830-4f19-b207-effd9e3ce588 / ext4 user_xattr,noatime 1 1
UUID=a479a044-7c97-41ef-bf48-d3826fbf1454 /boot ext2 defaults 1 2
/dev/shm /dev/shm tmpfs defaults 0 0
UUID=3da67503-e746-4acb-ad47-5fe2a9201a69 swap swap defaults 0 0
GRUB:
- Code: Select all
title Sabayon Linux x86 (genkernel-x86-2.6.29-sabayon)
root (hd0,1)
kernel /kernel-genkernel-x86-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=d9146560-d830-4f19-b207-effd9e3ce588 dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 quiet resume=swap:/dev/sda5
initrd /initramfs-genkernel-x86-2.6.29-sabayon
savedefault
The only error I get in dmesg seems unrelated, but:
- Code: Select all
[ 3105.813303] [fglrx:firegl_find_any_map] *ERROR* Invalid map handle!<3>[fglrx:drm_vm_close] *ERROR* map not found -> inconsistent kernel data!!! vma_start:0xa691f000,handle:0xd2800000
Oops!...forgot to add my fdisk info!
Device Boot Start End Blocks Id System
/dev/sda1 1 3647 29294496 83 Linux
/dev/sda2 3648 3712 522112+ 83 Linux
/dev/sda3 3713 7536 30716280 83 Linux
/dev/sda4 * 7537 30401 183663112+ 5 Extended
/dev/sda5 7537 7667 1052226 82 Linux swap / Solaris
/dev/sda6 7668 8049 3068383+ 83 Linux
/dev/sda7 8050 10660 20972826 83 Linux
/dev/sda8 10661 30401 158569551 83 Linux
If anyone has any ideas, they're certainly appreciated. I've actually heard it suggested that it may be related to my ThinkPad T42p and how it handles the USB ports. There is another user with the same problem/machine on the Gentoo forums, but I don't know. I'll go to the IBM (Lenovo) site and see if there are any driver upgrades. Curious about the bios, since I thought the use of a blkid would alleviate that problem?