|
发表于 2005-10-9 14:15:56
|
显示全部楼层
Post by zaiwen
Thanks for the input.
Anyway I have tried to erase MBR by fdisk, and then install grub. It is back to normal
Use dos boot disk and run:
fdisk /mbr
Then reboot machine and got error
missing operation system
Use linux boot disk to enter rescue mod, run
chroot /mnt/sysimage
grub-install /dev/hda1
Should be grub-install /dev/hda (not hda1) cause you install boot-loader to the MBR of that disk not the first partition. |
|