Michael Hampicke <mh <at> hadt.biz> writes:

> >     On "4. Install Bootloader" choose "UEFI-GRUB".
> >     The UEFI boot partition will be /dev/sda1.
> >     The GRUB device path will be (hd0,2) - the default, /dev/sda2 
> >     where the kernel resides. 

> Please show us your grub2.cfg 
> Also try using the output of grub2-mkconfig as your grub2.cfg and see if
> your machine boots.


During the pentoo install, I capture this:


now review the "/tmp/efibootpart/boot/grub2/grub.cfg"

timeout=5
menuentry 'Pentoo' {
    insmod efi_gop
    insmod efi_uga
    insmod part_msdos
    insmod part_gpt
    root=(hd0,2)
    linux /boot/kernel-genkernel-x86_64-3.9.9-pentoo root=/dev/ram0
real_root= video= console=tty1 ro
    initrd /boot/initramfs-genkernel-x86_64-3.9.9-pentoo
}


James


Reply via email to