View previous topic :: View next topic |
Author |
Message |
natrix Guru


Joined: 23 Aug 2013 Posts: 556
|
Posted: Thu May 15, 2014 3:56 pm Post subject: Unable to resolve root |
|
|
Hi!!
In a new install of gentoo (it’s a PC diferent to https://forums.gentoo.org/viewtopic-t-991094.html), I compiled de kernel but the boot show it and the PC don´t start:
Code: | Failed to get fb_var. (errno=19)
!! Unable to resolve root: UUID=bc864e91-7f3b-41e8-8519-70e27c21b7bf
!! Please file a bug report with this message |
How I fix it???
Thanks |
|
Back to top |
|
 |
DONAHUE Watchman


Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Thu May 15, 2014 5:35 pm Post subject: |
|
|
The kernel can not use UUID (file system identifier) to find the root partition
If your hard drive has a GPT partition table, the kernel can use PARTUUID to find the root partition, the kernel option format is root=PARTUUID=value found from running example: Quote: | /dev/sdc1: LABEL="OCZ128" UUID="f7bd2bec-3688-4336-8c63-e6921ae5e3bf" TYPE="reiserfs" PARTLABEL="OCZ128" PARTUUID="89bc9633-fbc9-4a90-8a67-e058cb655d95" Do not include quotes from blkid in the kernel option.
If GRUB2 is involved suggest manual edit of grub.cfg |
_________________ Defund the FCC. |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55414 Location: 56N 3W
|
Posted: Thu May 15, 2014 9:07 pm Post subject: |
|
|
DONAHUE,
That works with MSDOS Partition tables too.
I rather suspect the OP is using grub2 and its a grub issue. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
natrix Guru


Joined: 23 Aug 2013 Posts: 556
|
Posted: Mon May 19, 2014 1:44 pm Post subject: |
|
|
Hi! This is my grub:
Code: | GRUB_GFXPAYLOAD_LINUX=1024x768
GRUB_DISTRIBUTOR="Gentoo"
GRUB_TIMEOUT=3
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX_DEFAULT='vga=791 splash=silent,theme:livedvd-12.0 console=tt$
GRUB_HIDDEN_TIMEOUT=0
GRUB_CMDLINE_LINUX="real_init=/usr/lib/systemd/systemd" |
|
|
Back to top |
|
 |
wraeth Retired Dev

Joined: 08 May 2007 Posts: 72 Location: Australia
|
Posted: Sat May 24, 2014 4:29 am Post subject: |
|
|
natrix wrote: | This is my grub: |
That is you /etc/default/grub (a configuration file that gives some default options to GRUB2).
Can you please paste the contents of /boot/grub/grub.cfg; as well as the output of `blkid`? |
|
Back to top |
|
 |
|