Gentoo Archives: gentoo-user

From: Michael Hampicke <mh@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: GPT-UEFI-fstab questions
Date: Thu, 14 Nov 2013 19:48:56
Message-Id: 5285291F.1060201@hadt.biz
In Reply to: [gentoo-user] Re: GPT-UEFI-fstab questions by James
1 Am 14.11.2013 19:17, schrieb James:
2 > Michael Hampicke <mh <at> hadt.biz> writes:
3 >
4 >
5 >>> On "4. Install Bootloader" choose "UEFI-GRUB".
6 >>> The UEFI boot partition will be /dev/sda1.
7 >>> The GRUB device path will be (hd0,2) - the default, /dev/sda2
8 >>> where the kernel resides.
9 >
10 >> Please show us your grub2.cfg
11 >> Also try using the output of grub2-mkconfig as your grub2.cfg and see if
12 >> your machine boots.
13 >
14 >
15 > During the pentoo install, I capture this:
16 >
17 >
18 > now review the "/tmp/efibootpart/boot/grub2/grub.cfg"
19 >
20 > timeout=5
21 > menuentry 'Pentoo' {
22 > insmod efi_gop
23 > insmod efi_uga
24 > insmod part_msdos
25 > insmod part_gpt
26 > root=(hd0,2)
27 > linux /boot/kernel-genkernel-x86_64-3.9.9-pentoo root=/dev/ram0
28 > real_root= video= console=tty1 ro
29 > initrd /boot/initramfs-genkernel-x86_64-3.9.9-pentoo
30 > }
31 >
32
33 Do you have the boot symlink on your boot partition?
34 $ ls -al /boot/boot
35 lrwxrwxrwx 1 root root 1 Sep 23 2011 /boot/boot -> .

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: GPT-UEFI-fstab questions James <wireless@×××××××××××.com>