Reboot
Last full system update: 2022-11-07 ↻
Use pacman, and install Ventoy
Try
etcher
in terminal.
Reboot
Last full system update: 2022-11-07 ↻
Use pacman, and install Ventoy
Try
etcher
in terminal.
What is Ventoy?
I did an update this morning. I have not rebooted yet though....so, duh!
And yes, etcher
in a terminal works fine, but I would like to get the link in the applauncher working correctly. Maybe a reboot will fix that. I'll post back the results....thanks.
Sorry, but
is a better way to use live ISO's.
Also, never use Octopi to install things. It will break the internet. (No seriously, use pacman in a terminal, GUI package installers tend to do bad things)
And I'm not one to ever recommend balenaEtcher, not after finding out that they needlessly use the tool to capture metrics (and no, I'm not a privacy freak, this is a simple tool for a simple job, why is it gathering any metadata at all on you?).
Ventoy, however, as was suggested, is something I use regulary and strongly recommend, and it's insanely easy to use. Install, copy ISO files to it, boot it.
If you want to continue with balena etcher, consider that etcher is probably this one here, which doesn't have a desktop file (can be created manually) . See comments here:
https://aur.archlinux.org/packages/etcher-bin
While the balena-etcher-elektron is this one, with a desktop file:
https://aur.archlinux.org/packages/balena-etcher
Time to remove balena from chaotic-aur
Just bloat for things dd
can also do
sudo dd bs=4M if=garuda-i3-$date-linux-zen.iso of=/dev/sdX status=progress oflag=sync
Well, there's also mediawriter, which is Fedora's Media Writer, which is as simple as belenaEtcher, but without the monitoring metrics included for absolutely no reason. (I mean, belenaEtcher is freaking Electron for no reason).
And yep! This, in most modern distros, works great, provided you know the of
value properly..
Oh wow. Bloat.
I have been downloading the appimage from balena themselves and using that. Not ideal in my book, but it works...
Guess i'm moving to ventoy
instead.
Non-bloated tools to write images to USB sticks: USBImager and MintStick.
If you are launching etcher from terminal with $ etcher, open menu editor, highlight etcher and click properties and in the command box replace whatever it has with just etcher, or whatever you are entering in terminal to launch it. That should do it.
Open With: Kate ????!!!!
Should not open with Kate.
Here is the .desktop in the aur:
[Desktop Entry]
Name=BalenaEtcher
Comment=Flash OS images to SD cards and USB drives, safely and easily.
Exec="/usr/bin/balena-etcher-electron" %U
Terminal=false
Type=Application
Icon=balena-etcher-electron
Categories=Utility;
I'm removing Etcher Chaotic-AUR because it hasn't updated to a modern version of electron. When that happens, it will likely be much smaller. At that point, we could consider adding it back. etcher-git
will be the most likely candidate when that eventually happens.
Replace Octopi with pamac-all and only use the pamac gui to see what updates are available and then do the updating from your terminal. As for SGS's Ventoy suggestion yes use it and not Etcher.
Yikes! NO! This is not the way. There's far better ways to check for updates and keep up-to-date.
Two prime examples:
kalu - Systray app that keeps you notified of updates, and can be customized to run garuda-update like it should be if you use it.
gnome-shell-extension-arch-update - GNOME extension very similar to kalu.
Nice tip, kalu sounds like a very convenient all-in-one reminder, I'll check it out.
edit: forgot to add, I'm happy with the little waybar widget that comes with the Sway edition.
If you want to use a GUI utility for creating your boot disks, then I would recommend Suse ImageWriter. It is small, does not collect any user info, and has always worked flawlessly on Arch derivatives in my experience. Of course dd is the surest method, as long as you are careful to point to the right destination drive.
My way or your way both work perfectly fine. NOTHING wrong with either.
Thank you all for the replies, much appreciated.
Although I desire to learn the CLI better, I am of the opinion that modern computers should have GUI applications that are just as powerful as any CLI commands. One should not have to learn the CLI in order to have full control over their machine, just like one should not require an engineering degree in automotive engineering in order to drive their car. Maybe not the best comparison, but I think I make my point.
I do however desire to learn as much as I can, and yes, using the CLI to do things will help me to do that. But at the same time, if a GUI app exists to do "the thing", why not use it?
I was not aware of those details about balenaEtcher; it's just what I've used in Windows. I'll remove it and try out Ventoy or some of the other suggestions.
I do search the Wiki, to include Arch, before posting. Also, if Octopi is not so good, why is it included by default in Garuda, and why not some other GUI app instead?
Thanks all!
It sure helps to know a thing or two about how it works though...
My two cents about GUI tools in general is, I wish they were made in a way that guides the user to learn what happens behind the scene rather than hide it from view.
Something like an IDE, where you click "build" but still get to see the compiler command line.
This seems to depend on the maintainer as to what is included in each DE.
For i3wm, I added pacseek and did not remove pamac. Octopi was and is not included.
I don't think anyone is saying octopi is not good, any additional GUI just increases the risk of a working existing CLI function being executed incorrectly. As seen with pamac.
Also, pamac is not bad per se, I like to use it occasionally, but just not for installing software.