|
我台式机(奔三860)有两块硬盘。第一块120G(master)装了XP,并且有三个分区。第二块30G(slave)用在线安装的方法装了Debian 5.0.3,安装过程没出现任何错误。
安装完后,出现GRUB引导界面时,我选择了Debian,但是很快就自动重启了。反复试了多次,当出现:
Booting 'Debian GNU/Linux, kernel 2.6.26-2-686'
root (hd1,0)
Filesystem type is ext2fs, partition type 0*83
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/hdb1 ro quiet
[Linux-bzImage, setup=0*3000, size=0*16c950]
initrd /boot/initrd.img-2.6.26-2-686
然后就自动重启了。
我用GRUB引导界面可以进入XP,没有任何问题。
希望高手能帮我解决这个问题。我现在的Debian几乎是个残废。只能用XP。以前没有遇到过这样的问题。
在GRUB引导界面下,按c,启动GRUB Shell,内容如下:
GNU GRUB version 0.97
cat /boot/grub/menu.lst
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd1,0)
kernel /boot/vnlinuz-2.6.26-2-686 root=/dev/hdb1 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root (hd1,0)
kernel /boot/vnlinuz-2.6.26-2-686 root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.26-2-686
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operation systems:
root
# This entry automatically added by the Debian installer for a non-Linux OS
# on /dev/hda1
title Microsoft Window XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1 |
|