ibernazione
ibernazione in ubuntu-18.04 e archlinux
ubuntu 18.04
====================
--------------------
/etc/fstab
/dev/sdb1 none swap sw 0 0
--------------------
/etc/defult/grub
GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sdb1"
--------------------
/etc/initramfs-tools/conf.d/resume
resume=/dev/sdb1
-------------------
eseguire:
sudo update-initramfs -c -k 5.3.0-42-generic
sudo update-grub
-------------------
per ibernare:
sudo systemctl hibernate
-------------------
=============================================================
archlinux
=================
/etc/fstab
/dev/sda6 swap swap defaults 0 0
------------------
/etc/defult/grub
GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sda6"
-----------------
nel file /etc/mkinitcpio-custom.conf
HOOKS="base udev autodetect modconf block filesystems keyboard resume fsck"
poi eseguire:
mkinitcpio --config /etc/mkinitcpio-custom.conf --generate /boot/initramfs-custom.img
----------------
per ibernare:
sudo systemctl hibernate
-------------------
Le ultime notizie relative a questo argomento





























































Tutte le notizie relative a questo argomento