zen_desu wrote:I would imagine you wouldn't get this kind of error outside the initramfs because groups/uids should definitely be defined/usable.
Can you find that in a log anywhere?
Nothing really stands out in syslog from around boot times.
From about the time I'm seeing the message:
Feb 23 01:01:02 tood kernel: PM: Magic number: 14:766:3
Feb 23 01:01:02 tood kernel: RAS: Correctable Errors collector initialized.
Feb 23 01:01:02 tood kernel: Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
...
Feb 23 01:01:02 tood kernel: usb 3-4.2: device descriptor read/64, error -32
...
Feb 23 01:01:02 tood kernel: Run /init as init process
Feb 23 01:01:02 tood kernel: with arguments:
Feb 23 01:01:02 tood kernel: /init
Feb 23 01:01:02 tood kernel: nosplash
Feb 23 01:01:02 tood kernel: with environment:
Feb 23 01:01:02 tood kernel: HOME=/
Feb 23 01:01:02 tood kernel: TERM=linux
...
Feb 23 01:01:06 tood kernel: BTRFS: device fsid b5bf2c3e-c20c-4070-bc5a-dbbe13de603b devid 1 transid 6194 /dev/sdb3 (8:19) scanned by mount (594)
Feb 23 01:01:06 tood kernel: BTRFS info (device sdb3): first mount of filesystem b5bf2c3e-c20c-4070-bc5a-dbbe13de603b
Feb 23 01:01:06 tood kernel: BTRFS info (device sdb3): using crc32c (crc32c-lib) checksum algorithm
Feb 23 01:01:06 tood kernel: BTRFS info (device sdb3): enabling ssd optimizations
Feb 23 01:01:06 tood kernel: BTRFS info (device sdb3): turning on async discard
Feb 23 01:01:06 tood kernel: BTRFS info (device sdb3): enabling free space tree
Feb 23 01:01:06 tood dracut: Mounted root filesystem /dev/sdb3
Feb 23 01:01:06 tood dracut: Switching root
All looks rather normal.
Including the USB error message just in case, but that particular log entry goes away, while the chown message stays.
Installkernel (dracut really) gives the following message during initramfs creation:
...
dracut
: *** Including module: base ***
grep: /var/tmp/dracut.dRArqyB/initramfs/etc/shadow: No such file or directory
dracut: *** Including module: shell-interpreter ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
...
I found that message highly suspect but I'm not sure the relevance or how to track down the reason for it. root:root definitely exists in /etc/shadow.