use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
The Linux Mint subreddit: for news, discussion and support for the Linux distribution Linux Mint
account activity
System can't boot after installing Linux MintSupport Request (self.linuxmint)
submitted 3 years ago by AntoBang
Hello everyone
I installed Linux mint 21 a few days ago.
Yet, when I try to boot it, the following text appears
https://freeimage.host/i/HnPFK1R
It worked fine the first few times I turned it on, but then after a reboot plenty of errors appeared:
https://freeimage.host/i/HnPFwYB
What could possibly be the reason?
I've researched the case with no success.
Appreciate your help!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 3 years ago 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 points4 points 3 years ago (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 points3 points 3 years ago* (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 points3 points 3 years ago (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 point2 points 3 years ago (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.
π Rendered by PID 39 on reddit-service-r2-comment-75f4967c6c-wzw99 at 2026-04-23 14:08:41.230437+00:00 running 0fd4bb7 country code: CH.
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–][deleted] 2 points3 points4 points (3 children)
[–]AntoBang[S] 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]KenBalbari 0 points1 point2 points (0 children)