Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to install gentoo-kernel-bin to /boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
InvisibleRasta
Apprentice
Apprentice


Joined: 30 Mar 2011
Posts: 189

PostPosted: Thu Feb 27, 2025 4:19 am    Post subject: how to install gentoo-kernel-bin to /boot Reply with quote

I have been trying to install the bin kernel on my new gentoo install but I cant figure out where it is getting installed. It looks like its not being placed in /boot
I am not using a separate /boot partition and i mounted my efi
This is my fstab:
Code:
UUID=FA26-3B1F                            /boot/efi      vfat    fmask=0137,dmask=0027 0 2
UUID=857d36cd-ab31-4349-a875-9ba45c15e276 /              btrfs   subvol=/@gentoo,noatime,compress=zstd 0 0
UUID=41c9da3b-d044-434b-b853-c18170bd4040 swap           swap    defaults   0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

Code:
# eselect kernel list
Available kernel symlink targets:
  [1]   linux-6.12.16-gentoo-dist *
(chroot) tux / # eselect kernel set 1

Code:
# installkernel
layout=uki set via config
INITRD_GENERATOR (dracut) set via config.
UKI_GENERATOR (dracut) set via config.
Loaded config.
MACHINE_ID=292fed8dc0094343a8bd9e6c3d5cb98c set via /etc/machine-id.
Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
Found container virtualization none.
Directory "/boot" is not the root of the file system.
Couldn't find an XBOOTLDR partition.
Failed to check file system type of "/efi": No such file or directory
File system "/boot" is not a FAT EFI System Partition (ESP) file system.
Using EFI System Partition at /boot/efi as $BOOT_ROOT.
Using entry token: 292fed8dc0094343a8bd9e6c3d5cb98c
Kernel image not installed to '/usr/lib/modules/6.12.16-1-lts/vmlinuz', requiring manual kernel image path specification.

Code:
ls /boot/efi/EFI/Linux/
292fed8dc0094343a8bd9e6c3d5cb98c-6.12.16-gentoo-dist.efi

It looks like it thinks that /boot/efi is the /boot directory and it is complaining that my efi partition is not a FAT EFI partition. Not sure what it complains about as in my efi partition is working properly for another distro.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum