[gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found)

2015-02-28 Thread German
Ok, this was probably my third unsuccesful install on UEFI. This time with 
gummiboot. I've followed this guide:
https://wiki.gentoo.org/wiki/Gummiboot

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:

title Gentoo Linux
linux /vmlinuz
options root=/dev/sda3

As always, thank you for your help

-- 
German gentger...@gmail.com



Re: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found)

2015-02-28 Thread Neil Bothwick
On Sat, 28 Feb 2015 05:50:53 -0500, German wrote:

 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:
 
 title Gentoo Linux
 linux /vmlinuz
 options root=/dev/sda3

The kernel file should be in your ESP and you need to give the full name,
so something like

linux /vmlinuz-3.16-15-gentoo

Here's a config I use, as an example

title   MythTV
version 3.18.7-gentoo
linux   /vmlinuz-3.18.7-gentoo
options root=/dev/sda3 panic=10 net.ifnames=0 irqpoll


-- 
Neil Bothwick

If at first you do succeed, try to hide your astonishment.


pgpSQ9WmTKK1J.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found)

2015-02-28 Thread Matti Nykyri
 On Feb 28, 2015, at 11:50, German gentger...@gmail.com wrote:
 
 title Gentoo Linux
 linux /vmlinuz
 options root=/dev/sda3

Verify that you have the file vmlinuz in the root of /dev/sda3

What is you problem? Does EFI find anything to boot? Is gummiboot failing to 
find kernel? Or is kernel failing to boot or find root disk? What is the 
content of the UEFI partition's (0xEF00) /EFI-directory and /EFI/BOOT-directory?

-- 
-Matti


Re: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found)

2015-02-28 Thread German



On Sat, 28 Feb 2015 12:06:54 +
Neil Bothwick n...@digimed.co.uk wrote:

 On Sat, 28 Feb 2015 05:50:53 -0500, German wrote:
 
  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:
  
  title Gentoo Linux
  linux /vmlinuz
  options root=/dev/sda3
 
 The kernel file should be in your ESP and you need to give the full name,
 so something like
 
 linux /vmlinuz-3.16-15-gentoo
 
 Here's a config I use, as an example
 
 title   MythTV
 version 3.18.7-gentoo
 linux   /vmlinuz-3.18.7-gentoo
 options root=/dev/sda3 panic=10 net.ifnames=0 irqpoll

Thanks Neil, you are always come to my rescue
 
 
 -- 
 Neil Bothwick
 
 If at first you do succeed, try to hide your astonishment.


-- 
German gentger...@gmail.com



Re: [gentoo-user] Gummiboot ( Error loading \vmlinuz :Not found)

2015-02-28 Thread Tom H
On Sat, Feb 28, 2015 at 5:50 AM, German gentger...@gmail.com wrote:

 Ok, this was probably my third unsuccesful install on UEFI. This time with 
 gummiboot. I've followed this guide:
 https://wiki.gentoo.org/wiki/Gummiboot

 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:

 title Gentoo Linux
 linux /vmlinuz
 options root=/dev/sda3

path_to_kernel on the linux path_to_kernel line has to be relative
to the ESP mount and the kernel name must be correct.

I mount the ESP on /boot

# findmnt -n --output TARGET,SOURCE,FSTYPE /boot
/boot  /dev/sda1 vfat

so this is my primary gummiboot entry

# cat /boot/loader/entries/4.0.0.conf
title 4.0.0
options root=UUID=b51ee688-137c-47ec-9635-b69434b4e1f8 ro
init=/lib/systemd/systemd
linux /vmlinuz-4.0.0-rc1
initrd /initramfs-4.0.0-rc1