You are not logged in.
Hey all,
I'm very grateful for Arch Linux. Thank you so much, developers! I'm just in kind of a pickle right now. After upgrading to Linux kernel 3.0, I probably broke a record with the amount of boot up errors, my eth0 is not recognized (even with ifconfig -a), my Xorg broke (I can fix that myself, the other stuff is more important) and worst of all.. Reisersf is no longer recognized, meaning my var and tmp directories cannot be mounted without chrooting in (since they use reisersf).
Here's a paste of my boot up log:
http://paste.pocoo.org/show/455111
I had to get creative to post that one since I can't figure out how to copy and paste in the terminal.. Anyway, any help would be greatly appreciated!
Best,
Poopstuffs
Offline
Looking at your log, i'd say you're still booting the old kernel. (it searches the 2.6.36-ARCH modules, which of course aren't there anymore )
Mon Aug 8 17:08:09 2011: :: Adjusting system time and setting kernel timezone ^[[119G [BUSY] FATAL: Could not load /lib/modules/2.6.36-ARCH/modules.dep: No such file or direc
Did you read the news on the homepage about changing names for kernel and initrd?
http://www.archlinux.org/news/changes-t … filenames/.
Please post the output of
ls -l /boot
and the contents of /boot/grub/menu.lst
Offline
You might also see this sticky thread
No help on Reiser FS though.
Last edited by ewaller (2011-08-09 06:11:36)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Reiserfs is working fine, i have it also for / without any problems
Offline
Looking at your log, i'd say you're still booting the old kernel. (it searches the 2.6.36-ARCH modules, which of course aren't there anymore )
Mon Aug 8 17:08:09 2011: :: Adjusting system time and setting kernel timezone ^[[119G [BUSY] FATAL: Could not load /lib/modules/2.6.36-ARCH/modules.dep: No such file or direc
Did you read the news on the homepage about changing names for kernel and initrd?
http://www.archlinux.org/news/changes-t … filenames/.
Please post the output ofls -l /boot
and the contents of /boot/grub/menu.lst
That's the weird part -- http://paste.pocoo.org/show/455273 and http://paste.pooco.org/show/455275
It even points to the right direction during the actual booting process. And reisersf definitely stopped working for me.
mount -t reisersf /dev/sda6 /tmp
mount: unknown filesystem type 'reisersf'
Offline
That's the weird part -- http://paste.pocoo.org/show/455273 and http://paste.pooco.org/show/455275
It even points to the right direction during the actual booting process. And reisersf definitely stopped working for me.
mount -t reisersf /dev/sda6 /tmp mount: unknown filesystem type 'reisersf'
Should that be "reiserfs"?
Offline