this post was submitted on 18 Sep 2023
23 points (92.6% liked)

Linux

45854 readers
1382 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 5 years ago
MODERATORS
 

So the Linux journey has been long and fun, but I've gotta take a break from tinkering for a while for work. I'm down to my last few problem points and would love some assistance:

  1. I want to know if there is any way at all to reduce and ideally eliminate the screen flickering that happens when rEFInd initially boots? My screen flashes gray three times before rEFInd shows up and I've tried adding & removing linux from the use_graphics_for option and mess with resolutions to no avail.
  2. Is there anyway I can get an encrypted Garuda system to work with Secure Boot? I've gotten rEFInd and OpenSUSE Tumbleweed to work, but no lock with Garuda despite attempting all of the MOK enrollment and shim copying.
  3. Please for the love of god tell me there's a way to Miracast / screen mirror / wireless display! I've tried gnome-network-displays and miraclecast on both distros, X11 & Wayland, native FireTV & Microsoft Display Adapter all to no avail.
  4. Finally, I know this is a broken record, but if anybody anywhere has gotten a KVM program like Synergy / Barrier / Input-Leap / rkvm / nikau to work with a Linux Wayland Server and MacOS client, help a brother out.
    Any help is greatly appreciated!
top 9 comments
sorted by: hot top controversial new old
[–] Atemu@lemmy.ml 2 points 10 months ago (1 children)

My screen flashes gray three times before rEFInd shows up

That's your firmware and/or rEFInd's fault. Tweaking flags for the Linux kernel will do nothing here.

Intel iGPUs can do flicker-free boot from the bootloader on.

Is there anyway I can get an encrypted Garuda system to work with Secure Boot?

What do you need secure boot for?

[–] moonpiedumplings@programming.dev 1 points 10 months ago (1 children)

What do you need secure boot for?

Probably to ensure their system isn't tampered with? Depending on who you hang with, that may be in your threat model.

[–] Atemu@lemmy.ml 1 points 10 months ago (1 children)

Secure boot is only one small link in a chain of things that need to be working in order to have a system that is only halfway resistant against evil maids.

If you're running Garuda, the rest of the chain is not present in any way.

[–] moonpiedumplings@programming.dev 0 points 10 months ago (1 children)

Secure boot + encryption is enough for evil maids. They already said they had an encrypted system.

[–] Atemu@lemmy.ml 1 points 9 months ago (1 children)

Secure boot + encryption willy happily boot the maid's initrd.

[–] moonpiedumplings@programming.dev 1 points 9 months ago* (last edited 9 months ago) (1 children)

No, because either the initrd is signed, built into a signed unified kerbel image, or it's encrypted like on my setup (where everything but the grubx64.efi binary is encrypted and that binary is signed).

[–] Atemu@lemmy.ml 1 points 9 months ago (1 children)

You mean, like, there's some more setup you need to do in order to build some actual resistance against evil maids; making secure boot a small part of a greater link?

Also, I still wouldn't count such a setup as "half-way resistant against evil maids" as, in a setup like you describe, it's almost trivial for an evil maid to go into firmware to disable secure boot and install their own bootloader instead of yours.

[–] moonpiedumplings@programming.dev 1 points 9 months ago

Well, they don't seem to be replying to this post, so I guess we will never know if they have a BIOS password or even are signing or encrypting their initrd.

I still can't figure out how to tag people from eternity (infinity for lemmy).

[–] moonpiedumplings@programming.dev 1 points 10 months ago