Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
debian:linux [2024/08/22 16:38] – créée thierrydebian:linux [2024/11/27 20:53] (Version actuelle) thierry
Ligne 1: Ligne 1:
 +===== Aucun périphérique SWAP correspondant est disponible =====
 +
 W: initramfs-tools configuration sets RESUME=UUID=97838164-6c47-4d2c-8bcd-bab6fb7c89 W: initramfs-tools configuration sets RESUME=UUID=97838164-6c47-4d2c-8bcd-bab6fb7c89
 W: but no matching swap device is available. W: but no matching swap device is available.
Ligne 8: Ligne 10:
 Step 1: Step 1:
  
-$ sudo blkid+  $ sudo blkid
  
 It will list get UUID of each device or partition on your system. Copy the UUID of swap partition. It will list get UUID of each device or partition on your system. Copy the UUID of swap partition.
Ligne 14: Ligne 16:
 Step 2: Step 2:
  
-$ sudo vim /etc/initramfs-tools/conf.d/resume+  $ sudo vim /etc/initramfs-tools/conf.d/resume
  
 Replace the available UUID with paste the UUID which you just copied and save it. Replace the available UUID with paste the UUID which you just copied and save it.
Ligne 20: Ligne 22:
 Step 3: Step 3:
  
-$ sudo update-initramfs -u+  $ sudo update-initramfs -u
  
  
Haut de page