You are not logged in.

#1 2021-03-18 23:00:53

ultimatr
Member
Registered: 2021-03-17
Posts: 19

[SOLVED] No ethernet connection after Arch ISO installation

Greetings,

After booting into Arch ISO and partitioning and mounting, I used:

pacman -S networkmanager networkmanager-vpnc network-manager-applet

to download and install NetworkManager.

Then I enabled NetworkManager:

systemctl enable NetworkManager

I ping and I have internet.

Then I reboot without my USB, and I try to ping.

ping: connect: Network is unreachable

Confused, I try to reenable NetworkManager.

systemctl enable NetworkManager
Failed to enable unit: Unit file NetworkManager.service does not exist

I guess my question is how do I reinstall my NetworkManager service onto my actual filesystem and not my USB?

Last edited by ultimatr (2021-03-18 23:21:47)

Offline

#2 2021-03-18 23:09:03

gebki
Member
Registered: 2021-01-22
Posts: 8

Re: [SOLVED] No ethernet connection after Arch ISO installation

simple question with many posible solutions....

check if it is rly installed

sudo pacman -Q networkmanager
or
nmcli

if not then it looks like u installed network manger onto your usb drive. happends some times if you are new to arch-chroot &mount /mnt etc...

simple solution:
boot into your usb drive
arch-chroot into your installed ssd/hdd and reinstall networkmanager

Offline

#3 2021-03-18 23:21:20

ultimatr
Member
Registered: 2021-03-17
Posts: 19

Re: [SOLVED] No ethernet connection after Arch ISO installation

gebki wrote:

simple question with many posible solutions....

check if it is rly installed

sudo pacman -Q networkmanager
or
nmcli

if not then it looks like u installed network manger onto your usb drive. happends some times if you are new to arch-chroot &mount /mnt etc...

simple solution:
boot into your usb drive
arch-chroot into your installed ssd/hdd and reinstall networkmanager

dope, thank you!

Offline

Board footer

Powered by FluxBB