Format SD Card:
16GB or larger
I use SD Card Formatter
https://www.sdcard.o...oads/formatter/
Write image:
I use Raspberry Pi Imager v.1.8.5:
https://www.raspberrypi.com/software/
Say NO for "Would you like to apply OS customisation settings?"
Setup WIFI (still on Windows computer):
Edit dietpi_wifi.txt, I use Notepad Editor:
aWIFI_SSID[0]='SSID'
aWIFI_KEY[0]='PSK Pass Phrase'
First Boot on Raspberry Pi 4B:
Insert SD Card and Power Up.
First boot can take quite long.
Wait until LED stops flashing.
Find the IP Address:
I use Advanced IP Scanner:
https://www.advanced-ip-scanner.com/
SSH into it, I use Putty
https://www.putty.org/
First time login as root with password dietpi
After login the system will automatically update
This takes quite some time.
Eventually a menu will show up to setup password.
The logins referred to below assume you did not change the passwords.
Then a menu will show up to install software.
There is no need to install additional software.
Don't select anything and use Install.
Say OK for "pure minimal image".
After that, eventually a root@DietPi:~# prompt will show up.
You may use dietpi-config and option 5 for local settings
Now reboot with "sudo reboot now".
SSH into it as dietpi user:
Now you can ssh into it as user dietpi with password dietpi
VNC into it as dietpi user:
Now you can also VNC into it, I use RealVNC:
https://www.realvnc....sr=0-4&lai_sl=l
Port is 5901
On my system the VNC Server is: 192.168.0.32::5901
login with password dietpi
You should see the OLVWM window manager.
Right click shows the menu.
Shutdown
In the main menu of OLVWM is a Shutdown... option.
Have fun!