This problem occurs when the system is configured to use software RAID.
To work around this issue, perform the following steps:
Open the file /etc/grub.d/10_linux in an editor
Disable the quick_boot option by setting it to zero:
quick_boot="0"
Update the GRUB boot loader:
$ sudo update-grub