Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 24/05/2021, à 17:57

karabouya

[Résolu] Toute nouvelle installation qui se plante après 3 jours

Bonjour,
Il y a 6 mois, plus de 250 posts ont été consacrés à des problèmes récurrents de démarrage de xubuntu en dual boot sur un Medion.( Détails ici.) Geole n'a vraiment pas ménagé sa peine et je lui en suis très reconnaissant.
Mais finalement, le problème n'a jamais été résolu et les démarrages ont continués à être totalement aléatoires avec une réussite 1 fois sur 5 ou sur 10.
(NB. Entretemps, windows a toujours fonctionné sans le moindre problème. Je suis d'ailleurs obligé de m'en servir pour poster ce nouveau sujet, je vais expliquer pourquoi).

Lassé par ces démarrage à problème insoluble, j'ai acheté un nouveau portable Medion et l'installation xubuntu 20.04 en dual boot  a été rondement menée grâce à Malbo ( détail ici ) qui l'a citée en référence de matériel compatible ( voir là ).

D'abord, tout se passe à merveille. Hier, je récupère mes dossiers thunderbird, firefox. Tout ça fonctionne. Je remonte mes dossiers documents, images et musique depuis mon backup avec grsync. je teste : parfait.
Aujourd'hui, je lance grsync pour remonter le gros dossier video. Après un moment, arrêt avec un message signalant un manque de place sur la destination (err 28). Bizarre alors que j'ai 1 TB et que le dossier video fait 400 Go. Je n'ai malheureusement pas de trace de ce message. J'arrête donc grsync comme il le propose. Je redémarre le pc. Et là, gros problème. Ecran noir avec message clignotant :

/dev/nvme0n1p6: clean,  289991/3203072 files, 12644877/12800000 blocks
[4.309297] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS

Pour relancer, l'utilise les touches magiques : alt+sys+b

Je redémarre en mode recovery puis demande le redémarrage normal : cette fois écran noir avec seul le curseur clignotant.
Nouveau redémarrage avec alt+sys+b puis demande démmarrage normal et de nouveau écran noir avec :

/dev/nvme0n1p6: recovering journal
/dev/nvme0n1p6: clean, 290190/3203072 files, 12754681/12800000 blocks
[4.324102]iwlwifi 0000:0014.3: BIOS containsWGDS but not WRDS

AJOUT
D'autres lignes se sont ajoutées :

systemd-journald [308] failed tot rotate /var/log/ journal/02fc***********
failed to write entry (22 items, 745 bytes)  despite vacuuning; ignoring arguement ******
failed to create new system journal : no space left on device

Tout ça avec un matériel tout neuf et une installation nickel de 20.04.LTS.
Il y a de quoi désespérer.

Et pendant ce temps, sur ce même pc, windows tourne comme un charme.

Faudra-t-il que je renonce à mes principes pour le logiciel libre et retourner chez MS  ??

Dernière modification par karabouya (Le 26/05/2021, à 16:23)


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#2 Le 24/05/2021, à 18:38

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Bonjour.
Comme toujours, un boot-info fait à partir d'un support d'installation va aider.
On devrait avoir confirmation du manque de place disque
A mon avis dans le répertoire /var
si tu sais le monter, tu pourras regarder son contenu

sudo mount -v /dev/nvme0n1p6  /mnt
df -ht ext4
ls -ls /mnt/var/log
journalctl --no-pager -b -p err | tail -100

Je me suis permis de récupérer la taille de cette partition 48go. c'est normalement suffisant. si les traces inutiles sont invalidées.
Voir le paragraphe 4.6 de cette documentation https://doc.ubuntu-fr.org/ssd_solid_state_drive qui reste aussi valable pour un disque dur.

Dernière modification par geole (Le 24/05/2021, à 18:50)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#3 Le 24/05/2021, à 18:38

lucmars

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Windows a sa/ses partoches

Linux a la/les siennes, mais p'tete quelles sont saturés par un composant réseau (celui du wifi) très bavard en logs car mal supporté.

