No, that's not it, I have two almost identical installs: one for my laptop, one at home for the desktop. On the latter, I moved the forementioned code from rc.lua into .xinitrc ,otherwise everything is the same. Also, I just tried the default rc.lua and it does not help. The issue must therefore lie elsewhere.
Thanks. That helped a lot. I mounted my LVs and reinstalled grub. After that I started getting the following error:/sbin/lvm: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directoryAfter looking around at Arch Forum a bit I have found this post:https://bbs.archlinux.org/viewtopic.php?id=142628The solution give there worked for me i.e.
Did you use UNetbootin? Don't.https://bbs.archlinux.org/viewtopic.php … 5#p1161935You'd be the third one today.Use something else.https://wiki.archlinux.org/index.php/US … tion_Media
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-09-16T14:53:18Z
https://wiki.archlinux.org/index.php/Pa … ion_failedJust like karol said, don't forget to mark it as solved (by editing the title of the first post).
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-08-23T14:00:46Z
I found a better solution that uses polkit here: https://alderaan.archlinux.org/viewtopi … id=1020120I'll mark as solved.
jo-shva
https://bbs.archlinux.org/profile.php?id=43381
2012-11-19T13:10:46Z
Hi,Maybe you didn't read the news ? http://www.archlinux.org/news/the-lib-d … a-symlink/edit : Did you read this guide ? https://wiki.archlinux.org/index.php/De … iki:usrlib
popso
https://bbs.archlinux.org/profile.php?id=61898
2012-07-15T14:29:52Z
It's in the AUR https://aur.archlinux.org/packages.php?ID=62362Why: https://mailman.archlinux.org/pipermail … 23485.htmlWill it back: yes, if someone (a dev or TU) will adopt it.
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-10-01T17:42:25Z
The howto of aias is working well up to the point of starting mkinitcpio.This fails with message:==> ERROR: unable to locate module directory for kernel '3.0-ARCH'So the new kernel on the system is 3.4, but live cd is coming along with kernel 3.0.Any idea to continue?
thefrog
https://bbs.archlinux.org/profile.php?id=54928
2012-07-14T09:09:13Z
Scimmia wrote:libstdc++6 is in gcc-libs.libudev is part of systemd. libudev.so.0 is old, though, Arch ships libudev.so.1. The binary file would need to be rebuilt against the newer library. I don't know if you'd be able to find just the old lib and install it side by side with the new one or not.Thanks.