Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl
Quote from: penguin on December 14, 2024, 12:19:07 PM[....] i tried to post something here. but server gives me error.
Forbidden
You don't have permission to access this resource.
Apache/2.4.52 (Ubuntu) Server at forum.sparkylinux.org Port 443
(please pavroo investigate).
sudo parted -l
sudo mkdir /mnt/efi
sudo mount /dev/sda2 /mnt/efi
lsblk
sudo mount /dev/mmcblk0p1 /mnt
sudo blkid /dev/mmcblk0p1
menuentry "Sparky GNU/Linux SD" {
icon /EFI/refind/icons/os_linux.png
volume "Sparky GNU/Linux SD"
loader /boot/vmlinuz-6.1.0-25-amd64
initrd /boot/initrd.img-6.1.0-25-amd64
options "root=/dev/mmcblk0p1 ro"
}
menuentry "Sparky GNU/Linux" {
icon /EFI/refind/icons/os_linux.png
volume "Sparky GNU/Linux"
loader /boot/vmlinuz-6.1.0-25-amd64
initrd /boot/initrd.img-6.1.0-25-amd64
options "root=UUID=4e0f44cd-99ff-4c8d-a12b-4c02f0a4ee44 ro"
}
using load option... invalid loader. File not found while loading vmlinuz-6.1.0-25-amd64
systemctl status lightdm
Result:Loaded: (/lib/systemd/lightdm.service; enabled; preset: enabled)
Active: failed (Result: exit code) since...
Process: 737 ExecStart=/usr/sbin/lightly (code=exited, status=1/FAILURE)
Warning: some journal files were not opened due too insufficient permissions
Then I checkedsudo journalctl -xe
Here some "red" warnings:Lightdm[611]: error getting user list from org.freedesktop.accounts: gdbus.error:org.freedesktop.dbus.error.serviceunknown: the name org.freedesktop.accounts was not provided by any .service files
Lightdm[611]: could not enumerate user data /var/lib/lightdm/data: error opening directory var/lib/lightdm/data : no such file or directory
Systemd[1]: lightdm.service: failed with result exit-code
And now? What can I do?Quote from: facciofinta on December 10, 2024, 09:57:45 PM[....]
The start locks and a "failed to start lightdm.service" message appear.
What can I do?
Quote from: facciofinta on December 10, 2024, 09:57:45 PMthanks in advance!