Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 490448

Summary: Mounting /boot partition error. Possible bug.
Product: Gentoo Linux Reporter: Szymluk <szymluk86>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Szymluk 2013-11-05 01:11:02 UTC
When my Gentoo starts, I've got error with mounting /boot partition but I dont have separated /boot partition.

My /etc/fstab:
UUID="c70cb99b-b6c2-4f73-91ca-2da91f5eb67b" /		        ext4		defaults	0 1
UUID="5fb0b2fb-5b7c-4859-8ecc-263bec1738d5" /home	        ext4		defaults	0 2
/swap.img                                   none                swap           defaults        0 0

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
├─sda1   8:1    0    20G  0 part /
└─sda2   8:2    0 445,8G  0 part /home
sr0     11:0    1  1024M  0 rom  

Reproducible: Always




* Mounting /boot ...
mount: nie znaleziono /boot w /etc/fstab [ !! ]

That means:
"mount: can't find /boot in /etc/fstab
Comment 1 Szymluk 2013-11-05 21:28:43 UTC
I solved problem. I put in /etc/conf.d/kexec file DONT_MOUNT_BOOT="yes" option.

It wasn't an bug.