Booting is occasionally interrupted on Red Hat Enterprise Linux 7.1 systems that are encrypted with Symantec PGP Drive Encryption 10.3.2 for Linux
book
Article ID: 162177
calendar_today
Updated On:
Products
Drive Encryption
Desktop Email Encryption
Encryption Management Server
Endpoint Encryption
File Share Encryption
Gateway Email Encryption
Mobile Encryption for iOS
PGP Encryption Suite
PGP Command Line
PGP Key Management Server
PGP Key Mgmt Client Access and CLI API
PGP SDK
Issue/Introduction
Booting is occasionally interrupted on encrypted Red Hat Enterprise Linux 7.1 systems. Either a blank screen or the following message is displayed:
Probing EDD (edd=off to disable)...
Environment
- The Red Hat Enterprise Linux 7.1 operating system is installed.
- The primary drive is encrypted using Symantec Drive Encryption 10.3.2 for Linux.
Resolution
Workarounds
Depending on your requirements, apply one of the following workarounds:
Temporary workaround
- After you authenticate successfully at the PGP BootGuard screen, access the GRUB2 menu.
- Select the kernel that you want to start, and press the E key to edit the kernel parameters.
- At the end of the linux16 line, add the edd=off kernel parameter.
- Resume the system boot using the new kernel parameter.
Note: This change is not permanent and lasts for only one boot.
Permanent workaround
This workaround disables the EDD in the grub file, which prevents it from failing at boot.
- Open a Terminal session as a root user.
- Edit the /etc/default/grub file , and add the following value to the GRUB_CMDLINE_LINUX key in the file:
edd=off
- To rebuild the grub.cfg file, enter the following command:
grub2-mkconfig -o /boot/grub2/grub.cfg
For more information about customizing the GRUB 2 menu in Red Hat Enterprise Linux 7, consult the GRUB 2 documentation.
Feedback
thumb_up
Yes
thumb_down
No