lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 23 Oct 2023 06:34:06 +0600
From:   gmssixty gmssixty <gmssixty@...il.com>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     linux-kernel@...r.kernel.org
Subject: Re: How can I add "busybox sh" as init during boot of the custom kernel?

I tried this: init=/bin/busybox sh, but it got Kernel panic and
failed. On the other hand, what should I write in /sbin/init?

On Mon, Oct 23, 2023 at 6:15 AM Randy Dunlap <rdunlap@...radead.org> wrote:
>
>
>
> On 10/22/23 16:56, gmssixty gmssixty wrote:
> > How can I add "busybox sh" as init during boot of the custom kernel? I
> > have compiled the kernel and put the bzImage in /dev/sda3 (/mnt/sda3).
> > Booted that kernel. After booting, I got a message to set the init
> > process. I have put the busybox in /bin. Now I want to add this
> > "busybox sh" as an init process. How can I do this?
> >
> > Note that, I did not install any other software in that /dev/sda3
> > (/mnt/sda3). I have only bzImage and busybox.
>
> from Documentation/admin-guide/kernel-parameters.txt:
> (or https://docs.kernel.org/admin-guide/kernel-parameters.html)
>
>         init=           [KNL]
>                         Format: <full_path>
>                         Run specified binary instead of /sbin/init as init
>                         process.
>
> --
> ~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