grub命令
一、菜单命令
菜单命令只能用于grub配置文件的全局配置部分,不能用在grub命令行交互界面,菜单命令在配置文件中应放在其它命令之前。
1 2 3 4 5
   | 1.default  2.fallback  3.hiddenmenu  4.timeout  5.title 
 
  | 
 
二、常规命令
常规命令可以应该于配置文件和grub命令行交互界面,可使用的常规命令有
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
   | 1.bootp  2.color  3.device  4.dhcp  5.hide  6.ifconfig  7.pager  8.partnew  9.parttype  10.password 为菜单界面设置口令 11.rarp  12.serial  13.setkey  14.splashimage  15.termainal  16.tftpserver  17.unhide 
 
  | 
 
三、命令行和菜单项命令
命令行和菜单项命令可应该于GRUB配置文件的菜单项设置中,也可以用在GRUB命令交互界面。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
   | 1.bolcklist  2.boot  3.cat  4.chainloader  5.cmp  6.configfile  7.debug  8.displayapm  9.displaymem  10.embed  11.find  12.fstest  13.geometry  14.halt  15.help  16.impsprobe  17.initrd  18.install  19.ioprobe  20.kernel  21.lock  22.makeactive  23.map  24.md5crypt  25.module  26.modulenounzip  27.pause  28.quit  29.reboot  30.read  31.root  32.rootnoverify  33.savedefault  34.setup  35.testload  36.testvbe  37.uppermem  38.vbeprobe 
 
  |