GRUB作为一个默认的引导器,默认的安装不需要任何的设置的,而且GRUB启动后是进入图形界面的,GRUB的命令行之在GRUB不能找到配置文件grub.conf时自动进入的。
在进入grub的命令行时可以按照一下步骤启动现有的linux系统。
1、你要知道你的linux在那个分区,可以用root找到当前的“根”
2、用find查找grub.conf。
3、设置root为grub.conf所在分区。
4、加载linux的内核。
5、加载linux的镜像。
6、用boot引导。
这里给出一个例子:
grub>root
grub>find /boot/grub/grub.conf
grub>root (hd0,

grub>kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/ rhgb quie
grub>initrd /initrd-2.6.9-5.EL.img
grub>boot