Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2019 08:16:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 241606] 12.0-p11 can't load kernel : upgrade from 11.2-p15 : missing currdev-zfs in boot loader
Message-ID:  <bug-241606-99-qU2J4FG7on@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241606-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241606-99@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=3D241606

--- Comment #3 from Michel Le Cocq <nomad@neuronfarm.net> ---
I tried this to see if it came from 12.0 efi loader since 11.2 works :

# freebsd-version
12.0-RELEASE-p11
# mkdir /mnt/ada
# mkdir /mnt/nvd
# mount -t msdosfs /dev/ada0p1 /mnt/ada
# mount -t msdosfs /dev/nvd0p1 /mnt/nvd
# zfs get -H mountpoint zroot/ROOT/11.2-RELEASE-p15=20
11.2-RELEASE-p15     mountpoint      /       local
# zfs mount zroot/ROOT/11.2-RELEASE-p15
# cp /mnt/11.2-RELEASE-p15/boot/loader.efi /mnt/ada/EFI/BOOT/BOOTX64.efi=20
# cp /mnt/11.2-RELEASE-p15/boot/loader.efi /mnt/nvd/EFI/BOOT/BOOTX64.efi
# umount /mnt/ada
# umount /mnt/nvd
# zfs umount zroot/ROOT/11.2-RELEASE-p15
# rm -rf /mnt/*
# zfs set mountpoint=3D/ zroot/ROOT/11.2-RELEASE-p15

But still exactly the same : need to set at each boot ...

set currdev-zfs=3Dzfs/ROOT/12.0-RELEASE-p11

--=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-241606-99-qU2J4FG7on>