- Run Ubuntu Live CD
- Enter a terminal
- Locate the linux boot partition lives
[user@net ~]$sudo fdisk -l - Assume the boot partition lives in /dev/sda6 then do mount into a directory, example /mnt/root
- [user@net ~]$sudo mkdir /mnt/root
- [user@net ~]$sudo mount -t ext3 /dev/sda6 /mnt/root
- [user@net ~]$sudo grub-install –root-directory=/mnt/root /dev/sda –recheck
- reboot
[Source]
Feb 19, 2009 at 11:03 am
I am facing the error durign my new RHEL AS 4 Update 6 Installation:
GRUB Loading,please wait
Error 15
Do I need to boot into Rescue Disk?
Please provide me sufficient steps for the same.
Feb 19, 2009 at 1:59 pm
Try this:
http://www.maulvi.net/2008/10/29/rhel4-u5-install-boots-up-with-grub-error-on-screen/
Nov 6, 2009 at 5:06 am
WARNING people!
Remember that blog software changes certain non-letter characters so that they appear more “beautiful”. This is especially true of double dash turned into long dash:
See above: –recheck should be – - recheck (double dash without the space).
Good luck!