|
|
Win2K3和RedHat9双系统,重装Win后用Linux secuse进入Linux,
sh#:grub
grub>root (hdc0,7)
grub>setup (hdc0)
退出后重起,问题有二:
1 进入grub后看不到菜单和画面。
2 引导Linux不成功
下面是我的根目录结构和/boot目录结构,后面是/boot/grub/grub.conf文件,请大侠给分析一下。
/
bin
boot
bootsect.lnx
dev
etc
home
initrd
lib
lost+found
misc
mnt
opt
poweroff
proc
root
sbin
tmp
usr
var
/boot
boot.b
chain.b
config-2.4.20-8
grub
initrd-2.4.20-8.img
kernel.h
lost+found
message
message.ja
module-info
module-info-2.4.20-8
os2_d.b
System.map
System.map-2.4.20-8
vmlinux-2.4.20-8
vmlinuz
vmlinuz-2.4.20-8
/boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,7)
# kernel /vmlinuz-version ro root=/dev/hdc9
# initrd /initrd-version.img
#boot=/dev/hdc
default=1
tImeout=30 color
white/blue blue/green
ko
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,7)
kernel kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi /*问题出现在这一步,到这一步的时候就不能执行下去了*/
initrd /boot/initrd-2.4.20-8.img
title Windows 2003 /*Windows可以正常起动*/
rootnoverify (hd0,0)
chainloader +1 |
|