LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 751|回复: 4

grub问题 安装后,出现 grub〉 ;没有出现菜单;通过手工输入命令,还是可以启动的

[复制链接]
发表于 2005-1-9 16:43:25 | 显示全部楼层 |阅读模式
config
#
# Sample boot menu configuration file
#

# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Fallback to the second entry.

splashimage=(hd0,4)/grub/splash.xpm.gz

# For booting GNU/Hurd
title  WindowsXP
root   (hd0,0)
makeactive
chainloader +1


# For booting GNU/Linux
title  GNU/Linux
root (hd0,4)
kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc  real_root=/dev/hda2 vga=0x317 splash=verbose
initrd /initrd-2.6.9-gentoo-r1





webmin  grub    install grub


Installing GRUB on IDE controller 0 bus 0 disk 0 with commands root (hd0,4) and setup (hd0) ..


    GNU GRUB  version 0.93  (640K lower / 3072K upper memory)

[ Minimal BASH-like line editing is supported.  For the first word, TAB
   lists possible command completions.  Anywhere else TAB lists the possible
   completions of a device/filename. ]
grub> root (hd0,4)
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"...  16 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,4)/boot/grub/stage2 /boot/grub/grub.conf"... succeeded
Done.
grub>

.. install complete.



没有 出现错误提示。

但重启 时 只出现
grub>
没有出现菜单

用 configfile  (hd0,4)/grub/grub.conf
可以出现菜单。也可以使用
发表于 2005-1-9 17:56:52 | 显示全部楼层
权限是否正确,有没有把 grub.conf 做一个链接 menu.lst
 楼主| 发表于 2005-1-12 21:39:03 | 显示全部楼层
need copy grub.conf    to   /boot/boot/grub/grub.conf

resolved

but  JAVA AMD64 version  is slow then  JAVA/WINXP


AMD64   how to input   chinese ?
发表于 2005-1-13 13:08:46 | 显示全部楼层
怎么启动windows2000 2000位于ntfs分区
发表于 2005-1-13 19:09:43 | 显示全部楼层
把grub.conf改为:

  1. title WindowsXP
  2. root (hd0,0)
  3. makeactive
  4. chainloader +1

  5. title gentoo
  6. root (hd0,4)
  7. kernel /kernel-2.6.9-gentoo-r1 vga=0x317 splash=verbose
复制代码

就行了

启动windows 的方法:
在有grub>的提示符下(按c进入)
grub>rootnoverify (hd0, 按tab键
找到你的windows的系统分区. 注意,第一个主分区是hd0,第一个逻辑分区是hd5,
假设你的windows在C盘,i.e.在一个主分区,也就是hd0,我们就可以:
grub>rootnoverify (hd0, 0)
#上一行,请跟据实际情况改,实在不知道windows在什么分区,把所有的分区都试一遍,直到没有出ERROR
grub>makeactive
grub>chainloader +1
grub>boot
就能启动windows了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表