That's probably because you are not mounting /dev in the simplified init script?I get an errorCode:
getty: can't open '/dev/null': No such file or directory
Looking at an initramfs init script I've used (not on the Pi), I start the script with mounting a couple of directories:
Code:
mount -t devtmpfs none /devmount -t proc proc /procmount -t sysfs sysfs /sys
Statistics: Posted by jj_0 — Fri Mar 08, 2024 3:12 pm