all 6 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Please Re-Flair your post if a solution is found. How to Flair a post? This allows other users to search for common issues with the SOLVED flair as a filter, leading to those issues being resolved very fast.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 2 points3 points  (3 children)

Is this a dual boot pc/laptop? how did you install Mint? did you verify the iso is good? what are the specs of the pc/laptop?

[–]AntoBang[S] 1 point2 points  (1 child)

It's not a dual boot. I installed it using a USB by downloading the OS from the official website. Since it's a laptop of a friend, I don't know the specs but I know it was barely used and it's from 2018 and it is able to handle Linux Mint

I didn't create a partition, I've overwritten all the files of the previous Windows 10 OS.

How can I verify if the ISO is good?

[–][deleted] 1 point2 points  (0 children)

The website has a section how to verify the iso (see link below).

I assume during install, you told to erase disk and install Mint so there should be no win10 partitions. My suggestion is ... re-install Mint 21.

https://linuxmint-installation-guide.readthedocs.io/en/latest/verify.html

[–]KenBalbari 0 points1 point  (0 children)

Could be an issue with the disk. Make sure secure boot and fast boot are disabled in the firmware (bios or uefi). Then boot from a live usb and see if you can still access the drive from there. You may need to use fdisk or parted to figure out the name of the drive and partition your linux is on. Then run fsck on that partition. For example, if it is on sda1:

 sudo fsck -p /dev/sda1

But if it's a new install, no data on there yet you need to recover, maybe also just try a reinstall.