OK, I feel like I’m in deep dodo.
What I did.
There is a 2 TB disk installed in the desktop. It was formatted for Win 10 as
NTFS. Sometimes when I mounted the drive under Linux, it would be R/O. I now boot Linux like 99% of the time. After backing up the HDD, I started gparted. I then deleted the partition and set up 4 partitions. First 3 formatted ext4 and the last partition as Fat32.
What happen.
Now Linux boot in emergency mode!
I get message “Error Communtcating to TPM chip” about 8 times.
Then “You are in emergency mode. After logging in, type journalctl -xb to view”
and a couple more lines about the options of which I can not get any to work.
How can deleting a Win 10 partition stop Linux from booting? There was noting on this disk that belong to Linux.
Any suggestion?
Update. I decided to try to boot Win 10. Not only did it boot fine, but the 2 TB disk is still intact! And the data is still there! LM 19.3 did not change the disk as far as Win 10 is concern, but LM won’t boot. Strange!
@easyt50…Are we talking Windows and Mint on separate drives, or separate partitions
on the same drive? Their is a program called Rescatux that can be burned to CD that
can boot your PC and find the vmlinuz that boots Mint.
“How can deleting a Win 10 partition stop Linux from booting?” Very easy if grub was
somehow installed to the MBR of that drive.
Thanks for the suggestion.
There is nothing on the 2 TB drive that belongs to Linux Mint 19.3.
I still get the grub boot menu, that’s how I was able to boot Win 10.
I can still boot a LM 19.3 thumb drive.
I just don’t understand 2 things about this problem.
1 - LM said the partitions were deleted, reallocated, and formatted. But none of this happen!
2 - How working on a disk that LM does not any files on causes LM to fail.
@easyt50…Do you have a Linux Mint CD or a Gparted laying around that you might boot
your PC. A Mint Live CD and Gparted might give you a little better picture as to what is going on.
You would need a Mint live CD if you have to remount your partitions.
I can’t believe it, but one line in fstab cause my LM 19.3 system not to boot! #Data Disk from Win 10
#UUID=“01CFFE9CFCDB7DB0” /media/easyt50/Data ntfs rw 0 0
I commented the above line out and my desktop boots OK.
I have placed it there in an attempt to make a partition in Win 10 R/W.
@easyt50 TPM stands for Trusted Platform Module, it has something to do with
security and detection. It can be disabled or enabled from the bios, or at least that
is what I read. Google it and you decide.
Well @Akito you are 100% right! Honestly, I did not know about the warning. So today I learned something new about Linux.
The real problem was after the change to fstab, the desktop booted fine for several days.
I forgot I had changed fstab and fail to note the change in my personal change log for the desktop.
So it was when I change the disk listed in fstab that the desktop fail to boot. And of course, the fix, was backing out the change.
I might open a new discussion about why Linux gparted fail to format the 2 TB disk.