busybox init returns fails with error code -1 (0x00007f00)

2022-10-25 Thread samuel ammonius
Hello, I have a simple ISO filesystem set up with busybox and grub.These are the commands I use in GRUB2 to start the system: grub> set root=(cd) grub> linux /boot/bzImage root=/dev/sda1 grub> initrd /boot/initrd grub> boot I don't know how to get the full kernel error log, but the final error

Re: busybox init returns fails with error code -1 (0x00007f00)

2022-11-29 Thread samuel ammonius
busybox itself? On Tue, Nov 29, 2022 at 10:34 AM Denys Vlasenko wrote: > On Tue, Oct 25, 2022 at 10:56 PM samuel ammonius > wrote: > > Hello, > > > > I have a simple ISO filesystem set up with busybox and grub.These are > the commands I use in GRUB2 to start the system: