[Bug 241606] 12.0-p11 can't load kernel : upgrade from 11.2-p15 : missing currdev-zfs in boot loader

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 5 05:25:51 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241606

Michel Le Cocq <nomad at neuronfarm.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #9 from Michel Le Cocq <nomad at neuronfarm.net> ---
So it was not a Bug, it was a miss from my self.
During my first attempt I update BOOTX64.efi on only one of my 2 boot drive.
I correct doing this way :

# beadm list
BE               Active Mountpoint  Space Created
11.0-RELEASE-p1  -      -           17.0M 2017-05-24 14:14
11.0-RELEASE-p10 -      -          672.0K 2017-06-22 12:45
11.0-RELEASE-p12 -      -            1.5M 2017-10-10 10:17
11.1-RELEASE     -      -           14.1M 2017-10-10 10:33
11.1-RELEASE-p6  -      -            2.0M 2017-12-24 13:31
11.1-RELEASE-p7  -      -          956.0K 2018-03-10 09:44
11.1-RELEASE-p15 -      -           11.3M 2019-10-27 13:52
11.2-RELEASE-p15 R      /mnt         2.9G 2019-10-27 15:51
12.0-RELEASE-p11 N      /          185.8M 2019-10-30 14:31
# mkdir /mnt/ada
# mkdir /mnt/nvd
# mount -t msdosfs /dev/ada0p1 /mnt/ada
# mount -t msdosfs /dev/nvd0p1 /mnt/nvd
# cp /boot/boot1.efi /mnt/ada/EFI/BOOT/BOOTX64.efi 
# cp /boot/boot1.efi /mnt/nvd/EFI/BOOT/BOOTX64.efi
# umount /mnt/ada
# umount /mnt/nvd
# beadm activate 12.0-RELEASE-p11
Activated successfully
# shutdown -r now
Shutdown NOW!
shutdown: [pid 69091]
#                                                                               
*** FINAL System shutdown message from root at gobt ***

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


More information about the freebsd-standards mailing list