Gotcha, one sec.
It works when I connect from my usb booted instance of EOS.
using wifi connection? you will need internt connection to replace packagesā¦
The crazy thing is my wifi works on all of my laptops (including the one Iām trying to fix currently), but when Iām booted up into the command line with no graphical interface, it doesnāt seem to work.
possible to use arch-chroot to hack into your installed system from the live ISO session and do the update too.
https://discovery.endeavouros.com/system-rescue/arch-chroot/2022/12/
with this you will be in a terminal inside installed system and you can run command the same as you do here before from non-graphical loginā¦
Give me a sec on that, Iāll do that.
it is not starting network-manager there.
so not internet i bet;
try:
sudo systemctl start NetworkManager
Can you share the output of:
lspci | grep -Ei 'wireless|wifi|network'
journalctl -k -b -0 | grep -Ei 'wireless|wifi|network'
(-v ether below should omit your MAC / hardware address, confirm it does)
ifconfig | grep -v ether
easier to start Networkā¦
Follow up on @joekampradās arch-chroot suggestion before considering mine, his is a good one ![]()
should work too ā¦
I tried that but what else would I do? I ran it and nothing happened.
run update again:
eos-update --yay
It was only enable the network service ⦠without it you have no internet connection⦠and in case still not if you are on wifi connectionā¦
you will need to connect manually using nmtui
If itās easy enough to do, you might also consider hooking up an network cable for the time being.
Alright, connected to internet and running the update through the non graphical method
Alright, I ran the update, now what? I tried rebooting for kicks, still goes after a brief attempt to boot.
Ctrl + Alt + F4 works?
That does, yes, Iām there now
So if using testing repos from NVIDIA was the problem, if I downgrade those would that help?
pacman -Qs nvidia shows correct packages now?
