|
本帖最后由 mdyblog 于 2014-10-23 13:31 编辑
#用新版grubd4os
title Boot U grldr/menu.lst
usb --init || set _=
map (hd0) (hd1) && map (hd1) (hd0) && map --rehook
if exist (hd0)/grldr root (hd0) && chainloader /grldr && boot
if exist (hd0)/menu.lst root (hd0) && configfile /menu.lst && boot
if exist (hd0,0)/grldr root (hd0,0) && chainloader /grldr && boot
if exist (hd0,0)/menu.lst root (hd0,0) && configfile /menu.lst && boot
if exist (hd0,1)/grldr root (hd0,1) && chainloader /grldr && boot
if exist (hd0,1)/menu.lst root (hd0,1) && configfile /menu.lst && boot
if exist (hd0,2)/grldr root (hd0,2) && chainloader /grldr && boot
if exist (hd0,2)/menu.lst root (hd2,2) && configfile /menu.lst && boot
if exist (hd0,3)/grldr root (hd0,3) && chainloader /grldr && boot
if exist (hd0,3)/menu.lst root (hd0,3) && configfile /menu.lst && boot
if exist (hd0,4)/grldr root (hd0,4) && chainloader /grldr && boot
if exist (hd0,4)/menu.lst root (hd0,4) && configfile /menu.lst && boot
if exist (hd0,5)/grldr root (hd0,5) && chainloader /grldr && boot
if exist (hd0,5)/menu.lst root (hd0,5) && configfile /menu.lst && boot
if exist (hd0,6)/grldr root (hd0,6) && chainloader /grldr && boot
if exist (hd0,6)/menu.lst root (hd0,6) && configfile /menu.lst && boot
if exist (hd0,7)/grldr root (hd0,7) && chainloader /grldr && boot
if exist (hd0,7)/menu.lst root (hd0,7) && configfile /menu.lst && boot
if exist (hd0,8)/grldr root (hd0,8) && chainloader /grldr && boot
if exist (hd0,8)/menu.lst root (hd0,8) && configfile /menu.lst && boot
chainloader (hd0,0)+1 && root (hd0,0) && boot
chainloader (hd0,1)+1 && root (hd0,1) && boot
chainloader (hd0,2)+1 && root (hd0,2) && boot
chainloader (hd0,3)+1 && root (hd0,3) && boot
#我常这么用U盘的。 |
|