VM Preparation
Overview: This step applies to the Local Path only. Cloud VMs provisioned from a pre-configured image do not require GRUB changes.
Installation of HeartSuite Core Secure requires rebooting several times. The installation procedure uses the GRUB boot loader, which can reference disks by labels or UUIDs. Using labels on cloud deployments can result in boot failures. Edit the GRUB settings for VMs provisioned in the cloud before proceeding.
Configuring GRUB Settings
Comment out the following line in /etc/default/grub:
GRUB_DISABLE_LINUX_UUID=true
by preceding it with a # symbol:
#GRUB_DISABLE_LINUX_UUID=true
Then rebuild GRUB:
# /sbin/update-grub
Cloud VMs may fail to boot due to GRUB settings. Correcting this ensures reliable reboots during the installation process.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.