Now ... the article uses VM-IMAGE of FreeBSD to do the install - FreeBSD does not care if its being run inside VM or on a physical host.
Read it from start to end and it will be more obvious what is happening.
Use this command instead:
# fetch -q -o - download.freebsd.org/releases/… | xz -c -d > /dev/ada1
Colin just fixed the broken 14.3-RELEASE ZFS RAW image:
- x.com/cperciva/status/19440762…
As for the parts that You do not understand ... UNIX knowledge and experience takes time - ask ChatGPT what it means and it will explain with grace.
Shmok
in reply to vermaden • • •KaiXin
in reply to Shmok • • •This thread is popping up for weeks since I first replied. I can assure you the original links posted by @vermaden@bsd.cafe would work if you understand the basics and then follow them. In my case I tested similar partition layout on my laptop where a single disk in GPT layout was used to install #FreeBSD and #OpenBSD. The two systems share a common #EFI partition. But I didn't use the VM image for installing FreeBSD though, which I would not say is substantially important.
CC: @vermaden@bsd.cafe
Shmok
in reply to KaiXin • • •KaiXin
in reply to Shmok • • •I booted and installed #FreeBSD first using a USB flash drive made by dd and the standard memstick img. I say its is not important because you aim is to install the system, which should not matter which media you use. In my case I did not even use the standard installed for this because I want to customize some partition sizes (see link below for details from a FreeBSD wiki page I found useful examples). I will laugh out loud if only I am capable of
making the elitist statement
about #BSD stuff since I only started to try #FreeBSD for not too long and I knew almost nothing about system development. To you my friend, patiently read the tutorials posted by @vermaden@bsd.cafe and make plans about the steps you will have to take, try in a VM if you are not sure. The main question is how to prepare a partition for ZFS not a disk, and then install system on it, not about which install media you use.wiki.freebsd.org/RootOnZFS/GPT…
RootOnZFS/GPTZFSBoot - FreeBSD Wiki
wiki.freebsd.org