finti from linux packages itself: Release: 24.04
Codename: noble
after adding : init=/usr/sbin/finit or /sbin/finit
got;
"Kernel Panic Attempted to kill init exitcode=0x0000000b"
config:
File: /etc/finit.conf
───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ # Ubuntu 24.04 + Finit
2 │
3 │ # After bootstrap go to normal runlevel
4 │ runlevel 2
5 │
6 │ # Basic virtual filesystems
7 │ run /bin/mount -t proc proc /proc
8 │ run /bin/mount -t sysfs sysfs /sys
9 │ run /bin/mount -t devtmpfs devtmpfs /dev
10 │ run /bin/mount -t devpts devpts /dev/pts
11 │
12 │ # Basic system setup
13 │ run /sbin/swapon -a
14 │
15 │ # Kernel modules
16 │ task /sbin/modprobe -a -q
17 │
18 │ # udev
19 │ service udev /lib/systemd/systemd-udevd --daemon
20 │
21 │ # System logging
22 │ sysv [2345] /etc/init.d/rsyslog
23 │
24 │ # cron
25 │ sysv [2345] /etc/init.d/cron
26 │
27 │ # dbus
28 │ sysv [2345] /etc/init.d/dbus
29 │
30 │ # TTY login
31 │ tty [2345] /sbin/agetty -o '-p -- \u' --noclear 38400 tty1 linux
finti from linux packages itself: Release: 24.04
Codename: noble
after adding : init=/usr/sbin/finit or /sbin/finit
got;
"Kernel Panic Attempted to kill init exitcode=0x0000000b"
config:
File: /etc/finit.conf
───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ # Ubuntu 24.04 + Finit
2 │
3 │ # After bootstrap go to normal runlevel
4 │ runlevel 2
5 │
6 │ # Basic virtual filesystems
7 │ run /bin/mount -t proc proc /proc
8 │ run /bin/mount -t sysfs sysfs /sys
9 │ run /bin/mount -t devtmpfs devtmpfs /dev
10 │ run /bin/mount -t devpts devpts /dev/pts
11 │
12 │ # Basic system setup
13 │ run /sbin/swapon -a
14 │
15 │ # Kernel modules
16 │ task /sbin/modprobe -a -q
17 │
18 │ # udev
19 │ service udev /lib/systemd/systemd-udevd --daemon
20 │
21 │ # System logging
22 │ sysv [2345] /etc/init.d/rsyslog
23 │
24 │ # cron
25 │ sysv [2345] /etc/init.d/cron
26 │
27 │ # dbus
28 │ sysv [2345] /etc/init.d/dbus
29 │
30 │ # TTY login
31 │ tty [2345] /sbin/agetty -o '-p -- \u' --noclear 38400 tty1 linux