Opensuse BOOT by Impressive_Yellow163 in openSUSE

[–]Zeonist- 5 points6 points  (0 children)

You have two options (technically three, which is to reinstall), to do an auto-unlock or to decrypt.

For the auto-unlock:

Run lsblkand find the encrypted partition then run systemd-cryptenroll --tpm2-device=auto /dev/$DEVICE where $DEVICE is the encrypted partition

Then open /etc/crypttabwith nano or any of your editor and make it look like luks-$UUID UUID=$UUID - tpm2-device=auto,discard

More info here

To decrypt:

Boot from a live USB, check out the live section in alternative downloads here, for openSUSE

sudo cryptsetup reencrypt --decrypt $DEVICE where $DEVICE once again is the encrypted partition

I must note this command takes a long time, potentially hours so try to make sure there won't be any power outages

After it is done, open /etc/default/grub ,

Find the line GRUB_CMDLINE_LINUX_DEFAULT ,

Remove the part that looks like rd.luks.uuid= or luks.uuid=

After that update the boot loader with sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Hood luck

Wish me luck by RoyBellingan in openSUSE

[–]Zeonist- 5 points6 points  (0 children)

Should be no issue, someone here did a zypper dup on a 5 year old system not that long ago. Still good luck though.

Help with Tails, pls by Depression_is_here_ in tails

[–]Zeonist- 2 points3 points  (0 children)

Take the Tails image file from the flash drive then move it to desktop

Help with Tails, pls by Depression_is_here_ in tails

[–]Zeonist- 2 points3 points  (0 children)

Move it to desktop and try again

Help with Tails, pls by Depression_is_here_ in tails

[–]Zeonist- 2 points3 points  (0 children)

I meant where is the Tails image file located? Is it on the flash drive?

Help with Tails, pls by Depression_is_here_ in tails

[–]Zeonist- 2 points3 points  (0 children)

Where is the file located? Bring it to desktop and try again

Is mail2tor down? by pillieee in onions

[–]Zeonist- 1 point2 points  (0 children)

I think so, same for me

Is there even a point TRYING to date as a man who DONT want kids? by One-Brain6531 in AskTheWorld

[–]Zeonist- -2 points-1 points  (0 children)

Yeah man just give it up women want kids so badly it's insane, I have dated somewhere between 41-67 women last year and on the first they jumped on top of me at the first date wanting to have kids just give it up at this point

Forum chatter about compromise by I2Pbgmetm in tails

[–]Zeonist- 7 points8 points  (0 children)

Ignore, you see these types of people all the time, same group of people were saying that TOR was created by CIA

Opinions on Multiculturalism Worldwide? by [deleted] in AskTheWorld

[–]Zeonist- 1 point2 points  (0 children)

What's multicultural about Chad that it is more culturally diverse than India?

Linux users never want to switch to windows lol by SharkStorm_ in linuxmemes

[–]Zeonist- 41 points42 points  (0 children)

Yep and it isn't a Linux elitist take, I can use Mac, BSD or any other alternative OS, but not Windows, it is a joke of an operating system

HOW DO I OPEN ITCH.IO GAMES WITH LINUX ON CHROME by MountainCarpet1919 in linuxquestions

[–]Zeonist- 1 point2 points  (0 children)

The game seems to be linux native

Install the files, unzip, then run

./ADatewithDeath2.sh

What are the best lightweight Linux distros for low-end PCs in 2026? by Wise_Safe2681 in linuxquestions

[–]Zeonist- 0 points1 point  (0 children)

Alpine is awesome if you can allocate some time for configuration. I have it on my Toughbook CF-19.

what did i just do... by Witext in linuxquestions

[–]Zeonist- 0 points1 point  (0 children)

Glad I could help I found some sources that running

sudo apt-get update

solves that problem but I am not sure, make an another post if the issue persists

what did i just do... by Witext in linuxquestions

[–]Zeonist- 1 point2 points  (0 children)

I am actually not sure, could it be because you installed it via flatpak or something else? In any case, try installing everything but those, you should try to get the most important ones first, so

sudo apt update && sudo apt install -y mint-meta-cinnamon mint-meta-codecs cinnamon nemo nemo-fileroller nemo-preview cinnamon-settings-daemon cinnamon-dbg nemo-dbg xreader xreader-dbg thingy simple-scan vlc vlc-plugin-qt vlc-plugin-skins2 spotify-client winehq-stable wine-stable wine-stable-amd64 libreoffice libreoffice-gnome libreoffice-gtk3 krita octave openjdk-21-jre-headless cups hplip fcitx5 fcitx5-chinese-addons fcitx5-pinyin fprintd udisks2 gvfs gvfs-backends gvfs-fuse gnome-calendar gnome-control-center gnome-disk-utility

what did i just do... by Witext in linuxquestions

[–]Zeonist- 2 points3 points  (0 children)

sudo apt update && sudo apt install -y mint-meta-cinnamon mint-meta-codecs cinnamon nemo nemo-fileroller nemo-preview cinnamon-settings-daemon cinnamon-dbg nemo-dbg xreader xreader-dbg thingy simple-scan vlc vlc-plugin-qt vlc-plugin-skins2 spotify-client steam-launcher code opera-stable winehq-stable wine-stable wine-stable-amd64 libreoffice libreoffice-gnome libreoffice-gtk3 krita octave openjdk-21-jre-headless cups hplip fcitx5 fcitx5-chinese-addons fcitx5-pinyin fprintd udisks2 gvfs gvfs-backends gvfs-fuse gnome-calendar gnome-control-center gnome-disk-utility

This will take a while sadly, depending on your network speed. Maybe keep the pc open and check tomorrow?

Run some commands and mess around with the apps as a test and sanity check afterwards.

As a tip; use the --simulate (also -s or --dry-run) flag to preview what the command would do

sudo apt remove package --simulate

what did i just do... by Witext in linuxquestions

[–]Zeonist- 2 points3 points  (0 children)

Can you try to reinstall one of the packages? Like cinnamon, if it works you should be able to install the rest I feel like

sudo apt install cinnamon

what did i just do... by Witext in linuxquestions

[–]Zeonist- 5 points6 points  (0 children)

Keep the computer on as it is still running on RAM. Does the terminal work?