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
I solved problem. I put in /etc/conf.d/kexec file DONT_MOUNT_BOOT="yes" option. It wasn't an bug.