Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490448 - Mounting /boot partition error. Possible bug.
Summary: Mounting /boot partition error. Possible bug.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 01:11 UTC by Szymluk
Modified: 2013-11-05 21:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.