Rabats-toi sur ta clef/dvd buntu en mode essayer afin de ne pas continuer à saturer les partoches buntu.


Gaulois Matter !

Hors ligne

#4 Le 24/05/2021, à 19:21

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Enfin 
https://paste.ubuntu.com/p/pH6KTGqbTV/

tting up boot-sav-extra (4ppa130) ...
Setting up boot-repair (4ppa130) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
^CTerminated
xubuntu@xubuntu:~$ sudo mount -v /dev/nvme0n1p6  /mnt
mount: /dev/nvme0n1p6 mounted on /mnt.
xubuntu@xubuntu:~$ df -ht ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p6   48G   48G     0 100% /mnt
xubuntu@xubuntu:~$ ls -ls /mnt/var/log
total 29832
   52 -rw-r--r--  1 root              root               52304 May 24 16:43 Xorg.0.log
   52 -rw-r--r--  1 root              root               51590 May 24 16:43 Xorg.0.log.old
   32 -rw-r--r--  1 root              root               32717 May 21 15:43 alternatives.log
    8 -rw-r-----  1 root              adm                 8192 May 24 17:56 apport.log
    4 -rw-r-----  1 root              adm                  685 May 23 07:17 apport.log.1
    4 -rw-r-----  1 root              adm                  477 May 22 10:55 apport.log.2.gz
    4 drwxr-xr-x  2 root              root                4096 May 23 19:19 apt
   52 -rw-r-----  1 syslog            adm                49152 May 24 17:56 auth.log
  132 -rw-r-----  1 syslog            adm               129880 May 23 05:41 auth.log.1
    4 drwxr-xr-x  3 root              root                4096 May 21 06:34 boot-info
  100 -rw-------  1 root              root              106496 May 24 17:56 boot.log
   32 -rw-------  1 root              root               30040 May 24 06:23 boot.log.1
  156 -rw-------  1 root              root              156208 May 23 05:41 boot.log.2
  104 -rw-r--r--  1 root              root              104003 Jul 31  2020 bootstrap.log
    0 -rw-rw----  1 root              utmp                   0 Jul 31  2020 btmp
    4 drwxr-xr-x  2 root              root                4096 May 24 06:23 cups
    4 drwxr-xr-x  3 root              root                4096 May 24 15:37 dist-upgrade
    0 -rw-r--r--  1 root              adm                    0 May 24 17:56 dmesg
   96 -rw-r--r--  1 root              adm                96586 May 24 17:56 dmesg.0
   24 -rw-r--r--  1 root              adm                22162 May 24 15:38 dmesg.2.gz
   24 -rw-r--r--  1 root              adm                21262 May 24 15:37 dmesg.3.gz
   24 -rw-r--r--  1 root              adm                21239 May 24 15:34 dmesg.4.gz
 1332 -rw-r--r--  1 root              root             1357744 May 23 19:20 dpkg.log
    8 -rw-r--r--  1 root              root               32032 May 23 19:20 faillog
   12 -rw-r--r--  1 root              root               11457 May 21 09:22 fontconfig.log
    4 -rw-r--r--  1 root              root                1381 May 24 17:56 gpu-manager.log
    4 drwxr-xr-x  3 root              root                4096 Jul 31  2020 hp
    4 drwxrwxr-x  2 root              root                4096 May 20 14:57 installer
    4 drwxr-sr-x+ 3 root              systemd-journal     4096 May 20 14:58 journal
  756 -rw-r-----  1 syslog            adm               774144 May 24 17:56 kern.log
