Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
« previous
next »
Print
Pages: [
1
]
Author
Topic: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak..... (Read 1365 times)
angel2040
Newbie
Posts: 22
Karma: 0
init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
«
on:
October 13, 2022, 07:05:14 pm »
Hey all. Don't know if this is the correct place to post this?
I'm trying to install 22.7 vga off usb on this hardware:
AMD Ryzen R7 3700U/R5 3500U Windows 11 Mini PC USB3.1 2*DDR4 Slot 8GB/16GB 128GB/256GB/512GB SSD 2*1000M LAN Computer
https://www.aliexpress.us/item/3256804226152260.html?spm=a2g0o.order_detail.0.0.fd81f19c7JY4at&gatewayAdapt=glo2usa&_randl_shipto=US
This is on uefi bios. It keeps hitting the same error and stack trace. Tried legacy also with no luck. The img I burned to USB looks good:
openssl dgst -sha256 -verify OPNsense-22.7.pub -signature /tmp/image.sig OPNsense-22.7-OpenSSL-vga-amd64.img.bz2
Verified OK
Anyone see this? What can I try?
Thanks
-A
Logged
angel2040
Newbie
Posts: 22
Karma: 0
Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
«
Reply #1 on:
October 16, 2022, 08:57:35 pm »
I got around this particular error by specifying the usb stick in uefi order. BUT, when I got to the screen to do either a UFS or ZFS install on internal m.2 drive, it crashes with the error in attached screenshot.
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
«
Reply #2 on:
October 17, 2022, 08:49:58 am »
% git grep "RRIP without PX field"
sys/fs/cd9660/cd9660_rrip.c: printf("RRIP without PX field?\n");
It would suggest this is a CD-ROM error but you used an USB stick with VGA image? How was the USB created?
Cheers,
Franco
Logged
angel2040
Newbie
Posts: 22
Karma: 0
Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
«
Reply #3 on:
October 18, 2022, 12:27:14 am »
sudo dd if=OPNsense-22.7-OpenSSL-vga-amd64.img of=/dev/sdd bs=16k
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
«
Reply #4 on:
October 18, 2022, 08:53:10 am »
Sorry this makes no sense... it's literally complaining about the ISO image:
iso9660/OPNSENSE_INSTALL
The VGA label is "OPNsense_Install":
https://github.com/opnsense/tools/blob/d69e616f07d6fc0645dad7188a26fc6d9a58da32/build/vga.sh#L37
The DVD label is "OPNSENSE_INSTALL":
https://github.com/opnsense/tools/blob/d69e616f07d6fc0645dad7188a26fc6d9a58da32/build/dvd.sh#L37
So you must be installing from a DVD left in a drive or emulated by a ISO stick or something.
Cheers,
Franco
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....