Toutes mes réponses sur les forums
-
AuteurArticles
-
furnicketParticipant
Super, merci beaucoup Nam, ton tuto est génial je m’y réfère à chaque fois que je formate (j’ai du l’utiliser 4 ou 5 fois).
Bonne continuation !furnicketParticipantVoilà :
elsa@elsa-X510UQ:~$ cat /etc/default/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_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR=<code>lsb_release -i -s 2> /dev/null || echo Debian</code> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 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" elsa@elsa-X510UQ:~$ cat /etc/mkinitcpio.conf cat: /etc/mkinitcpio.conf: Aucun fichier ou dossier de ce type
furnicketParticipantSuper ! j’imagine que c’est bon, on m’indique :
elsa@elsa-X510UQ:~$ swapon -s
Nom de fichier Type Taille Utilisé Priorité
/var/lib/systemd-swap/swapfc/1 file 524284 0 -2Ensuite pour désactiver l’hibernation je n’ai pas très bien compris : Dans mon fichier etc je n’ai pas defaul ou mkinitcpio.conf, je n’ai que systemd.
Du coup après avoir fait la commande que tu préconise ça me donne :elsa@elsa-X510UQ:~$ sudo update-grub
Sourcing file `/etc/default/grub’
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.3.0-42-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.3.0-42-generic
Image Linux trouvée : /boot/vmlinuz-5.3.0-28-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.3.0-28-generic
Adding boot menu entry for EFI firmware configuration
fait
elsa@elsa-X510UQ:~$ sudo mkinitcpio -P
sudo: mkinitcpio : commande introuvableça te parait bon ?
furnicketParticipantSi je fais chaque commande j’obtiens :
elsa@elsa-X510UQ:~$ git clone https://github.com/Nefelim4ag/systemd-swap.git
fatal: le chemin de destination ‘systemd-swap’ existe déjà et n’est pas un répertoire vide.
elsa@elsa-X510UQ:~$ ./systemd-swap/package.sh debian
./systemd-swap/package.sh: ligne 16: make : commande introuvable
elsa@elsa-X510UQ:~$ cd ~/systemd-swap
elsa@elsa-X510UQ:~/systemd-swap$ sudo dpkg -i systemd-swap_*_a??.deb
[sudo] Mot de passe de elsa :
dpkg: erreur: cannot access archive ‘systemd-swap_*_a??.deb’: Aucun fichier ou dossier de ce typefurnicketParticipantBonjour,
je suis novice sur linux et moi non plus la manip de remplacer * par le numéro de version dans le .deb ne fonctionne pas.
Cela me fait :
elsa@elsa-X510UQ:~/systemd-swap$ sudo dpkg -i systemd-swap_4.0.1_all.deb
dpkg: erreur: cannot access archive ‘systemd-swap_4.0.1_all.deb’: Aucun fichier ou dossier de ce type.
Pourraiez-vous m’aider ?Cordialement
-
AuteurArticles