OPNsense Forum

Archive => 16.7 Legacy Series => Topic started by: mircsicz on December 25, 2016, 11:46:08 am

Title: Install on Gateprotect GPO-150
Post by: mircsicz on December 25, 2016, 11:46:08 am
Hi hi,

I got a GPO-150 from a client and would like to run OPNsense on it. With OPNsense-16.7-OpenSSL-serial-i386.img on a pendrive the installer boots (115200 8N1) right away. And the setup runs through just fine in guided mode...

But it doesn't boot after Setup...

I've booted into rescue mode mounted the ada0s1a and mounted devfs and went into chroot like this:
Code: [Select]
mkdir /tmp/mnt
mount /dev/ada0s1a /tmp/mnt/
mount -t devfs devfs /tmp/mnt/dev
chroot /tmp/mnt

In the chroot I reinstalled the bootloader as follow's:
Code: [Select]
boot0cfg -B ada0

But reboting didn't change the picture...

As I'm more of a LinuxI guess guy I could use some help with the bootloader conf here.

BTW: Happy Holidays...
Title: Re: Install on Gateprotect GPO-150
Post by: mircsicz on December 26, 2016, 09:43:31 pm
Reply to myself, as a reference for the next to come...

Atom D525 is a X64 CPU, so I used this image:
http://mirror.fra10.de.leaseweb.net/opnsense/releases/mirror/OPNsense-16.7-OpenSSL-serial-amd64.img.bz2

Autoinstall with that one worked as expected and booted right into interface assignement...