Questions tagged [init]

The first process run, and thus the (grand)-parent of all others in a *nix system; also the only one which can never be stopped. Used to control boot/system services.

The current init daemon used on Raspbian and most other forms of GNU/Linux is . However, the first version of Raspbian (7, "wheezy", following Debian's numbering) used SysV init, which dates back to the 1980's and was long used on a range of Unix derived operating systems.

Init is used to start system services at boot and control them thereafter.

25 questions
1
vote
2 answers

Custom initramfs

I'm working on a custom version of initramfs for RaspberryPi 3, where I'd like to run some commands to validate CPU serial number and other validations before start init process itself. I was trying to modify /usr/share/initramfs-tools/scripts files…
0
votes
0 answers

pi4 How can I get in normal mode from out safe mode

I was trying install KDE-PLASMA desktop and therefor I made a mistake with adding a different overlay and after that I get a blackscreen while booting. Now I am in safemode but what I really want is to get in raspi-config for to made changes for the…
input
  • 1