Following the move of Debian Buster from "stable" to "oldstable", you might get error messages. To solve the issue, open a terminal and run:
apt update --allow-releaseinfo-change
To launch the installer in expert mode, run the following command:
sudo live-installer-expert-mode
Btrfs setups with multiple subvolumes on the same partition (/@ and /@home for instance) are not supported by the manual partitioning mode. You can use the expert mode for this.
To install LMDE on an existing LVM partition you must first remove it from the LVM volumes and groups to which it belongs.
In manual partitioning mode, note that the installer will automount all swap partitions. These partitions will also be placed in /etc/fstab in the installed system.
The LMDE ISOs and the live installer use a different structure than the ones used by other distributions. Please do not use Yumi or multiboot technologies with LMDE as it won't install properly.
The root account is locked by default.
To use the recovery console (from the Grub menu) or log in as root, you first need to give root a new password:
sudo passwd root
To add support for shared folders, drag and drop, proper acceleration and display resolution in Virtualbox, click on the "Devices" menu of Virtualbox and choose "Insert Guest Additions CD Image". Choose "download" when asked and follow the instructions.
For more info, read Installing the VirtualBox Guest Additions.
If you're facing issues with your microphone or your sound output, please install "pavucontrol".
This will add "PulseAudio Volume Control" to your menu. This application has more configuration options than the default volume control.
If VLC does not find your DVD player, click on Media->Open Disc, and specify '/dev/sr0' as the disc device.
If you're experiencing issues with KDE apps (Okular, Gwenview, KStars..etc) run the following command:
apt install kdelibs-bin kdelibs5-data kdelibs5-plugins
LMDE 4 is based on Debian Buster. Make sure to read the Debian release notes.
In the live session, the username is "mint" and the password is empty (i.e. just press Enter if asked for a password).
If your screen resolution is too low, some windows might not fit in the screen.
While pressing the ALT key, you can grab any part of a window with the mouse and move it across the screen.
To download the multimedia codecs into an installable archive:
On computers which do not have an Internet access, you can decompress this archive and run ./install.sh (or alternatively "sudo dpkg -i *.deb") to install the multimedia codecs.
To guarantee compatibility with non-PAE processors, the 32-bit versions of Linux Mint Debian come with a 686 non-PAE kernel by default. For PAE support, simply install the 686-PAE kernel and reboot your computer.
Type the following commands and reboot the computer:
apt update
apt install linux-headers-686-pae linux-image-686-pae