Hi everyone,
For testing I want to install on an old PC (Athon II 160u).
The usb install crashes, I think, when trying to mount the HDD.
The text on the screen is ureadable too. Only the top (or bottom) half is visible.
It's a SATA disk but in the BIOS the option is grey and is 'Native IDE'.
pfSense 2.5-dev does install but there I'm having issues with imgp proxy.
Regardless of this issue I want to try OPNsense.
Is there a way to install OPNsense for me? Maybe a disk image (vga) similar to nano (console) or a setting I can do so the disk can be mounted and the install can continue.
Hi Arno,
Just dd nano image to hard disk. It will expand root partition after boot. No install needed.
Cheers,
Franco
First I used dd then using grub2 on linux for multiboot I tried to boot with
chainloader +1
and
chainloader (hd0,8)/boot/boot
Also modified /etc/fstab to /dev/ada0s8a
to be sure the correct partition would boot.
OPNsense did not boot.
What configuration can I use for grub2 to boot OPNsense?