Debian boot to single-user mode

One method: Append init=/bin/bash to the end of the grub line which begins with linux (and ends with quiet). Reset your password and reboot normally. Don’t forget it again. Consider installing sudo. Another method: Since this is apparently a virtual machine, you can mount its disk on another (working) virtual machine and manually remove the … Read more

GRUB “Some modules may be missing from core image” warning

I was having the same problem while rebuilding a degraded SW-RAID array, and tripped over this on another website: The grub-2.00 source where the warning arises is in ./grub-core/disk/diskfilter.c and has this comment: /* TRANSLATORS: This message kicks in during the detection of which modules needs to be included in core image. This happens in … Read more