I played with the Ubuntu Server amd64 compressed image from yesterday
Code:
-rw------- 1 sudodus sudodus 863993716 maj 20 03:24 kinetic-preinstalled-server-amd64.img.xz
extracted it to a USB pendrive, booted into it, let the root partition expand with some margin to fill a 32 GB drive
logged in with the default
user name: ubuntu
original password: ubuntu (for the preinstalled server image)
and changed to
new password: changeme (for the 'Lubuntized' image)
This Ubuntu Server runs in text mode as usual, and ssh is activated by default.
Then I made 'Lubuntu',
Code:
sudo apt update
sudo apt full-upgrade
sudo apt install lubuntu-desktop
Lubuntu made like this works both in UEFI mode and BIOS mode, just like the original Ubuntu Server. The boot structure seems stable. I made a new compressed image
Code:
-rw-r--r-- 1 root root 1705181816 maj 21 07:12 dd_unb_lubuntu-kinetic_31GB_22-05-21.img.xz
As you notice, the size is twice that of the compressed server image, but smaller than the corresponding Lubuntu iso file
Code:
-rw------- 1 sudodus sudodus 2646388736 maj 20 17:21 kinetic-desktop-amd64.iso
See the attached screenshot.
If you think it is a good idea, I can upload the 'Lubuntized' compressed image file and make it available publicly. But I think most people will prefer to download the official Ubuntu Server amd64 compressed image and tweak the system themselves.
If you want to use the whole drive (typical case with an external high-end USB pendrive or {SSD + adapter to USB}) for a portable installed system, this is easier and more likely to succeed compared to installing from an iso file.