Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread Tomoaki AOKI
On Sat, 16 Sep 2023 08:43:49 -0700 Mark Millard wrote: > void wrote on > Date: Sat, 16 Sep 2023 12:12:02 UTC : > > > On Sat, Sep 16, 2023 at 12:55:19PM +0100, Warner Losh wrote: > > > > >Yes. The boot loader comes from the host. It must know how to read ZFS. > > > > It knows how to read

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread void
On Sat, Sep 16, 2023 at 06:05:14PM +0100, void wrote: On Sat, Sep 16, 2023 at 05:22:20PM +0100, Warner Losh wrote: So, either you have to turn off those features (which I got no clue how to do in the normal installer), or you have to update userboot.so to the FreeBSD 14 version (which I think

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread void
On Sat, Sep 16, 2023 at 06:35:01PM +0200, Michael Gmelin wrote: As this is the continuation of a thread I started in June, let me top post again the solution I used back then: Hi, I saw your fix but vm-bhyve is unavailable for me to use for a variety of reasons. --

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread void
On Sat, Sep 16, 2023 at 05:22:20PM +0100, Warner Losh wrote: So, either you have to turn off those features (which I got no clue how to do in the normal installer), or you have to update userboot.so to the FreeBSD 14 version (which I think had a good chance of actually running on FreeBSD 13

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread void
On Sat, Sep 16, 2023 at 08:43:49AM -0700, Mark Millard wrote: void wrote on Date: Sat, 16 Sep 2023 12:12:02 UTC : On Sat, Sep 16, 2023 at 12:55:19PM +0100, Warner Losh wrote: >Yes. The boot loader comes from the host. It must know how to read ZFS. It knows how to read zfs. I expect Warner

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread Michael Gmelin
As this is the continuation of a thread I started in June, let me top post again the solution I used back then: """ For completeness sake, this is how I boot 14.0 on 13.2 using sysutils/vm-bhyve: ISO=FreeBSD-14.0-CURRENT-amd64-20230608-653738e895ba-263444-bootonly.iso export ISO cd

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread Warner Losh
On Sat, Sep 16, 2023 at 5:11 PM Toomas Soome wrote: > > > > On 16. Sep 2023, at 18:43, Mark Millard wrote: > > > > void wrote on > > Date: Sat, 16 Sep 2023 12:12:02 UTC : > > > >> On Sat, Sep 16, 2023 at 12:55:19PM +0100, Warner Losh wrote: > >> > >>> Yes. The boot loader comes from the host.

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread Toomas Soome

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread Mark Millard
void wrote on Date: Sat, 16 Sep 2023 12:12:02 UTC : > On Sat, Sep 16, 2023 at 12:55:19PM +0100, Warner Losh wrote: > > >Yes. The boot loader comes from the host. It must know how to read ZFS. > > It knows how to read zfs. I expect Warner was indicating: you have a (efi?) loader that knows

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread void
On Sat, Sep 16, 2023 at 12:55:19PM +0100, Warner Losh wrote: Yes. The boot loader comes from the host. How does this work for non-zfs aware hosts? --

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread void
On Sat, Sep 16, 2023 at 12:55:19PM +0100, Warner Losh wrote: Yes. The boot loader comes from the host. It must know how to read ZFS. It knows how to read zfs. On the host in question, there are many guests, some with zfs-boot, some not, just file-based. What the host is not, is zfs-on-root.

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread Warner Losh
On Sat, Sep 16, 2023, 12:06 PM void wrote: > On Thu, Jun 08, 2023 at 06:11:15PM +0200, Michael Gmelin wrote: > >Hi, > > > >I didn't dig into this yet. > > > >After installing the current 14-snapshot (June 1st) in a bhyve-vm, I > >get this on boot: > > > > ZFS: unsupported feature:

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-09-16 Thread void
On Thu, Jun 08, 2023 at 06:11:15PM +0200, Michael Gmelin wrote: Hi, I didn't dig into this yet. After installing the current 14-snapshot (June 1st) in a bhyve-vm, I get this on boot: ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2 (booting stops at this point) Seems like the boot

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-10 Thread Michael Gmelin
On Thu, 8 Jun 2023 11:32:19 -0600 Warner Losh wrote: > On Thu, Jun 8, 2023, 11:18 AM Michael Gmelin > wrote: > > > > > > > Tried today's snaphot, same problem. > > > > > > # reboot > > > Waiting (max 60 seconds) for system process `vnlru' to stop... > > > done Waiting (max 60 seconds)

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Warner Losh
On Thu, Jun 8, 2023, 11:18 AM Michael Gmelin wrote: > > > On Thu, 8 Jun 2023 19:06:23 +0200 > Michael Gmelin wrote: > > > On Thu, 8 Jun 2023 16:20:12 + > > Glen Barber wrote: > > > > > On Thu, Jun 08, 2023 at 06:11:15PM +0200, Michael Gmelin wrote: > > > > Hi, > > > > > > > > I didn't dig

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Michael Gmelin
On Thu, 8 Jun 2023 19:06:23 +0200 Michael Gmelin wrote: > On Thu, 8 Jun 2023 16:20:12 + > Glen Barber wrote: > > > On Thu, Jun 08, 2023 at 06:11:15PM +0200, Michael Gmelin wrote: > > > Hi, > > > > > > I didn't dig into this yet. > > > > > > After installing the current 14-snapshot

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Michael Gmelin
On Thu, 8 Jun 2023 16:20:12 + Glen Barber wrote: > On Thu, Jun 08, 2023 at 06:11:15PM +0200, Michael Gmelin wrote: > > Hi, > > > > I didn't dig into this yet. > > > > After installing the current 14-snapshot (June 1st) in a bhyve-vm, I > > get this on boot: > > > > ZFS: unsupported

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Yuri
Yuri wrote: > Michael Gmelin wrote: >> Hi, >> >> I didn't dig into this yet. >> >> After installing the current 14-snapshot (June 1st) in a bhyve-vm, I >> get this on boot: >> >> ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2 >> >> (booting stops at this point) >> >> Seems like the boot

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Yuri
Michael Gmelin wrote: > Hi, > > I didn't dig into this yet. > > After installing the current 14-snapshot (June 1st) in a bhyve-vm, I > get this on boot: > > ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2 > > (booting stops at this point) > > Seems like the boot loader is missing

Re: CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Glen Barber
On Thu, Jun 08, 2023 at 06:11:15PM +0200, Michael Gmelin wrote: > Hi, > > I didn't dig into this yet. > > After installing the current 14-snapshot (June 1st) in a bhyve-vm, I > get this on boot: > > ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2 > > (booting stops at this point) >

CURRRENT snapshot won't boot due missing ZFS feature

2023-06-08 Thread Michael Gmelin
Hi, I didn't dig into this yet. After installing the current 14-snapshot (June 1st) in a bhyve-vm, I get this on boot: ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2 (booting stops at this point) Seems like the boot loader is missing this recently added feature. Best Michael --