You are not logged in.
Pages: 1
I tried installing using archinstall (4.1.1), with the "minimal" profile.
After rebooting to the login screen (because it's graphical if I haven't installed anything), I get the error:
Filed to start session. Why?
What's the cause?
I'd like to try installing using the classic method, but I'd like to copy the network configuration from the ISO (since it doesn't save it in new system - as per the wiki). How should I do this?
Offline
Mod note: Moving to archinstall subforum.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Filed to start session.
no DE/WM installed.... so you might need to install one.
try switching to a TTY https://linuxvox.com/blog/arch-linux-sw … -shortcuts, and choose one of https://wiki.archlinux.org/title/Deskto … vironments or https://wiki.archlinux.org/title/Window … w_managers, and install it
if you intentionally don't/didn't want a GUI session, then switch to TTY, stop/disable sddm or whatever display manager you're using
Edit2:
I'd like to try installing using the classic method, but I'd like to copy the network configuration from the ISO (since it doesn't save it in new system - as per the wiki). How should I do this?
can you please elaborate about this goal?
Last edited by 5hridhyan (2026-04-17 12:41:42)
---
Online
With live media, everything works.
After rebooting, I can't connect to the internet.
I enabled the services: iwd, NetworkManger, systemd-networkd, and systemd-resolved.
When I run the command: ping -c 3, archLinux gives me the error "temporary failure in name resolution." How can I fix this?
Offline
I enabled the services: iwd, NetworkManger, systemd-networkd, and systemd-resolved.
Stop and disable at least iwd and systemd-networkd if you want to use NM.
If you want to use iwd as NM backend see https://wiki.archlinux.org/title/Networ … Fi_backend
ping -c1 _gateway
ping -c1 8.8.8.8
ping -c1 google.com
resolvectl statusOffline
Pages: 1