kenel panic not syncing


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu kenel panic not syncing
# 8  
Old 03-09-2012
The initrd contains an emergency shell. You're not logging into your system -- you're only talking to the initrd.

Try lsmod in your good system to have a look at what modules are loaded and post that here.

What partition types are you using, too? ext3, ext4, reiserfs, etc. You should build those in <*> as well.
# 9  
Old 03-09-2012
well, i solved the rtc problem, some RTC kernel options were y to m, the error disappeared when i set them as y.

Now, the problem I have is this:
Code:
the disk drive for / is not ready yet or not present

and the other problem is that my file system is mounted as READ ONLY, I cannot create any files!!

any helps would be appreciable.

---------- Post updated at 05:34 PM ---------- Previous update was at 05:25 PM ----------

Quote:
Originally Posted by Corona688
The initrd contains an emergency shell. You're not logging into your system -- you're only talking to the initrd.

Try lsmod in your good system to have a look at what modules are loaded and post that here.
this is what lsmod gives for the new kernel:
Code:
parport-pc
parport
ahci
libahci

and this what it gives now when im in the base kernel:
Code:
Module                  Size  Used by
cryptd                 20510  0 
aes_x86_64             17208  3 
aes_generic            38279  1 aes_x86_64
binfmt_misc            17565  1 
parport_pc             36959  0 
ppdev                  17113  0 
snd_hda_codec_hdmi     28103  1 
snd_hda_codec_idt      71137  1 
rfcomm                 47694  8 
arc4                   12529  2 
snd_hda_intel          33211  2 
snd_hda_codec         103804  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
ath9k                 118238  0 
mac80211              294370  1 ath9k
fglrx                2739144  0 
snd_hwdep              13604  1 snd_hda_codec
sco                    18131  2 
snd_pcm                96625  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
ath9k_common           13851  1 ath9k
snd_seq_midi           13324  0 
snd_rawmidi            30486  1 snd_seq_midi
snd_seq_midi_event     14899  1 snd_seq_midi
ath9k_hw              323077  2 ath9k,ath9k_common
snd_seq                61621  2 snd_seq_midi,snd_seq_midi_event
bnep                   18308  2 
joydev                 17606  0 
i915                  514985  2 
drm_kms_helper         42136  1 i915
hp_accel               21880  0 
drm                   227495  3 i915,drm_kms_helper
l2cap                  53570  16 rfcomm,bnep
snd_timer              29602  2 snd_pcm,snd_seq
snd_seq_device         14462  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    67382  14 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
ath                    23773  2 ath9k,ath9k_hw
soundcore              12680  1 snd
cfg80211              178528  3 ath9k,mac80211,ath
lis3lv02d              19893  1 hp_accel
btusb                  18600  2 
snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
bluetooth              72448  9 rfcomm,sco,bnep,l2cap,btusb
input_polldev          14007  1 lis3lv02d
uvcvideo               72195  0 
videodev               82052  1 uvcvideo
jmb38x_ms              17596  0 
memstick               16520  1 jmb38x_ms
i2c_algo_bit           13400  1 i915
video                  19438  1 i915
psmouse                73535  0 
serio_raw              13166  0 
v4l2_compat_ioctl32    17078  1 videodev
hp_wmi                 13706  0 
lp                     17825  0 
sparse_keymap          13898  1 hp_wmi
parport                46458  3 parport_pc,ppdev,lp
ahci                   25951  2 
libahci                26642  1 ahci
r8169                  48022  0 
sdhci_pci              13989  0 
sdhci                  27387  1 sdhci_pci

again, the same problem came:
Code:
init: udev_fallback_graphics main process (914) terminated with status 1, the disk drive for / is not ready yet or not present
continue to wait or press S....

# 10  
Old 03-09-2012
Are you positive that ahci is built in with <*> ?
# 11  
Old 03-09-2012
Quote:
Originally Posted by Corona688
Are you positive that ahci is built in with <*> ?
WELL, these are all options from the .config file:

Code:
CONFIG_SATA_AHCI=m
CONFIG_SATA_AHCI_PLATFORM=m
CONFIG_SATA_INIC162X=m
CONFIG_SATA_ACARD_AHCI=m
CONFIG_SATA_SIL24=m
CONFIG_ATA_SFF=y

shall i set them all as y?
# 12  
Old 03-09-2012
Smilie Yes, as stated before you need AHCI built in, and it's certainly not built in right now.

Don't build all of them in. You need AHCI, and almost certainly don't need SIL24 etc etc.

Don't alter the settings by hand, they may have dependencies that a text file can't tell you about. Hunt them down in make menuconfig so you know where they are.

device drivers -> serial ata -> AHCI SATA support
This User Gave Thanks to Corona688 For This Post:
# 13  
Old 03-12-2012
i did add the ahci module built-in.
Now, the error is gone, though i still get a general one:

Code:
Gave up waiting for root device
-boot args (cat /proc/cmdline)
-check rootdelay = (did the syste wait long enough?)
-check root (did the system wait for the right device)
-missing modules (cat /proc/modules; ls /dev)
and ......
by-uuid = a43axxxxxx does not exist

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Kernel panic-not syncing

dear experts linux i am using RHEL 5.5 run on a physical server. i am front of a big trouble, the Rhel can't run correctly , it show me this error message in black screen: reading all physical volumes. this my take a while .. found volume group "VolGroup00" using metadata type lvm2 9... (1 Reply)
Discussion started by: wassimpb
1 Replies

2. Red Hat

Error: kernal panic not syncing

HI All, server stopped here, we are suspecting server crash, need install new OS. Any suggestions on this. kindly help to us. Thanks Rajesh (0 Replies)
Discussion started by: Rajesh_Apple
0 Replies

3. Slackware

Help with kernel panic - not syncing slackware 13.0

Hi, first of all I'm 110% newbie, sorry for any mistake if I made it. In my country there are no normal or active linux forums, so i found this forum. Ok, that's for begining, but not for may real problem. --------------------------------------------------- I am system administrator... (4 Replies)
Discussion started by: ElvijsL
4 Replies

4. Filesystems, Disks and Memory

RAID syncing 2 partitions

Hi all, I tried setting up RAID between 2 partitions and it was success. If I write some things on /dev/md0, both partition got affected. Then I stop the RAID, and I mounted one of my partition and I created a file in it. Now I started the RAID (mdadm --assemble --scan) What I expected... (1 Reply)
Discussion started by: lakshmananindia
1 Replies

5. 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

6. 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

7. UNIX for Dummies Questions & Answers

Kernel panic - not syncing == While RHEL AS install

I am trying to Install RHEL AS 4 on x86 pc, through VNC and got the below error, Am not pretty sure as how to resolve this. Can some one guide me through the process, or what might be missing.... Have Installed RHEL, many a times but cudnt find this out... Wud appreciate an early reply ......... (0 Replies)
Discussion started by: Crazy_murli
0 Replies

8. Linux

NTPD seems to be not syncing !!!

Hi Linux Admin Guys My onsite server is always 15 min slow and seems like NTPD (Network Time Protocol (NTP) daemon) not running properly. can anyone suggest me how to rectify this problem? we can't seem to get NTP to properly sync the clock. Any help is resolving the issue will be helpful.... (12 Replies)
Discussion started by: csaha
12 Replies

9. UNIX for Advanced & Expert Users

filesystem syncing

Does anyone know if there is free software that can keep 2 filesystem on remote machines , synced. This will be part of our Disaster Recovery to keep one machine off site , which will take over should the need arise.. Thanks (6 Replies)
Discussion started by: markdr011
6 Replies
Login or Register to Ask a Question