- 论坛徽章:
- 0
|
楼上得
我用root (hd0,0)
chainloader (hd0,0)+1
boot
命令能够进入win系统
可是我用
root (hd0,6)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ (输入这行命令得时候提示:找不到这个文件)
另外府上我得GRUB文件:
==============================
# 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,6)
# kernel /vmlinuz-version ro root=/dev/hda15
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
root (hd0,6)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1
======================== |
|