Install linux without gpu (new version)

Tested versions:

Tested serial platforms:

Tested drives:

On your PC:

Create bootable usb drive:

On BEDROCK:

Bios settings:
You need to enable some configurations in bios before we start the installation:

Configure grub:
A grub menu will appear saying try or install ubuntu, on this entry press ‘e’ to set the boot parameters.

setparams 'Install Ubuntu Server'
set gfxpayload=keep
linux        /casper/vmlinuz   quiet  --- 
initrd        /casper/initrd

Live USB settings:

After live usb boots run the following services (check if I can drop some of them):
sudo systemctl start snapd
sudo systemctl start snapd.socket
sudo systemctl start snapd.seeded
sudo systemctl start snapd.apparmor
sudo systemctl start snapd.core-fixup
sudo systemctl start snapd.autoimport
sudo systemctl start systemd-resolved
sudo systemctl start snapd.system-shutdown
sudo systemctl start cloud-init
sudo systemctl start cloud-init-local
sudo systemctl start systemd-rfkill.service
sudo systemctl start systemd-networkd.service
sudo systemctl start ssh.service
sudo systemctl start ModemManager.service
sudo systemctl start snap.lxd.daemon.service

Enable ttyS4 service:
Now you need to enable the ttyS4 console to be able to interact with the system.