OPNsense Forum

Archive => 18.1 Legacy Series => Topic started by: jo3rg on June 05, 2018, 04:33:28 pm

Title: [HOWTO] Mount local boot & root from Installer
Post by: jo3rg on June 05, 2018, 04:33:28 pm
Hi,
does anyone know how to mount my local root and boot (i know probably a newbie question)
from the usb installer environment?
The last upgrade removed my manual devices.hint entry which prevents my installation from booting :(
(see last comment: https://github.com/opnsense/core/issues/1680 )
Thx & BR
Jörg
Title: Re: [HOWTO] Mount local boot & root from Installer
Post by: jo3rg on June 05, 2018, 05:12:31 pm
Answered it on my own:
Code: [Select]
root@OPNsense:~ # mount /dev/ufs/OPNsense /tmp/local-root
Title: Re: [HOWTO] Mount local boot & root from Installer
Post by: franco on June 05, 2018, 09:57:13 pm
Hi Jörg,

You can always set them from the boot menu, select escape to loader prompt, type:

set my.var=1
...
boot


Cheers,
Franco