You are not logged in.

#1 2011-01-03 22:24:26

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

udev headache?

I'm trying to install arch on a small machine (600 Mhz itx ) using a pendrive as installation media
the install runs fine, I'm able to boot into arch and use it...

however, I want to set up this machine as a home printer/fileserver, so I want to update my packages
after the update I cannot type any command, the answer I'm getting is "illegal instruction"

if a reboot the machine ( hardware reset, since reboot command falls in the endless darkness of the shell),
udev says:

waiting 10 seconds to mount blah blah
cannot mount root device /dev/sda2 (it's the correct device)

and then, I'm in a sh (not a very eclectic fashioned shell )

tried it 3rd time this evening, same result every time,
not a hardware fault since the liveusb envirronment detects the hard drive and is able to install the whole system on it,
even to boot until the update

I've tried to add in /etc/pacman.conf:

IgnorePkg = udev

but it still installs the d*mn package

any help?


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#2 2011-01-03 23:59:09

Daniel_F
Member
From: Brazil
Registered: 2010-12-28
Posts: 69

Re: udev headache?

I don't think it's udev's fault....

Please give us more information about your system.

What CPU are you using ?  is it i686 compliant ?

Is the installed system also on a usb disk ?

if you boot from the installation liveusb, can you mount your installed partition ??

have you tried replacing /dev/sda2 in your fstab with the partition's UUID ??

Offline

#3 2011-01-04 00:02:29

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: udev headache?

If its installed on usb media, do you have usb in the HOOKS= line in /etc/mkinitcpio.conf

Offline

#4 2011-01-04 23:05:00

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: udev headache?

Daniel_F : definitely not an udev problem - I've succesfully excluded udev from the package upgrade - same result...
                 If I boot from the install media, I can mount my already installed system, but cannot chroot into it
                 I've tried it with the UUID too, same result...

CODE
----------------------------------------------------------------
                 mkdir /mysystem
                 mount /dev/sda2 /mystystem
                 mount -o bind /dev /mysystem/dev
                 chroot /mysistem bash

                 illegal instruction

-------------------------------------------------------------------


skunktrader - I've not specified this one, the system is installed on a 20 GB Samsung hard disk, no need to add that hook


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#5 2011-01-05 14:56:09

Daniel_F
Member
From: Brazil
Registered: 2010-12-28
Posts: 69

Re: udev headache?

Please read post #2 again.  Particularly the 2nd line !

Without that we're all just guessing...

Offline

#6 2011-01-05 15:24:07

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: udev headache?

https://wiki.archlinux.org/index.php/In … nux#Chroot

I would be concerned why system will not reboot correctly, does sound from the very information given you have not set system up correctly

MrG


Mr Green

Offline

#7 2011-01-07 08:35:16

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: udev headache?

will post more specific hardware info this evening, but tell me something

If I don't configure the system well, why does it work well?
I have absolutely no problems with it, if I do not update my packages from the installation state to the current state of the repos ( no matter,
which mirror I choose)

and again, the system works correctly - if I do not update !


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#8 2011-01-07 18:06:37

Daniel_F
Member
From: Brazil
Registered: 2010-12-28
Posts: 69

Re: udev headache?

Did you reinstall ??

If not:

Did you try the fallback kernel ?


If yes:

If you run

# mkinitcpio -p kernel26

can you still boot ??

for both cases, post the following files:  (inside code and /code tags, please!)

/etc/mkinitcpio.conf
/boot/grub/menu.lst
/etc/rc.conf
/var/log/dmesg.log

and your hardware info....

Offline

#9 2011-01-11 07:08:04

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: udev headache?

reinstall was ok, system worked fine again - until the upgrade again...
tried the fallback kernel too, so this is not kernel related, I think

( so I finally installed my good old dinousaur-friend... debian works however...)


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#10 2011-01-11 08:01:40

Daniel_F
Member
From: Brazil
Registered: 2010-12-28
Posts: 69

Re: udev headache?

Problem solved then !

I guess you weren't ready for Arch...

Offline

Board footer

Powered by FluxBB