You are not logged in.
My ethernet worked in the Live boot of Arch but when I followed the guide and chrooted, I pinged and had no internet connection but when I pinged outside of the chroot it worked. What package do I need to install? `ip link` produces the same result on both, so that is not the problem, it seems more like a driver issue, how do I fix this?
Edit: I have an ASUS TUF A520M Plus Motherboard.
Last edited by yusuf (2022-06-23 17:17:48)
Offline
Did you perform Installation_guide#Network_configuration?
Offline
Sounds like you used chroot instead of arch-chroot?
Offline
I
Sounds like you used chroot instead of arch-chroot?
I used arch-chroot
Offline
Then what are you seeing, exactly?
Offline
The installed system will likely have an empt resolv.conf, so you'll have DNS issues and "ping 8.8.8.8" works but "ping google.com"will fail.
Nothing between https://wiki.archlinux.org/title/Instal … ide#Chroot and https://wiki.archlinux.org/title/Instal … ide#Reboot should™ require a network connection, so that's not a problem per se.
Offline
arch-chroot bind mounts the resolv.conf from the live system, though.
Offline
Then what are you seeing, exactly?
Here are 2 images:
https://imgur.com/a/a9Vkqwp
https://imgur.com/a/skGid70
Offline
It even says that in the manpage - how embarrassing…
However, the photos reveal a likely DNS issue - can you still ping the IP from the chroot and what are the contents of /etc/resolv.conf?
Offline
It even says that in the manpage - how embarrassing…
However, the photos reveal a likely DNS issue - can you still ping the IP from the chroot and what are the contents of /etc/resolv.conf?
Pinging 8.8.8.8 works:
https://imgur.com/a/gRvkn0a
Here is resolv.conf:
https://imgur.com/a/DewXoTQ
Offline
"resolvectl status" in the chroot?
Offline
"resolvectl status" in the chroot?
Here is it:
https://imgur.com/a/4QIDZ2o
Offline
Can you ping any/all of
ping fe80::1::22039
ping fe80::1::32508
ping 169.168.18.1
Offline
Can you ping any/all of
ping fe80::1::22039 ping fe80::1::32508 ping 169.168.18.1
Here are the results of them:
https://imgur.com/a/jbyf4ML
The first two didn't work but the final one was able to send a ping but receive nothing back.
Offline
What exactly do "ip a"/"ip r" look like in the live system and the chroot and what's "resolvectl status" in the live system?
Also, does the network actually work if you boot the installed system?
Offline
What exactly do "ip a"/"ip r" look like in the live system and the chroot and what's "resolvectl status" in the live system?
Also, does the network actually work if you boot the installed system?
Here is ip a and ip r (Top is live, and bottom is chroot):
https://imgur.com/a/8JROZMa
Here is resolvectl status in live:
https://imgur.com/a/SNTgdvz
Offline
It's actually a valid IPv6 there (and likely the chroot, I probably just misinterpreted the blurry previous image)
ping fe80::1%22039
ping fe80::1%32508
The first link doesn't show an image.
Offline
It's actually a valid IPv6 there (and likely the chroot, I probably just misinterpreted the blurry previous image)
ping fe80::1%22039 ping fe80::1%32508
The first link doesn't show an image.
Here is the link that was not working
https://imgur.com/a/16NBI7y
Here are the pings:
https://imgur.com/a/ZxxV6R2
Offline
There's no change at all but the gateway/dns server doesn't respond after the chroot - for whatever reason.
does the network actually work if you boot the installed system?
Offline
There's no change at all but the gateway/dns server doesn't respond after the chroot - for whatever reason.
seth wrote:does the network actually work if you boot the installed system?
I have never messed with GRUB before, I used the Ubuntu GRUB. How do I set it up?
Offline
What?
What does any of this have to do with "messing with grub"?
Also, more importantly, what tutorial do you currently follow to install archlinux?
https://wiki.archlinux.org/title/Instal … oot_loader
https://wiki.archlinux.org/title/Arch_b … oot_loader
https://wiki.archlinux.org/title/GRUB
Edit: did you previously arch-chroot into the ubuntu system??
Last edited by seth (2022-06-25 06:14:40)
Offline
What?
What does any of this have to do with "messing with grub"?Also, more importantly, what tutorial do you currently follow to install archlinux?
https://wiki.archlinux.org/title/Instal … oot_loader
https://wiki.archlinux.org/title/Arch_b … oot_loader
https://wiki.archlinux.org/title/GRUBEdit: did you previously arch-chroot into the ubuntu system??
I used the Ubuntu one on my previous system on this there is none. I went through the links you sent me and they were a bit confusing, then I searched on YouTube (The browser did those spellings of YouTube) and got redirected to an article which worked but, when I boot into GRUB, there is no option to boot into Arch, only the BIOS. How do I fix this?
Here is the article:
https://www.arcolinuxd.com/5-the-actual … se-1-uefi/
The, section, I am talking about appears at the end, so just Ctrl+F and type `grub` to find it.
Offline
arcolinux isn't archlinux, are you installing arcolinux?
It also seems to just explain installing Grub on an efi boot, is that your environment to begin with?
Though grub will rather not present you with a "BIOS" option, so what you're seing is most likely the UEFI - you need to boot the install iso in UEFI mode and also make sure to have configured an EFI partition,
https://wiki.archlinux.org/title/EFI_sy … _partition
But we're veering vastly off topic here, the thread started about "ethernet doesn't work on chroot" and now we're at "how to install archlinux"…
Offline
arcolinux isn't archlinux, are you installing arcolinux?
It also seems to just explain installing Grub on an efi boot, is that your environment to begin with?Though grub will rather not present you with a "BIOS" option, so what you're seing is most likely the UEFI - you need to boot the install iso in UEFI mode and also make sure to have configured an EFI partition,
https://wiki.archlinux.org/title/EFI_sy … _partitionBut we're veering vastly off topic here, the thread started about "ethernet doesn't work on chroot" and now we're at "how to install archlinux"…
I used the official arch guide until the grub step. I have configured the EFI partition and I said BIOS instead of UEFI, because I thought they were interchangeable.
Offline
Grub will also not present you w/ a UEFI option. You're seeing the UEFI boot options, grub is probably not even installed.
Post the output of
lsblk -f
and the exact commands you issued to installed grub.
Offline