Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 May 2021 03:18:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255659] bsdinstall failure "file://usr/freebsd-dist/MANIFEST : No such file or directory"
Message-ID:  <bug-255659-227-gJiEojYsET@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255659-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255659-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255659

--- Comment #3 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to tech-lists from comment #0)

I'll note that I tried to use:

# bsdinstall zfsboot

but it reported during the update of the media:

eval: cannot create /tmp/bsdinstall_etc/fstab: No such file or directory

and left the media partially updated:

=3D>       40  468862048    da1  GPT  (224G)
         40     532480  da1p1  efiboot0  (260M)
     532520  468329568         - free -  (223G)

For reference:

# ls -Tld /tmp/*
-rw-r--r--  1 root  wheel  4462 May  7 20:07:49 2021 /tmp/bsdinstall_log

The log shows:

DEBUG: /usr/libexec/bsdinstall/zfsboot: Last Chance!
DEBUG: zfs_create_boot: poolname=3D[zroot] vdev_type=3D[]
DEBUG: zfs_create_boot: Initializing temporary fstab(5) file...
DEBUG: zfs_create_boot: :> "/tmp/bsdinstall_etc/fstab"
DEBUG: zfs_create_boot: retval=3D2 <output below>
eval: cannot create /tmp/bsdinstall_etc/fstab: No such file or directory

In other words: it appearently did not try to create
/tmp/bsdinstall_etc/ before trying to use it to hold
a fstab file. (Sort of like trying to use MANIFEST
prior to having gotten such a file to use into the
place it uses it from.)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255659-227-gJiEojYsET>