Servus Gemeinde,
nachdem mein Lappi mit seinen 4 GB RAM doch immer öfter mal an seine Grenze kommt, möchte ich ihm jetzt doch eine Swap-Partition gönnen (hatte bei der Installation keine angelegt). Habe auch mit dem Mate-eigenen Partitionierer eine 4,3 GB Partition angelegt, mit LUKS verschlüsseln lassen usw. Soweit alles fein. Einbinden im laufenden System klappt auch prima.
Da es ja eine Swap-Partition sein soll, soll die logischerweise während dem Boot mit eingebunden werden. Auch das hab ich im MATE-eigenen Partitionierer entsprechend einstellen können. Problem ist nun, dass beim Boot zwar die "Enter Passphrase"-Abfrage erscheint, aber er wartet nicht auf mich, sondern bootet direkt weiter und mountet so die Swap-Partition nicht. Das ist logischerweise nicht im Sinne des Erfinders, auch wenn der schnelle Boot (keine 30 Sek. vom Einschalten bis zur PW-Abfrage, und das auf einem 9 Jahre alten Laptop!) natürlich beeindruckend ist ☺
Wie also bekomm ich mein System dazu, auf mich bzw. meine Passworteingabe für die LUKS-Partition zu warten?
Meine Crypttab:
luks-4b4faa10-a3c3-4efb-a2f0-9ec3b657d895 UUID=4b4faa10-a3c3-4efb-a2f0-9ec3b657d895 none nofail
Mein Grub:
# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="noapic" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1"
Meine fstab:
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sdc6 during installation UUID=e326da28-60ef-4249-ae27-027e9715618a / ext4 errors=remount-ro 0 1 # /boot was on /dev/sdc5 during installation UUID=7a2ee936-6ae0-4218-8d67-3f085a76fa4f /boot ext4 defaults 0 2 # /home was on /dev/sdc7 during installation UUID=d64c86c4-d374-4581-985d-a9d0e35622d5 /home ext4 defaults 0 2 tmpfs /tmp tmpfs defaults,nosuid 0 0 LABEL=Lager /mnt/Lager auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Lager 0 0 LABEL=Daten /mnt/DatenWin10 auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Daten%20Win10 0 0 LABEL=Server /mnt/Server auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Server 0 0 /dev/disk/by-label/Swap /mnt/Swap auto nosuid,nodev,nofail,x-gvfs-show 0 0
Danke schonmal wieder im Voraus für eure Hilfe.