Comment 1 for bug 1948668

Revision history for this message
Adam Bell (arbell) wrote :

Hi Aaron (et al),

Is it possible that the /e/d/grub.d/50-cloudimg-settings.cfg GRUB_CMDLINE_LINUX line could be modified to include the previously defined GRUB_CMDLINE_LINUX variable? For example:
```
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty1 console=ttyS0 earlyprintk=ttyS0"
```

We do the same thing on the FIPS side with GRUB_CMDLINE_LINUX_DEFAULT to add "fips=1" to the command line.

Please let us know whether that could work on the Azure images or whether this would open a different issue on unhardened images.