Kernel not booting from grub.conf
HI All,
I have a New 64bit fedora 10 remote dedicated box from Hosting Company. I have updated its kernel from 2.6.27.21-170.2.56.fc10.x86_64 to 2.6.27.24-170.2.68.fc10.x86_64.
After rebooting Server its always boot from kernel-2.6.27.21-170.2.56.fc10.x86_64. It totally ignore the sequence of kernel booting defined in grub.conf. i have commented all older kernel entries in grub.conf except New one-2.6.27.24-170.2.68.fc10.x86_64. Even then it boot from older kernel 2.6.27.21-170.2.56.fc10.x86_64.
For information i have not installed lilo. Can anyone tell why and how server is booting from a specific kernel and not entertaining grub.conf.
I have checked the booting logs, server simply boot from kernel-2.6.27.21-170.2.56.fc10.x86_64 and not errors in logs. can someone tell me whats going on with my box.
Regards, mateen
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
3 hours 3 min ago - Sure the best distro is
4 hours 23 min ago - BeOS was the best
7 hours 7 min ago - I use Wireshark on a daily
11 hours 38 min ago - buena información
16 hours 44 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
17 hours 45 min ago - Gnome3 is such a POS. No one
1 day 3 hours ago - Gnome 3 is the biggest POS
1 day 3 hours ago - I didn't knew this thing by
1 day 9 hours ago - Author's reply
1 day 12 hours ago





Grub Error:13
Dear All,
I've generated rootfs using buildroot and copied (rsync -av /opt/* /media/CF) on compact flash
copied kernel vmlinuz image to /boot and edited menu.lst and
then I have install grub using grub-install successfully
But now I'm getting following error.
Error 13: Invalid or unsupported executable format.
Can anyone help me
regards
Ravi
grub: Error 13
Dear All,
I've generated rootfs using buildroot and copied (rsync -av /opt/* /media/CF) on compact flash
copied kernel vmlinuz image to /boot and edited menu.lst and
then I have install grub using grub-install successfully
But now I'm getting following error.
Can anyone hepl me
regards
Ravi
Check /boot
Make sure the kernel(s) you think you're booting exists in /boot.
It also might help to post your grub.conf in the forum.
Mitch Frazier is an Associate Editor for Linux Journal.
My problem has been solved
Thanks Mitch Frazier:-
I have removed the /boot partition separately added for booting. MBR had
the boot entry on /, instead of /boot, which was causing the problem.