OPNsense Forum

English Forums => Tutorials and FAQs => Topic started by: nbfedafdf on October 02, 2019, 11:02:04 am

Title: docs/manualinstall.txt
Post by: nbfedafdf on October 02, 2019, 11:02:04 am
Suggestion: To include this in the install live media
docs/manualinstall.txt
## Manually install OPNsense, for advanced users only
# sysctl kern.geom.debugflags=16
# glabel stop diskid/DISK-......
# gpart destroy -F ada0
# gpart create -s GPT ada0
# gpart add -s 70M -t efi ada0
# gpart add -s 128k -t freebsd-boot ada0
# gpart add -t freebsd-ufs ada0
# gpart show ada0
# gpart bootcode -b /boot/pmbr ada0
# gpart bootcode -p /boot/gptboot -i 2 ada0
# newfs -Uj /dev/ada0p3
# tunefs -L OPNsense /dev/ada0p3
# mount -t ufs .. ..
#/usr/local/bin/cpdup -vvv -o /usr/lib /mnt/usr/lib
...
#/usr/sbin/mtree -U -e -q -f /etc/installed_filesystem.m...  ... ee /mnt/etc/fstab ...
# and so on... fill in the blanks..

The other files are located in /usr/local/share/dfuibe_lua/