Yes it is real, and I think it is auto login. Idk anything about Linux. He just downloads everything via a program called Discover. I never asked which Linux distro he was using.
I am very sure he’s just installing flatpaks, it’s likely kde’s discover. Still he could just enter their boot from a live boot and chroot into the OS and do passwd (user) to change any password I believe unless it’s encrypted or sumthing which would probably not let you autologin in the first place.
idk if you need help but you should be able to just install another linux OS. Just cli might be mkre efficient but one with DE probably should wotk too but not like it makes a difference. Anyways you mount the drives in mnt maybe and in their folders example: “mount /dev/nvme0n1 /mnt” (root directory) or “mount /dev/nvme0n2 /mnt/home” and the boot directory and so on. I think there’s a file called fstab that contains where to mount everything you can just search it with the commandline or search it up (if you kniw what partitikn the root directory is in just mount it and search “find /mnt -name fstab” it probs is on /etc/fstab tho or something) (You can also just check the mounted drives in the OS usinf that file using cfdisk /dev/(drive), probably like /dev/nvme0n1 but still, you can also do fdisk -l to list drives and partitions or use something like gnome disks or kde disks or whatever) where it is. Idk the full name so you could also search that up. then when everything is mounted you can probably just do “chroot /mnt” and “passwd (username)” and change it.
Also one of the reasons they say people should try manual installs, but I doubt that person would be on on linux if hw had to manual install it. I mean I probably wouldn’t either if I had to manual install it from the first time. I was and probably still am not that good at reading manual and documentation.
(btw this assumes you know nothing just in case, well not nothing nothing but you know. I am sure you could probably fix the issue if you were the one having it and that you already knew at least some of these stuff, probs most or all.)
still hope this helps in any way.
(also sorry for any typos im on phone and ofc i use no autocorrector.)
Yes it is real, and I think it is auto login. Idk anything about Linux. He just downloads everything via a program called Discover. I never asked which Linux distro he was using.
I am very sure he’s just installing flatpaks, it’s likely kde’s discover. Still he could just enter their boot from a live boot and chroot into the OS and do passwd (user) to change any password I believe unless it’s encrypted or sumthing which would probably not let you autologin in the first place.
It looks like kde’s discover. He is too lazy to fix it himself, and I don’t know how to tell him how.
idk if you need help but you should be able to just install another linux OS. Just cli might be mkre efficient but one with DE probably should wotk too but not like it makes a difference. Anyways you mount the drives in mnt maybe and in their folders example: “mount /dev/nvme0n1 /mnt” (root directory) or “mount /dev/nvme0n2 /mnt/home” and the boot directory and so on. I think there’s a file called fstab that contains where to mount everything you can just search it with the commandline or search it up (if you kniw what partitikn the root directory is in just mount it and search “find /mnt -name fstab” it probs is on /etc/fstab tho or something) (You can also just check the mounted drives in the OS usinf that file using cfdisk /dev/(drive), probably like /dev/nvme0n1 but still, you can also do fdisk -l to list drives and partitions or use something like gnome disks or kde disks or whatever) where it is. Idk the full name so you could also search that up. then when everything is mounted you can probably just do “chroot /mnt” and “passwd (username)” and change it.
Also one of the reasons they say people should try manual installs, but I doubt that person would be on on linux if hw had to manual install it. I mean I probably wouldn’t either if I had to manual install it from the first time. I was and probably still am not that good at reading manual and documentation.
(btw this assumes you know nothing just in case, well not nothing nothing but you know. I am sure you could probably fix the issue if you were the one having it and that you already knew at least some of these stuff, probs most or all.)
still hope this helps in any way.
(also sorry for any typos im on phone and ofc i use no autocorrector.)