User Tools

Site Tools


efibootmgr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

efibootmgr [2023/08/25 18:05] – created keremetefibootmgr [2023/08/25 18:41] (current) keremet
Line 63: Line 63:
 Boot0004* altlinux Boot0004* altlinux
 [root@localhost altlinux]#  [root@localhost altlinux]# 
 +
 +
 +
 +/boot/grub/grub.cfg
 +
 +### BEGIN /etc/grub.d/30_os-prober ###
 +menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-4E50-B437' {
 + savedefault
 + insmod part_gpt
 + insmod fat
 + set root='hd0,gpt2'
 + if [ x$feature_platform_search_hint = xy ]; then
 +   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  4E50-B437
 + else
 +   search --no-floppy --fs-uuid --set=root 4E50-B437
 + fi
 + chainloader /EFI/Microsoft/Boot/bootmgfw.efi
 +}
 +### END /etc/grub.d/30_os-prober ###
  
efibootmgr.1692986724.txt.gz · Last modified: 2023/08/25 18:05 by keremet