Results 2858 comments of MichaIng

The question is, which graphics backend/API this application uses. However, to align with Raspberry Pi OS, KMS needs to be enabled. In `dietpi-config` display options, select `vc4-kms-v3d` in the resolution...

You should not use a "native" PC image on a VM, but one of our VM images instead. This one should fit: https://dietpi.com/downloads/images/DietPi_VMX-x86_64-Bookworm.tar.xz (VMware/ESXi on our download page). > However,...

In the meantime we have VM installer images, so there should be no need to use native PC images for VMs anymore.

Did you check whether the actual PARTUUID of the boot partition matches the one in `/etc/fstab`? You can do so from another Linux system, e.g. via ```sh lsblk -no PARTUUID...

I am not sure how it can have this effect, but since it was one change in DietPi v9.5 and you mentioned it is stuck at `ifupdown-sonething`, can you try...

Closing this issue. Feel free to reopen if the problem persists.

@IBOYHK Many thanks for your report. Hmm it seems that the WiFi scan command prints found SSIDs with encoded special characters. Probably we can prevent this or otherwise would need...

@IBOYHK Please run the following in console and copy+paste the output of the command here: `iwlist wlan0 scan` It should verify my assumption, then I can give you a quick...

@IBOYHK Misterious: ``` ESSID:"HP-Print-00-Officejet Pro 8630" ESSID:"iBoy's Guest " ESSID:"iBoy\xE2\x80\x99s Home " ``` So it's `iBoy's Home` only that has encoded character, iBoy's Guest not. Did you use the exact...

Okay conversion works: ``` root@dietpi:~# echo -e 'iBoy\xe2\x80\x99s Home\x20' iBoy’s Home root@dietpi:~# printf '%b' 'iBoy\xe2\x80\x99s Home\x20' iBoy’s Home ``` @IBOYHK As you can see, you indeed used a non-standard apostrophe...