On 14 September 2016 19:04:23 CEST, "J. Roeleveld" <jo...@antarean.org> wrote: >On September 14, 2016 6:18:52 PM GMT+02:00, "Holger Wünsche" ><diegoldeneent...@gmail.com> wrote: >>I installed gentoo bun ran into some problems: >>[…] > >Does the output of ># cat /proc/mtab >Change after remounting rw?
Since I can not find /proc/mtab I assume you mean /etc/mtab. # cat /etc/mtab /dev/sdc1 /home ext4 rw 0 0 /dev/sdc2 /var ext4 rw 0 0 /dev/sda3 / none rw 0 0 /dev/sda2 /boot vfat rw 0 0 (output formatted for readability) > >Also, how did you build the initramfs? >If using a tool, provide full commandline. > >If done manually, please provide your method. > For generating the initramfs I loosely followed the "Configuring the Linux kernel" chapter of the handbook, as well as the "EFI stub kernel" Wiki-page: # genkernel --no-compress-initramfs --install initramfs The initramfs gets compiled into the kernel via CONFIG_BLK_DEV_INITRD (CONFIG_INITRAMFS_SOURCE). Since the root-partition is mounted read-only I can't provide any log files. Also despite not shown /dev, /proc and /sys seem to be populated, but emerge doesn't seem to be happy with it: # emerge Failed to validate a sane '/dev' bash process sibstitution doesn't work; this may be an indication of a broken '/dev/fd' Holger Wünsche