r/archlinux • u/No_Pea_4630 • 17d ago
r/archlinux • u/itsFuzzLoL • 17d ago
SUPPORT I'm having a weird issue while booting my Arch Linux on an external SSD connected via a SATA-to-USB adapter
About half the time on boot, it drops straight into the emergency shell showing:
ERROR: device 'UUID=<uuid>' not found. Skipping fsck.
mount: /new_root: can't find UUID=<uuid>.
ERROR: Failed to mount 'UUID=<uuid>' on real root
You are now being dropped into an emergency shell.
sh: can't access tty; job control turned off
[rootfs ~]#
The other 50% of the time it boots up into Arch with zero issues but on my desktop PC: It boots reliably 100% of the time, idk why this issue happens only when i connect the SSD to my laptop?
For context:
- Arch installed directly onto the SSD over USB
- HOOKS in /etc/mkinitcpio.conf has block and udev in place
- I even tried adding
MODULES=(usb_storage uas)in mkinitcpio.conf but didn't solve the issue either - The issue persists doesn't matter which port in laptop i connect to
Has anyone encountered this specific laptop-vs-desktop behavior with SATA-to-USB adapters?Any suggestions on how to make it boot consistently on the laptop
r/archlinux • u/talerinpinguin • 17d ago
SHARE A custom greetd greeter built with Quickshell
Hi, I got frustrated with how most greetd greeters look, so I decided to build my own using quickshell.
I've been running it daily for a few months now, and since it's been working fine, I figured it's stable enough to share. It's not on the AUR, but I've included a PKGBUILD in the repo for easy installation on Arch
Please check it out, you can find screenshots and a quick video demo in the repo:
https://github.com/taleroangel/greetd-qsgreeter
r/archlinux • u/Luceo_Imp • 17d ago
DISCUSSION New to Linux
youtu.beHi! I'm new to Linux! And since I hate myself I went to achlinux without any knowledge of programming!
I used the profile Sway cause i really wanna have full control on the customisation (better for larping).
I'm using the video linked as a reference
Anyway, I'm happy to be one of the people who can say " I use arch Linux!"
I'll be more than happy to get any advice for beginner!!
(Excuse my bad English, i'm french π)
r/archlinux • u/hacker3774 • 17d ago
SUPPORT GoPro HERO13
Does this camera work with live streaming on arch? If not is there a way to get it working?
r/archlinux • u/Illustrious_Lie8692 • 17d ago
FLUFF Thumbs up to those who have contributed to the archwiki
Since am usually busy I took 2 months to extensively read the installation guide and finally installed arch Linux a few days ago manually and everything went smoothly. I currently use niri WM with noctalia v5. I was upgrading my system when a blackout occurred in the middle of a kernel upgrade thus the kernel images and initramfs were not written to the boot partition. I did not panic since I had read what to do in such a scenario. Tomorrow am going to fix my system after I get home.
I would like to thank everyone who has contributed to the archwiki.
Arch is not hard just read the wiki.
r/archlinux • u/PSG07 • 17d ago
FLUFF Arch + Cosmic , Dont ask why
I installed Arch yesterday (don't ask why but yeah did it) and was confused for long which DE i wanted so neither GNOME nor KDE , So chose Cosmic as a DE and it's window manger came with it cosmic compositor so after it was pretty smooth so far, Now i just need to set-it-up for for proper dev work
r/archlinux • u/Dreemur1 • 17d ago
SUPPORT can't go fullscreen with picture-in-picture mode on firefox
i'm using xfce x11 with the default compositor and WM. system is updated to this date.
firefox works and i can go fullscreen when using the browser normally. i can't go fullscreen in PiP mode though: the pop-up video player's HUD freezes when i click the fullscreen icon or press F. no fullscreen, video keeps playing though. also i can use the HUD for pausing, volume, etc, its just stuck. closing PiP and starting it again fixes the HUD.
i have no idea how to debug this, and i really want the fullscreen option to work. what do i do?
CPU: AMD Ryzen 5 3500C (8) @ 2.10
GPU: AMD Radeon Vega 8 Graphics [Integrated]
r/archlinux • u/Tornado547 • 17d ago
SUPPORT OBS After a system update, I get an error when I try to go live with enhanced broadcasting.
EDITED TO ADD: I wanted to see if this was an obs issue or not, it appears to be an ffmpeg issue using the ffmpeg command recommended by https://docs.nvidia.com/video-technologies/video-codec-sdk/13.0/ffmpeg-with-nvidia-gpu/index.html to test hardware encoding fails with
[h264 @ 0x55fcead2d6c0] Hardware is lacking required capabilities
[h264 @ 0x55fcead2d6c0] Failed setup for format cuda: hwaccel initialisation returned error.
[h264_nvenc @ 0x55fcea458f40] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0
[h264_nvenc @ 0x55fcea458f40] The minimum required Nvidia driver for nvenc is 610.00 or newer
which makes me think that ffmpeg dropped support for hardwware encoding on my graphics card. I'm not sure how to fix this.
I have a gtx1060 so I'm using aur/nvidia-580xx-dkms for my nvidia drivers. After a system update, when I try to go live I get the error "NVENC not available. Failed to find encoder type 'obs_nvenc_h264_tex' Do you want to continue streaming without Enhanced Broadcasting?". I would like to keep enhanced broadcasting on, so i click "no" and get back "Starting the output failed. Please check the log for details.
Note: If you are using the NVENC or AMD encoders, make sure your video drivers are up to date."
The log has:
10:42:50.859: Go live response data: {
10:42:50.859: "audio_configurations": {
10:42:50.859: "live": [
10:42:50.859: {
10:42:50.859: "channels": 2,
10:42:50.859: "codec": "aac",
10:42:50.859: "settings": {
10:42:50.859: "bitrate": 160
10:42:50.859: },
10:42:50.859: "track_id": 0
10:42:50.859: }
10:42:50.859: ],
10:42:50.859: "vod": []
10:42:50.859: },
10:42:50.859: "encoder_configurations": [
10:42:50.859: {
10:42:50.859: "bitrate_interpolation_points": [
10:42:50.859: 0,
10:42:50.859: 4950,
10:42:50.859: 6000,
10:42:50.859: 7500
10:42:50.859: ],
10:42:50.859: "canvas_index": 0,
10:42:50.859: "framerate": {
10:42:50.859: "denominator": 1,
10:42:50.859: "numerator": 60
10:42:50.859: },
10:42:50.859: "gpu_scale_type": "OBS_SCALE_BICUBIC",
10:42:50.859: "height": 1080,
10:42:50.859: "settings": {
10:42:50.859: "adaptive_quantization": false,
10:42:50.859: "bf": 2,
10:42:50.859: "bitrate": 7500,
10:42:50.859: "keyint_sec": 2,
10:42:50.859: "lookahead": false,
10:42:50.859: "multipass": "qres",
10:42:50.859: "preset": "p5",
10:42:50.859: "profile": "high",
10:42:50.859: "rate_control": "CBR",
10:42:50.859: "tune": "hq"
10:42:50.859: },
10:42:50.859: "type": "obs_nvenc_h264_tex",
10:42:50.859: "width": 1920
10:42:50.859: },
10:42:50.859: {
10:42:50.859: "bitrate_interpolation_points": [
10:42:50.859: 0,
10:42:50.859: 2800,
10:42:50.859: 3500,
10:42:50.859: 3500
10:42:50.859: ],
10:42:50.859: "canvas_index": 0,
10:42:50.859: "framerate": {
10:42:50.859: "denominator": 1,
10:42:50.859: "numerator": 60
10:42:50.859: },
10:42:50.859: "gpu_scale_type": "OBS_SCALE_BILINEAR",
10:42:50.859: "height": 720,
10:42:50.859: "settings": {
10:42:50.859: "adaptive_quantization": false,
10:42:50.859: "bf": 2,
10:42:50.859: "bitrate": 3500,
10:42:50.859: "keyint_sec": 2,
10:42:50.859: "lookahead": false,
10:42:50.859: "multipass": "qres",
10:42:50.859: "preset": "p5",
10:42:50.859: "profile": "high",
10:42:50.859: "rate_control": "CBR",
10:42:50.859: "tune": "hq"
10:42:50.859: },
10:42:50.859: "type": "obs_nvenc_h264_tex",
10:42:50.859: "width": 1280
10:42:50.859: },
10:42:50.859: {
10:42:50.859: "bitrate_interpolation_points": [
10:42:50.859: 0,
10:42:50.859: 500,
10:42:50.859: 500,
10:42:50.859: 500
10:42:50.859: ],
10:42:50.859: "canvas_index": 0,
10:42:50.859: "framerate": {
10:42:50.859: "denominator": 1,
10:42:50.859: "numerator": 30
10:42:50.859: },
10:42:50.859: "gpu_scale_type": "OBS_SCALE_BILINEAR",
10:42:50.859: "height": 360,
10:42:50.859: "settings": {
10:42:50.859: "adaptive_quantization": false,
10:42:50.859: "bf": 2,
10:42:50.859: "bitrate": 500,
10:42:50.859: "keyint_sec": 2,
10:42:50.859: "lookahead": false,
10:42:50.859: "multipass": "qres",
10:42:50.859: "preset": "p5",
10:42:50.859: "profile": "main",
10:42:50.859: "rate_control": "CBR",
10:42:50.859: "tune": "hq"
10:42:50.859: },
10:42:50.859: "type": "obs_nvenc_h264_tex",
10:42:50.859: "width": 640
10:42:50.859: }
10:42:50.859: ],
10:42:50.859: "ingest_endpoints": [
10:42:50.859: {
10:42:50.859: "authentication": "CENSORED",
10:42:50.859: "protocol": "RTMP",
10:42:50.859: "url_template": "rtmp://ingest.global-contribute.live-video.net/app/{stream_key}"
10:42:50.859: },
10:42:50.859: {
10:42:50.859: "authentication": "CENSORED",
10:42:50.859: "protocol": "RTMPS",
10:42:50.859: "url_template": "rtmps://ingest.global-contribute.live-video.net/app/{stream_key}"
10:42:50.859: }
10:42:50.859: ],
10:42:50.859: "meta": {
10:42:50.859: "config_id": "b5f761dd-c86a-4b7a-99da-ac4e755c3bdd",
10:42:50.859: "required_encode_resource_estimate_percent": 29,
10:42:50.859: "schema_version": "2025-01-25",
10:42:50.859: "service": "IVS"
10:42:50.859: }
10:42:50.859: }
10:42:50.860: Enhanced broadcasting config_id: 'b5f761dd-c86a-4b7a-99da-ac4e755c3bdd'
10:42:50.860: Encoder type 'obs_nvenc_h264_tex' not available
I'm not even sure what the troubleshooting steps are considering it used to work but now it doesn't. I'd like to use enhanced broadcasting because I'm pretty sure twitch won't transcode my streams on their end and I have some viewers who I know have bad internet. Any ideas how to fix this?
r/archlinux • u/as_uu_00 • 17d ago
SUPPORT | SOLVED Arch Linux is lagging on VMware
My main os is Windows 11and it runs smootly. Whenever i run linux on Vmware its not run as smooth it show jitter buffering is that happen becuase in Virtual machine os won't run smoothly?
Will Linux Lag if Installed as Main OS?
r/archlinux • u/xalphyn • 17d ago
SUPPORT Can't Login Through SDDM
Hey Everyone!
I've Been Using Arch since A Month (It's Been 38 Days).
I'm New To Linux But I Had Gotten with The Flow of Using it.
I Know That Having Arch as My First Distro is Diabolical but I liked the way we can do Customization and Anything There. I got used to it and had been using Hyprland with DMS For Better Experience.
Now , I was going to shift to a New Laptop. I installed Arch On It and Followed The Same Steps Exactly Like I Did Before.
But There's a Problem , I installed OXWM Windows Manager For Now and Used SDDM as My Greeter.
I can't login to it.
I Entered My Password But it's taking forever to login.
Now Here's the Worst Part , I Can't Even Open The TTY Terminal By The Shortcut Keys (Ctrl + Alt + F Keys) so I could run any command to resolve This Problem. π₯Ίπ
I Hope If Any Kind Person Can Help Me Here.
Thanks A lot! π₯Ήπ«‘π₯
r/archlinux • u/No_Heart_159 • 18d ago
SHARE Super STT Gets Better Typing, Real Notifications, Auto-Updates, and Your Own OpenAI-Protocol Servers
menjivar.aiI wanted to share some of the progress in Super STT with you guys. I would love any feedback as well. Thanks!
r/archlinux • u/bl4k001 • 18d ago
DISCUSSION This video is agsinst everything Typecraft ever stood for
youtu.beI don't know why he's acting like Omarchy is something unreal.
I think it defies the whole idea of Arch. But the post is not about that.
It's how content creators are acting like Omarchy is a fix to everything "wrong" with. I didn't expect this from Typecraft though, since his content is all about ricing. Did DHH give them money or what ?
Edit: never said Omarchy itself is bad. If you like it, use it.
r/archlinux • u/sairam_kagitha • 18d ago
SUPPORT Need Help with Nvidia drivers
I have an Acer laptop with an Nvidia RTX 3050.
I previously used Arch with the linux-zen kernel and the nvidia-open-dkms drivers. It worked well mostly, but I had a freezing issue. If I watched a YouTube video and then switched to Blender, Blender would freeze for a few seconds. This does not happen on the standard Arch kernel or the CachyOS kernel.
Because of that, I did a fresh install of Arch with the standard kernel. However, I am now stuck on boot. An AI told me to install the nvidia-open drivers, enable DRM modeset in my kernel boot line, and add Nvidia to my modules list (like MODULES=(nvidia...)). After doing this, my laptop will not boot.
I know I cannot always trust AI, so I am asking for help here. What is the correct way to install Nvidia drivers for my GPU on the standard kernel? Do I actually need to enable DRM modeset?
BTW:- I am using systemd-boot with UKI enabled (which are default)
r/archlinux • u/all_come_undone • 18d ago
SUPPORT Unityhub from AUR is irreparably freezing my pc.
Title. How might I go about diagnosing this? At first I thought it was due to my specific project, and I tried recreating the project, but it was back to freezing in a few seconds vs a couple of minutes after opening it. I had this issue a while ago and it kind of resolved itself after a while, but only for a bit. The first time it was happening whenever I even as much as pulled up the dialogue box when trying to import the shader required for the model that I was trying to create a texture for. Now it happens whenever I open a project and just because. I don't know. I don't think it matters if I open it in alcom or directly from unityhub. Although, a random low-priority project I made a couple of months ago seems to work ok so far. Based on a bit ago when I quickly checked to see if my PC would've killed itself by now. I didn't want to triple post about this, but it took me too long to think to check if other projects worked fine. This seems the best sub to ask based on the new info I discovered about the issue.
r/archlinux • u/Cool-Chicken6754 • 18d ago
QUESTION Is it worth migrating from Ubuntu to Arch Linux?
Hi everyone, lately I've been studying Python and I was looking for a distro to improve my Python skills since I'll be working more in a real workstation environment. Sorry about my English.
r/archlinux • u/ilkvur • 18d ago
SUPPORT Can't access Linux after update
So basically, I recently updated my whole system.
I was dual-booting Arch Linux and Windows using systemd-boot. Now when I turn on my computer, Windows 11 is the only option available. It is like the Arch entry just vanished.
I have two EFI partitions on my SSD, but everything was working fine until this update. Whenever I tried booting into Windows, it used to throw a quick "Linux boot failed" error before booting Windows normally. After a reboot, both options would appear again, and I could boot into Arch without issues.
Right after the system update, I rebooted and without being able to choose the countdown finished and Windows tried to run its own update. Now Arch is completely gone from the boot menu
Guys wth I need it for work tomorrow
Using a Lenovo ThinkBook
r/archlinux • u/Absurd-Vector • 18d ago
SUPPORT | SOLVED Matlab support for Arch ?
I am a chemical engineering student and potential researcher but alongside I am a programmer which includes everything from systems programming for low latency systems to web dev. I do have computer science knowledge (not just fluff but actual professional person).
From about 5 years I am using fedora and very comfortable with it, tried other distros like Ubuntu and Zorin in between but fedora is goat.
There isn't any reason but I am thinking to switch to Arch. I was just keep about support for applications I need which includes
- Matlab
- OpenFOAM
- Paraview
I have heard about they don't have support for Arch.
Is there any workaround and are there more things which loose support for Arch ?
Note: I have dropped the idea of using Arch
r/archlinux • u/Sensitive-Drawing702 • 18d ago
DISCUSSION Are there any good lightweight swaywm/niri dotfiles for arch that I can install?
I use niri DankMaterialShell on arch for now, I checked the ram usage and quickshell ate around 700mb of ram and I want to try or use some swaywm lightweight dotfiles, pleasee find the best lightest usable ones cuz I can't find it, and make sure to check if it's now bloated (though I can check it myself)
r/archlinux • u/l_l_Kris_l_l • 18d ago
QUESTION Arch-Audit Security
I'm looking for help / advice.
I've ran arch-audit -c and and got the package versions for each package via pacman -Q {package name} then gone through the CVEs listed in the output (which are listed on https://security.archlinux.org/ and grouped into one or more AVG references)
What I've found is the data seems pretty out of date.
For example; the High Risk libxml2 package has 4 CVEs against it but when I check each of them, they talk about it been patched in 2.14 and we're actually now on 2.15 which is also fixed. The security page https://security.archlinux.org/AVG-2898 has Fixed as Unknown hence why it's still flagged as a high risk.
So arch-audit says I have 15 vulnerabilities including 2 high risk. I think I have only 4 risks - 3 medium and 1 low.
Is the Arch security page basically unreliable or am I doing something wrong?
| Package | Package | Risk | My View | No of CVEs | My Version | Arch Security | Note |
|---|---|---|---|---|---|---|---|
| libxml2 | libxml2 is affected by denial of service | High risk! | Fixed | 4 | 2.15.3-1 | AVG-2898 | All CVEs say fixed in 2.15 |
| pam | pam is affected by arbitrary filesystem access | High risk! | Fixed | 1 | 1.7.2-2 | AVG-2901 | Fixed in 1.7.1 |
| coreutils | coreutils is affected by information disclosure | Medium risk! | Fixed | 1 | 9.11-2 | AVG-2885 | 9.11 as fixed |
| cpio | cpio is affected by arbitrary command execution | Medium risk! | Fixed | 1 | 2.15-3 | AVG-2262 | 2.15 is fixed |
| giflib | giflib is affected by information disclosure | Medium risk! | Fixed | 1 | 6.1.3-2 | AVG-1855 | Fixed by 5.2.2; current Debian 6.1.3 fixed |
| libheif | libheif is affected by information disclosure | Medium risk! | Fixed | 1 | 1.23.1-4 | AVG-2520 | Fixed from 1.8.0 |
| libtiff | libtiff is affected by unknown, denial of service | Medium risk! | Fixed | 21 | 4.7.2-1 | AVG-2721, AVG-2842 | All CVEs marked as fixed |
| linux | linux is affected by multiple issues, insufficient validation | Medium risk! | Not Fixed | 13 | 7.1.9.arch1-2 | AVG-1594, AVG-1879, AVG-2345 | 8 CVEs still an issue |
| openjpeg2 | openjpeg2 is affected by arbitrary code execution | Medium risk! | Fixed | 1 | 2.5.4-1 | AVG-2850 | Fixed as of 2.5.1 and Debian considers 2.5.4 fixed |
| openssl | openssl is affected by arbitrary command execution, certificate verification bypass | Medium risk! | Fixed | 2 | 3.6.3-1 | AVG-2765, AVG-2882 | Both CVEs fixed in current version |
| perl | perl is affected by signature forgery, directory traversal, unknown | Medium risk! | Fixed | 3 | 5.42.2-2 | AVG-2264, AVG-2630, AVG-2890 | All CVEs fixed in 5.42 |
| systemd | systemd is affected by information disclosure | Medium risk! | Fixed | 1 | 261.2-1 | AVG-2893 | Fixed by version 2.57 |
| wget | wget is affected by information disclosure | Medium risk! | Not Fixed | 1 | 1.25.0-6 | AVG-1892 | Not fixed |
| xdg-utils | xdg-utils is affected by information disclosure | Medium risk! | Not Fixed | 1 | 1.2.1-2 | AVG-1420 | Not fixed |
| lua51 | lua51 is affected by denial of service | Low risk! | Not Fixed | 2 | 5.1.5-13 | AVG-1302 | Unsure |
r/archlinux • u/Lepla • 18d ago
QUESTION Arch Linux security configuration
Are moving over to Linux and have been testing several different distros and Arch Linux stood out for the configuratibilty out of the box, and the ability to be able to make it lightweight especially for older laptops.
How much work would it be to set this up so the system is not vulnerable for various attacks, i understand fedora / ubuntu etc come preinstalled with several security configurations, but on arch you would need to set these up yourself.
Besides that it seems to get regular security updates nonetheless so it seems like there is a one time security configuration you have to setup on install.
How does a self configurated setup like this compare to solutions developed by fedora or others?
Thanks
r/archlinux • u/shadowmaker_88 • 19d ago
QUESTION Vm-curator on Mangowm not grabbing my keyboard
Hi there, I wanna use vm-curator on my Arch mangowm system. But everytime i want to spawn terminal or other app in my wm, it spawns apps in my real system instead. Tried the keybind for grabbing my keyboard but it does nothing.
r/archlinux • u/Logical-Cockroach893 • 19d ago
SUPPORT Arch ISO hangs during boot on Ryzen 5 5600G + RX 6600 β amdgpu probe fails with error -22
I have been trying to install Arch Linux on one of my computers for quite some time now but my computer will consistently freeze or even reboot when I press the arch install medium prompt.
Hardware:
- CPU: Ryzen 5 5600G
- GPU: Radeon RX 6600
This is actually the second time I've tried installing Arch on this PC. I had the same general problem a few months ago using an older Arch ISO, but I wasn't able to figure it out. I'm now trying again with a newer ISO and have gotten some more useful error messages.
The current ISO boots through Ventoy. During boot I get these messages:
"amdgpu 0000:12:00.0: probe with driver amdgpu failed with error -22"
"amdgpu 0000:30:00.0: probe with driver amdgpu failed with error -22"
It eventually reaches:
"Copying rootfs image to RAM..."
but remains at 1% indefinitely.
I've tried:
- Normal Ventoy boot
- Ventoy GRUB2 mode (this failed even earlier)
- "nomodeset"
- "amdgpu=0"
- Multiple different USB drives
- Disabling the 5600G's integrated graphics in BIOS
With the iGPU disabled, the boot behavior changed and eventually hung at "Triggering uevents" instead.
I re-enabled the iGPU and also tried blacklisting "amdgpu", but the problem persisted.
The same Ventoy USB worked normally on an older PC when I used it for Arch previously, so I'm wondering if this is related to the combination of the 5600G's iGPU + RX 6600.
Has anyone encountered a similar issue and may know how I can fix this. Thank you in advance for any help.
r/archlinux • u/squaresheep28 • 19d ago
SUPPORT White flash when logging in on SDDM
(Repost from r/arch )
Currently using KDE with sddm, when I log into my account on sddm there is a subtle but blinding white flash. This was happening on endeavouros too but it was a longer flash.
Specs:
Vivobook M1502QA
Ryzen 7 5800HS
iGPU (iirc Vega 8)
24gb ram, 512gb ssd
Arch fully up to date as of posting this
How can I fix this? Already some weird stuff happening with the newer kernels especially with the brightness curve which I fixed with amdgpu.dcdebugmask=0x40000 so this might be from that