22664 -rw-r-----  1 syslog            adm             23202865 May 23 05:41 kern.log.1
   40 -rw-rw-r--  1 root              utmp              292292 May 23 19:20 lastlog
    4 drwxr-xr-x  2 root              root                4096 May 24 15:21 lightdm
    4 drwxr-xr-x  2 root              root                4096 Apr 27 14:51 openvpn
    4 drwx------  2 root              root                4096 Jul 31  2020 private
    4 drwx------  2 speech-dispatcher root                4096 Jan 19  2020 speech-dispatcher
  872 -rw-r-----  1 syslog            adm               888832 May 24 17:56 syslog
  880 -rw-r-----  1 syslog            adm               894258 May 24 06:23 syslog.1
 1848 -rw-r-----  1 syslog            adm              1889485 May 23 05:41 syslog.2.gz
    4 drwxr-xr-x  2 root              root                4096 May 21 09:24 teamviewer15
   12 -rw-------  1 root              root               11765 May 24 16:50 ubuntu-advantage.log
    4 drwxr-x---  2 root              adm                 4096 May 20 17:49 unattended-upgrades
  456 -rw-rw-r--  1 root              utmp              462848 May 24 17:56 wtmp
xubuntu@xubuntu:~$ 
xubuntu@xubuntu:~$ journalctl --no-pager -b -p err | tail -100
-- Logs begin at Mon 2021-05-24 18:02:28 UTC, end at Mon 2021-05-24 18:22:07 UTC. --
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.GPLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.TPLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.GUPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.TUPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:28 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:28 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
May 24 18:02:29 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
May 24 18:02:29 xubuntu kernel: Initramfs unpacking failed: Decoding failed
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: ima: Error Communicating to TPM chip
May 24 18:02:29 xubuntu kernel: sof-audio-pci 0000:00:1f.3: error: no reply expected, received 0x0
May 24 18:02:33 xubuntu kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
xubuntu@xubuntu:~$ 

Desole avec qwerty pas rapide

Dernière modification par karabouya (Le 24/05/2021, à 19:26)


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#5 Le 25/05/2021, à 09:00

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Bonjour.
La taille des fichiers de log est raisonnable.
Pense à refaire la commande sudo mount -v /dev/nvme0n1p6 /mnt
On va chercher plus large.

sudo du / -xam --max-depth=1 2>/dev/null | sort -n | tail

Pour un petit dépannage.

sudo rm  -v  /mnt/var/log/syslog*
sudu rm -v  /mnt/var/log/kern*

Dernière modification par geole (Le 25/05/2021, à 09:24)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#6 Le 25/05/2021, à 09:21

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

bonjour. merci pour le retour.

xubuntu@xubuntu:~$ sudo mount -v /dev/nvme0n1p6  /mnt
mount: /mnt: /dev/nvme0n1p6 already mounted on /mnt.
xubuntu@xubuntu:~$ sudo du / -xam --max-depth=1 2>/dev/null | sort -n | tail
0	/boot
0	/etc
0	/home
0	/media
0	/opt
0	/root
0	/snap
0	/srv
0	/usr
0	/var
xubuntu@xubuntu:~$ sudo rm  -v  /mnt/var/log/syslog*
removed '/mnt/var/log/syslog'
removed '/mnt/var/log/syslog.1'
removed '/mnt/var/log/syslog.2.gz'
xubuntu@xubuntu:~$ sudo rm -v  /mnt/var/log/kern*
removed '/mnt/var/log/kern.log'
removed '/mnt/var/log/kern.log.1'
xubuntu@xubuntu:~$ 

j espere que tu pourras me dire ce qu il s est passe, cela m inquiete vraiment car tout allait super bien jusque la, merci


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#7 Le 25/05/2021, à 09:34

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Me suis trompé..
On va chercher plus large.

sudo du /mnt  -xam --max-depth=2   2>/dev/null | sort -n | tail  -30

Dernière modification par geole (Le 25/05/2021, à 09:36)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#8 Le 25/05/2021, à 09:37

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

