Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-22-2005, 01:34 AM
|
#1
|
|
LQ Newbie
Registered: Jun 2005
Posts: 5
Rep:
|
Boot hangs at "kjournald starting..."
Laptop: Compaq Peresio R4010CA
Distro: Gentoo 2005.1
kernel: 2.6.12-gentoo-r6
im gunna be a right upfront about this.... i am some what of a Linux newbie, but i do know my way around computers fairly well and only reciently decided to switch my laptop to Linux only, as to more diversify my knowlege of computers.
i am trying to get my sound to work, compiled the kernel with the sound drivers, found work arounds for all the other issues i had, re-re-compiled the kernel with ACPI support.
the boot hangs at the following line in the boot process:
kjournald started. Commit intervel 5 seconds
and it just hangs from there.
here are the last few lines of my boot log if it helps.
NET: Registered protocol family 17
powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.40.2)
powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x6 (1400 mV)
powernow-k8: 1 : fid 0x2 (1000 MHz), vid 0x10 (1150 mV)
cpu_init done, current fid 0xa, vid 0x6
ACPI wakeup devices:
LID KBC0 MSE0 PB4 P2P ELAN
ACPI: (supports S0 S3 S4 S5)
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 280k freed
kjournald starting. Commit interval 5 seconds
it just hangs from there, no hdd activity, nothing. normaly, booting from my default kernel, that is usualy the 2nd last line before init starts up, then Gentoo would normaly go through its start up process. if u guys need anymore information just say the word. ive recompiled the kernel numoreous times to get the same result.
|
|
|
|
08-22-2005, 02:05 AM
|
#2
|
|
Member
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322
Rep:
|
Hi!
Kjournald is a journalling daemon. When your system is booting, Kjournald couldn't for some reason start. It is extremely important for Linux that it is running. I think it has something to do with your GRUB config (or LILO). Could you give me a short description about your hardware and post /boot/grub/grub.conf or /etc/lilo.conf here?
|
|
|
|
08-22-2005, 02:16 AM
|
#3
|
|
LQ Newbie
Registered: Jun 2005
Posts: 5
Original Poster
Rep:
|
AMD Sempron 3200+
512mb ddr333 ram
60GB 5400RPM hdd
15.4" highdef screen
ATi Xpress 200m video card (get this driver running after sound)
ATi Sound
Broadcom wireless (ndiswrapper, drivers and hardware installed, but i cant get the wireless to work, as in find my router, with SSID broadcasting turned on.)
here is my lilo.conf:
boot=/dev/hda
prompt
timeout=50
default=Gentoo
image=/boot/kernel-2.6.12-gentoo-r6
label=Gentoo
read-only
root=/dev/hda1
image=/boot/kernel-2.6.12-gentoo-r6-sound
label=Gentoo-Test
read-only
root=/dev/hda1
the kernel-2.6.12-gentoo-r6-sound is the kernel not working...
also here is my partition set up:
hda1: / (~20GB, ext3)
hda3: swap (~1GB)
hda4: /boot (~500MB, ext2)
hda5: /root/storage (~32GB, ntfs, is there a way to convert NTFS to ext3 without loosing data?)
Last edited by Emericanadian; 08-22-2005 at 02:17 AM.
|
|
|
|
08-22-2005, 12:03 PM
|
#4
|
|
Senior Member
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 4,551
|
I've noticed hangups if the root filesystem was mounted read-only at the time that the daemon tried to start.
On my systems, the ro kernel-parameter is specified so that the root filesystem initially starts read-only. The /etc/rc.d/rc.sysinit script then switches it to read-write. A glitch in that script prevented it from running, and a hang similar to this one was the result.
|
|
|
|
08-22-2005, 04:51 PM
|
#5
|
|
LQ Newbie
Registered: Jun 2005
Posts: 5
Original Poster
Rep:
|
thanks for the responses so far guys.
i edited lilo.conf so that the new kernel was not readonly it know reads:
boot=/dev/hda
prompt
timeout=50
default=Gentoo
image=/boot/kernel-2.6.12-gentoo-r6
label=Gentoo
read-only
root=/dev/hda1
image=/boot/kernel-2.6.12-gentoo-r6-sound
label=Gentoo-Test
root=/dev/hda1
i only stoped read only from the new kernel just to test it, and know the boot hangs at :
powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.40.2)
no other error messages are spewed out in dmesg
on the bright side i got video working with ATI linux drivers 8.16.2 @ 1280x800@60Hz looks ALOT cleaner. im also running xfce4, i emerged it alst night.
|
|
|
|
08-22-2005, 10:10 PM
|
#6
|
|
LQ Newbie
Registered: Jun 2005
Posts: 5
Original Poster
Rep:
|
any more ideas?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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
|
|
|
All times are GMT -5. The time now is 10:37 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|