Comment 18 for bug 2030810

Revision history for this message
theofficialgman (theofficialgman) wrote :

@juliank

I have secure boot disabled but the -signed package installed. Thus this separate bug https://bugs.launchpad.net/ubuntu/+source/grub2-unsigned/+bug/2032294 does not apply as that is for the -unsigned package.

this if statement needs to be removed and `rmmod peimage` needs to be run in ALL cases

```
        if [ "$shim_lock" = "y" ]; then
                rmmod peimage
        fi
```