Actions
Bug #5664
closedmake installgrub more robust, bump grub capability version
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2015-02-25
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Shortly after 5561 went in I was reminded that I should have bumped the version in /boot/grub/capability so that the new grub is installed on the systems.
Looking at the installgrub code again I noticed that I need two more changes to make it more robust: check the size of the stage2 so that we're not overflowing past the end of the ZFS boot loader gap, and limit the fstyp changes to EFI labeled disks. The restriction to ZFS really only applies to EFI labeled disks only.
Updated by Hans Rosenfeld over 7 years ago
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 9348d232b12debc31fa8e694c517ad8ecfd54bda
commit 9348d232b12debc31fa8e694c517ad8ecfd54bda Author: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Date: 2015-02-26T17:09:40.000Z 5664 make installgrub more robust, bump grub capability version Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions