efibootmgr
Differences
This shows you the differences between two versions of the page.
| efibootmgr [2023/08/25 18:05] – created keremet | efibootmgr [2023/08/25 18:41] (current) – keremet | ||
|---|---|---|---|
| Line 63: | Line 63: | ||
| Boot0004* altlinux | Boot0004* altlinux | ||
| [root@localhost altlinux]# | [root@localhost altlinux]# | ||
| + | |||
| + | |||
| + | |||
| + | / | ||
| + | |||
| + | ### BEGIN / | ||
| + | menuentry ' | ||
| + | savedefault | ||
| + | insmod part_gpt | ||
| + | insmod fat | ||
| + | set root=' | ||
| + | if [ x$feature_platform_search_hint = xy ]; then | ||
| + | search --no-floppy --fs-uuid --set=root --hint-bios=hd0, | ||
| + | else | ||
| + | search --no-floppy --fs-uuid --set=root 4E50-B437 | ||
| + | fi | ||
| + | chainloader / | ||
| + | } | ||
| + | ### END / | ||
efibootmgr.1692986724.txt.gz · Last modified: 2023/08/25 18:05 by keremet