Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: GPT-UEFI-fstab questions "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>
Re: [gentoo-user] Re: GPT-UEFI-fstab questions Michael Hampicke <mh@××××.biz>