|
|
我先是在电脑上安装了Windows XP,后来又想装Linux,于是我在Windows下用PQ删除了硬盘的最后一个分区,安装了SuSE10。
每次开机的时候,系统引导会有个选项:Windows 或者Linux
可我知道,一旦我重装了WIndows XP,这个系统引导就丢失了,到时候我怎么启动Linux呢?
求救啊!
我在Windows XP boot.ini内的内容为:(并没有引导Linux的语句)
[Boot Loader]
Timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECT /bootlogo
我在Linux下的系统引导为:(既有Linux,也有Windows)
# Modified by YaST2. Last modification on 五 12月 23 15:40:47 UTC 2005
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,8)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 10.0
root (hd0,8)
kernel /boot/vmlinuz root=/dev/hda9 vga=0x31a selinux=0 resume=/dev/hda8 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 10.0
root (hd0,8)
kernel /boot/vmlinuz root=/dev/hda9 vga=normal showopts ide=nodma apm=off acpi=off noresume selinux=0 nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd
我应该在Windows下怎么做才能恢复引导Linux呢?
求救啊! |
|