reboot gets stuck at Defer for Background Checking

It probably checking other drives/filesystems. Depending on the size that can take a while.
 
Boot to single user mode then:
Code:
fsck -y

Let it complete at least once. There's a reason the filesystems are marked "dirty" and this needs to be fixed first. No amount of rebooting will make the flag go away.
 
Back
Top