OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: angel2040 on October 13, 2022, 07:05:14 PM

Title: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
Post by: angel2040 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
Title: Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
Post by: angel2040 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.
Title: Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
Post by: franco 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
Title: Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
Post by: angel2040 on October 18, 2022, 12:27:14 AM
sudo dd if=OPNsense-22.7-OpenSSL-vga-amd64.img of=/dev/sdd bs=16k
Title: Re: init: not found in path /sbin/init:/sbin/oinit:/sbin/init.bak.....
Post by: franco 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