this post was submitted on 28 Oct 2025
17 points (94.7% liked)
Linux
59737 readers
850 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
e: just saw your edits, you don't need to do any of this, you can just look at your journal with 'sudo journalctl' from a terminal (or whatever GUI app Mint ships with)
Did the install complete and then you rebooted and it failed?
This is progress! Presumably, when your system tried to boot it would be writing information to a log that we can read. With your fancy new sysrescuecd, you can boot into a live environment and read that log.
We'll need to use the sysrescuecd live environment to mount your hard drive and read the log.
Start sysrescuecd, startx, and open a terminal.
Make a directory
Find the device for your system's root partition. Run
You'll see a list of things like sda, sdb, nvme0n1. If you're using a M.2 drive it'll probably be nvme0n1. Under that it will list the partitions (ex. nvme0n1p1). Your system partition should be the largest one but I don't know Mint's default partition layout. If there are multiple we can check them all, so just choose the most likely one.
Once you've found the right device you can mount it to the folder you created (you're already root, you don't need sudo):
Now if you look in that directory (ls mint-root), you should see a bunch of directories like /bin, /dev, /sys, /usr, /var. If so, this is your system drive. If not and you see a directory named after the user your created when you installed mint, go back and choose the other partition, this is just a home partition.
Assuming you have your system partition, now you can look at the logs:
This viewer uses vim-like controls, so j to go down and k to go up. Page Up and Page Down should also work (probably mouse scrolling too if you're in a GUI terminal).
The thing that caused the problem should be in the last few lines.