Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Tutorials and FAQs
»
docs/manualinstall.txt
« previous
next »
Print
Pages: [
1
]
Author
Topic: docs/manualinstall.txt (Read 2542 times)
nbfedafdf
Newbie
Posts: 8
Karma: 0
docs/manualinstall.txt
«
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/
«
Last Edit: October 03, 2019, 11:44:58 am by nbfedafdf
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Tutorials and FAQs
»
docs/manualinstall.txt