[记录]Gentoo UEFI/Gpt 安装注意项

grub2问题

1.安装Grub2之前指定make.conf配置文件中的

GRUB_PLATFORMS="emu efi-64"

2./etc/fstab文件内容(注意挂载目录是/boot/efi):

# <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1               /boot/efi       vfat            auto                    1 2
/dev/sda4               /               ext4            noatime                 0 1
/dev/sda3               none            swap            sw                      0 0
/dev/cdrom              /mnt/cdrom      auto            noauto,ro               0 0
/dev/fd0                /mnt/floppy     auto            noauto                  0 0
/etc/fstab

3.安装系统手动mount文件系统的时候,也要记得是将/dev/sda1 mount/mnt/gentoo/boot/efi不是  /mnt/gentoo/boot

4.Grub 2配置命令:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --recheck --debug
grub-mkconfig -o /boot/grub/grub.cfg # 该命令回车后,必须要提示检测到/boot下的文件,编译内核的结果文件,不然不能引导
#kernel-genkernel-x86_64-4.0.5-gentoo initramfs-genkernel-x86_64-4.0.5-gentoo

5.最后贴一下Grub启动界面

posted @ 2015-07-14 16:27  IFPELSET  阅读(1153)  评论(0编辑  收藏  举报