Bonjour,
J'ai hérité d'un Acer Aspire ES1-533, sur lequel je me suis empressé d'installer Zorin 15.2. Ça n'a pas été une partie de plaisir, car sur ce modèle, tout semble fait pour dissuader l'utilisateur d'utiliser une telle distribution. Bref, j'ai suivi les instructions de Sladek90 sur
ce forumce forum :
(Boot Ubuntu Live DVD/USB in testing mode and open terminal)
sudo ubiquity -b
sudo mount /dev/sda2 /mnt
sudo mkdir /mnt/boot/efi
sudo mount /dev/sda1 /mnt/boot/efi
for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done
(where sda2 is the root partition and sda1 is the EFI system partition)
sudo modprobe efivars
sudo apt-get install --reinstall grub-efi-amd64
sudo grub-install --no-nvram --root-directory=/mnt
sudo chroot /mnt
sudo update-grub
cd /boot/efi/EFI
sudo cp -R ubuntu/* BOOT/
cd BOOT
sudo cp grubx64.efi bootx64.efi
(Reboot the system.)
Après ça, l'ordinateur ne voulait plus s'éteindre. J'ai suivi les instructions du post de
dans
ce post :
Change line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off" then run command sudo update-grub.
L'ordinateur ne s'éteint toujours pas complètement, il faut l'éteindre manuellement, mais ça semble être safe.
Il reste deux problèmes de taille, qui sont peut-être reliés.
1) L'ordi plante sérieusement (même CTRL+ALT+impr.écran+B ne fonctionne pas) une fois par jour (souvent quand je suis en visio sur Gmeet) : voici le syslog associé à ce dernier plantage (ce matin à 11h17):
May 6 09:55:04 marie-pc wpa_supplicant[751]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=52000
May 6 09:55:31 marie-pc wpa_supplicant[751]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-64 noise=9999 txrate=58500
May 6 09:57:01 marie-pc wpa_supplicant[751]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-65 noise=9999 txrate=52000
May 6 10:02:40 marie-pc wpa_supplicant[751]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-51 noise=9999 txrate=65000
May 6 10:03:27 marie-pc systemd[1]: Starting Cleanup of Temporary Directories...
May 6 10:03:27 marie-pc systemd[1]: Started Cleanup of Temporary Directories.
May 6 10:08:07 marie-pc systemd-resolved[691]: Using degraded feature set (UDP) for DNS server 192.168.1.1.
May 6 10:08:55 marie-pc kernel: [ 1274.552447] perf: interrupt took too long (2518 > 2500), lowering kernel.perf_event_max_sample_rate to 79250
May 6 10:11:53 marie-pc kernel: [ 1452.635815] perf: interrupt took too long (3149 > 3147), lowering kernel.perf_event_max_sample_rate to 63500
May 6 10:15:46 marie-pc kernel: [ 1685.715490] perf: interrupt took too long (3966 > 3936), lowering kernel.perf_event_max_sample_rate to 50250
May 6 10:17:01 marie-pc CRON[2219]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
May 6 10:22:45 marie-pc kernel: [ 2105.346060] perf: interrupt took too long (4959 > 4957), lowering kernel.perf_event_max_sample_rate to 40250
May 6 10:31:42 marie-pc wpa_supplicant[751]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=65000
May 6 10:32:39 marie-pc kernel: [ 2699.215595] perf: interrupt took too long (6220 > 6198), lowering kernel.perf_event_max_sample_rate to 32000
May 6 10:41:53 marie-pc kernel: [ 3253.131399] perf: interrupt took too long (7801 > 7775), lowering kernel.perf_event_max_sample_rate to 25500
May 6 10:43:58 marie-pc kernel: [ 3378.159712] snd_hda_intel 0000:00:0e.0: Unstable LPIB (65536 >= 32768); disabling LPIB delay counting
May 6 11:11:07 marie-pc wpa_supplicant[751]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-65 noise=9999 txrate=65000
May 6 11:12:19 marie-pc wpa_supplicant[751]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=58500
May 6 11:17:01 marie-pc CRON[3268]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
May 6 11:21:13 marie-pc systemd[1]: Started Remount Root and Kernel File Systems.
May 6 11:21:13 marie-pc systemd[1]: Starting Flush Journal to Persistent Storage...
May 6 11:21:13 marie-pc systemd[1]: Activating swap /swapfile...
May 6 11:21:13 marie-pc systemd[1]: Starting Load/Save Random Seed...
etc.
La dernière trace avant plantage est donc
May 6 11:17:01 marie-pc CRON[3268]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Il y avait bien sûr eu une heure auparavant la même opération :
May 6 10:17:01 marie-pc CRON[2219]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
mais sans la moindre conséquence sur le bon fonctionnement de la machine.
2) L'ordi met très longtemps à demarrer : voici la réponse à systemd-analyze time :
Startup finished in 8.897s (firmware) + 4.727s (loader) + 23.113s (kernel) + 28.624s (userspace) = 1min 5.363s
graphical.target reached after 28.614s in userspace
Voilà, je suis preneur de tout conseil !