05-04-2026, 04:43 AM
(05-03-2026, 12:45 PM)LL-user Wrote: [ -> ]* Time & Date post: https://www.linuxliteos.com/forums/showt...p?tid=9689
I've responded to your thread.
(05-03-2026, 12:45 PM)LL-user Wrote: [ -> ]* Time & Date post: https://www.linuxliteos.com/forums/showt...p?tid=9689
* Fix Erase Disk: add partitionLayout block so Erase creates a root
partition (previously only a swap partition was created, causing
rsync code 11 / grub-install failures on install).
* Add requiredStorageGiB=12.0 to partition.conf so the storage
requirement is gated correctly.
* Add welcome.conf with storage/RAM/root requirements; disable the
Linux Lite Support / Known Issues / Release Notes URL buttons (root
has no MIME associations under pkexec, xdg-open fails I/O).
* Increase installer window height (520 -> 640 px).
* Fix timezone not being written to target on first boot. localecfg
only writes locale files, so the user's chosen tz from the Location
step never reached the install. Added the locale viewmodule to the
exec sequence so its built-in SetTimezoneJob writes /etc/localtime
and /etc/timezone in the target chroot.sudo dpkg -i *.debsudo apt-get update && sudo apt-get install lite-time-dateError: NetworkManager is not running.(05-04-2026, 11:29 AM)stevef Wrote: [ -> ]I'm going backwards. Went to try the calamares patch, but now having network problems on live boot.
The odd thing is that I seem to recall my earlier attempts to install had networking without any issues.
Trying to diagnose, but running into issues.
The GUI doesn't show any interfaces when running the 'Network Connections' app.
When running 'ip link', the system reports both the physical ethernet and wifi interfaces are 'DOWN'
If I run 'ip link set xxxxx up
a) the ethernet shows UP (if there is a cable connected) but doesn't run DHCP.
b) the wifi adaptor just shows DOWN.
I tried running nmcli which works on 7.8, but the system reports.
Has anything changed with network management in 8.0 ?Code:Error: NetworkManager is not running.
Thanks.
edit - got an interface working by manually editing this file
/etc/netplan/00-installer-config.yaml
Not sure what is happening though.
(05-04-2026, 04:29 PM)stevef Wrote: [ -> ]Completed an install using the calamares patch - thank you.
Minor cosmetic issue.
Lite Core - removed applications remain in the list of applications presented for potential removal.
While the removed apps aren't selectable it just seems odd to see them. Compare with Lite Software behaviour which moves applications between the 'Install' and 'Remove' lists depending on the state.
(05-04-2026, 04:29 PM)stevef Wrote: [ -> ]Completed an install using the calamares patch - thank you.
Minor cosmetic issue.
Lite Core - removed applications remain in the list of applications presented for potential removal.
While the removed apps aren't selectable it just seems odd to see them. Compare with Lite Software behaviour which moves applications between the 'Install' and 'Remove' lists depending on the state.
Quote:Which installation mode did you use after booting live system and installing the batch?
No network issues anymore?
Quote:Lite Core - this is deliberate, once app/s have been removed they are labelled as such giving the user peace of mind that the process they chose was executed properly.Ah yes sorry. I had missed the '- not installed' text in the list. Combination of font size/colour and cataracts.