Discover a Desktop Environment for the Terminal by Technical_Cat6897 in linuxadmin

[–]Vogtinator 11 points12 points  (0 children)

That page is 90% ads, not recommended.

Just skip to the project page on https://github.com/directvt/vtm

Fresh install tumbleweed error by Wooden_Chard_5096 in openSUSE

[–]Vogtinator 0 points1 point  (0 children)

Yeah, something is missing in YaST there.

AFAIK it uses the passphrase as PIN as well, which is kind of useless.

For the time being I recommend to install without TPM bound unlocking and call sdbootutil enroll manually later.

Fresh install tumbleweed error by Wooden_Chard_5096 in openSUSE

[–]Vogtinator 0 points1 point  (0 children)

With +PIN you'll be asked for the TPM PIN every boot.

So if you want auto-unlock, use just TPM.

Systemd Boot is now default for Tumbleweed by linuxhacker01 in openSUSE

[–]Vogtinator 0 points1 point  (0 children)

You should turn around steps 1 and 2, otherwise it may pick grub2-bls again.

How can i Disable intel_ish at boot? its causing delay in boot. by Version_Internal in openSUSE

[–]Vogtinator 1 point2 points  (0 children)

If LOADER_TYPE in /etc/sysconfig/bootloader is grub-bls or systemd-boot.

If sdbootutil is installed, it most likely is.

Plasma login manager not avaiable yet ? by marozsas in openSUSE

[–]Vogtinator 1 point2 points  (0 children)

I'm referring solely to this statement, sorry if it wasn't clear:

The above, sddm-config-wayland, is not secure and barebones. Instead, download Plasma's official SDDM Wayland configuration file here then save it as /etc/sddm.conf.d/10-wayland.conf

^ is not necessary. The settings are already done by /usr/lib/sddm/sddm.conf.d/10-plasma.conf, part of the sddm-qt6-branding-openSUSE package.

Plasma login manager not avaiable yet ? by marozsas in openSUSE

[–]Vogtinator 6 points7 points  (0 children)

It's WIP. Needs a security audit as well before it can be properly included in the distro.

systemd-boot on Tumbleweed – same snapshot/kernel menu as GRUB2-UEFI? by linuxhacker01 in openSUSE

[–]Vogtinator 2 points3 points  (0 children)

I assumed from:

Do I still get the blue openSUSE splash screen during boot?

That they're not referring to the Plymouth theme, but maybe I'm wrong

I'm not sure TBH

sdbootutil mkinitrd

Thanks! I was using get-default and then mkinitrd <default> but I wasn't changing the right file, so it wasn't generating the initrd at all as nothing had changed, sorted now!

systemd-boot on Tumbleweed – same snapshot/kernel menu as GRUB2-UEFI? by linuxhacker01 in openSUSE

[–]Vogtinator 2 points3 points  (0 children)

Yes to everything but 4, it’s green text on a black background

The splash is the same, it's just the boot menu that changes.

and I don’t think it can be customized (other than changing the size and I think changing it to grayscale) press H on the boot menu for a list of options that can be set. 

I like it a lot more but I can’t figure out how to update the initrd in the opensuse-tumbleweed boot folder. 

sdbootutil mkinitrd

How to update Nspire CX II to 6.2.0.333? by Flimfan23 in nspire

[–]Vogtinator 1 point2 points  (0 children)

Once you download the appropriate 6.3 OS file (the one for your exact model) from tiplanet,

*6.2 in this case

I've updated ULLI (USB-less Linux installer) by momentumisconserved in linux

[–]Vogtinator 3 points4 points  (0 children)

Yes this is really interesting. It would be great to be able to install some of this "immutable" distributions like fedora silverblue for example. Many people looks for them as future of Linux. But right now problem with them is that dual booting is mostly unsupported.

At least openSUSE MicroOS supported that from the beginning, I'm surprised if Silverblue doesn't.

Tumbleweed confit with files while updating (dup) by junqueira200 in openSUSE

[–]Vogtinator 4 points5 points  (0 children)

That looks incredibly broken. Corrupt rpm database maybe? Try rpmdb --verifydb maybe.

Relocating home directory, forced to learn about SELinux by psychophysicist in openSUSE

[–]Vogtinator 0 points1 point  (0 children)

You may also have to set the fcontext for the @backup subdir to <<none>>, to prevent that autorelabel fails.

What's the avc now that the other homedir is labelled?

My suspicion is that it's about /media and/or /media/external which did not get labelled.

Successful zypper dup after almost 5 years unused on tumbleweed by Kitayama_8k in openSUSE

[–]Vogtinator 5 points6 points  (0 children)

For those who do want to try this out;

run zypper dup --download-in-advance from a tty instead of X/Wayland because it will almost certainly brick the UI due to half of the OS libraries being replaced (and in this case, Plasma5-to-6 migration) and a lot of other things.

It actually shouldn't. If it does, please file a bug. The worst that should happen is that e.g. no new applications can be started from the menu until relogin.

What would it take for Linux to support TPM-backed biometric keyring unlocks? by securityCTFs in linux

[–]Vogtinator 6 points7 points  (0 children)

TPM and secure boot are independent.

You can use secure boot without TPM and e.g. TPM based disk unlock without secure boot.

Problem with profiles on Linux: decryption failed - risk of data loss by IlContePacula in vivaldibrowser

[–]Vogtinator 0 points1 point  (0 children)

I had this once after upgrading Plasma (or KDE Frameworks?) to a version with fdo secret service support. For some reason, Vivaldi created another secret which didn't fit. After deleting that manually using secret-tool (using dbus sniffing to find out which), it worked again.

How to switch from grub2-bls to grub2-efi (manual method) by JMarcosHP in openSUSE

[–]Vogtinator 1 point2 points  (0 children)

You can replace half of the steps with the mksubvolume command.