Bug 1673674
Summary: | redhat-upgrade-tool does not install grub2 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | jcastran |
Component: | preupgrade-assistant-el6toel7 | Assignee: | Petr Stodulka <pstodulk> |
Status: | CLOSED ERRATA | QA Contact: | Alois Mahdal <amahdal> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.10 | CC: | jcastran, jzeleny, mbocek |
Target Milestone: | rc | Keywords: | Extras, Regression |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | preupgrade-assistant-el6toel7-0.7.9-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Previously, the Red Hat Upgrade Tool was unable to install GRUB 2 when GRUB Legacy was installed. This update fixes the bug, and the grub2 packages are successfully installed during an in-place upgrade.
Note that the bootloader still needs to be replaced manually after the upgrade.
For more information, see the System Administrator's Guide at https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/system_administrators_guide/#sec-Upgrading_from_GRUB_Legacy_to_GRUB_2.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-26 10:30:49 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
jcastran
2019-02-07 18:27:26 UTC
Hi guys. I am not able to reproduce described issue with current RHEL 6.10 and packages you mentioned. Please provide me reproducer (ideally machine) where I can see it. From the source code, there are only two ways (that I see) how the issue would occur - there is not installed the grub rpm signed by RH on RHEL 6 system (notabug) - the rpm is not available during installation (means, e.g. network failure? or dependency issue because of other installed RPMs - not in the mentioned group of supported rpms) - in such case, this is about completely different problem and possibly notabug as well Or send me please /var/log/upgrade.log from the upgraded machine. The script that is supposed to install grub2 is (after run of preupg) stored here: /root/preupgrade/postupgrade.d/grub/postupgrade-grub.sh OK, verified semi-manually: No matter if --no-cleanup-post (or whatever is the name) is used, in both cases grub is correctly replaced by grub2. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0411 |