You are not logged in.
Snapshot works well on a regular system, but I noticed this -
I also enabled the option to save a copy of the file system.
& wondered if that overrode making a 'live' - I suggest to try just making a 'live' system.
(I've changed the working directory before, & that works, but I haven't tried writing it to a different disk/partition.)
Secure your computer, by not going online, it's that simple - pull the plug!
There are keys at the top of your laptop keyboard which set which monitor is used.
Options are usually internal (laptop), external, or both.
Edit: You could also remove the laptop screen completely if it's broken, I did this on one of mine.
All the 'Free' search engines are funded by companies promoting their products, it's a kind of advertising, we all know that, but it can be annoying when you are looking for 'genuine' information; but what's the alternative? I'll use different search engines if I'm looking for something really specific, & I'll always get different results - you pays yer money for what you get.....
Ha, ha, I don't watch Netflix - my computer is for the internet, forums, playing music, etc.
Got no problem with captchas, as long as they work properly, some don't, or are somewhat iffy, but if it helps reduce spam, or something like that, I can see the point, but for my own interests, it will just be a pain in the ar*e, I think.
Anyway, I've got a 'stock' of old machines, so as long as Linux in general doesn't demand it, I'll be fine.
This document will assume that the reader has comprehensive familiarity with TPM 2.0 security chips and their capabilities (e.g., PCRs, measurements, SRK), boot loaders, the shim binary, Linux, initrds, UEFI Firmware, PE binaries, and SecureBoot.
Ye gods, what about us poor old folks who just like to use their (ancient) computers without fuss.......
But, Debian now include all the drivers necessary, at long last...but I'll still stay with Devuan, The 'True' Debian.
I assume you did save your choice - alsactrl store
https://linux.die.net/man/1/alsactl
Yes, it will fit with space to spare, if memory serves me right, it's about 4~5GB installed.
So, MS wants to go Linux, quite a good move on their part, (they've been there before), but why on earth put it on top of their 'Windows' system!
To be honest, I won't miss systemd or pulseaudio, I prefer not to use them anyway...
But....if Linux gets too much more commercialized, I'll be going to the BSDs for my computers.
I don't really see the point...
Why use a kernel from another O/S - just 'Devuanize' one of the BSDs, if it's the look & feel that you're after.
Alternately, get on board the Hurd project, it was designed to work with GNU (Linux) software utilities.
Did you 'save settings' on shutdown(?).
I had a problem with sound, I switched over from a VGA monitor to a HDMI without built in speakers, but when I went back to the VGA monitor, everything was working fine - I don't think pulseaudio takes that fact into consideration, because I had it set to analogue stereo, which should have worked via the audio out socket.
It's not meant to allow all encompassing usage, that's what su is for.
I think @Camtaf is talking about desktop-live, which is a different alternative that many people prefer.
Yes, sorry, both 'live' versions have been updated, & I assumed that the 'desktop' would have been too, 'my bad', as some say.
Latest version is 4.0.2 - try that.
For anyone who is interested in having a look, (not 11.1.0, but will give you the idea of what it was) - https://sourceforge.net/projects/archiveos/files/s/sharpbang/sharpbang-buster-10.2.0-i386.hybrid.iso/download
Fluxbox is king as far as I'm concerned, but basically any WM is better than a DE, I'd even take JWM.......
It's likely something to do with Rufus, I've had no problems with using dd to create installer pendrives.
I too, was a #! user, until its demise, found AntiX & enjoyed my stay there, until 'new blood' kept putting more & more into the menus & making it less like it was when I found it, hence why I'm now here; I still prefer a lightweight WM distro, but Devuan Live is as easy to install as AntiX was, & I'm getting older & lazier - Devuan is my main distro now.
Debian has a version of their installation available if you want to go down that road.
https://wiki.debian.org/Arm64Port
Otherwise,
https://git.devuan.org/devuan-sdk/arm-sdk.git
I use the ones here - https://arm-files.devuan.org/
Unzip it, then image write it to your card, (I use dd).
Yes, I had to remove the .mp4 too, again, I used sed.
##To remove .mp4 from *.mp4.mp3 files
for file in *; do mv "$file" $(echo "$file" | sed -e 's/.mp4././g'); done