原:(可以引导) title Red Hat Enterprise Linux Server (2.6.18-53.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-53.el5 module /vmlinuz-2.6.18-53.el5xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet module /initrd-2.6.18-53.el5xen.img 修改后:(不能引导) title Red Hat Enterprise Linux Server (2.6.18-53.el5xen T) root (hd0,0) kernel /vmlinuz-2.6.18-53.el5...
by zcsgamer - Shell - 2009-09-07 18:47:03 阅读(2711) 回复(3)
请问怎样去掉grub界面下的 Use the ^ and v keys to select which entry is highlighted. Press enter to boot the selected OS, 'e' to edit the commands before booting, 'a' to modify the kernel arguments before booting, or 'c' for a command-line. 这些提示信息,就是中间那些。 因为它挡住我的图片了。配置文件和man里没有看到相关说明 请大虾不吝赐教
pIII 933 80g硬盘,装redhat linux9后,无法引导,我装的时候选的是hda mbr引导呀。可启动时提示,丢失操作系统。用安装盘f5进入grub 无法恢复。root (hd0,0) setup (hd0)用 grub-install /dev/hda 也提示找不到。
grub 的配置文件位于 "/boot/grub/grub.conf", 更改后将对以后的每次启动有效。 此配置文件可分为两个大的部分:全局配置和菜单项配置: A. 全局配置命令 全局配置命令从配置文件最上方到第一个 "title" 命令之前结束。 default 0 timeout 10 splashimage (hd0,2)/boot/grub/splash.xpm.gz password --md5 $1$tBWhgwVY$sIzNYKY/iV9rZ4keYAkaQ/ #设置了密码的才...
我的机子装了两个系统,Windows 2000 & RedHat Linux,在安装Linux时我选择了grub,启动时默认选择是Linux,现在我想修改为默认选择Windows 2000,应该怎么做呢? 谢谢
系统的/dev/hda7为/boot,/dev/hda8为/ 请问,grub的引导信息是否该为 root (hd0,6) kernel /boot/vmlinuz root=/dev/hda8