这一般是由于安装时没有把boot loader安装在mbr或mbr被覆盖引起的(windows的任何分区操作都会覆盖mbr)。
可以使用其他linux LiveCD(如Knoppix和RedHat安装盘的rescue模式)启动,加载系统所在的分区:
mount /dev/hda2 /mnt &&
chroot /mnt
对于grub:
grub-install /dev/hda
如果得到以下类似结果,说明安装成功:
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script 'grub-install'.
(fd0) /dev/fd0
(hd0) /dev/fda
对于lilo:
lilo
如果得到以下类似结果,说明安装成功:
Added linux *