EDIT (UTC 25-09-04 02:30) : jump straight to post 25 for the final solution,
unless you want to experience all the confusion I went through on the way.
Somehow the correct current instructions to do this have eluded me.
I found a few clues, which got me part of the way then hit a wall.
Apologies if I've missed something obvious, but I've spent too long searching already.
After dd'ing the latest (14.3 RELEASE amd64) DVD iso to a stick,
I used it to install FreeBSD on a small SSD in an old laptop.
After booting into the actual OS, the next step is
`mount -t cd9660 /dev/da1 /mnt`
which works OK.
After setting up `/usr/local/etc/pkg/repos/FreeBSD.conf`,
I saw, by trial and error, that `pkg bootstrap` tries to find
`/mnt/packages/FreeBSD:14:amd64/Latest/pkg.pkg`,
and my `/usr/local/etc/pkg/repos/FreeBSD.conf`
eventually looked like this:
```
FreeBSD: {
url: "file:///mnt/packages/FreeBSD:14:amd64",
enabled: yes
}
```
Now, when `pkg bootstrap` tries to open `/mnt/packages/FreeBSD:14:amd64/Latest/pkg.pkg`
it still says "no such file", even though it does exist.
It's a symlink to `/mnt/packages/FreeBSD:14:amd64/All/pkg-2.1.2.pkg`
which also exists, and has a size of ~12.5 MB.
Can't think what to try next.
So I'm hoping someone can point me to the official correct current instructions,
or, if they don't exist, please give me some clues about how to continue from here.
Please don't say "forget the DVD, use the Internet".
I did it that way a couple of years ago,
and have read the arguments in favor of it.
(I didn't get around to using FreeBSD back then,
because poor health and lack of time got in the way,
so I'm still a noob with FreeBSD.)
I hope to use the DVD to install LxQt or XFCE,
and at some later stage I'll use the internet to update, of course.
Anyway, I downloaded theDVD, burned it,
got this far, and would like to finish the job this way.
There has to be a way to actually do it, right?
Otherwise they wouldn't provide a DVD installer ...
unless you want to experience all the confusion I went through on the way.

Somehow the correct current instructions to do this have eluded me.
I found a few clues, which got me part of the way then hit a wall.
Apologies if I've missed something obvious, but I've spent too long searching already.
After dd'ing the latest (14.3 RELEASE amd64) DVD iso to a stick,
I used it to install FreeBSD on a small SSD in an old laptop.
After booting into the actual OS, the next step is
`mount -t cd9660 /dev/da1 /mnt`
which works OK.
After setting up `/usr/local/etc/pkg/repos/FreeBSD.conf`,
I saw, by trial and error, that `pkg bootstrap` tries to find
`/mnt/packages/FreeBSD:14:amd64/Latest/pkg.pkg`,
and my `/usr/local/etc/pkg/repos/FreeBSD.conf`
eventually looked like this:
```
FreeBSD: {
url: "file:///mnt/packages/FreeBSD:14:amd64",
enabled: yes
}
```
Now, when `pkg bootstrap` tries to open `/mnt/packages/FreeBSD:14:amd64/Latest/pkg.pkg`
it still says "no such file", even though it does exist.
It's a symlink to `/mnt/packages/FreeBSD:14:amd64/All/pkg-2.1.2.pkg`
which also exists, and has a size of ~12.5 MB.
Can't think what to try next.
So I'm hoping someone can point me to the official correct current instructions,

or, if they don't exist, please give me some clues about how to continue from here.
Please don't say "forget the DVD, use the Internet".

I did it that way a couple of years ago,
and have read the arguments in favor of it.
(I didn't get around to using FreeBSD back then,
because poor health and lack of time got in the way,
so I'm still a noob with FreeBSD.)
I hope to use the DVD to install LxQt or XFCE,
and at some later stage I'll use the internet to update, of course.
Anyway, I downloaded theDVD, burned it,
got this far, and would like to finish the job this way.
There has to be a way to actually do it, right?
Otherwise they wouldn't provide a DVD installer ...
Last edited: