 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

25th March 2012, 10:54 PM
|
|
Registered User
|
|
Join Date: Jan 2012
Location: Gold Coast
Posts: 20

|
|
|
Loading Initial Ramdisk Fail......
Hello guys,
I updated to kernel 3.3.0-4 on my Fedora 16 yesterday and after restarting my machine, I got the "Loading initial ramdisk" message and then it gets stuck there forever. It just won't boot. I can't tell what could've possibly gone wrong and i was hoping you guys could help out?
Last edited by Carfax; 3rd April 2012 at 05:38 PM.
|

25th March 2012, 11:00 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930

|
|
|
Re: Loading Initial Ramdisk Fail......
Probably best not to reply if you have nothing useful to add. Can you CTRL/ALT/F2 to a virtual terminal? Had you installed ATI or NVidia drivers prior to updating the kernel?
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

26th March 2012, 08:41 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Location: Gold Coast
Posts: 20

|
|
|
Re: Loading Initial Ramdisk Fail......
Sorry about that sir, I was a little frustrated. To your first question, Yes i can access the virtual terminal and to the second, No. I didn't install any drivers before updating the kernel.
Thanks in Advance for the help
Last edited by Carfax; 26th March 2012 at 08:50 AM.
|

26th March 2012, 09:40 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930

|
|
|
Re: Loading Initial Ramdisk Fail......
Quote:
Originally Posted by Carfax
Yes i can access the virtual terminal and to the second, No. I didn't install any drivers before updating the kernel.
Thanks in Advance for the help
|
Drat! I was hoping the problem might be caused by graphics drivers. At least the reply pushes the post to the top of the pile again. Hopefully someone will have a suggestion.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

26th March 2012, 09:47 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Location: Gold Coast
Posts: 20

|
|
|
Re: Loading Initial Ramdisk Fail......
Hopefully. I googled some stuff and suddenly decided to check for my /boot/grub/grub.conf through the virtual terminal and found out that the grub.conf file doesn't exist. Might that be the problem?
|

26th March 2012, 09:59 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930

|
|
|
Re: Loading Initial Ramdisk Fail......
Not unless your system is using legacy grub. Should be using grub2 by default.
Log in and run the following:
PHP Code:
rpm -qa | grep grub
Post the result.
It should be grub2. Therefore you should have a file called grub.cfg in /boot/grub2. Have you searched this forum? There may be threads with similar problems.
PHP Code:
[root@phenom16 glenn>$ rpm -qa | grep grub
grub2-1.99-13.fc16.2.x86_64
grubby-8.8-2.fc16.x86_64
[root@phenom16 glenn>$ find /boot/ -name grub.cfg
/boot/grub2/grub.cfg
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

26th March 2012, 05:42 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,711

|
|
|
Re: Loading Initial Ramdisk Fail......
Can you still boot normally by selecting your previous kernel in the GRUB boot menu?
|

26th March 2012, 10:17 PM
|
|
Registered User
|
|
Join Date: Jan 2012
Location: Gold Coast
Posts: 20

|
|
|
Re: Loading Initial Ramdisk Fail......
Quote:
Originally Posted by Gareth Jones
Can you still boot normally by selecting your previous kernel in the GRUB boot menu?
|
No Sir, all previous kernels fail as well...
|

27th March 2012, 08:52 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 700

|
|
|
Re: Loading Initial Ramdisk Fail......
Did you read http://forums.fedoraforum.org/showthread.php?t=274324 ? It offers some solutions.
I installed the latest nightly-build live Xfce (24/3) and in the first post-install boot I got the same error. Choosing the recovery mode booted and then ctrl-d entered the default mode. I completed the installation, upgraded the system and the next boot worked fine.
So it could have been plymouth (which was upgraded) or some other glitch.
|

27th March 2012, 11:10 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,711

|
|
|
Re: Loading Initial Ramdisk Fail......
Yes, try the things in the thread secipolla linked to.
Also, if switching to another virtual terminal works, what does it show? Do you have a text login-prompt?
|

28th March 2012, 10:16 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Location: Gold Coast
Posts: 20

|
|
|
Re: Loading Initial Ramdisk Fail......
Quote:
Originally Posted by secipolla
Did you read http://forums.fedoraforum.org/showthread.php?t=274324 ? It offers some solutions.
I installed the latest nightly-build live Xfce (24/3) and in the first post-install boot I got the same error. Choosing the recovery mode booted and then ctrl-d entered the default mode. I completed the installation, upgraded the system and the next boot worked fine.
So it could have been plymouth (which was upgraded) or some other glitch.
|
I already tried everything in that sir. Unfortunately i still don't have recovery mode showing on my grub menu, so i can't try that
Quote:
Originally Posted by Gareth Jones
Yes, try the things in the thread secipolla linked to.
Also, if switching to another virtual terminal works, what does it show? Do you have a text login-prompt?
|
Yes, I receive a text-login prompt, i can actually login and use the virtual terminal, but no more than that
|

28th March 2012, 12:43 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,711

|
|
|
Re: Loading Initial Ramdisk Fail......
Is there anything suspicious in /var/log/messages or /var/log/boot.log?
|

28th March 2012, 01:35 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 700

|
|
|
Re: Loading Initial Ramdisk Fail......
I didn't check yet but I think by just adding single to the end of the "linux" line in grub (edit from grub menu) it should go to recovery mode.
|

28th March 2012, 10:03 PM
|
|
Registered User
|
|
Join Date: Jan 2012
Location: Gold Coast
Posts: 20

|
|
|
Re: Loading Initial Ramdisk Fail......
Quote:
Originally Posted by Gareth Jones
Is there anything suspicious in /var/log/messages or /var/log/boot.log?
|
To be quite honest sir, there's a whole bunch of stuff there and i can't really tell whats suspicious or not
Quote:
Originally Posted by secipolla
I didn't check yet but I think by just adding single to the end of the "linux" line in grub (edit from grub menu) it should go to recovery mode.
|
Can't edit anything from the grub menu. Anytime i try, it just reloads the grub menu again
|

28th March 2012, 11:22 PM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 700

|
|
|
Re: Loading Initial Ramdisk Fail......
This won't help in this issue. But I'm new to Fedora and I think that it's adopting grub2 only now.
I can go into edit mode but the cursor appears misaligned to its actual place and I couldn't edit what I wanted. Another custom entry I added (for Puppy Linux frugal mode) just made the system reboot without grub giving any errors.
I'm using in-development F17 but I'm thinking that maybe your errors are GRUB's fault. So if you could by means of a live-CD install GRUB legacy maybe it would work.
I noticed that Fedora's grub2 uses some quite different configuration to Debian's, like it has a bunch of settings in its boot line. So while I used grub2 since almost when it came out, I haven't understood yet how Fedora configures it.
P.S. but the difference may come from the LVM setup that I never used before.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:56 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|