About grub2(fc30)

Posted sciapex

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了About grub2(fc30)相关的知识,希望对你有一定的参考价值。

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)的主要内容,如果未能解决你的问题,请参考以下文章

About 10.30 This Week

C++ string类insert函数的用法

将 IFrame 设置为“about:blank”的跨浏览器方式?

About 6.5 This Week

HDU1075What Are You Talking About

About 11.6 This Week