MrrpOS (BLFS) udev init script issues
"Subhrajit Sain" ([email protected] via blfs-support Mailing List) <[email protected]> Tue, 23 Dec 2025 15:10:12 +0530
| Newsgroups | gmane.linux.lfs.beyond.support |
|---|---|
| Message-ID | <[email protected]> |
Hi BLFS Support Team, I recently transferred my Linux distro ( https://anw.is-a.dev/api/vfy?target_url=https://anw.is-a.dev/mrrpos ) from a smaller 16 GB USB drive to a new 64 GB USB drive. But after configuring Grub and /etc/fstab, I get an error during boot, which seems to be non-critical as my distro boots fine. Here is my full issue attached (screenshots and text from a Discord LFS help server). Hi, I recently transferred my distro to a bigger USB using `tar`, reserving the permissions as well. When I boot the new USB (yes, after configuring grub and fstab and many kernel panics later), the `udev` init script (there are 3 of them in `/etc`.) sends: `Populating /dev with device nodes...` but then after some time, I get: `File locking initialisation failed` or similar. I have confirmed that `/run` and `/run/lock` have mode set to `0755`. Is this a fatal issue? I think it is. Please help me in solving my issue. Thank you! The distro boots normally though, and the problem about my touchpad fixed itself after some tinkering that I did. The tar command that I used was similar to the one below: tar \ --xattrs \ --acls \ --numeric-owner \ -cvpf - \ --one-file-system \ --exclude=/proc \ --exclude=/sys \ --exclude=/dev \ --exclude=/run \ --exclude=/tmp \ --exclude=/mnt \ --exclude=/media \ --exclude=/lost+found \ --exclude=/usr/src \ --exclude=/sources \ --exclude=/var/run \ --exclude=/var/lock \ / | tar -xvpf - -C /mnt/mrrpos-new I will try to change the init scrips order for now and will report if it worked. P.S.: If you do not see the images, please let me know. Thank you, Subhrajit Sain, aka https://anw.is-a.dev . -- http://lists.linuxfromscratch.org/sympa/info/blfs-support Unsubscribe: See the above information page