|

楼主 |
发表于 2004-7-17 11:31:28
|
显示全部楼层
通过grub怎么改呢?
以下是我的grub配置文件和磁盘分区情况,不知通过grub能否恢复,我以前这样装过,但不知为什么这次不行了!?
timeout 15
password --md5 $1$MiKCUOuc$I2Puecdv4Do/oN7VZk51S1
default 0
fallback 1
splashimage (hd0,2)/boot/grub/splash.xpm.gz
title Turbolinux
kernel (hd0,2)/boot/vmlinuz root=0303 acpi=on
initrd (hd0,2)/boot/initrd
title Windows_OS
chainloader (hd0,0)0+1
Disk /dev/hda: 81.9 GB, 81961123328 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 765 6144831 b Win95 FAT32
/dev/hda2 766 781 128520 82 Linux swap
/dev/hda3 782 1275 3968055 83 Linux
grub.conf 1,1
我的配置方法:
grub》root (hd0,2)
grub> find /grub/stage1
grub> setup (hd0)
通用的方法一般是这样的,但这次就只能显示启动界面选择操作系统,但进不去windows了
不知还有不用重装 的方法吗 ? |
|