#[SOLVED] Network Setup Under VMWare and archinstall.

38 messages · Page 1 of 1 (latest)

coral lake
#

Standard litany

I've done a clean install of Arch from the latest ISO in the latest VMWare Workstation and then ran the archinstall script. I'm not able to access the network, thus no pacman or yay. I've looked at a mixture of the arch wiki, search results in this server, and old forum results when trying to troubleshoot this so far.

ip address

ens33 <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000

sudo ip link set ens33 up
ip address

ens33 <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_code1 state UP mode DEFAULT group default qlen 1000

sudo systemctl start systemd-networkd.service
sudo systemctl start systemd-resolved.service

[no output; assuming success?]

ping cloudflare.com

ping: cloudflare.com: Temporary failure in name resolution

cat /etc/resolve.conf

nameserver set to 127.0.0.53
options edns0 trust-ad
search .

I am able to ping 127.0.0.53 successfully, so I assumed the issue is DNS.

I surprisingly do not seem to have pico, nano, or vim available with which to edit... So, sudo sed -i 's/127.0.0.53/8.8.8.8/g' /etc/resolve.conf and the edit succeeded but it did not solve the problem.

What am I missing?

(Also, as background, I have other VMs set up, including EndeavourOS and the network is fine in the other distros.)

regal umbra
coral lake
#

nmcli isn't available, so I'm assuming it's not?

regal umbra
#

yeah it's not

#
pacman -Qs networkmanager

to verify

coral lake
#

Basically no output after typing that.

#

So probably verified?

#

Vs with pacman -Qs ping I do see output.

regal umbra
#

yeah you should install networkmanager

coral lake
#

Odd question, but how am I installing networkmanager or other software without a network connection? Is it on the install image, and I need to specify the image as a source for pacman or similar?

regal umbra
#

you need to boot back into the iso, mount the partitions, arch-chroot into your root partition and install it there

#

that's the easiest way

coral lake
#

Is there an outline of how to do that with various packages somewhere on the wiki that I can dig up?

#

I'll probably install nano as well if it's on the image, since editing with sed is awkward.

regal umbra
coral lake
#

I mean that in case some other issue comes up and I need to adjust some configuration on the system, it will be nice to have nano available in case installing that package doesn't cover everything.

regal umbra
#

okay, then just install networkmanager and nano

coral lake
#

That's the plan, yes. I'm just trying to figure out whether the wiki talks about the process for arch-chrooting into my partition and installing software. I'll google / search the wiki and see if I can find a walkthrough.

regal umbra
#

an alternative way would be to mount the partitions and use pacstrap /mnt networkmanager nano

#

but chroot is the preferred way

coral lake
#

Okay, did the chroot thing to install nano and networkmanager. nmcli now reports networkmanager is not running, as opposed to just being not found.

regal umbra
#

Did you enable it?

coral lake
#

Okay, awesome. Looks like
systemctrl start NetworkManager.service and the above commands for networkd and resolved being run is letting me ping cloudflare, so it looks like it's resolved on the current boot.

Thank you!

Going to reboot real quick to see whether the service is being started each time on system boot, and then try to figure out how to make it start every time automatically.

regal umbra
#

yes it is

#

oh no it isn't

coral lake
#

It's not. Just confirmed by reboot.

regal umbra
#

use enable instead of start

#

enable --now to enable and start

coral lake
#

Ahh, that'd do it.

#

Awesome, thank you. That helped it persist on reboot!

regal umbra
#

fantastic

coral lake
#

❤️ clappy

regal umbra
#

:3

#

... solved

faint plinthBOT
#

#17680 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: http://0x0.st/8Rt9.png
Thank you