#151 Le 07/08/2019, à 15:26
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Les deux fois où je ferme le terminal il y a écrit
"Close this terminal ?
There is still a process running in this terminal. Closing the terminal will kill it.
[Cancel] [Close the terminal]"
Je rentre les commandes à la suite ou j'ouvre un nouveau ?
sudo apt-get install --no-install-recommends smartmontools
sudo smartctl -s on -a /dev/sdb
(A vrai dire je ne sais même ce qu'est le chroot)
Dernière modification par Psykopak (Le 07/08/2019, à 15:27)
Hors ligne
#152 Le 07/08/2019, à 17:32
- geole
Re : Problème d'installation d'Ubuntu 19.04
Tu rentres ces commandes dans une instance qui fonctionne. Donc celle qui tourne convient.
Elle va donner l'état du disque dur car cette commande
root@ubuntu:~# chroot /mnt
-bash: /usr/sbin/chroot: Input/output error
a sorti un message d'erreur d'accès à un disque. Je ne connais pas trop le mécanisme de gestion d'erreur et je suis incapable de savoir si l'erreur est sur le disque dur ou sur la clé USB. Je pars du principe qu'il vaut mieux regarder l'état du disque dur en premier. Si je le trouve de qualité, j'envisagerais que c'est la clé qui a un problème, et il faudra que tu en achètes une autre... Je me demande d'ailleurs, vu les derniers ennuis que tu as eu pour booter si l'état de la clé n'y est pas pour quelque chose.
Je pensais t'avoir donné le lien sur la documentation chroot https://doc.ubuntu-fr.org/chroot
C'est écrit " La commande chroot permet de changer le répertoire racine vers un nouvel emplacement. "
En clair, lorsque tu es dans une instance ubuntu qui fonctionne et qu'il y en a une autre sur la machine, au lieu de booter, on fait la commande chroot et on se retrouve dans l'autre instance. On la peut quitter en revenant dans l'instance et aller sur une autre. Comme tu le vois c'est assez pratique. Boot-repair est basé sur ce principe. Mais avant de faire ce saut, il y a des commandes de préparation pour aller au bon endroit. Sinon on va dans le mur.
Comme le GRUB ne sait pas fonctionner et que refind ne trouve pas, il ne reste que cette technique ou l'utilisation de Super Grub 2 Disk dont il me semble que tu n'as pas préparé le support
Dernière modification par geole (Le 07/08/2019, à 17:34)
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
En ligne
#153 Le 07/08/2019, à 21:34
- Antt0n
Re : Problème d'installation d'Ubuntu 19.04
Bonjour,
Pour rEDInd, le plus simple est de monter la partition sur laquelle il se trouve, puis d'éditer le fichier de configuration.
Vu l'état actuel de la conversation, j'ai du mal à comprendre où se situe le problème.
Il peut rester des résidus de l'installation de GRUB dans la partition principale EFI (sda1, le BootLoader de Windows), qu'il faut supprimer manuellement, en cas d'une première tentative d'installation d'Ubuntu avec BootLoader.
Le plus simple ne serait-il pas de formater les partitions et recommencer depuis une installation propre ?
=> https://antt0n.github.io/papers/lordi-linux.pdf
Tout est expliqué, il ne devrait normalement n'y avoir aucun problème.
EDIT:
Je me permets aussi de donner ce lien, permettant une remise à l'état d'usine de l'ordinateur :
https://lordi.grouperdi.com/_layouts/do … D52D7E9%7D
Cela implique le retour de Windows, ainsi que du BootLoader présent au départ avec l'ordinateur.
Dernière modification par Antt0n (Le 07/08/2019, à 21:41)
Hors ligne
#154 Le 07/08/2019, à 22:49
- geole
Re : Problème d'installation d'Ubuntu 19.04
Bonsoir Antt0n
Merci de ton arrivée. La discussion est très longue. L'idée de base que j'ai suivie était d'utiliser refind.
J'ai le sentiment qu'il y a un bug dans refind.
Probablement d'abord en documentation. Il y a plusieurs fois que je le constate. J'ai d'ailleurs ouvert un bug ( https://bugs.launchpad.net/ubuntu/+sour … ug/1836487 ) encore sans réponse.
En théorie, d'après la documentation, la présence des fichiers de boot dans /boot doit suffire à proposer l'icone de boot. Ce n'est pas le cas Voir les photos de l'échange 101 https://forum.ubuntu-fr.org/viewtopic.p … #p22123165 et les quelques échanges qui suivent
Ainsi que le post 132 https://forum.ubuntu-fr.org/viewtopic.p … #p22132600 qui liste les seuls fichiers proposés et le suivant montrant que les fichiers officiels sont bien présents dans /BOOT
Qu'à cela ne tienne, on a fait une entrée manuelle.
Puis après avoir forcé le lancement du fichier de boot, le boot opère mais il se plante avec le message d'erreur disant qu'il manque un truc (il n'y a pas d'autre mot que "truc" ) dans le fichier de boot
Message d'erreur : Error: Not Found while loading vmlinuz-4.15.0-55-generic
voir post N° 137 https://forum.ubuntu-fr.org/viewtopic.p … #p22132650
J'en déduis, peut-être prématurément, que ce fichier de boot n'est pas proposé par refind, car il a vérifié le contenu (pas indiqué dans la DOC) et constaté qu'il manque un truc. Si on peut mettre un nom sur truc , on avancera . Dans ce nom, il y aura certainement de la structure de boot 64 bits qui n'est pas mise lors d'une installation par la commande ubiquity -b (Un bug de ubiquity ?)
L'installation initiale était en 19.04. Elle a totallement cassé le bios qui a été réinitialisé. C'est maintenant une tentative en 18.04.1.
Je tente de faire installer le grub 64 bits en espérant pouvoir y mettre l'option --no-vram afin que ce bios ne casse pas une nouvelle fois.
Nota. Dans la version 19.04, La nouvelle option de refind demandant de ne pas "chatouiller le bios" a été positionnée sans succès.
Dernière modification par geole (Le 08/08/2019, à 10:38)
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
En ligne
#155 Le 08/08/2019, à 07:09
- Qid
Re : Problème d'installation d'Ubuntu 19.04
La discussion est très longue.
J'avoue que de mon côté c'est pour ça que j'ai un peu abandonné : j'ai perdu le fil à un moment et depuis je suis perdu...
Pour moi vmlinuz c'est lié soit au kernel soit à "GRUB" (au démarreur)... Toujours est-il que avez vous essayé de l'installer manuellement ?
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#156 Le 08/08/2019, à 09:52
- geole
Re : Problème d'installation d'Ubuntu 19.04
Bonjour Qid
La version 19.04 avait été installée classiquement sauf que l'installation ne se terminait pas car stoppée au moment de la mise à jour du bios probablement sur le module shimx64.efi qui ne sert à rien lorsqu'on n'utilise pas le mode secure. Plusieurs tentatives de " holder " quelques modules n'ont rien donné. Sinon d'aggraver la situation.
Cependant on sait que le problème n'est pas totalement lié au bios puisque refind a pu être installé et fonctionne correctement.
Je ne peux que répéter mon conseil, Si on part à l'aventure d'un dual boot, la première des choses à faire est d'installer refind. Si refind ne peut pas s'installer ce n'est pas le grub qui sauvera. On aura gagné beaucoup de temps pour le diagnostic.
Le bios a été réinitialisé et tentative de booter avec la version 18.04
J'essaie de faire jouer ce scénario https://forum.ubuntu-fr.org/viewtopic.p … #p22132632 qui devrait au moins répondre quelque chose au moment de l'installation du grub. Sauf que la commande chroot se comporte mal.. ==> https://forum.ubuntu-fr.org/viewtopic.p … #p22133216
AJout: J'ai un peu bricolé mon UBUNTU 18.04 en enlevant pas mal de modules du grub x86_64
J'ai ce message d'erreur dont je me moque complètement puisque je boote avec refind
sudo grub-install --no-nvram -v
grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ...found.
grub-install : information : ... but x86_64-efi platform not available.
grub-install : information : ... not found. Looking for /proc/device-tree ...
grub-install : information : ... not found.
Installation pour la plate-forme i386-pc.
grub-install : erreur : le périphérique d'installation n'est pas indiqué.
Je tiens à préciser que j'ai installé récemment Kubuntu18.04 Lubuntu19.04 et Ubuntu19.04 avec la technique ubiquity -b et que refind les détecte bien.
Dernière modification par geole (Le 08/08/2019, à 10:03)
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
En ligne
#157 Le 08/08/2019, à 13:12
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Salut à tous, l'installation a plantée dès le début :
root@ubuntu:~# sudo apt-get install --no-install-recommends smartmontools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
gsmartcontrol smart-notifier
Recommended packages:
mailx | mailutils
The following NEW packages will be installed:
smartmontools
0 upgraded, 1 newly installed, 0 to remove and 668 not upgraded.
Need to get 464 kB of archives.
After this operation, 1774 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 smartmontools amd64 6.5+svn4324-1 [464 kB]
Fetched 464 kB in 6s (80.5 kB/s)
dpkg: error: corrupt info database format file '/var/lib/dpkg/info/format'
E: Sub-process /usr/bin/dpkg returned an error code (2)
root@ubuntu:~#
Dernière modification par Psykopak (Le 08/08/2019, à 13:12)
Hors ligne
#158 Le 08/08/2019, à 13:46
- geole
Re : Problème d'installation d'Ubuntu 19.04
Bonjour
Si ce boot était bien fait depuis la clé USB, il est préférable que tu achètes une clé de qualité et que tu réinstalles ubuntu sur la clé et que tu recommences la totalité de l'installation en la surveillant.
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
En ligne
#159 Le 08/08/2019, à 15:05
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Bonjour
Si ce boot était bien fait depuis la clé USB, il est préférable que tu achètes une clé de qualité et que tu réinstalles ubuntu sur la clé et que tu recommences la totalité de l'installation en la surveillant.
Je ne suis pas sur la clé usb. Je retape ces deux commandes après avoir booter sur la clé ?
Dernière modification par Psykopak (Le 08/08/2019, à 15:05)
Hors ligne
#160 Le 08/08/2019, à 15:09
- geole
Re : Problème d'installation d'Ubuntu 19.04
Alors si tu étais mode chroot, on a une piste sur quelque chose de nouveau.
OUI.
Je te propose de faire la commande
shutdown
pour arrêter l'ordinateur et faire un boot standard avec le support d'installation
1) essayer ubuntu avant de l'installer
2) mettre le clavier en français
3) frapper les deux commandes
4) donner le retour de la seconde
NOTA: Voila ce qu'il devrait y avoir
cat /var/lib/dpkg/info/format
1
dans internets, ils proposent donc cette commande
sudo printf "1\n" > /var/lib/dpkg/info/format
Mais je crains que c'est masquer la cause du problème
Dernière modification par geole (Le 08/08/2019, à 15:24)
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
En ligne
#161 Le 08/08/2019, à 16:48
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
J'ai suivit les étapes et aucune erreur n'est apparu :
ubuntu@ubuntu:~$ sudo smartctl -s on -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-29-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: SanDisk SD8SN8U-128G-1006
Serial Number: 172139428596
LU WWN Device Id: 5 001b44 4a942fd20
Firmware Version: X4120006
User Capacity: 128,035,676,160 bytes [128 GB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: Solid State Device
Form Factor: < 1.8 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-2 T13/2015-D revision 3
SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Thu Aug 8 14:45:56 2019 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 120) seconds.
Offline data collection
capabilities: (0x53) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
No Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 10) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 32
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 100 100 050 Pre-fail Always - 39
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
9 Power_On_Hours 0x0032 100 100 --- Old_age Always - 2546
12 Power_Cycle_Count 0x0032 100 100 --- Old_age Always - 2779
171 Unknown_Attribute 0x0032 100 100 --- Old_age Always - 0
172 Unknown_Attribute 0x0032 100 100 --- Old_age Always - 0
173 Unknown_Attribute 0x0032 099 099 005 Old_age Always - 11
174 Unknown_Attribute 0x0032 100 100 --- Old_age Always - 145
176 Erase_Fail_Count_Chip 0x0022 100 100 --- Old_age Always - 1088
181 Program_Fail_Cnt_Total 0x0022 100 100 --- Old_age Always - 0
183 Runtime_Bad_Block 0x0032 100 100 --- Old_age Always - 0
184 End-to-End_Error 0x003b 100 100 097 Pre-fail Always - 0
187 Reported_Uncorrect 0x0032 100 100 --- Old_age Always - 0
188 Command_Timeout 0x0032 100 100 --- Old_age Always - 49
194 Temperature_Celsius 0x0022 040 063 --- Old_age Always - 40 (Min/Max 12/63)
198 Offline_Uncorrectable 0x0030 100 100 --- Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 100 100 --- Old_age Always - 0
201 Unknown_SSD_Attribute 0x0023 099 099 005 Pre-fail Always - 4294967307
230 Unknown_SSD_Attribute 0x0032 100 100 --- Old_age Always - 2405218386233
241 Total_LBAs_Written 0x0032 100 100 --- Old_age Always - 193898
242 Total_LBAs_Read 0x0032 100 100 --- Old_age Always - 254162
243 Unknown_Attribute 0x0032 100 100 --- Old_age Always - 303482
244 Unknown_Attribute 0x0032 000 100 --- Old_age Always - 0
249 Unknown_Attribute 0x0032 100 100 --- Old_age Always - 1365
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
ubuntu@ubuntu:~$
Donc maintenant je tape
sudo printf "1\n" > /var/lib/dpkg/info/format
?
Même si je ne vois pas :
cat /var/lib/dpkg/info/format
1
Hors ligne
#162 Le 08/08/2019, à 18:38
- geole
Re : Problème d'installation d'Ubuntu 19.04
J'avais oublié que c'était un SSD. Je n 'ai vu que ce problème
188 Command_Timeout 0x0032 100 100 --- Old_age Always - 49
Il n'y a pas lieu de penser que cela a été mal réparé
Je te propose une nouvelle tentative de chroot.
Si elle foire encore sur le passage chroot, je pense qu'il faudra réinstaller
Je vais rapidement modifier le lien pour inclure cette réparation et ajouter une commande permettant de contrôler que le SSD est toujours sur SDB au moment de l'action.
Voici le lien https://forum.ubuntu-fr.org/viewtopic.p … #p22132632
Dernière modification par geole (Le 08/08/2019, à 18:52)
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
En ligne
#163 Le 08/08/2019, à 19:52
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
J'ai tapé la commande pour vérifier si le SSD est monté sur sur SDB OU SDA mais je ne sais pas l'interpréter :
ubuntu@ubuntu:~$ setxkbmap fr
ubuntu@ubuntu:~$ sudo lsblk -o SIZE,NAME,FSTYPE,LABEL,MOUNTPOINT | egrep -v loop SIZE NAME FSTYPE LABEL MOUNTPOINT
14.9G sda
14.9G └─sda1 vfat UBUNTU 18_0 /cdrom
119.2G sdb
512M ├─sdb1 vfat
118.8G └─sdb2 ext4 ubuntu1804
ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~#
Hors ligne
#164 Le 08/08/2019, à 20:38
- geole
Re : Problème d'installation d'Ubuntu 19.04
La commande dit que SDA a une taille de 14,9 Go et que SDB a une taille de 119,Go. C'est donc bien resté SDB
elle dit aussi de sda1 est sur un CDROM et que sdb1 est sur ubunt1804
Dernière modification par geole (Le 08/08/2019, à 20:40)
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
En ligne
#165 Le 08/08/2019, à 21:40
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Voila ce que ça donne :
ubuntu@ubuntu:~$ setxkbmap fr
ubuntu@ubuntu:~$ sudo lsblk -o SIZE,NAME,FSTYPE,LABEL,MOUNTPOINT | egrep -v loop SIZE NAME FSTYPE LABEL MOUNTPOINT
14.9G sda
14.9G └─sda1 vfat UBUNTU 18_0 /cdrom
119.2G sdb
512M ├─sdb1 vfat
118.8G └─sdb2 ext4 ubuntu1804
ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~# mount /dev/sdb2 /mnt
root@ubuntu:~# mount -t proc /proc /mnt/proc
root@ubuntu:~# mount -t sysfs /sys /mnt/sys
root@ubuntu:~# mount --bind /dev /mnt/dev
root@ubuntu:~# mount --bind /run /mnt/run
root@ubuntu:~# mount --bind /sys /mnt/sys
root@ubuntu:~# mount --bind /etc/resolv.conf /mnt/etc/resolv.conf
root@ubuntu:~# modprobe efivars
root@ubuntu:~# chroot /mnt
root@ubuntu:/# mount -t devpts devpts /dev/pts
root@ubuntu:/# df -h && df -i
Filesystem Size Used Avail Use% Mounted on
/dev/sdb2 117G 6.6G 104G 6% /
udev 1.9G 0 1.9G 0% /dev
tmpfs 376M 1.7M 375M 1% /run
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sdb2 7782400 176737 7605663 3% /
udev 475671 594 475077 1% /dev
tmpfs 480963 949 480014 1% /run
root@ubuntu:/# ping -c4 8.8.8.8 && ping -c4 google.fr
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=54 time=24.2 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=54 time=25.4 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=54 time=26.1 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=54 time=25.5 ms
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 24.282/25.366/26.194/0.688 ms
PING google.fr(par21s12-in-x03.1e100.net (2a00:1450:4007:815::2003)) 56 data bytes
64 bytes from par21s12-in-x03.1e100.net (2a00:1450:4007:815::2003): icmp_seq=1 ttl=53 time=34.5 ms
64 bytes from par21s12-in-x03.1e100.net (2a00:1450:4007:815::2003): icmp_seq=2 ttl=53 time=36.4 ms
64 bytes from par21s12-in-x03.1e100.net (2a00:1450:4007:815::2003): icmp_seq=3 ttl=53 time=36.0 ms
64 bytes from par21s12-in-x03.1e100.net (2a00:1450:4007:815::2003): icmp_seq=4 ttl=53 time=35.4 ms
--- google.fr ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 34.576/35.627/36.418/0.715 ms
root@ubuntu:/# ls -ls /home
total 4
4 drwxr-xr-x 3 psyko psyko 4096 Aug 5 02:27 psyko
root@ubuntu:/# cat /var/lib/dpkg/info/format
1
root@ubuntu:/# dpkg --configure -a
root@ubuntu:/# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:/# apt update
Hit:1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:4 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [465 kB]
Get:6 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [697 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [346 kB]
Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [160 kB]
Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [22.6 kB]
Get:10 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [10.4 kB]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [31.7 kB]
Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [577 kB]
Get:13 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [566 kB]
Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [569 kB]
Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [189 kB]
Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42.1 kB]
Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [111 kB]
Get:18 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Get:19 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [256 kB]
Get:20 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [282 kB]
Get:21 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [66.7 kB]
Get:22 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [134 kB]
Get:23 http://fr.archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [6952 B]
Get:24 http://fr.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [7040 B]
Get:25 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [983 kB]
Get:26 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [964 kB]
Get:27 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [299 kB]
Get:28 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [252 kB]
Get:29 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [205 kB]
Get:30 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [445 kB]
Get:31 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [8860 B]
Get:32 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [11.9 kB]
Get:33 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2464 B]
Get:34 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7708 B]
Fetched 7973 kB in 1min 12s (110 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
11 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ubuntu:/# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
base-files libinput-bin libinput10 libnss-myhostname libnss-systemd
libpam-systemd libsystemd0 libudev1 systemd systemd-sysv udev
11 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 4677 kB of archives.
After this operation, 4096 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.6 [60.1 kB]
Get:2 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.25 [105 kB]
Get:3 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.25 [204 kB]
Get:4 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-myhostname amd64 237-3ubuntu10.25 [33.8 kB]
Get:5 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.25 [108 kB]
Get:6 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.25 [2903 kB]
Get:7 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.25 [1101 kB]
Get:8 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.25 [53.5 kB]
Get:9 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.25 [11.4 kB]
Get:10 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libinput-bin amd64 1.10.4-1ubuntu0.18.04.1 [11.1 kB]
Get:11 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libinput10 amd64 1.10.4-1ubuntu0.18.04.1 [86.1 kB]
Fetched 4677 kB in 47s (99.5 kB/s)
(Reading database ... 161927 files and directories currently installed.)
Preparing to unpack .../base-files_10.1ubuntu2.6_amd64.deb ...
Running in chroot, ignoring request: stop
Running in chroot, ignoring request: stop
Unpacking base-files (10.1ubuntu2.6) over (10.1ubuntu2.5) ...
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: daemon-reload
Setting up base-files (10.1ubuntu2.6) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: start
Running in chroot, ignoring request: daemon-reload
Running in chroot, ignoring request: is-active
motd-news.service is a disabled or a static unit, not starting it.
(Reading database ... 161927 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_237-3ubuntu10.25_amd64.deb ...
Unpacking libnss-systemd:amd64 (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Preparing to unpack .../libsystemd0_237-3ubuntu10.25_amd64.deb ...
Unpacking libsystemd0:amd64 (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Setting up libsystemd0:amd64 (237-3ubuntu10.25) ...
(Reading database ... 161927 files and directories currently installed.)
Preparing to unpack .../libnss-myhostname_237-3ubuntu10.25_amd64.deb ...
Unpacking libnss-myhostname:amd64 (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Preparing to unpack .../libpam-systemd_237-3ubuntu10.25_amd64.deb ...
Unpacking libpam-systemd:amd64 (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Preparing to unpack .../systemd_237-3ubuntu10.25_amd64.deb ...
Unpacking systemd (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Preparing to unpack .../udev_237-3ubuntu10.25_amd64.deb ...
Unpacking udev (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Running in chroot, ignoring request: daemon-reload
Preparing to unpack .../libudev1_237-3ubuntu10.25_amd64.deb ...
Unpacking libudev1:amd64 (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Setting up libudev1:amd64 (237-3ubuntu10.25) ...
Setting up systemd (237-3ubuntu10.25) ...
Running in chroot, ignoring request: daemon-reexec
Running in chroot, ignoring request: try-restart
Running in chroot, ignoring request: try-restart
Running in chroot, ignoring request: try-restart
Running in chroot, ignoring request: try-restart
(Reading database ... 161927 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_237-3ubuntu10.25_amd64.deb ...
Unpacking systemd-sysv (237-3ubuntu10.25) over (237-3ubuntu10.24) ...
Preparing to unpack .../libinput-bin_1.10.4-1ubuntu0.18.04.1_amd64.deb ...
Unpacking libinput-bin (1.10.4-1ubuntu0.18.04.1) over (1.10.4-1) ...
Preparing to unpack .../libinput10_1.10.4-1ubuntu0.18.04.1_amd64.deb ...
Unpacking libinput10:amd64 (1.10.4-1ubuntu0.18.04.1) over (1.10.4-1) ...
Setting up libnss-systemd:amd64 (237-3ubuntu10.25) ...
Processing triggers for ureadahead (0.100.0-21) ...
Setting up libnss-myhostname:amd64 (237-3ubuntu10.25) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.3-1ubuntu7.18.04.2) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for cracklib-runtime (2.9.2-5build1) ...
Setting up systemd-sysv (237-3ubuntu10.25) ...
Setting up libinput-bin (1.10.4-1ubuntu0.18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up udev (237-3ubuntu10.25) ...
A chroot environment has been detected, udev not started.
update-initramfs: deferring update (trigger activated)
Running in chroot, ignoring request: daemon-reload
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for dbus (1.12.2-1ubuntu1.1) ...
Setting up libpam-systemd:amd64 (237-3ubuntu10.25) ...
Setting up libinput10:amd64 (1.10.4-1ubuntu0.18.04.1) ...
Processing triggers for initramfs-tools (0.130ubuntu3.8) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic
Processing triggers for libc-bin (2.27-3ubuntu1) ...
root@ubuntu:/# mkdir -p /mnt/boot/efi
root@ubuntu:/# mount -v /dev/sdb1 /mnt/boot/efi
mount: /dev/sdb1 mounted on /mnt/boot/efi.
root@ubuntu:/# apt update
Hit:1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:3 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease
Fetched 88.7 kB in 1s (86.1 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
root@ubuntu:/# apt install grub2-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
grub2-common is already the newest version (2.02-2ubuntu8.13).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:/# apt install grub-pc
Reading package lists... Done
Building dependency tree
Reading state information... Done
grub-pc is already the newest version (2.02-2ubuntu8.13).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:/# apt install grub-pc-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
grub-pc-bin is already the newest version (2.02-2ubuntu8.13).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:/# grub-install -v --no-nvram --efi-directory=/boot/efi
grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: Looking for /sys/firmware/efi ...
grub-install: info: ...found.
grub-install: info: ... but x86_64-efi platform not available.
grub-install: info: ... not found. Looking for /proc/device-tree ...
grub-install: info: ... not found.
Installing for i386-pc platform.
grub-install: error: install device isn't specified.
root@ubuntu:/#
Hors ligne
#166 Le 08/08/2019, à 21:59
- geole
Re : Problème d'installation d'Ubuntu 19.04
Peux-tu donner le retour de cette commande
dpkg --print-architecture
et exécuter celles-ci
dpkg --add-architecture amd64
apt-get update
apt-get install linux-image-generic:amd64
puis de nouveau
grub-install -v --no-nvram --efi-directory=/boot/efi
Dernière modification par geole (Le 08/08/2019, à 23:45)
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
En ligne
#167 Le 08/08/2019, à 22:57
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Voila
root@ubuntu:/# dpkg --print-architecture
amd64
root@ubuntu:/# dpkg --add-architecture amd64
root@ubuntu:/# apt-get update
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:2 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [22.7 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [10.4 kB]
Get:6 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [31.7 kB]
Get:7 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42.1 kB]
Get:9 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [566 kB]
Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [111 kB]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2460 B]
Get:12 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [697 kB]
Get:13 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [282 kB]
Get:14 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [66.7 kB]
Get:15 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [134 kB]
Get:16 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [983 kB]
Get:17 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [964 kB]
Get:18 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [252 kB]
Get:19 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [208 kB]
Get:20 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [439 kB]
Get:21 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2464 B]
Get:22 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7704 B]
Fetched 5075 kB in 41s (125 kB/s)
Reading package lists... Done
root@ubuntu:/# apt-get install linux-image-generic:amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-image-generic is already the newest version (4.15.0.55.57).
linux-image-generic set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:/# grub-install -v --no-nvram --efi-directory=/boot/efi
grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: Looking for /sys/firmware/efi ...
grub-install: info: ...found.
grub-install: info: ... but x86_64-efi platform not available.
grub-install: info: ... not found. Looking for /proc/device-tree ...
grub-install: info: ... not found.
Installing for i386-pc platform.
grub-install: error: install device isn't specified.
root@ubuntu:/#
Hors ligne
#168 Le 08/08/2019, à 23:41
- geole
Re : Problème d'installation d'Ubuntu 19.04
essaies cela
apt install grub-efi-amd64
grub-install -v --no-nvram --efi-directory=/boot/efi
ls -ls /sys/firmware/efi/efivars
Cela sera tout pour ce soir.
Dernière modification par geole (Le 08/08/2019, à 23:56)
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
En ligne
#169 Le 09/08/2019, à 03:02
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
essaies cela
apt install grub-efi-amd64
grub-install -v --no-nvram --efi-directory=/boot/efi
ls -ls /sys/firmware/efi/efivars
Cela sera tout pour ce soir.
:
root@ubuntu:/# apt install grub-efi-amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
grub-efi-amd64-bin
The following packages will be REMOVED:
grub-gfxpayload-lists grub-pc
The following NEW packages will be installed:
grub-efi-amd64 grub-efi-amd64-bin
0 upgraded, 2 newly installed, 2 to remove and 0 not upgraded.
Need to get 702 kB of archives.
After this operation, 2336 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-efi-amd64-bin amd64 2.02-2ubuntu8.13 [654 kB]
Get:2 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-efi-amd64 amd64 2.02-2ubuntu8.13 [47.8 kB]
Fetched 702 kB in 6s (124 kB/s)
Preconfiguring packages ...
(Reading database ... 161926 files and directories currently installed.)
Removing grub-gfxpayload-lists (0.7) ...
Removing grub-pc (2.02-2ubuntu8.13) ...
Selecting previously unselected package grub-efi-amd64-bin.
(Reading database ... 161906 files and directories currently installed.)
Preparing to unpack .../grub-efi-amd64-bin_2.02-2ubuntu8.13_amd64.deb ...
Unpacking grub-efi-amd64-bin (2.02-2ubuntu8.13) ...
Selecting previously unselected package grub-efi-amd64.
Preparing to unpack .../grub-efi-amd64_2.02-2ubuntu8.13_amd64.deb ...
Unpacking grub-efi-amd64 (2.02-2ubuntu8.13) ...
Setting up grub-efi-amd64-bin (2.02-2ubuntu8.13) ...
Setting up grub-efi-amd64 (2.02-2ubuntu8.13) ...
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
Failed: grub-install --target=x86_64-efi
WARNING: Bootloader is not properly installed, system may not be bootable
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
root@ubuntu:/#
Hors ligne
#170 Le 09/08/2019, à 09:19
- geole
Re : Problème d'installation d'Ubuntu 19.04
root@ubuntu:/# apt install grub-efi-amd64 ...... grub-install: error: cannot find EFI directory. Failed: grub-install --target=x86_64-efi
Bonjour
Je pense qu'on avance dans la bonne direction.
Essaies maintenant ces commandes
grub-install -v --no-nvram --efi-directory=/boot/efi
ls -ls /sys/firmware/efi/efivars
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
En ligne
#171 Le 09/08/2019, à 14:01
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
Elles donnent :
root@ubuntu:/# grub-install -v --no-nvram --efi-directory=/boot/efi
grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: Looking for /sys/firmware/efi ...
grub-install: info: ...found.
Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: /dev/sdb2 is not present.
grub-install: info: Looking for /dev/sdb2.
grub-install: info: /dev/sdb is a parent of /dev/sdb2.
grub-install: info: /dev/sdb2 starts from 1050624.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdb is 250069680.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdb is 250069680.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1050624.
grub-install: info: /dev/sdb2 is present.
grub-install: info: Looking for /dev/sdb2.
grub-install: info: /dev/sdb is a parent of /dev/sdb2.
grub-install: info: /dev/sdb2 starts from 1050624.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdb is 250069680.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdb is 250069680.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1050624.
grub-install: info: /dev/sdb2 is present.
grub-install: info: Looking for /dev/sdb2.
grub-install: info: /dev/sdb is a parent of /dev/sdb2.
grub-install: info: /dev/sdb2 starts from 1050624.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdb is 250069680.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdb is 250069680.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1050624.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdb is 250069680.
grub-install: error: /boot/efi doesn't look like an EFI partition.
root@ubuntu:/# ls -ls /sys/firmware/efi/efivars
total 0
root@ubuntu:/#
Hors ligne
#172 Le 09/08/2019, à 14:18
- geole
Re : Problème d'installation d'Ubuntu 19.04
Relance avec cette commande
grub-install -v --no-nvram --efi-directory=/mnt/boot/efi
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
En ligne
#173 Le 09/08/2019, à 15:00
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
!!!
grub-install: info: adding a relocation entry for 0xcd08.
grub-install: info: adding a relocation entry for 0xcd10.
grub-install: info: adding a relocation entry for 0xcd20.
grub-install: info: adding a relocation entry for 0xcd28.
grub-install: info: adding a relocation entry for 0xcd38.
grub-install: info: adding a relocation entry for 0xcd40.
grub-install: info: adding a relocation entry for 0xcd50.
grub-install: info: adding a relocation entry for 0xcd58.
grub-install: info: adding a relocation entry for 0xcd68.
grub-install: info: adding a relocation entry for 0xcd70.
grub-install: info: adding a relocation entry for 0xcd80.
grub-install: info: adding a relocation entry for 0xcd88.
grub-install: info: adding a relocation entry for 0xcd98.
grub-install: info: adding a relocation entry for 0xcda0.
grub-install: info: adding a relocation entry for 0xcdb0.
grub-install: info: adding a relocation entry for 0xcdb8.
grub-install: info: adding a relocation entry for 0xcdc8.
grub-install: info: adding a relocation entry for 0xcdd0.
grub-install: info: adding a relocation entry for 0xcde0.
grub-install: info: adding a relocation entry for 0xcde8.
grub-install: info: adding a relocation entry for 0xcdf8.
grub-install: info: adding a relocation entry for 0xce00.
grub-install: info: adding a relocation entry for 0xce10.
grub-install: info: adding a relocation entry for 0xce18.
grub-install: info: adding a relocation entry for 0xce28.
grub-install: info: adding a relocation entry for 0xce30.
grub-install: info: adding a relocation entry for 0xce40.
grub-install: info: adding a relocation entry for 0xce48.
grub-install: info: adding a relocation entry for 0xce58.
grub-install: info: adding a relocation entry for 0xce60.
grub-install: info: adding a relocation entry for 0xce70.
grub-install: info: adding a relocation entry for 0xce78.
grub-install: info: adding a relocation entry for 0xce88.
grub-install: info: adding a relocation entry for 0xce90.
grub-install: info: adding a relocation entry for 0xcea0.
grub-install: info: adding a relocation entry for 0xcea8.
grub-install: info: adding 198 padding fixup entries.
grub-install: info: writing 1032 bytes of a fixup block starting at 0xc000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x5573853fef20, kernel_size=0x18c00.
grub-install: info: the core size is 0x1cc90.
grub-install: info: writing 0x1e000 bytes.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/mnt/boot/efi/EFI/ubuntu/grubx64.efi'.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/mnt/boot/efi/EFI/BOOT/BOOTX64.EFI'.
grub-install: info: copying `/usr/lib/shim/fbx64.efi' -> `/mnt/boot/efi/EFI/BOOT/fbx64.efi'.
grub-install: info: cannot open `/usr/lib/shim/fbx64.efi': No such file or directory.
Installation finished. No error reported.
root@ubuntu:/#
Tu veux que je t'envoie tout ce que le terminal a affiché ?
Hors ligne
#174 Le 09/08/2019, à 15:11
- geole
Re : Problème d'installation d'Ubuntu 19.04
Bon c n'est pas la peine car j'ai vu
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/mnt/boot/efi/EFI/ubuntu/grubx64.efi'.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/mnt/boot/efi/EFI/BOOT/BOOTX64.EFI'.
grub-install: info: copying `/usr/lib/shim/fbx64.efi' -> `/mnt/boot/efi/EFI/BOOT/fbx64.efi'.
grub-install: info: cannot open `/usr/lib/shim/fbx64.efi': No such file or directory.
Installation finished. No error reported.
peux-tu donner le retour de la commande
cat /boot/grub/grub.cfg
Dernière modification par geole (Le 09/08/2019, à 15:11)
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
En ligne
#175 Le 09/08/2019, à 15:15
- Psykopak
Re : Problème d'installation d'Ubuntu 19.04
:
root@ubuntu:/# cat /boot/grub/grub.cfg
cat: /boot/grub/grub.cfg: No such file or directory
Hors ligne