You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
efi: to safely unmount a filesystem (like /boot/efi), first
ensure all pending writes are flushed to disk using `sync`
Fix error:
```
umount: /boot/efi: target is busy.
error: unmount after validate: Failed to unmount "/boot/efi":
Child ["umount" "/boot/efi"] exited: exit status: 32
```
0 commit comments