This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
minimal [2025/01/24 08:55] team created |
minimal [2025/03/04 17:49] (current) team [Keyboards with 84 keys] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **MINIMAL release for both 32/64 bit archs** | + | ** MINIMAL release for both 32/64 bit archs ** |
| + | {{ :screen2_minimal.jpeg |}} | ||
| + | |||
| + | |||
| + | ===== Warning messages on boot ===== | ||
| + | |||
| + | If the system shows these warning messages | ||
| + | |||
| + | mdadm: No arrays found in config file | ||
| + | |||
| + | mdadm: error opening /dev/md?*: No such file or directory | ||
| + | |||
| + | during startup you can fix it with these steps below: | ||
| + | |||
| + | * Open a terminal | ||
| + | * write this comand <code>sudo update-initramfs -u</code> | ||
| + | * then press Enter | ||
| + | |||
| + | The warnings will no longer appear at the next start. | ||
| + | |||
| + | ===== User live on login screen ===== | ||
| + | |||
| + | Due to a typo on a third party software the live user is not present even though it is indicated on the login screen. | ||
| + | |||
| + | To remove it follow the steps below: | ||
| + | * open a terminal | ||
| + | * edit with root permission the file /etc/slim.conf | ||
| + | * search the line with "default user live" | ||
| + | * remove only the word "live" | ||
| + | * save changes and exit | ||
| + | |||
| + | Now, form the next startup, the user "live" is not present in login screen. | ||
| + | |||
| + | ===== Keyboards with 84 keys ===== | ||
| + | |||
| + | The steps described are easy, so arm yourself with a little patience and follow them: | ||
| + | |||
| + | * open a terminal and write the following comand <code>sudo dpkg-reconfigure keyboard-configuration</code> | ||
| + | * change your settings | ||
| + | * to avoid overlapping letters press FN+ Num Lock | ||
| + | |||
| + | That's all! | ||