I have my drive partitioned in two sets, the first the standard partition with /home / /boot etc. (see fdisk output), and the second partition is a just for media. I transferred a sizable video file (about 11GB) from /home (first partition) to /Media (second partition) everything went fine except when I rebooted the boot failed, it asked to login as root to debug (see pic). I also had a slightly different error asking me to use:
systemctl reboot
Which did not fix my issue. I googled around and found that commenting certain drives out of /etc/fstab/ would fix the issue, it did for me, however now I cannot mount the drive due to it being absent from /etc/fstab/, uncommenting it breaks boot again.
Fstab output:
Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3b31ea67
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 58593279 58591232 28G 83 Linux
/dev/sda2 58595326 312580095 253984770 121.1G 5 Extended
/dev/sda5 58595328 66881535 8286208 4G 82 Linux swap / Solaris
/dev/sda6 66883584 145006591 78123008 37.3G 83 Linux
/dev/sda7 145008640 312580095 167571456 79.9G 83 Linux
Link to image since it’s too large to display: https://i.imgur.com/NqmOt00.jpg