-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Busybox init process. PID must be 1 #47
Comments
The issue is the rootfs is not mountd to switch rootfs. Can you provide the kernel command line argument? I could afterwards trace the erroneous zfs hooks. |
So, my kernel args:
And if need, a zpool status to see what it looks like when once mount:
|
Actually, the script (from hooks/zfs) do it:
And my arg:
Or with a special zfs var:
I would do test during the day. |
i'm almost there... the doc tell :
and the boot:
It tries to open the wrong device. |
I could finnally boot, it was difficult ! so from hook/zfs:
From /etc/mkinitramfs-ll.conf, i modified this:
This requires a lib And my kernel line is finally the same than before:
and i pass the step where i had to recompile the kernel :) |
for copy the lib (libgcc_sso.1) for zfs, a trick like this?:
|
Sorry I was busy with real life. |
No problem, you want a new PR? |
Hi, i have a problem with busybox. I put the output that ends up on a kernel panic.
The text was updated successfully, but these errors were encountered: