Reply to comment
Fix grub
When grub is overwritten by other OS installation, you can resintall it by:
- boot ubuntu liveCD
- sudo fdisk /dev/sda (assuming your harddisk is /dev/sda)
- type p and see the partition number of your linux partition (my case is sda6)
- mount partition sudo mount /dev/sda6 /boot (mount Linux partition to /boot)
- grub-install --root-directory=/boot /dev/sda (reinstall grub)
All done, and can reboot now.
Submitted by water on Sat, 2008-03-08 06:15
Tags:

Recent comments
32 weeks 4 days ago
37 weeks 6 days ago
41 weeks 1 day ago
42 weeks 1 day ago
51 weeks 23 min ago
51 weeks 28 min ago
51 weeks 23 hours ago
51 weeks 2 days ago
1 year 6 days ago
1 year 1 week ago