View previous topic :: View next topic |
Author |
Message |
ROGA Tux's lil' helper


Joined: 17 Feb 2018 Posts: 110 Location: Zurich, Switzerland
|
Posted: Wed Dec 25, 2019 1:02 pm Post subject: [SOLVED] Raspberry Pi and Systemd |
|
|
Hi,
Does Raspberry Pi 3B Plus or 4B run with systemd?
I had made a installation with this guide and used this Stage 3 Tarball stage3-arm64-systemd-20190428.tar.bz2
My Pi is booting now but I have a kernel panic who said "Requested init /lib/systemd/systemd failed ( error -8 )"
Can anybody help me? _________________ regards,
Roland
Last edited by ROGA on Thu Dec 26, 2019 8:58 am; edited 1 time in total |
|
Back to top |
|
 |
ROGA Tux's lil' helper


Joined: 17 Feb 2018 Posts: 110 Location: Zurich, Switzerland
|
Posted: Thu Dec 26, 2019 8:58 am Post subject: |
|
|
ok, I found the solution in this thread _________________ regards,
Roland |
|
Back to top |
|
 |
vastchen n00b

Joined: 22 Apr 2016 Posts: 37
|
Posted: Fri Dec 27, 2019 6:21 am Post subject: Re: [SOLVED] Raspberry Pi and Systemd |
|
|
ROGA wrote: | Hi,
Does Raspberry Pi 3B Plus or 4B run with systemd?
I had made a installation with this guide and used this Stage 3 Tarball stage3-arm64-systemd-20190428.tar.bz2
My Pi is booting now but I have a kernel panic who said "Requested init /lib/systemd/systemd failed ( error -8 )"
Can anybody help me? |
use raspberry raspbian-buster-full.img boot cmdline well in my raspberry 3-64 with systemd
Code: |
wc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/sda1 rootfstype=ext4 elevator=deadline rootwait
|
sda1 you should chang you sd or usb mmcblk0p2? _________________ gentoo user |
|
Back to top |
|
 |
|