You are not logged in.

#1 2007-03-01 17:20:41

mr4v0
Member
Registered: 2007-02-28
Posts: 8

Udev is killing me

After a (what seems to be) sucessful installation of arch with quickinst script I can't boot my system. It just hangs when it comes to the Udev part, and it sometimes outputs "INIT: Entering runlevel 3". hmm I have tried every possible solution found on this forum. It's strange, 'cause if I boot with Arch CD, and type: arch root=/blah/blah... it works fine and boots into my system. But if I try to boot from HDD, it just hangs (I can't use num_lock) at udev_events.

At first I thought that I'm missing something in my mtab or fstab, but it seems this is not the case. I have tried with new initrd and initrd-full, with no luck... this is driving me crazy.
It seems that every linux distro has it's own "specialities". roll

Any kind of help is much apreciated.

Thanks!

Offline

#2 2007-03-01 17:31:42

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: Udev is killing me

what are the file anems in /boot
what kernel version are you using,
did you use the 'pata' module in mkinitcpio
umm

try, break=y on the kernel line

it will stop during boot... at the klibc prompt, do

echo /dev/sd*

or

echo /dev/hd*

]#

those will get you the actual device names

that's all i think of right now.. good luck


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#3 2007-03-01 17:48:36

mr4v0
Member
Registered: 2007-02-28
Posts: 8

Re: Udev is killing me

Hey, thanks for your help!

But I have solved the problem. I had the "stock" kernel which came with pacman installation (from CD). But it seems that something is not working for my system in this kernel. Now I have replaced this kernel (/boot/vmlinuz26) and initrd, with the one that isolinux uses to boot the install CD. This works now. Well, I'll have to rebuild the kernel anyway.

Thanks for your help! big_smile

Offline

#4 2007-03-02 12:23:59

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Udev is killing me

Why rebuild your kernel? pacman -Syu takes care of that.


1000

Offline

#5 2007-03-02 13:05:14

mr4v0
Member
Registered: 2007-02-28
Posts: 8

Re: Udev is killing me

Hm, I didn't know about that. But I'd like to configure the kernel for my machine, which is PentimII 233MHz with just 32Megs of RAM. I'll try with pacman -Syu as you suggested, if that doesen't work good enough, then I'll try to compile it myself. Thanks for the tip! Is there anything I should know when attempting to build my custom kernel for arch?

Thank you!

Offline

#6 2007-03-02 13:38:43

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Udev is killing me

pacman -Syu will simply update all your packages and the kernel is a package like everything else. But if the default one doesn't suit you, you should take a look into /var/abs/kernels/ (after running 'abs'), familiarize yourself with the concept of PKGBUILDs, search the wiki and forums for "custom kernel", and so on...


1000

Offline

#7 2007-03-02 17:25:05

mr4v0
Member
Registered: 2007-02-28
Posts: 8

Re: Udev is killing me

I have just done pacman -Syu. I think that just my initrd26.img got updated in the /boot dir. I checked with ls -l, and the only files and dirs with today's date are grub (dir) and initrd image. This seems very strange too me, I was expecting that /boot/vmlinuz26 would be changed also (it doesn't boot). Or maybe I'm doing something wrong? Anyway, I'm back on the "CD" kernel, I'll probably have to recompile the kernel by hand (on a boring winter's day;)).

Cheers!

ps. Where is the kernel source? Or do I have to download it manualy?

Offline

#8 2007-03-02 19:10:08

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Udev is killing me

Arch doesn't have a package of the full kernel source, /usr/src/ only contains headers. Get it from kernel.org.


1000

Offline

#9 2007-03-02 19:57:15

mr4v0
Member
Registered: 2007-02-28
Posts: 8

Re: Udev is killing me

...so I figured. Thanks a bunch for your help! cool

Offline

#10 2007-03-03 00:02:45

pelle.k
Member
From: Åre, Sweden (EU)
Registered: 2006-04-30
Posts: 667

Re: Udev is killing me

don't compile the kernel on your own. take the pkgbuild dir from /var/abs/kernels and copy it to /var/abs/local and modify it there. then "makepkg"!
read up on ABS!

since kernel 2.6.18 "initrd26.img" isn't used anymore. you should replace that text entry with "/boot/kernel26.img". the vmlinuz entry shouldn't be touched. Don't you people read the news?


"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."

SETH / Jane Roberts

Offline

Board footer

Powered by FluxBB