17
submitted 3 months ago* (last edited 3 months ago) by LazerDickMcCheese@sh.itjust.works to c/linux@lemmy.ml

Hello, not much of a Linux user (situations like this are why)...but long story short, I'm trying to rehab a ROG PC from 2018.

I made a bootable USB of the current Mint distro, but booting leads to a black screen. I tried compatibility mode, but the boot process hangs on "EFI stub: Measured initrd data into PCR 9"

The PC came with an Nvidia 2080, but it's actually a 980ti. Also there isn't integrated graphics here. Any troubleshooting advice would be cool

Update: if I select recovery mode then 'resume normal boot', Mint 21 works. However, this computer will be a gift to a tech-illiterate person, so that level of input will not suffice. I installed the recommended (and correct) Nvidia driver, but the results are the same

you are viewing a single comment's thread
view the rest of the comments
[-] FauxLiving@lemmy.world 2 points 3 months ago* (last edited 3 months ago)

Ah, just saw edit2.

Are you saying that there are two options in GRUB one works and the other doesn't?

If so, this is probably the easiest way: https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Recall_previous_entry

If it's multiple options in a menu before you get to GRUB (i.e. there are multiple boot devices), you can edit the order with efibootmgr (https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface#efibootmgr).

This will show you the boot options. You have to run this as root (using sudo)

efibootmgr --unicode

This will change the boot order

efibootmgr --bootorder XXXX,XXXX --unicode

You can remove unwanted entries with

efibootmgr --delete-bootnum --bootnum XXXX --unicode

Make sure you use the full 4 digit number and verify that you're deleting the right one. You can add an entry back, but it is tedious to explain.

[-] LazerDickMcCheese@sh.itjust.works 1 points 3 months ago

Just to clarify, none of the options "work." But 'Advanced options for Linux Mint 21' > 'recovery mode' gives me the option to 'Resume normal boot'. And for whatever reason, that works when a normal boot (without extra steps) doesn't.

[-] FauxLiving@lemmy.world 2 points 3 months ago

You're using GRUB: https://wiki.archlinux.org/title/GRUB

There's a .cfg file in your EFI system partition, sometimes mounted on /boot. /boot/grub/grub.cfg has the settings for the items in that menu. If you can figure out what works about the recovery mode (it's probably just launching with no kernel parameters), then you can edit the default one.

[-] LazerDickMcCheese@sh.itjust.works 2 points 3 months ago

First, I want to say thank you for your support. You gave me hope, so I'm now following this community.

Turns out (much to my dismay) that Linux wasn't going to be possible here...after hours of troubleshooting, I found out the hard way that the end user needed Windows or Mac due to Adobe cloud service bs. So that project went out the window.

But great news: I'm currently pulling my hair out trying to migrate my server from an underpowered NAS to a Proxmox machine.

[-] FauxLiving@lemmy.world 2 points 3 months ago

Adobe, uhg. AutoCAD is another one that you'll run into that just can't work on Linux. Our engineers all use Linux at home but have to use Windows 11 in order to use AutoCAD.

I've tried a few different pre-packaged distros but was never happy. So, I just build everything on Arch. It's only frustrating to install the first 37 times and I get as clean a system as I can without going the Gentoo route and compiling everything specifically for my hardware. I'm using a 20TB ZFS array served over NFS to my wireguard clients. Then various container things (pihole, jellyfin, sonarr/radarr/qbittorrent, etc).

I was going to virtualize Windows, but I can play all of the games on Linux and the ones that I can't won't work in virtualization for the same reason that they won't work on Linux.

this post was submitted on 28 Oct 2025
17 points (94.7% liked)

Linux

62524 readers
347 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS