码迷,mamicode.com
首页 > 其他好文 > 详细

About grub2(fc30)

时间:2020-03-15 11:48:03      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:ora   about   Once   lse   try   change   mfs   roo   root   

TAB for more information

Boot Entry

Linux

>root=(hd0,1) #linux img/linux root(hd0, gpt1), (hd1, msdos1)

>linux /boot/linuz-X.X.X.img root=/dev/sdb1

>initrd /boot/initramfs-X.X.X

>boot

 

Windows

>insmod fat #fat ex4

>set root=(hd0, gpt1) #windows efi root (hd1,msdos1)

>chainloader /efi/Microsoft/Boot/bootmgfw.efi or  chainloader /EFI/boot/bootx64.efi  or chainloader +1

>boot

 

 Change Default Entry

grub.cfg:/boot/grub2/grub.cfg

### BEGIN /etc/grub.d/00_header ###
...
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi
 

With Linux(fedora)

Q:grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn‘t exist. Please specify --target or --directory.

A:sudo dnf install x86_64:grub2-efi-x64*

 

About grub2(fc30)

标签:ora   about   Once   lse   try   change   mfs   roo   root   

原文地址:https://www.cnblogs.com/sciapex/p/12494407.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!