nothing happens when booting kernel


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu nothing happens when booting kernel
# 1  
Old 12-01-2008
nothing happens when booting kernel

I have a Fedora 9 installation. The initial kernel worked fine. Then I did a yum update and one of the new updates was a new kernel, but when I tried to reboot with that kernel it won't do anything. The same exact thing happens with the latest kernel in yum.

If I take the vga= line out of my grub command I can get the following:
Code:
Decompressing Linux... Parsing ELF...Done
Booting Kernel ....

Aperture beyond 4GB Ignoring

Kernel Alive

That's it, nothing else. No HD activity, nothing. If I leave the vga= line in there then after grub I just get a blank screen.

Here's my grub.conf..
Code:
default=0
timeout=15
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.5-41.fc9.x86_64)
	root (hd0,0)
	kernel /vmlinuz-2.6.27.5-41.fc9.x86_64 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=0x31A selinux=0
	initrd /initrd-2.6.27.5-41.fc9.x86_64.img
title Fedora (2.6.26.6-79.fc9.x86_64)
	root (hd0,0)
	kernel /vmlinuz-2.6.26.6-79.fc9.x86_64 ro root=UUID=3c047f95-6124-4d87-85cd-8ffdb34f4f44 rhgb quiet vga=0x31A selinux=0	
	initrd /initrd-2.6.26.6-79.fc9.x86_64.img
title Fedora (2.6.25-14.fc9.x86_64)
	root (hd0,0)
	kernel /vmlinuz-2.6.25-14.fc9.x86_64 ro root=UUID=3c047f95-6124-4d87-85cd-8ffdb34f4f44 rhgb quiet vga=0x31A selinux=0
	initrd /initrd-2.6.25-14.fc9.x86_64.img
[root@spiderpig ~]#

I've tried with both the UUID= gunk and the /dev/whatever stuff as well. Both do the same exact thing.
# 2  
Old 12-02-2008
please remove the quiet argument and boot again.
# 3  
Old 12-02-2008
I took out the rhgb (I'm guessing some redhat thing) and quiet arguments. It hangs after about a second at:

Code:
NET: Registered protocol family 2

I remember something similar happening when I tried to use an i386 boot dvd when I first built the computer. Then I used an x86_64 one and it worked fine. Never gave it a second thought, maybe the two things are related somehow.
# 4  
Old 12-03-2008
so the kernel gets loaded and decompressed. it starts booting an freezes.
that urgently points to a problem with the new kernel on your hardware. maybe a bug or hardware problem. try an alternate kernel. Sometimes it happens that a system runs fine on some harware until U update the kernel where a new driver uses a buggy feature.
# 5  
Old 12-03-2008
I've tried 3 different kernels now. The same result for 2.6.26/27, only 2.6.25 is able to boot for some reason. I'm leaning towards a HW problem as well, but kinda need to narrow it down. The thing is that it hangs immediately. I don't get any real useful debugging information.
# 6  
Old 12-11-2008
Pretty much given up all hope here, but at any rate..

I noticed if I pass acpi=off to the kernel when booting I get a bit farther. Udev starts up then it says

Code:
Disabled IRQ #17
Disabled IRQ #16

--Hangs for a bit--

--Then displays non-stop...--

/etc/rc.d/rc.sysinit: line 836 /bin/usleep: Input/Output Error

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies

2. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

3. Linux

Supermicro(dual core) server getting rebooted after "decompressing the kernel;booting the kernel" me

supermicro(dual core) server getting rebooted after "decompressing the kernel;booting the kernel" message comes. I tried giving acpi=off to the kernel command line but same problem.It shows everything ok and no problem with memory and processors and power supplies.Wt could be the reason? It has... (1 Reply)
Discussion started by: pankajd
1 Replies

4. UNIX Desktop Questions & Answers

kernel panic-not syncing:fatal exception while booting

Hi ALL, I am getting error.. kernal panic-not syncing:fatal exception while booting. Please help me.. Thanks Jack (7 Replies)
Discussion started by: jack00423
7 Replies

5. AIX

How to convert a partition usin 64 bits kernel to 32 bits kernel?

Hello there: I know that exist a procedure to convert an OS using 32bits kernel to 64 bits kernel. But, exist a procedure to convert an OS using 64bits to 32 bits kernel? Please help me. Regards. (2 Replies)
Discussion started by: GEIER
2 Replies

6. SuSE

max number of slabs per kernel module (kernel 2.6.17, suse)

Hi All, Is there a max number of slabs that can be used per kernel module? I'm having a tough time finding out that kind of information, but the array 'node_zonelists' (mmzone.h) has a size of 5. I just want to avoid buffer overruns and other bad stuff. Cheers, Brendan (4 Replies)
Discussion started by: Brendan Kennedy
4 Replies

7. Programming

kernel-kernel call communication

hi all! i have developed a mechanism in system.c to count how many times each kernel call is called. The results are held in an array in system.c . What i want to do is to create a new kernel call which will print this array. I need help in passing the array from system.c to the new kernel call. ... (5 Replies)
Discussion started by: aureliano
5 Replies

8. Linux

Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU

ok so I just installed fedora core 6 on my dell inspiron 700m and I go to boot into linux and I get this error. Has anyone seen this before? I also had XP Pro and Vista installed on this pc prior to putting fedora core 6 on the machine. I'm trying to setup a triple boot system. Please Help... (2 Replies)
Discussion started by: dave043
2 Replies

9. UNIX for Dummies Questions & Answers

Booting

Hi all, I've managed to get Mandrake 9 installed by disconnecting my 2 windows' drives. When I reconnect them Mandrake wants to take over. I figure it's time for the BootManager, or should I use a Linux specific one like Lilo? Or have I already stuffed up by not running Lilo at time of... (2 Replies)
Discussion started by: onestepto
2 Replies
Login or Register to Ask a Question