Hello smr54 & leigh123linux,
Problem solved thanks to an old post from
stoat a few years back but I have to use "
nano" instead of "gedit", as follows:
1. Open a terminal by booting Fedora Live CD or using localhost's Applications > System Tools > Terminal
2.
Code:
su
mkdir /mnt/temp
mount /dev/sdxy /mnt/temp
where x=drive # and y=partition #, i.e. bootloader location
gedit /mnt/temp/boot/grub/grub.conf
*NB: if there's an error message, repeat the procedure using nano instead of gedit
When asked if you want to install nano, say yes (y)
*Change sdx and root (hdx,y) throughout the boot stanza to match the exact location where you place Grub bootloader, i.e.
splashimage=(hdx,y)/boot/grub/splash.xpm.gz
and
root (hdx,y)
Save grub.conf and reboot
I ran into another problem, i.e. I cannot update empathy:
Code:
# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package empathy.x86_64 0:2.31.92-1.fc14 set to be updated
--> Processing Dependency: libcamel-1.2.so.19()(64bit) for package: empathy-2.31.92-1.fc14.x86_64
--> Finished Dependency Resolution
Error: Package: empathy-2.31.92-1.fc14.x86_64 (updates-testing)
Requires: libcamel-1.2.so.19()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
How do I fix this empathy update problem?
Other than "empathy" issue, I am able to boot into FC14 Beta RC3 fine.
Thanks a lot for your help.