Thanks, I've tried that and still get the:mikgla wrote: ↑Tue Dec 10, 2019 10:49 amBefore you install the new Ubuntu Server image you should first swop SD card and use Raspbian to install the latest firmware by using the following commands:
1. sudo apt update && sudo apt dist-upgrade -y
2. sudo rpi-update
3. sudo rpi-eeprom-update -a
Then insert the Ubuntu SD card (make sure you have the ethernet cable connected) and the power-up your RPI4.
Yes, I am root.phase wrote: ↑Tue Dec 17, 2019 9:32 pmmake shore you are "root" user..
it may be that the unattended updater is running..
try rebooting a couple of times then try the install process over again..also check your timezone/clock is correct..
is it happening at the start failing to get /connect to the Ubuntu servers to download the packages..??
Code: Select all
apt update && apt-full-upgrade && apt dist-upgradeCode: Select all
rebootCode: Select all
apt install xubuntu-desktop^ slick-greeterCode: Select all
apt install xubuntu-core^ slick-greeterI flashed a fresh card with ubuntu-19.10.1-preinstalled-server-arm64+raspi3.img from https://ubuntu.com/download/raspberry-piphase wrote: ↑Wed Dec 18, 2019 9:42 amwhich image did you flash to your sd-card and do you already have other desktops installed onto the sd-card
pls flash the 64 bit image from here and pls use Ethernet to start with....
http://cdimage.ubuntu.com/ubuntu-server ... /20191203/
once flash run this code to update it
Code: Select all
apt update && apt-full-upgrade && apt dist-upgrade
tryCode: Select all
apt install xfce4Code: Select all
apt install xubuntu-desktop
Code: Select all
apt remove lightdm-gtk-greeterCode: Select all
rebootCode: Select all
sudo dhclient -vCode: Select all
sudo dhclient -v -rCode: Select all
CTRL+ALT + F2Code: Select all
sudo su Code: Select all
apt remove lightdm-gtk-greeterCode: Select all
reboot