#201 Le 24/12/2019, à 20:06
- geole
Re : Problème d'installation d'Ubuntu 19.04
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-72-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro quiet splash vt.handoff=1 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-72-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro quiet splash vt.handoff=1 BootCurrent: 0002 Boot0002* ubuntu HD(1,GPT,61d8a36c-6353-4ba0-960b-a7632aaf12e1,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)RC
Bonsoir
On voit maintenant que tu as bien booté avec le dernier noyau et par l'intermédiaire du shimx64
Bonne soirée.
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#202 Le 25/12/2019, à 05:56
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Super !
Merci (:
Bonnes fêtes
Hors ligne
#203 Le 14/04/2020, à 03:21
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Bonjour,
En voulant mettre à jour mon pc, un problème est survenu :
J'ouvre 'Software Updater' en me disant que ça fait longtemps que je n'ai pas fait de maj (environ 1-3 mois)
Il bloque et me reparle de grub et de boot :
https://www.hebergeur-image.com/upload/ … d2b850.png
/!\ En postant ce message mon pc à, je crois crashé, écran noir mais pas éteint. Je ne pouvais rien faire.
Ne voulant pas l'éteindre j'ai régardé sur mon portable, sur google des raccourcis claviers pour régler le problème mais aucun n'a fonctionné.
Le pc s'est s'éteint, je ne sais pas pourquoi (peut être à cause d'un des raccourcies claviers). Je l'ai redémarré, heureusement il a démarré comme normalement.
J'ai ouvert un terminal et tapé les 2 commandes :
psyko@psyko-desktop:~$ sudo apt update
[sudo] password for psyko:
Reading package lists... Done
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
psyko@psyko-desktop:~$ sudo apt upgrade
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
psyko@psyko-desktop:~$
(Geogebra3 est un logiciel qui ne s'est pas désinstallé correctement je crois, en tous cas ces messages sur geogebra3 sont là depuis longtemps)
Merci d'avance, l'année prochaine j'enterrerais ce pc.
Hors ligne
#204 Le 14/04/2020, à 06:39
- xubu1957
Re : Problème d'installation d'Ubuntu 19.04
Bonjour,
Tu as un doublon, montre le sources.list :
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
et :
uname -a
echo ; df -Th | grep -Ev "udev|tmpfs|loop|otfs"; echo ; df -Ti | grep -Ev "udev|tmpfs|loop|otfs"
echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr
ls -AsS1 /boot
Astuce pour copier / coller sans erreur :
triple clic gauche pour sélectionner et copier une ligne entière
clic molette pour coller dans le terminal
Dernière modification par xubu1957 (Le 14/04/2020, à 06:41)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#205 Le 14/04/2020, à 17:02
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Merci, voici les retours :
psyko@psyko-desktop:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.d/openjdk-r-ubuntu-ppa-bionic.list
1 deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic main
2 # deb-src http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic main
/etc/apt/sources.list.d/google-earth-pro.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb http://dl.google.com/linux/earth/deb/ stable main
/etc/apt/sources.list.d/geogebra.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb http://www.geogebra.net/linux/ stable main
/etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa-bionic.list
1 deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic main
2 # deb-src http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic main
/etc/apt/sources.list.d/steam.list
1 deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
2 deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://archive.canonical.com/ubuntu bionic partner
44 # deb-src http://archive.canonical.com/ubuntu bionic partner
45
46 deb http://security.ubuntu.com/ubuntu bionic-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
48 deb http://security.ubuntu.com/ubuntu bionic-security universe
49 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
50 deb http://security.ubuntu.com/ubuntu bionic-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
52 deb http://www.geogebra.net/linux/ stable main
53 # deb-src http://www.geogebra.net/linux/ stable main
54 # deb-src http://www.geogebra.net/linux/ stable main
psyko@psyko-desktop:~$ uname -a
Linux psyko-desktop 4.15.0-96-generic #97-Ubuntu SMP Wed Apr 1 03:25:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
psyko@psyko-desktop:~$ echo ; df -Th | grep -Ev "udev|tmpfs|loop|otfs"; echo ; df -Ti | grep -Ev "udev|tmpfs|loop|otfs"
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda2 ext4 117G 50G 61G 45% /
/dev/sda1 vfat 511M 8,5M 503M 2% /boot/efi
Filesystem Type Inodes IUsed IFree IUse% Mounted on
/dev/sda2 ext4 7782400 426675 7355725 6% /
/dev/sda1 vfat 0 0 0 - /boot/efi
psyko@psyko-desktop:~$ echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr
ii binutils-x86-64-linux-gnu 2.30-21ubuntu1~18.04.2 amd64
ii linux-headers-4.15.0-91 4.15.0-91.92 all
ii linux-modules-4.15.0-91-generic 4.15.0-91.92 amd64
ii linux-modules-extra-4.15.0-91-generic 4.15.0-91.92 amd64
ii linux-headers-4.15.0-91-generic 4.15.0-91.92 amd64
ii linux-image-4.15.0-91-generic 4.15.0-91.92 amd64
ii linux-generic 4.15.0.96.87 amd64
ii linux-signed-generic 4.15.0.96.87 amd64
ii linux-headers-generic 4.15.0.96.87 amd64
ii linux-image-generic 4.15.0.96.87 amd64
ii linux-headers-4.15.0-96 4.15.0-96.97 all
ii linux-modules-4.15.0-96-generic 4.15.0-96.97 amd64
ii linux-modules-extra-4.15.0-96-generic 4.15.0-96.97 amd64
ii linux-headers-4.15.0-96-generic 4.15.0-96.97 amd64
ii linux-image-4.15.0-96-generic 4.15.0-96.97 amd64
4.15.0-96-generic x86_64
psyko@psyko-desktop:~$ ls -AsS1 /boot
total 102236
38472 initrd.img-4.15.0-91-generic
38468 initrd.img-4.15.0-96-generic
8180 vmlinuz-4.15.0-91-generic
8176 vmlinuz-4.15.0-96-generic
3976 System.map-4.15.0-96-generic
3976 System.map-4.15.0-91-generic
216 config-4.15.0-91-generic
216 config-4.15.0-96-generic
184 memtest86+_multiboot.bin
184 memtest86+.elf
180 memtest86+.bin
4 efi
4 grub
psyko@psyko-desktop:~$
Hors ligne
#206 Le 18/04/2020, à 02:30
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Je viens à me demander si il n'est pas préférable que ne fasse aucune maj pendant les prochains mois (vu que j'aurais un nouveau pc bientôt)
Hors ligne
#207 Le 18/04/2020, à 06:44
- xubu1957
Re : Problème d'installation d'Ubuntu 19.04
Bonjour,
Les doublons :
3 deb http://www.geogebra.net/linux/ stable main
52 deb http://www.geogebra.net/linux/ stable main
Je demanderais l'aide de nany, pour aligner le sources.list.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#208 Le 18/04/2020, à 10:08
- nany
Re : Problème d'installation d'Ubuntu 19.04
Bonjour,
Je demanderais l'aide de nany, pour aligner le sources.list.
Il suffit de supprimer les trois dernières lignes de sources.list.
Cette commande le fera :
sudo sed -i '52,$d' /etc/apt/sources.list && cat -n /etc/apt/sources.list
En ligne
#209 Le 19/04/2020, à 15:36
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Super merci nany,
Comme je pige rien à ce qui se passe voici les retours :
psyko@psyko-desktop:~$ sudo sed -i '52,$d' /etc/apt/sources.list && cat -n /etc/apt/sources.list
[sudo] password for psyko:
1 # deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://archive.canonical.com/ubuntu bionic partner
44 # deb-src http://archive.canonical.com/ubuntu bionic partner
45
46 deb http://security.ubuntu.com/ubuntu bionic-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
48 deb http://security.ubuntu.com/ubuntu bionic-security universe
49 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
50 deb http://security.ubuntu.com/ubuntu bionic-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
Hors ligne