arch-linux

arch linux not booting up after installation. Issue with grub

arch linux not booting up after installation. Issue with grub I was currently trying to install arch linux as dual boot in my laptop (i3). I was following this tutorial – https://www.youtube.com/watch?v=LGhifbn6088 I completed the steps (everything installed normally) but during reboot I am getting this error Here are the things I checked: My windows …

Total answers: 1

How to install an application from archlinux.org

How to install an application from archlinux.org I am trying to download IntelliJ IDEA application from the AUR. I can see that is on archlinux.org here. However when I type in sudo pacman -S intellij-idea-ultimate-edition I get error target not found : intellij-idea-ultimate-edition How do I install this package from AUR? What am I missing? …

Total answers: 4

Why do my files only appear when the drive is unmounted?

Why do my files only appear when the drive is unmounted? Background I’d like to store music on /dev/sda1, which is a physically separate drive. The /etc/fstab contains: # grep "music" /etc/fstab UUID=10…92 /mnt/music ext4 defaults,user,rw 0 2 Problem When the system restarts, the files disappear: # ls /mnt/music/ lost+found When unmounting the drive, the …

Total answers: 1

My DNS changes on its own but its changes can't be observed through /etc/resolv.conf

My DNS changes on its own but its changes can't be observed through /etc/resolv.conf I made a script to print /etc/resolv.conf and ping result of www.reddit.com for every second. I used Cloudflare’s DNS (1.1.1.1) because reddit is blocked in my country but bypassable using DNS. It seems that after around 10 seconds of logging into …

Total answers: 1

Keyboard on Asus Laptop (M3402RA) not working after plugging in external keyboard

Keyboard on Asus Laptop (M3402RA) not working after plugging in external keyboard I have had this laptop (Asus Vivobook S14 M3402RA) for about a month now and I installed Linux on it without any major issues. However, a few days ago, when I plugged in an external keyboard, the laptop’s built-in keyboard became unresponsive. I …

Total answers: 1

my usb hard drive is only showing up in lsusb

my usb hard drive is only showing up in lsusb I have a 500GB WD My Passport Hard Drive And it doesn’t show up on my computer, Which is running arch linux. i’ve tried searching for solutions, however most of them are only if the drive dosen’t show up in lsusb. My drive shows up …

Total answers: 1

Linux using wrong default gateway

Linux using wrong default gateway I have two internet connections connected over two different network interfaces (ethernet and wifi). The ip addresses configured are 192.168.1.10 and 192.168.2.5 respectively. When I use ip route get 8.8.8.8 the system uses the default gateway with the lowest metric (the ethernet route). But when I do ip route get …

Total answers: 2

man syscalls is missing in arch linux

man syscalls is missing in arch linux I just can’t find it. I’ve installed linux-docs with sudo pacman -S linux-docs but still man syscalls does not work. Asked By: Corel || Source The syscalls man page is provided by the Arch Linux package man-pages. Install it with pacman -S man-pages. Answered By: Johan Myréen syscalls …

Total answers: 2

Problem with AMD integrated gpu on new Lenovo laptop

Problem with AMD integrated gpu on new Lenovo laptop I recently bought a new Lenovo Ideapad Slim 3 laptop and I am having problems getting the amdgpu driver working properly in Arch Linux. The GPU seems to work fine straight away with a Mint live USB (glxgears plays, etc.); however, in the Arch system I …

Total answers: 1

VM boots into UEFI Interactive Shell with the filesystem missing. (custom virt-install boot parameters)

VM boots into UEFI Interactive Shell with the filesystem missing. (custom virt-install boot parameters) My Setup Host OS: Manjaro XFCE x86_64 Apps: packer (plugins: qemu), virt-manager, virt-install virt-viewer Guest OS: Arch Linux Hypervisor: QEMU KVM Architecture: x64 Machine Type: q35 EFI Firmware Code: /usr/share/edk2/x64/OVMF_CODE.4m.fd EFI Firmware Vars: /usr/share/edk2/x64/OVMF_VARS.4m.fd I created a customized Arch Linux image …

Total answers: 1

How do I remove an unavailabe cache device from a zpool?

How do I remove an unavailabe cache device from a zpool? I moved my zpool from one server to another (arch linux) by physically moving the disks, minus the cache disk to a new server and importing it. It works fine, but the old cache device still appears as unavailable: zpool status storage pool: storage …

Total answers: 1

Libreoffice apps not being assigned to specific workspaces in i3

Libreoffice apps not being assigned to specific workspaces in i3 I use i3 and assign specific apps to specific workspaces using assign [class="<WM_CLASS value>"] workspacenumber But when I try this with Libreoffice it doesn’t work. I run: xprop | grep WM_CLASS and click on Libreoffice Writer, and it gives me this: WM_CLASS(STRING) = "libreoffice", "libreoffice-writer" …

Total answers: 1

Packer-build VM does not start: Unable to rename file '(null).new' to '(null)': Bad address

Packer-build VM does not start: Unable to rename file '(null).new' to '(null)': Bad address Setup Host OS Manjaro XFCE x86_64 Apps packer (plugins: qemu) virt-install virt-viewer virt-manager Guest OS: Arch Linux Hypervisor: QEMU KVM Architecture: x64 Machine Type: qc35 EFI Firmware Code: /usr/share/edk2-ovmf/x64/OVMF_CODE.fd EFI Firmware Vars: /usr/share/edk2-ovmf/x64/OVMF_VARS.fd See https://github.com/safenetwork-community/bastille-installer/tree/arch for the box I’m trying to …

Total answers: 1

VM boots into UEFI Interactive Shell with the filesystem missing

VM boots into UEFI Interactive Shell with the filesystem missing Setup Host OS Manjaro XFCE x86_64 Apps packer (plugins: qemu) virt-install virt-viewer virt-manager Guest OS: Arch Linux Hypervisor: QEMU KVM Architecture: x64 Machine Type: qc35 EFI Firmware Code: /usr/share/edk2-ovmf/x64/OVMF_CODE.fd EFI Firmware Vars: /usr/share/edk2-ovmf/x64/OVMF_VARS.fd So I create a customized Arch Linux image using packer build and …

Total answers: 1

escape not working, xev detects weird event

escape not working, xev detects weird event I’ve encountered a strange issue in my EndeavourOS-i3wm system. The escape key is not functioning at all. I haven’t reconfigured any keyboard settings or messed with xkbmap. This problem occurred when I attempted to open a file in Doom Emacs. It’s possible that I pressed multiple keys simultaneously, …

Total answers: 2

Arch and KDE unable to login to paid WiFi network

Arch and KDE unable to login to paid WiFi network I am in a camping and would like to connect to the internet. The camping’s WiFi is not protected by an SSID but by a custom page restricting the access to the internet. My trouble is in loading that page. When clicking on the login …

Total answers: 1

Running x86-64 binaries on AArch64 using qemu-system (ArchLinuxArm)

Running x86-64 binaries on AArch64 using qemu-system (ArchLinuxArm) I’m running ArchLinuxArm in a VM on my MacBook M1 (Apple Silicon). I need to run a couple of x86-64 binaries, so I installed qemu-user and qemu-user-binfmt packages. If I try to run any x86-64 binary, I get the following error: qemu-x86_64: Could not open ‘/lib64/ld-linux-x86-64.so.2’: No …

Total answers: 1

Is it safe to install brave from AUR?

Is it safe to install brave from AUR? I’m planning to switch to ArcoLinux but I use brave and I was a little bit worried about having to install a program that is maintained by some random person that might corrupt the package itself. Is this even possible? Asked By: deomanu01 || Source AUR is …

Total answers: 1