* Dale <rdalek1...@gmail.com> [120329 16:22]: > Canek Peláez Valdés wrote: > > > Can you try doing > > > > dracut -H /boot/initramfs-<kernel version here> > > > > ?? > > > > The man page from dracut says that -H is for the "current host" > > instead of a "generic host". Maybe the "generic host" configuration is > > messing up something with su that your actual host configuration > > needs. > > > > I use -H. As I have ben saying, my initramfs it's pretty up in sync > > with my normal system. > > > > Regards. > > > Notice, I make the distinction between Console and Konsole by making the > first letter capitalized. It kind of gets confusing. :/ > > I had to reboot so I made a new init thingy with the -H switch. It > works in Console but nothing root works in KDE. I get the same error. > Heck, Konsole won't even try to come up much less ask for my password. > Krusader asks for password and says that su is not in the path. This is > similar to what I got when I was in a Console too. > > So, boot without init thingy, everything works fine. Boot with the init > thingy, I can't access things in KDE as root. All I do is reboot. I > don't change or edit anything other than selecting a different entry in > grub. > > I use Konsole when I emerge and such as that. I use Krusader, since > Konqueror developed a bug, to edit config files. I don't care to switch > to a Console to emerge something or edit a config file. This is not > going to work for me long term. > > Also, keep in mind, I boot the EXACT same kernel whether I use the init > thingy or not. All I do is remove the stuff the init thingy needs to > work. > > Go figure. > > Dale > > :-) :-)
My dracut initramfs (created with just hostonly=yes changed from the config installed by Gentoo) is quite "heavy" and starts up udevd in the initramfs. That along with other things that happen in there could possibly be leading to your permission problems. If I were you, I'd manually create an initramfs the way that Neil has mentioned that simply mounts /usr and then does a switch_root and see if you still have problems. It's really not too hard if you can muddle through simple shell scripts. Todd