bastibl / instant-gnuradio

Customizable GNU Radio Environment for Live Images and VMs
158 stars 34 forks source link

Ubuntu updated to 22.04.2 #52

Closed ryanmtaylor closed 1 year ago

ryanmtaylor commented 1 year ago

Ubuntu was updated to 22.04.2 and so the links to 22.04.1 iso no longer work – I also couldn't get SSH to work in 22.04.2 – I can get the command line ssh running for the base image for 20.04.5 but the password won't work.

bastibl commented 1 year ago

I just pushed some changes. Can you try the most recent version please?

garanovich commented 1 year ago

I don’t know where it’s better to write, but wired network was not found in Vmware and there was no /etc/netplan/01-netcfg.yaml file. It helped to add a line to /etc/netplan/00-installer-config.yaml. Run echo " renderer: NetworkManager" | sudo tee -a /etc/netplan/00-installer-config.yaml && reboot

bastibl commented 1 year ago

Thanks for the info. Could you please make a PR with the version that works for you? Then, I can test w/ VirtualBox.

bastibl commented 1 year ago

I'll close this, since the original issue is resolved (i.e., it uses Ubuntu 22.04.2). If there are still networking issues w/ vmware, please open a PR. Since I'm not sure where you added these lines.