xubuntu@xubuntu:~$ sudo du /mnt  -xam --max-depth=2   2>/dev/null | sort -n | tail  -30
9	/mnt/root/.cache
9	/mnt/usr/games
10	/mnt/root
10	/mnt/var/crash
12	/mnt/boot/vmlinuz-5.4.0-42-generic
12	/mnt/boot/vmlinuz-5.4.0-73-generic
12	/mnt/etc
17	/mnt/usr/lib32
34	/mnt/usr/sbin
48	/mnt/boot/initrd.img-5.4.0-42-generic
49	/mnt/boot/initrd.img-5.4.0-73-generic
71	/mnt/opt/teamviewer
137	/mnt/boot
178	/mnt/usr/bin
263	/mnt/usr/src
370	/mnt/opt/bluegriffon
446	/mnt/opt
853	/mnt/var/log
1037	/mnt/var/lib
1237	/mnt/var/cache
1419	/mnt/usr/share
2049	/mnt/swapfile
3098	/mnt/home
3098	/mnt/home/phi
3142	/mnt/var
4592	/mnt/usr/lib
6516	/mnt/usr
33460	/mnt/media
33460	/mnt/media/phi
48865	/mnt
xubuntu@xubuntu:~$ 

Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#9 Le 25/05/2021, à 09:42

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Je pense que tu vas voir ce qui c'est passé

sudo du /mnt/home/phi -xam --max-depth=2   2>/dev/null | sort -n | tail  -30

A mon avis, tu étais en train de mettre des donnnées dans une partition de données alors qu'elle n'était pas montée.

Ajout. Le boot-info montre qu'aucune partition de données n'est prévue en montage automatique.S

Dernière modification par geole (Le 25/05/2021, à 09:52)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#10 Le 25/05/2021, à 09:54

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

xubuntu@xubuntu:~$ sudo du /mnt/home/phi -xam --max-depth=2   2>/dev/null | sort -n | tail  -30
3	/mnt/home/phi/.config
3	/mnt/home/phi/.config/libreoffice
3	/mnt/home/phi/.thunderbird/34mgmpm4.default-release
3	/mnt/home/phi/.thunderbird/3yjv4vcz.default-release
4	/mnt/home/phi/demonipuch-brprinter-installer-6e4cce8c163b
4	/mnt/home/phi/demonipuch-brprinter-installer-6e4cce8c163b/packages
5	/mnt/home/phi/.cache/tracker
6	/mnt/home/phi/.cache/thumbnails
6	/mnt/home/phi/Documents
6	/mnt/home/phi/Documents/FR Notice d'utilisation.pdf
10	/mnt/home/phi/snap
10	/mnt/home/phi/snap/snap-store
11	/mnt/home/phi/.cache/icon-cache.kcache
13	/mnt/home/phi/.cache/font-manager
17	/mnt/home/phi/.disruptive innovations sarl
17	/mnt/home/phi/.disruptive innovations sarl/bluegriffon
17	/mnt/home/phi/.thunderbird/599zjxf4.default-release
17	/mnt/home/phi/.thunderbird/dqxltl2h.default-release
44	/mnt/home/phi/.cache/thunderbird
87	/mnt/home/phi/.local
87	/mnt/home/phi/.local/share
249	/mnt/home/phi/tor-browser_fr
249	/mnt/home/phi/tor-browser_fr/Browser
526	/mnt/home/phi/.cache/mozilla
611	/mnt/home/phi/.cache
736	/mnt/home/phi/.mozilla
736	/mnt/home/phi/.mozilla/firefox
1339	/mnt/home/phi/.thunderbird/k6j0fjeh.default
1377	/mnt/home/phi/.thunderbird
3098	/mnt/home/phi
xubuntu@xubuntu:~$  

Quand c est survenu, grsync copiait des fichiers videos depuis le HD vers /MesDatas/videos. Via windows j ai vu que MesDatas avait encore 703 Go de libre alors que le syst annoncait : plus de place !


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#11 Le 25/05/2021, à 10:07

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Le point de montage MesDatas ,n'est pas present dans le fichier /etc/fstab Serait-ce /dev/sda1?


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#12 Le 25/05/2021, à 10:10

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

c est possible,  pas noter

