Search found 84 matches
- Sun Dec 03, 2023 2:38 am
- Forum: MX Help
- Topic: Need help adding a LUKS key to 3 partitions [Solved]
- Replies: 6
- Views: 689
Re: Need help adding a LUKS key to 3 partitions [Solved]
I am thinking one of two scenarios when adding a LUKS Key:
all 3 encrypted partitions will show only 2 keyslots in use (0 and 1), OR:
the first encrypted partition that used the "luksAddKey" command will now have 2 keyslots;
the 2nd encrypted partition that used the "luksAddKey" command will ...
- Thu Nov 30, 2023 7:53 am
- Forum: MX Help
- Topic: Need help adding a LUKS key to 3 partitions [Solved]
- Replies: 6
- Views: 689
Re: Need help adding a LUKS key to 3 partitions [Solved]
I just ran the following commands to add the new passphrase to all 3 encrypted partitions and then rebooted.
sudo cryptsetup -v luksAddKey /dev/nvme0n1p3
sudo cryptsetup -v luksAddKey /dev/nvme0n1p4
sudo cryptsetup -v luksAddKey /dev/nvme0n1p5
The new passphrase worked at boot to unlock all 3 ...
sudo cryptsetup -v luksAddKey /dev/nvme0n1p3
sudo cryptsetup -v luksAddKey /dev/nvme0n1p4
sudo cryptsetup -v luksAddKey /dev/nvme0n1p5
The new passphrase worked at boot to unlock all 3 ...
- Thu Nov 30, 2023 7:24 am
- Forum: MX Help
- Topic: Need help adding a LUKS key to 3 partitions [Solved]
- Replies: 6
- Views: 689
Re: Need help adding a LUKS key to 3 partitions [Solved]
Thank you Stuart, that is very helpful. I was obviously looking at a tutorial for luks1, not realizing there was a significant difference from the current version.
I quoted one line below where you mentioned 3 passphrases, but I have only one passphrase that works on all 3 encrypted partitions. It ...
I quoted one line below where you mentioned 3 passphrases, but I have only one passphrase that works on all 3 encrypted partitions. It ...
- Thu Nov 30, 2023 5:04 am
- Forum: MX Help
- Topic: Need help adding a LUKS key to 3 partitions [Solved]
- Replies: 6
- Views: 689
Need help adding a LUKS key to 3 partitions [Solved]
I want to add a LUKS key, however when I run sudo cryptsetup luksDump /dev/nvme0n1p4 | grep Slot , it returns nothing. That makes me nervous to then run sudo cryptsetup luksAddKey /dev/nvme0n1p4 . Also, the original key was created when I ran the MX initial installation and is applied to 3 ...
- Thu Oct 19, 2023 9:42 pm
- Forum: MX Help
- Topic: Brave No Longer Launches On MX Linux
- Replies: 20
- Views: 836
Re: Brave No Longer Launches On MX Linux
Will Brave run if extensions are disabled?
brave-browser --disable-extensions
There are no extensions, as I stated in my original post it is a blank profile.
Somehow I missed that part. Backup the brave config folder (~/.config/BraveSoftware/) and open Brave again.
Sorry, I did ...
- Thu Oct 19, 2023 7:18 pm
- Forum: MX Help
- Topic: Brave No Longer Launches On MX Linux
- Replies: 20
- Views: 836
Re: Brave No Longer Launches On MX Linux
There are no extensions, as I stated in my original post it is a blank profile.siamhie wrote: Thu Oct 19, 2023 12:26 pm Will Brave run if extensions are disabled?
Code: Select all
brave-browser --disable-extensions
- Thu Oct 19, 2023 12:07 pm
- Forum: MX Help
- Topic: Brave No Longer Launches On MX Linux
- Replies: 20
- Views: 836
Re: Brave No Longer Launches On MX Linux
Have you possibly not updated for some time?
Did you possilby update from a notification? A notification directly from Brave and not update via MX-Updater or one of MX's native updaters/installers, e.g MXPI, synaptic, etc.
I don't really know this stuff, but others had a similar problem a month ...
- Thu Oct 19, 2023 12:04 pm
- Forum: MX Help
- Topic: Brave No Longer Launches On MX Linux
- Replies: 20
- Views: 836
Re: Brave No Longer Launches On MX Linux
No, that doesn't work either.
Hmmm - thats peculiar :confused:
I'm currently running the brave.appimage .from: https://github.com/eljamm/Brave-AppImage/releases/tag/v1.59.120 ..
About Brave
Brave logo
Brave
Version 1.59.120 Chromium: 118.0.5993.88 (Official Build) unknown (64-bit ...
- Thu Oct 19, 2023 10:25 am
- Forum: MX Help
- Topic: Brave No Longer Launches On MX Linux
- Replies: 20
- Views: 836
Re: Brave No Longer Launches On MX Linux
No, that doesn't work either.l0dr3 wrote: Thu Oct 19, 2023 10:05 am... does it run now?Amandaville wrote: Thu Oct 19, 2023 8:51 am
Hi - try to start without HW-Acceleration in a terminal ...Code: Select all
$ brave-browser --disable-gpu
greetz l0dr3
- Thu Oct 19, 2023 9:59 am
- Forum: MX Help
- Topic: Brave No Longer Launches On MX Linux
- Replies: 20
- Views: 836
Re: Brave No Longer Launches On MX Linux
Your lack of a swap partition is cause for concern. There are a lot of folks touting the idea that with enough ram available you can forgo creating a swap partition or file, but the reality is that some applications still expect it to be there (even though it may never be used) and can give ...