Bug 210815 - Installer fails to create /mnt/boot during ZFS+GELI install
Summary: Installer fails to create /mnt/boot during ZFS+GELI install
Status: Closed DUPLICATE of bug 210717
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-04 13:14 UTC by Jonathan Anderson
Modified: 2016-07-05 14:40 UTC (History)
2 users (show)

See Also:


Attachments
bsdinstall(8) debug log (83.44 KB, text/plain)
2016-07-05 14:27 UTC, Marin Bernard
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Anderson freebsd_committer freebsd_triage 2016-07-04 13:14:51 UTC
I am performing a fresh ZFS+GELI install on -CURRENT. After the datasets are created, I see the following error, which blocks installation progress:

mkdir: /mnt/boot: No such file or directory

This doesn't seem to make a lot of sense, since the *real* error is that /mnt/boot already exists as a symlink to bootpool/boot. Indeed, which I try to run mkdir /mnt/boot manually at the command line, I get a "File exists" error.r

I think the problem might be that the bootpool hasn't actually been mounted yet, so there is no 'bootpool/boot' directory. Is there are step missing in the installer?
Comment 1 Marin Bernard 2016-07-05 14:27:12 UTC
Created attachment 172142 [details]
bsdinstall(8) debug log

Hi,

I have the same issue.

The debug log of bsdinstall(8) is attached. It is from an Hyper-V VM. The issue also occurs on real hardware though.
Comment 2 Allan Jude freebsd_committer freebsd_triage 2016-07-05 14:39:42 UTC
this was fixed in r302319
Comment 3 Allan Jude freebsd_committer freebsd_triage 2016-07-05 14:40:10 UTC

*** This bug has been marked as a duplicate of bug 210717 ***