Remote installation of FreeBSD: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
* Download the '''special edition''' mfsBSD USB memstick image | * Download the '''special edition''' mfsBSD USB memstick image | ||
: https://mfsbsd.vx.sk/files/images/14/amd64/mfsbsd-se-14. | : https://mfsbsd.vx.sk/files/images/14/amd64/mfsbsd-se-14.1-RELEASE-amd64.img | ||
* <code>dd if=mfsbsd-se-14. | * <code>dd if=mfsbsd-se-14.1-RELEASE-amd64.img of=/dev/sda bs=1M</code> | ||
: where <code>/dev/sda</code> is the boot drive. | : where <code>/dev/sda</code> is the boot drive. | ||
* Reboot | * Reboot | ||
| Line 8: | Line 8: | ||
* <code>mount /dev/ada0p3 /mnt/dist</code> | * <code>mount /dev/ada0p3 /mnt/dist</code> | ||
* <code>mkdir /usr/freebsd-dist</code> | * <code>mkdir /usr/freebsd-dist</code> | ||
* <code>cp /mnt/dist/14. | * <code>cp /mnt/dist/14.1-RELEASE/*.txz /usr/freebsd-dist/</code> | ||
* <code>umount /mnt/dist</code> | * <code>umount /mnt/dist</code> | ||
* <code>bsdinstall</code> | * <code>bsdinstall</code> | ||
Revision as of 01:12, 19 December 2024
- Download the special edition mfsBSD USB memstick image
dd if=mfsbsd-se-14.1-RELEASE-amd64.img of=/dev/sda bs=1M
- where
/dev/sdais the boot drive.
- Reboot
- Login as root, password: mfsroot
mkdir /mnt/distmount /dev/ada0p3 /mnt/distmkdir /usr/freebsd-distcp /mnt/dist/14.1-RELEASE/*.txz /usr/freebsd-dist/umount /mnt/distbsdinstall