Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
18.7 Legacy Series
»
Mounting failed with error 19 during installation
« previous
next »
Print
Pages: [
1
]
Author
Topic: Mounting failed with error 19 during installation (Read 9776 times)
eric8bits
Newbie
Posts: 7
Karma: 1
Mounting failed with error 19 during installation
«
on:
October 30, 2018, 09:12:44 pm »
I'm trying to install OPNsense (for the first time) on my Qotom box using USB. But no luck. This is the error I'm getting during the initial startup:
mountroot: waiting for device /dev/ufs/OPNsense_Install...
Mounting from ufs:/dev/ufs/OPNsense_Install failed with error 19.
etc. etc.
Picture of the output on my display:
https://tweakers.net/ext/f/Q9fh5nRGpbz0naAnO4ZJM3Zg/full.jpg
Anything I can do to resolve this issue?
Logged
eric8bits
Newbie
Posts: 7
Karma: 1
Re: Mounting failed with error 19 during installation
«
Reply #1 on:
October 31, 2018, 06:21:21 pm »
Managed to resolve this after two very frustrating nights. I think it was an issue related to an old MBR or broken GPT configuration.
Steps to resolve:
1. Connect an USB flash drive (to my Mac)
2. diskutil list (check who's who)
3. diskutil umount disk2s1 (unmount the flash drive -
in my case
disk2s1)
4. gzcat pfSense-CE-memstick-2.4.4-RELEASE-amd64.img.gz | sudo dd of=/dev/rdisk2 bs=1m (deploy the image)
5. Install pfSense on the Qotom box using the USB flash drive
Success. The hard disk drive is now OK and ready for OPNsense. Continuing:
6. Connect the USB drive to the Mac once again
7. diskutil list
8. diskutil umount disk2s1
9. sudo dd bs=1m if=OPNsense-18.7-OpenSSL-vga-amd64.img of=/dev/rdisk2
Et voilà.. I am now installing OPNsense!
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
18.7 Legacy Series
»
Mounting failed with error 19 during installation