Date: Thu, 14 Nov 2013 12:57:23 -0500 From: Allan Jude <freebsd@allanjude.com> To: freebsd-current@freebsd.org Subject: Re: ZSF and installkernel 10.0-BETA1 Message-ID: <52850F03.50203@allanjude.com> In-Reply-To: <CAACGRCzfGN=Rsjeu2wheuhAiO3kuCWwUWojWae-2=apb7cEqgw@mail.gmail.com> References: <CAACGRCzfGN=Rsjeu2wheuhAiO3kuCWwUWojWae-2=apb7cEqgw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --HaBUl9OigGbCSflueks8cAtl7iD7ea4Kr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2013-11-14 12:48, Phillip Kinsley wrote: > I installed Beta1 using the ZFS option, all default settings. I sync th= e > source the other day and did a buildworld and buildkernel. When I do > installkernel I get > > mkdir -p /boot/kernel > mkdir: /boot: No such file or directory > > and the install stops. With another box that used a standard UFS > installation I have no problem. > > I'm sure the ZFS installkernel is know issue, but I can't seem to find = if > there is a solution or not. > Is there a work around or not? > > Thanks > > > Phillip > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.o= rg" What do you mean 'the zfs option'? You mean you used the ZFS installation option in bsdinstall? That is a known issue that was fixed in later versions, here are the instructions to fix it: http://lists.freebsd.org/pipermail/freebsd-stable/2013-October/075504.htm= l o Updates to bsdinstall(8). Please note the following: - 10.0-BETA1 introduces a number of updates to bsdinstall(8), notably the ability to install to a full ZFS filesystem. Please keep in mind that this is an experimental feature. - If using the ZFS installation option in *and* have enabled full-disk encryption is enabled, a few entries will need to be manually added to loader.conf(5) before the 'bootpool' zpool will be available after the system boots. This manual step is expected to be fixed in 10.0-BETA2. The entries that need to be added are: zpool_cache_load=3D"YES" zpool_cache_type=3D"/boot/zfs/zpool.cache" zpool_cache_name=3D"/boot/zfs/zpool.cache" This can be done at the final menu of bsdinstall(8), when prompted to boot into the newly-installed system; alternatively, this can be done post-install, in which case, the following must be run before appending loader.conf(5): # zpool import -f bootpool --=20 Allan Jude --HaBUl9OigGbCSflueks8cAtl7iD7ea4Kr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJShQ8GAAoJEJrBFpNRJZKf/joP/RYqDbscJPfRA9rT9g0NIVIL LJMXkPTT7rwpb6+bNOpMFSrZs/DGPSnOIMrZ7ZhpxXLf5CaY+CpY5gPARGnBv8ho ZzQuMrbBHRJJ2ayuhJlS61GbTYq28S4u5Tmb0DEYT76fv1vznSlxiCZFh2BKGJZ2 SeTnYOzCL/2dpdPRrbfEtbKovd7XILWS6/fLpV598oFvxHSyYmWjbpABWpZ5T5VC 6q3ExSOmEk9rVlWt17zsel6jFPgkbdwe3f/LIO2PktpJ0RXAXFVXEuleZIMsCnSn qbvD+yYXm6zgbc9fV1PqOWeTK96mzB/CHtsakEbEFnUu17UoC6WcYSuBaZrKTNMP 6APvzWvZJLv2jKIXB6kATZEA+2noB96XQrVbCvAm7B2hjY3WZcIUzoAsycvUjARo uZewyil4JHvXSHyQRXVv4GcB8tPlOBgraH3yt+fZdL1DD4LDnEr7HahzZYY8+/Ir w8CTdX5OtJoSbKtp5hZ0cynnaML6+Myl53ke0VpHE9+OVv2FH0NOAGC6p3f9s8qb bpijIwU+9+SDyN34anY1qI+mVXni0BONZUX1GpBb0PAyH/K5VfCzDfp8RRO7/g2m nXIswYE8D6tG9p+jmdO8N2OFexVAfa7xRzistgfHu4uZfkQWQz7mxa1aPA1nekAr K4bSb6tzJDbdwCOOMMen =NAJa -----END PGP SIGNATURE----- --HaBUl9OigGbCSflueks8cAtl7iD7ea4Kr--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52850F03.50203>