quelle commande pour savoir stp  ?


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#13 Le 25/05/2021, à 10:13

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Je pense que tu vas voir ce qui c'est passé
Le home est correct.   

sudo du /mnt/media/phi -xam --max-depth=2   2>/dev/null | sort -n | tail  -30

C'est tout ce répertoire d'il faut virer.
A mon avis, tu étais en train de mettre des donnnées dans une partition de données alors qu'elle n'était pas montée.

Ajout. Le boot-info montre qu'aucune partition de données n'est prévue en montage automatique.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#14 Le 25/05/2021, à 10:22

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

xubuntu@xubuntu:~$ sudo du /mnt/media/phi -xam --max-depth=2   2>/dev/null | sort -n | tail  -30
33460	/mnt/media/phi
33460	/mnt/media/phi/MesDatas
33460	/mnt/media/phi/MesDatas/Vidéos
xubuntu@xubuntu:~$ 

ajout avec pc azerty

Si je me souviens bien, quand j'ai constaté le blocage, grsync avait déjà recopié pas mal de fichiers videos. Je n'ai rien rien pigé quand j'ai vu un dossier MesDatas1  que je n'avais jamais créé !  Panique d'autant plus que le syst m'enjoignait d'arreter.

Dernière modification par karabouya (Le 25/05/2021, à 10:26)


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#15 Le 25/05/2021, à 10:30

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

De ce que je connais de ton espace disque,
Je pense que tu souhaitais faire une partition de données communes entre ubuntu et windows.
Le disque SDA est une bonne idée, mais il y a deux partitions
Une enorme de 900Go qui contient déjà des données mais inutilisable par windows.
Alors je ne sais pas trop si c'est ce que tu veux.
Et une petite de 25 go en NTFS. Je ne sais pas ce qu'elle contient.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#16 Le 25/05/2021, à 10:37

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

L'installation a été guidée intégralement par Malbo : https://forum.ubuntu-fr.org/viewtopic.php?id=2064649
En t'y référant, tu verras toute la procédure.
Je ne désirais pas utiliser mes données par windows mais conserver celui-ci pour quelques rares fonctions occassionnelles.

Comme je te le disais, j'avais déjà remonté la veille dans MesDatas : mes documents, images, musique, et thunderbird plus firefox. Tout allait super bien.


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#17 Le 25/05/2021, à 10:42

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Le point de montage a bien été créé mais aucune partition n'y a été montée.
Du coup  rsync a empli la partition contenant le logiciel de 48 Go au lieu de la partition prévue.
Il te reste à supprimer le répertoire vidéos et tu pourras rebooter normalement.

Il faudra alors que tu décrives le point de montage dans le fichier /etc/fstab que tu rebootes, que tu vérifies que la partirion de données est bien montée puis tu pourras rapatrier tes données.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#18 Le 25/05/2021, à 10:52

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Avec le gestionnaire de fichiers, aucun répertoire "vidéos" n'apparaît, même en fichier caché. Par contre, tous les autres remontés précemment sont bien visibles.

Je comprends le principe mais vraiment désolé, les manips comme

geole a écrit :

décrives le point de montage dans le fichier /etc/fstab

je n'y arrive pas seul


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#19 Le 25/05/2021, à 11:05

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

si cela peut etre utile

mini_210525121656373445.png

mini_21052512180687539.png


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#20 Le 25/05/2021, à 11:16

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

Tu n'as pas encore supprimé le répertoire videos.....
J'ai mis un lien dans l'autre discussion.
Personnellement, je préfère le mode graphique de gnomeDisque utility. paragraphes 2.11 puis 2.10 de https://doc.ubuntu-fr.org/gnome-disk-utility
1) Faire monter automatiquement à chaque démarrage la partition sectionnée sur /media/data au lieu de /mnt/data en modifiant ce qui est proposé. Puis
2) réaliser le montage pour y accéder puis
3) réaliser l'opération de liens de bluc

Dernière modification par geole (Le 25/05/2021, à 11:28)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#21 Le 25/05/2021, à 11:33

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

