Summary: | sys-kernel/genkernel-4.0.0_beta17 refuses to build kernel if boot is not mounted | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | gordon |
Component: | genkernel | Assignee: | Gentoo Genkernel Maintainers <genkernel> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
gordon
2019-09-14 07:54:10 UTC
It looks like you are using "--install" which tells genkernel to install something into /boot. But according to your comment you don't have a separate /boot partition which would OK... You can only get the messaged you showed, see However code in https://gitweb.gentoo.org/proj/genkernel.git/tree/gen_funcs.sh?h=v4.0.0_beta17#n1785, when > [ -n "${fstabstate}" ] && [ -z "${procstate}" ] is true. In other words: You have $BOOTDIR in /etc/fstab but not in /proc/mounts. So please explain your setup. If you don't have separate $BOOTDIR, why do you have $BOOTDIR in /etc/fstab? You are absolutely correct, I had an old line in /etc/fstab with /boot noauto, after I deleted it genkernel is happy to compile the kernel again. This is not a bug then, sorry to bother you. Glad we found the problem. Closing as invalid. |