Canek Peláez Valdés wrote:
<<<SNIP>>>
> Well damn. Why you do not have devtmpfs? In all the machines I have
> access to (with or without initramfs, with either systemd or OpenRC),
> they have devtmps:
>
> devtmpfs on /dev type devtmpfs
> (rw,nosuid,relatime,size=2023140k,nr_inodes=505785,mode=755)
> devtmpfs on /dev type devtmpfs
> (rw,nosuid,relatime,size=506680k,nr_inodes=126670,mode=755)
> devtmpfs on /dev type devtmpfs
> (rw,nosuid,relatime,size=1939288k,nr_inodes=484822,mode=755)
> devtmpfs on /dev type devtmpfs
> (rw,relatime,size=257224k,nr_inodes=64306,mode=755) <==== The one with
> OpenRC, no initramfs
>
> I don't see that one in your mount output. It seems kinda relevant, I
> think. Please, can you attach your /boot/grub/grub.cfg file? I still
> haven't seen the kernel command line, and I suppose that it's
> relevant. Also, I know it's a lot, but could you please include your
> kernel /usr/src/linux/.config file? Both dracut and udev need some
> specific kernel config options that maybe you don't have.
>
> Regards.
Here is my grub lines:
title=Initramfs-new_kernel
root (hd0,0)
kernel /boot/bzImage-3.2.11-1 root=/dev/sda3 init=/sbin/init rd.debug
rd.udev.debug
initrd /initramfs-3.2.11.img
title Gentoo
kernel (hd0,0)/bzImage-3.2.11-1 root=/dev/sda3
acpi_enforce_resources=lax raid=noautodetect iommu=noaperture
The stuff on the end without the init thingy was added to make sure
gkrellm worked. I think it is fixed now and can be removed but I just
haven't done it yet.
I added that debug stuff to the line for the init thngy but have not
booted it yet.
Now what?
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!
Miss the compile output? Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"
|