geole a écrit :

Tu n'as pas encore supprimé le répertoire videos.....

voila tout ce que je trouve, ou trouver alors ce dossier a supprimer  ?

mini_210525123844607780.png

geole a écrit :

J'ai mis un lien dans l'autre discussion.

quelle autre discussion stp ? merci

okm j ai vu, ainsi que la note de malbo.  Et maintenant, je fais quoi ?

AJOUT

mini_210525125958255104.png


mini_210525010038740062.png


mini_210525013316164339.png

Dernière modification par karabouya (Le 25/05/2021, à 12:56)


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#22 Le 25/05/2021, à 14:59

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

On démonte ta partition de données au cas oû elle serait montée

sudo umount  -v  /dev/sda1

et on fait le ménage

sudo rm  -rv 	/mnt/media/phi/MesData/vidéos 

Dernière modification par geole (Le 25/05/2021, à 15:03)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#23 Le 25/05/2021, à 15:43

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

je m en doutais. invisible comme indique ds post 21. bizarre non ?

xubuntu@xubuntu:~$ sudo umount  -v  /dev/sda1
umount: /media/xubuntu/MesDatas (/dev/sda1) unmounted
xubuntu@xubuntu:~$ sudo rm  -rv /mnt/media/phi/MesData/vidéos 
rm: cannot remove '/mnt/media/phi/MesData/vidéos': No such file or directory
xubuntu@xubuntu:~$ sudo rm  -rv /mnt/media/phi/MesData/vidéos 
xubuntu@xubuntu:~$ sudo mount  -v  /dev/sda1
mount: /dev/sda1: can't find in /etc/fstab.
xubuntu@xubuntu:~$ 

Dernière modification par karabouya (Le 25/05/2021, à 15:50)


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne

#24 Le 25/05/2021, à 16:12

geole

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

sudo rm  -rv /mnt/media/phi/MesDatas/Vidéos 

Voir dans la discussion de malbo, ma proposition de mise à jour du fichier fstab.
Que donne cette commande

df -ht ext4

Dernière modification par geole (Le 25/05/2021, à 16:16)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#25 Le 25/05/2021, à 16:23

karabouya

Re : [Résolu] Toute nouvelle installation qui se plante après 3 jours

full en effet


xubuntu@xubuntu:~$ df -ht ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p6   48G   48G     0 100% /mnt
xubuntu@xubuntu:~$ 

puis apres rm un peu de place

xubuntu@xubuntu:~$ df -ht ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p6   48G   16G   31G  34% /mnt
xubuntu@xubuntu:~$ 

AJOUT

GEOLE a écrit :

faire mettre à jour le fichier /etc/fstab   du point de montage retenu.

Je comprends plus ou moins ce qu'il faudrait faire avec ton lien "bluc" mais je n'ose pas me lancer avec des manips qui touchent aux partitions et autres points de montage. Si c'était sur un vieux PC martyr je ne dis pas, mais ici j'ai trop peur de faire des conneries sur un pc tout neuf à peine installé. Désolé. Je suis un utilisateur lambda et pas geek du tout. 99% de mon utilisation c'est du texte et compagnie, je n'ai pas l'habitude de jongler comme d'autres avec les commandes. J'espère que tu auras le temps et la patience de me guider. Merci d'avance. Je me demande de plus en plus si linux/ubuntu est conçu pour être mis dans les mains de n'importe qui. Je suis convaincu que ma femme par exemple, que j'ai entrainé vers le logiciel libre,  retournerait direct à windows quand je ne serai plus là.

Dernière modification par karabouya (Le 25/05/2021, à 18:08)


Xubuntu 24.04 LTS en dual boot avec Windows 11 sur Dell Latitude E5580 i5 16Gb 1To SSD
Un immense merci à celles et ceux qui répondent et qui sans souvent ménager leur temps, consacrent savoir, énergie et patience à aider les désemparés.

Hors ligne