|
直接运行grub.exe就可以了
第一搜索的就是当前目录.....
自然也不用分A和C了
有空看看help文件
Update 3(2006-12-23): By default, GRUB.EXE will locate its
config file in the following order:
(DOS file) .\menu.lst, the MENU.LST in the current dir.
(DOS file) \menu.lst, the MENU.LST in the root dir of
the current drive.
(GRUB file) /menu.lst, the MENU.LST in the root dir of
the boot device.
The default boot device is still (hd0,0).
先搜索当前目录,在搜索当前磁盘根目录,然后才是默认启动设备的根目录 |
|