|
|
本帖最后由 chen463 于 2025-10-28 17:35 编辑
grldr→vtldr:
title .......
find --set-root /vtldr
kernel /grub/i386-pc/core.img
boot
- pxe detect
- configfile
- default 0
- timeout 0
- hiddenmenu
- title .......
- find --set-root /vtldr
- kernel /grub/i386-pc/core.img
- boot
- title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
- errorcheck off
- configfile /boot/grub/menu.lst
- configfile /grub/menu.lst
- if "%@root%"=="(ud)" && calc *0x82A0=*0x82b9&0xff
- if "%@root:~1,1%"=="f" && find --set-root --devices=f /menu.lst && configfile /menu.lst
- find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
- find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
- find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
- configfile http://b.chenall.net/menu.lst
- errorcheck on
- commandline
- title commandline
- commandline
- title reboot
- reboot
- title halt
- halt
复制代码
|
|