Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found)
Date: Sat, 28 Feb 2015 12:07:05
Message-Id: 20150228120654.5901e97b@digimed.co.uk
In Reply to: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found) by German
1 On Sat, 28 Feb 2015 05:50:53 -0500, German wrote:
2
3 > and did exactly what was written. What is the vmlinuz it is complaining
4 > about? Can it be that vmlinuz should read as vmlinuz-3.16-15-gentoo
5 > instead? Here is my config file, it is the same as in the guide:
6 >
7 > title Gentoo Linux
8 > linux /vmlinuz
9 > options root=/dev/sda3
10
11 The kernel file should be in your ESP and you need to give the full name,
12 so something like
13
14 linux /vmlinuz-3.16-15-gentoo
15
16 Here's a config I use, as an example
17
18 title MythTV
19 version 3.18.7-gentoo
20 linux /vmlinuz-3.18.7-gentoo
21 options root=/dev/sda3 panic=10 net.ifnames=0 irqpoll
22
23
24 --
25 Neil Bothwick
26
27 If at first you do succeed, try to hide your astonishment.

Replies

Subject Author
Re: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found) German <gentgerman@×××××.com>