grub2 windows版安装

您所在的位置:网站首页 grub2启动windows10 grub2 windows版安装

grub2 windows版安装

2023-07-21 05:52| 来源: 网络整理| 查看: 265

set timeout=300

#set prefix=(${root})/boot/Grub/

menuentry "BIOS Windows Boot Manager" { echo "BIOS Windows Boot Manager" #set root=(hd0,msdos1) insmod ntldr ntldr (hd0,msdos1)/boot/bootmgr}

menuentry "BIOS Install CentOS71511"{ echo "BIOS Install CentOS71511 Minimal" set root=(hd0,msdos1) linux /isolinux/vmlinuz inst.stage2=hd:LABEL=ULTRA:/ quiet initrd /isolinux/initrd.img}

menuentry "BIOS Install CentOS71511 ks"{ echo "BIOS Install CentOS71511 Minimal ks" set root=(hd0,msdos1) linux /isolinux/vmlinuz inst.stage2=hd:LABEL=ULTRA:/ inst.ks=hd:LABEL=ULTRA:/isolinux/ks.cfg quiet initrd /isolinux/initrd.img}

menuentry " "{configfile}

menuentry "EFI Windows Boot Manager" { echo "EFI Windows Boot Manager" #search --file ($root)/efi/Microsoft/boot/bootmgfw.efi --set=root terminal_output console chainloader (hd0,msdos1)/efi/Microsoft/boot/bootmgfw.efi}

menuentry 'EFI Install CentOS 7' --class fedora --class gnu-linux --class gnu --class os { echo "EFI Install CentOS71511 Minimal" set root=(hd0,msdos1) linux /isolinux/vmlinuz inst.stage2=hd:LABEL=ULTRA:/ quiet initrd /isolinux/initrd.img

}

menuentry " "{configfile}

menuentry "DiskGenuis Tool"{ set root='(hd0,msdos1)' linux16 /boot/Grub/memdisk initrd16 /PE/imgs/DG_x64.img}

menuentry "Maxdos Toolbox"{ set root='(hd0,msdos1)' linux16 /boot/Grub/memdisk initrd16 /PE/imgs/maxdos9.img}

menuentry 'Reboot' --class reboot {echo 'Rebooting ...'reboot}

menuentry 'Shutdown' --class halt {echo 'Shutdown ...'halt}



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3