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

相关文章:

  • 2022-01-05
  • 2021-06-10
  • 2021-07-11
  • 2021-10-16
  • 2021-12-23
  • 2021-11-24
  • 2021-07-07
  • 2022-12-23
猜你喜欢
  • 2021-10-30
  • 2021-12-13
  • 2021-10-30
  • 2022-12-23
  • 2021-03-31
相关资源
相似解决方案