Gentoo Archives: gentoo-user

From: Tom H <tomh0665@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found)
Date: Sat, 28 Feb 2015 18:03:05
Message-Id: CAOdo=Sy8M_XNAouv=H-h=NJb6xz2WP_1a-Yt_SH2uFb_ROcLAg@mail.gmail.com
In Reply to: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found) by German
1 On Sat, Feb 28, 2015 at 5:50 AM, German <gentgerman@×××××.com> wrote:
2 >
3 > Ok, this was probably my third unsuccesful install on UEFI. This time with gummiboot. I've followed this guide:
4 > https://wiki.gentoo.org/wiki/Gummiboot
5 >
6 > and did exactly what was written. What is the vmlinuz it is complaining about? Can it be that vmlinuz should read as vmlinuz-3.16-15-gentoo instead? Here is my config file, it is the same as in the guide:
7 >
8 > title Gentoo Linux
9 > linux /vmlinuz
10 > options root=/dev/sda3
11
12 path_to_kernel on the "linux path_to_kernel" line has to be relative
13 to the ESP mount and the kernel name must be correct.
14
15 I mount the ESP on "/boot"
16
17 # findmnt -n --output TARGET,SOURCE,FSTYPE /boot
18 /boot /dev/sda1 vfat
19
20 so this is my primary gummiboot entry
21
22 # cat /boot/loader/entries/4.0.0.conf
23 title 4.0.0
24 options root=UUID=b51ee688-137c-47ec-9635-b69434b4e1f8 ro
25 init=/lib/systemd/systemd
26 linux /vmlinuz-4.0.0-rc1
27 initrd /initramfs-4.0.0-rc1