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.

#51 Le 25/02/2018, à 08:12

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Sinon, quand je tape :

cat   /mnt/EFI/ubuntu/grub.cfg

il me met

search.fs_uuid 7aca1dbd-458b-4ed2-9a2d-4ffcbfc1cc24 root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

Il ne m'indique pas hd1,gpt... après root
(j'ai repris ce que tu me disais dans les premiers posts)

Hors ligne

#52 Le 25/02/2018, à 09:43

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Bonjour.
Ne désespères pas.   Il faudra bien qu'on y arrive!
D'abord, au début du mois, il y avait un ubuntu qui fonctionnait sur ce micro. A priori, tu l'avais installé sans aucune difficulté.
Je comprends donc assez mal pourquoi , cette fois-ci, cela ne veut pas fonctionner.
Tout  spécialement maintenant, puisqu'en début de discussion, tu avais réussi  à faire  un chroot.

Je vais tenter de reprendre toute la documentation du chroot, au cas où, j'aurais oublié une ligne dans les copier/coller.
D'abord trois réponses
A) Pour ce contenu

search.fs_uuid 7aca1dbd-458b-4ed2-9a2d-4ffcbfc1cc24 root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

Le  fait de ne pas préciser  la nature du disque est nettement préférable.   Je n'ai vu cette codification qu'une fois, d'où ma surprise, J'espère qu'elle fonctionne bien.
Mais, dans cette opération de CHROOT, ce fichier n'est pas utilisé et son contenu va être écrasé lorsque nous allons réinstaller le grub en 32bits

B) Pour cette commande

cannot create regular file 'mnt/etc/resolv.conf' : No such file or directory

Ce n'est pas normal. Cela semble vouloir dire  qu'il y a eu un problème dans le montage.
On va donc reprendre le processus ligne à ligne et tu indiqueras   le retour de chaque ligne  que je vais qualifier d'importante.

C) Pour ces commandes

mkdir /mnt/dev
mkdir /mnt/run

Il  me semble bien que la documentation  n'évoque pas cette création

============    Je sauvegarde,  je vais compléter au fur et à mesure
A)   Tu bootes avec ton support d'installation.
       Tu choisis, "essayer avant d'installer"
       Tu mets le clavier en français avec cette commande

setxkbmap fr    

       Tu passes administrateur avec cette commande

sudo -i      

   
      Tu donnes un état des disques avec ces deux commandes

fdisk -l
blkid | grep ext

J'attends le retour des deux commandes pour donner la codification de la commande de montage de la partition

Dernière modification par ?? (Le 25/02/2018, à 09:46)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#53 Le 25/02/2018, à 11:23

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Bonjour,

Merci de ta patience. Je m'y remets.
Donc voici les commandes demandées :

?? a écrit :

fdisk -l

root@lubuntu:~# fdisk -l
Disk /dev/loop0: 839.8 MiB, 880607232 bytes, 1719936 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk1: 29.1 GiB, 31272730624 bytes, 61079552 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5EE896FC-80C0-4391-9B30-B3499275421A

Device            Start      End  Sectors  Size Type
/dev/mmcblk1p1     2048  1050623  1048576  512M EFI System
/dev/mmcblk1p2  1050624 57116671 56066048 26.8G Linux filesystem
/dev/mmcblk1p3 57116672 61077503  3960832  1.9G Linux swap




Disk /dev/mmcblk1boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk1boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 1.9 GiB, 1997799424 bytes, 3901952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5DBE7741-49B6-4E6D-9DCC-F5F202C4854F

Device     Start     End Sectors  Size Type
/dev/sda1   2048 3901439 3899392  1.9G Microsoft basic data


Disk /dev/zram0: 235.6 MiB, 247062528 bytes, 60318 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram1: 235.6 MiB, 247062528 bytes, 60318 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram2: 235.6 MiB, 247062528 bytes, 60318 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram3: 235.6 MiB, 247062528 bytes, 60318 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
?? a écrit :

blkid | grep ext

root@lubuntu:~# blkid | grep ext
-bash: /sbin/blkid: Input/output error
root@lubuntu:~# 

Hors ligne

#54 Le 25/02/2018, à 11:32

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Encore une petite heure  avant le repas.
On va faire le montage de la partition

mount  -v   /dev/mmcblk1p2       /mnt

Tu donnes le retour de la commande.

Tu continues avec le montage des répertoires

   mount -t proc  /proc /mnt/proc
   mount -t sysfs /sys  /mnt/sys
   mount --bind   /dev  /mnt/dev
   mount --bind   /run  /mnt/run
   mount --bind   /sys  /mnt/sys
   modprobe efivars 
   cp   /etc/resolv.conf   /mnt/etc/resolv.conf  
   mount -t devpts devpts /dev/pts

   

Tu donnes le retour des commandes

Dernière modification par ?? (Le 25/02/2018, à 11:32)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#55 Le 25/02/2018, à 11:46

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

?? a écrit :

mount  -v   /dev/mmcblk1p2       /mnt

Tu donnes le retour de la commande.

Tu continues avec le montage des répertoires

   mount -t proc  /proc /mnt/proc
   mount -t sysfs /sys  /mnt/sys
   mount --bind   /dev  /mnt/dev
   mount --bind   /run  /mnt/run
   mount --bind   /sys  /mnt/sys
   modprobe efivars
   cp   /etc/resolv.conf   /mnt/etc/resolv.conf 
   mount -t devpts devpts /dev/pts

   

Tu donnes le retour des commandes

Toutes les commandes ont bien marché : quand je les frappe, il revient à la ligne

root@lubuntu:~#

SAUF pour celle-là :

root@lubuntu:~# cp /etc/resolv.conf /mnt/etc/resolv.conf
cp: '/etc/resolv.conf' and '/mnt/etc/resolv.conf' are the same file

Hors ligne

#56 Le 25/02/2018, à 11:52

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Bon c'est pas mal       cela a du s'accrocher naturellement

On passe a la suite


#Le changement d'environnement se fera avec cette commande

  chroot /mnt

##Quelques contrôles seront à faire par exemple

df -h && df -i
ping -c4 8.8.8.8  && ping -c4 google.fr

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#57 Le 25/02/2018, à 12:09

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Ben, là ça coince...

chroot /mnt

donne :

root@lubuntu:~# chroot /mnt
*-bash: /usr/sbin/chroot: Input/output error

Le reste donne ça :

root@lubuntu:~# df -h && df -i
Filesystem      Size  Used Avail Use% Mounted on
udev            927M     0  927M   0% /dev
tmpfs           189M  6.1M  183M   4% /run
/dev/sda1       1.9G  925M  976M  49% /cdrom
/dev/loop0      840M  840M     0 100% /rofs
aufs            943M  3.3M  940M   1% /
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           943M     0  943M   0% /sys/fs/cgroup
tmpfs           943M  4.0K  943M   1% /tmp
tmpfs           189M  4.0K  189M   1% /run/user/999
/dev/mmcblk1p2   27G  3.5G   22G  14% /mnt
Filesystem      Inodes  IUsed   IFree IUse% Mounted on
udev            237260    558  236702    1% /dev
tmpfs           241272    725  240547    1% /run
/dev/sda1            0      0       0     - /cdrom
/dev/loop0      125606 125606       0  100% /rofs
aufs            241272    318  240954    1% /
tmpfs           241272      6  241266    1% /run/lock
tmpfs           241272     16  241256    1% /sys/fs/cgroup
tmpfs           241272     16  241256    1% /tmp
tmpfs           241272      7  241265    1% /run/user/999
/dev/mmcblk1p2 1753088 161220 1591868   10% /mnt

-----
root@lubuntu:~# ping -c4 8.8.8.8 && ping -c4 goole.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=57 time=23.6 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=24.5 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=24.5 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=25.3 ms

--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3006ms
rtt min/avg/max/mdev = 23.697/24.521/25.303/0.589 ms
PING goole.fr (149.202.133.35) 56(84) bytes of data.
64 bytes from 149.202.133.35: icmp_seq=1 ttl=117 time=27.5 ms
64 bytes from 149.202.133.35: icmp_seq=2 ttl=117 time=26.5 ms
64 bytes from 149.202.133.35: icmp_seq=3 ttl=117 time=28.5 ms
64 bytes from 149.202.133.35: icmp_seq=4 ttl=117 time=28.2 ms

--- goole.fr ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3006ms
rtt min/avg/max/mdev = 26.573/27.725/28.553/0.779 ms

Dernière modification par christom (Le 25/02/2018, à 12:12)

Hors ligne

#58 Le 25/02/2018, à 12:17

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Là, on a bien avancé.
On est prêt à faire la réparation.
A) Il faut donc télécharger le logiciel absent....

      apt  update
       apt  install  grub-efi-ia32 
       apt  install  grub-efi-ia32-bin

Il y a trois commandes.
Pour chacune d'entre-elles, s'il n'y a pas d'erreur, tu te contentes de dire OK, S'il y a des erreurs tu postes.

Pendant ce temps, je prépare la suite que je vais ajouter.

B) On va créer le point de montage de la partition de boot via cette commande

  mkdir          /boot/efi

C) On va monter la partition de boot via cette commande

     mount  -v    /dev/mmcblk1p1       /boot/efi    

D) On va bien vérifier que c'est OK.  Tu donneras le relour des commandes

ls    -ls    /boot/efi  
ls    -ls    /boot/efi/EFI
ls    -ls    /boot/efi/EFI/ubuntu

E) On installe la structure de boot en 32 bits via cette commande que tu posteras.

      grub-install   -v    --target=i386-efi       --efi-directory=/boot/efi/         

===> Il y a un /   pour finir la ligne.   Je ne sais pas si c'est une bonne codification, Si cela se passe mal, tu essaieras aussi cette codification

      grub-install   -v    --target=i386-efi       --efi-directory=/boot/efi         

F) On fait la mise à jour du grub

      update-grub 

Tu ne posteras que si cela fait des erreurs.

G) Tu donneras le contenu de ce fichier

cat   /boot/efi/EFI/ubuntu/grub.cfg

H)Tu donneras le contenu de ce fichier

cat /mnt/boot/grub/grub.cfg

I)  Arrêt machine.

shutdown

J)  Test de boot normal.....
Si cela ne boote pas, tu décriras  le mieux possible.... et j'aurais déjà les deux fichiers de boot à ma disposition

Je serais présent dans l'après-midi.

Dernière modification par ?? (Le 25/02/2018, à 12:41)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#59 Le 25/02/2018, à 12:31

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Pour les trois commandes (ton point A)

?? a écrit :

      apt  update
       apt  install  grub-efi-ia32
       apt  install  grub-efi-ia32-bin

il me répond la même chose :

-bash: /usr/bin/apt : Input/output error

Est-ce que ça ne vient pas de ce que j'ai enlevé la clef d'install pour faire des copier-coller et te répondre entre-temps ?

Dernière modification par christom (Le 25/02/2018, à 12:35)

Hors ligne

#60 Le 25/02/2018, à 12:45

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Je pense que oui

Mais tu devrais être capable de répondre sans enlever la clé, puisque j'ai noté

root@lubuntu:~# ping -c4 8.8.8.8 && ping -c4 goole.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=57 time=23.6 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=24.5 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=24.5 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=25.3 ms

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#61 Le 25/02/2018, à 12:49

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

En réalité, en l'état actuel, c'est impossible de faire des copier-coller en mettant les deux fenêtres côte à cote car il sélectionne tout l'écran... !!
Bref, je veux bien recommencer la procédure en rebootant à partir de la clef d'installation sans install et en te rejoignant au point A).
Je fais ça de suite.

Hors ligne

#62 Le 25/02/2018, à 13:01

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Fournis moins d'information .    Uniquement lorsque c'est mauvais.

Si j'ai le temps, cet après-midi, je ferais un chroot car je suis surpris par cette phrase " il sélectionne tout l'écran".

Dernière modification par ?? (Le 25/02/2018, à 13:03)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#63 Le 25/02/2018, à 13:11

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Bon j'ai recommencé.
Je n'ai plus de clavier azerty mais bon, cette fois chroot /mnt a marché... (?)

A) OK
B) Voilà le retour :

root@lubuntu:/# mkdir /boot/efi
mkdir : cannot create directory 'boot/efi' : File exists

Du coup je suis allé au point suivant.

C) OK

D)

root@lubuntu:/# ls    -ls    /boot/efi 
total 28
4 drwxr-xr-x 2 root root 4096 Feb 23 20:33 dev
4 drwxr-xr-x 4 root root 4096 Feb 14 19:39 EFI
4 drwxr-xr-x 3 root root 4096 Feb 20 16:16 lubuntu
4 drwxr-xr-x 2 root root 4096 Feb 23 20:31 proc
4 -rwxr-xr-x 1 root root  231 Feb 23 20:35 resolv.conf
4 drwxr-xr-x 2 root root 4096 Feb 23 20:33 run
4 drwxr-xr-x 2 root root 4096 Feb 23 20:32 sys
root@lubuntu:/# ls    -ls    /boot/efi 
total 28
4 drwxr-xr-x 2 root root 4096 Feb 23 20:33 dev
4 drwxr-xr-x 4 root root 4096 Feb 14 19:39 EFI
4 drwxr-xr-x 3 root root 4096 Feb 20 16:16 lubuntu
4 drwxr-xr-x 2 root root 4096 Feb 23 20:31 proc
4 -rwxr-xr-x 1 root root  231 Feb 23 20:35 resolv.conf
4 drwxr-xr-x 2 root root 4096 Feb 23 20:33 run
4 drwxr-xr-x 2 root root 4096 Feb 23 20:32 sys
root@lubuntu:/# ls    -ls    /boot/efi/EFI
total 8
4 drwxr-xr-x 2 root root 4096 Feb 21 19:17 BOOT
4 drwxr-xr-x 3 root root 4096 Feb 20 15:49 ubuntu
root@lubuntu:/# ls    -ls    /boot/efi/EFI/ubuntu
total 3664
   4 -rwxr-xr-x 1 root root     108 Feb 15 08:07 BOOTX64.CSV
   4 drwxr-xr-x 2 root root    4096 Aug 27 17:52 fw
  64 -rwxr-xr-x 1 root root   64352 Feb 15 14:14 fwupx64.efi
   4 -rwxr-xr-x 1 root root     116 Feb 20 15:49 grub.cfg
   4 -rwxr-xr-x 1 root root     116 Feb 20 15:43 grub.cfg.save
  88 -rwxr-xr-x 1 root root   88064 Feb 25 11:06 grub.efi
  88 -rwxr-xr-x 1 root root   88064 Feb 25 11:06 grubia32.efi
1108 -rwxr-xr-x 1 root root 1134456 Feb 19 14:56 grubx64.efi
1128 -rwxr-xr-x 1 root root 1153336 Feb 19 14:56 mmx64.efi
1172 -rwxr-xr-x 1 root root 1196736 Feb 19 14:56 shimx64.efi

E) la connande

grub-install .....

a donne ceci

...........
grub-install: info: adding a relocation entry for 0xa9c8.
grub-install: info: adding a relocation entry for 0xa9d0.
grub-install: info: adding a relocation entry for 0xa9d4.
grub-install: info: adding a relocation entry for 0xa9dc.
grub-install: info: adding a relocation entry for 0xa9e0.
grub-install: info: adding a relocation entry for 0xa9e8.
grub-install: info: adding a relocation entry for 0xa9ec.
grub-install: info: adding a relocation entry for 0xa9f4.
grub-install: info: adding a relocation entry for 0xa9f8.
grub-install: info: adding a relocation entry for 0xaa00.
grub-install: info: adding a relocation entry for 0xaa04.
grub-install: info: adding a relocation entry for 0xaa0c.
grub-install: info: adding a relocation entry for 0xaa10.
grub-install: info: adding a relocation entry for 0xaa18.
grub-install: info: adding a relocation entry for 0xaa1c.
grub-install: info: adding a relocation entry for 0xaa24.
grub-install: info: adding a relocation entry for 0xaa28.
grub-install: info: adding a relocation entry for 0xaa30.
grub-install: info: adding a relocation entry for 0xaa34.
grub-install: info: adding a relocation entry for 0xaa3c.
grub-install: info: adding a relocation entry for 0xaa40.
grub-install: info: adding a relocation entry for 0xaa48.
grub-install: info: adding a relocation entry for 0xaa4c.
grub-install: info: adding a relocation entry for 0xaa54.
grub-install: info: adding a relocation entry for 0xaa58.
grub-install: info: adding a relocation entry for 0xaa60.
grub-install: info: adding a relocation entry for 0xaa64.
grub-install: info: adding a relocation entry for 0xaa6c.
grub-install: info: adding a relocation entry for 0xaa70.
grub-install: info: adding a relocation entry for 0xaa78.
grub-install: info: adding a relocation entry for 0xaa7c.
grub-install: info: adding a relocation entry for 0xaa84.
grub-install: info: adding a relocation entry for 0xaa88.
grub-install: info: adding a relocation entry for 0xaa90.
grub-install: info: adding a relocation entry for 0xaa94.
grub-install: info: adding a relocation entry for 0xaa9c.
grub-install: info: adding a relocation entry for 0xaaa0.
grub-install: info: adding a relocation entry for 0xaaa8.
grub-install: info: adding a relocation entry for 0xaaac.
grub-install: info: adding a relocation entry for 0xaab4.
grub-install: info: adding a relocation entry for 0xaab8.
grub-install: info: adding a relocation entry for 0xaac0.
grub-install: info: adding a relocation entry for 0xaac4.
grub-install: info: adding a relocation entry for 0xaacc.
grub-install: info: adding a relocation entry for 0xaad0.
grub-install: info: adding a relocation entry for 0xaad8.
grub-install: info: adding a relocation entry for 0xaadc.
grub-install: info: adding a relocation entry for 0xaae4.
grub-install: info: adding a relocation entry for 0xaae8.
grub-install: info: adding a relocation entry for 0xaaf0.
grub-install: info: adding a relocation entry for 0xaaf4.
grub-install: info: adding a relocation entry for 0xaafc.
grub-install: info: adding a relocation entry for 0xab00.
grub-install: info: adding a relocation entry for 0xab08.
grub-install: info: adding a relocation entry for 0xab0c.
grub-install: info: adding 221 padding fixup entries.
grub-install: info: writing 1104 bytes of a fixup block starting at 0xa000.
grub-install: info: reading /usr/lib/grub/i386-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/i386-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/i386-efi/part_gpt.mod.
grub-install: info: kernel_img=0x15fbee0, kernel_size=0x11e00.
grub-install: info: the core size is 0x148d0.
grub-install: info: writing 0x15800 bytes.
grub-install: info: copying `/boot/grub/i386-efi/core.efi' -> `/boot/efi/EFI/ubuntu/grub.efi'.
grub-install: info: copying `/boot/grub/i386-efi/core.efi' -> `/boot/efi/EFI/ubuntu/grubia32.efi'.
grub-install: info: Registering with EFI: distributor = `ubuntu', path = `\EFI\ubuntu\grubia32.efi', ESP at hostdisk//dev/mmcblk1,gpt1.
grub-install: info: executing efibootmgr --version </dev/null >/dev/null.
grub-install: info: executing modprobe -q efivars.
grub-install: info: executing efibootmgr -b 0000 -B.
BootCurrent: 0006
Timeout: 1 seconds
BootOrder: 0006,0007
Boot0006* UEFI: KingstonDataTraveler 2.01.00
Boot0007  ubuntu
grub-install: info: executing efibootmgr -b 0007 -B.
BootCurrent: 0006
Timeout: 1 seconds
BootOrder: 0006
Boot0006* UEFI: KingstonDataTraveler 2.01.00
grub-install: info: executing efibootmgr -c -d /dev/mmcblk1 -p 1 -w -L ubuntu -l \EFI\ubuntu\grubia32.efi.
BootCurrent: 0006
Timeout: 1 seconds
BootOrder: 0000,0006
Boot0006* UEFI: KingstonDataTraveler 2.01.00
Boot0000* ubuntu
Installation finished. No error reported.

F)

update-grub

OK

G)

root@lubuntu:/# cat   /boot/efi/EFI/ubuntu/grub.cfg
search.fs_uuid 7aca1dbd-458b-4ed2-9a2d-4ffcbfc1cc24 root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
root@lubuntu:/# 

H)

cat /mnt/boot/grub/grub.cfg

donne

cat: /mnt/boot/grub/grub.cfg: No such file or directory
root@lubuntu:/# 

I) J'ai fait un test de boot et là.... le MIRACLE ! Il boote enfin tout seul !!
Ah ! ça fait plaisir... MERCI "??"

Bon avant de mettre résolu, je fais quand même un update et un upgrade pour voir si tout marche bien...

Dernière modification par christom (Le 25/02/2018, à 14:14)

Hors ligne

#64 Le 25/02/2018, à 16:38

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Manifestement, il y a du mieux.
Je ne comprends pas trop pourquoi la commande

cat /mnt/boot/grub/grub.cfg

donne

 cat: /mnt/boot/grub/grub.cfg: No such file or directory

A) Accepterais-tu de faire un boot-info depuis ta session installée.
   Le pourquoi de la chose. J'ai ouvert un bug. https://bugs.launchpad.net/boot-info/+bug/1750613 Je souhaiterais y ajouter ton rapport.
et probablement ouvrir un nouveau bug pour que boot-repair sache réparer correctement un boot-EFI en 32 bits. Il me semble inadmissible de devoir le "faire à la main" lol

B) Peux-tu confirmer  ou corriger la séquence d'installation de la version de boot EFI en 32 bits
Je vais écrire cette séquence
## Il faut donc télécharger le logiciel absent....
      apt  update
       apt  install  grub-efi-ia32
       apt  install  grub-efi-ia32-bin
## On va créer le point de montage de la partition de boot via cette commande
      mkdir          /boot/efi   ### Nota il est possible que ce ce point de montage existe déjà, Auquel cas cela fera une erreur mais ce n'est pas grave
## On va monter la partition de boot via cette commande
     mount  -v    /dev/mmcblk1p1       /boot/efi   
## On installe la structure de boot en 32 bits via cette commande.
      grub-install   -v    --target=i386-efi       --efi-directory=/boot/efi/         
===> Il y a un /   pour finir la ligne.   Je ne sais pas si c'est une bonne codification, Si cela se passe mal, tu essaieras aussi cette codification
      grub-install   -v    --target=i386-efi       --efi-directory=/boot/efi         
=======> Merci de dire si la codification de la première ligne était correcte ou si tu as du faire celle de la seconde ligne...
##  On fait la mise à jour du grub
      update-grub

Dans la documentation de réparation du boot en mettant option 64 bits et option 32 bits  et la proposer  au concepteur de boot-repair sans savoir s'il acceptera....

C) Acceptes-tu de faire un résumé des grandes lignes de l'installation de ubuntu?
   Je propose un début. A toi  de rectifier.
   1) Télécharger la version  ubuntu 16.04 64 bits en mode torrent à cette adresse http://old-releases.ubuntu.com/releases … so.torrent
   2) Fabriquer une clé USB de boot  en utilisant par exemple ce logiciel    ??????
   3) Installer le bon fichier de boot boot-IA32 récupéré à cette adresse XXXXXXX
   4) Installer classiquement ?   ubuntu    Installer ubuntu de cette façon ????
   5) Faire un boot-info  pour assistance éventuelle
   6) Après l'installation, éviter d'utiliser boot-repair qui abouti à une impasse.
   7) Après l'installation, faire la procédure chroot  pour être dans la session installée.
   8) Dans la session installée, mettre à jour le logiciel de boot-EFI en 32 bits que ubuntu refuse de diffuser.
Cela permettrait de mettre à jour cette documentation https://doc.ubuntu-fr.org/liste_portabl … ormer_book qui fait référence au même ordinateur que le tien avec une procédure déclarée "abandonnée".

D) Peut-être serait-il une bonne idée de supprimer quelques échanges de cette discussion qui ont aboutit à une impasse.
    Je te laisse l'initiative des premières suppressions. De mon coté je supprimerais  aussi si on part sur cette idée. Cela serait plus clair pour ceux qui souhaiteront faire la même chose

E) Si tu as beaucoup de temps libre, et si tu es intéressé, je considère que cette façon de faire est compliquée . et que c'est refind qui devrait  être installé dès la première fois au lieu de bootia32. Si tu es partant, il te suffira d'ouvrir une nouvelle discussion. Sinon, je comprendrais très bien que cette expérience te suffisse.

Bonne utilisation  de la version 16.04


Attention à la commande update et la commande upgrade, A chaque  fois que ubuntu te livrera un nouveau noyau, il réinstallera la version 64  bits et tu devras refaire  une réparation... qui pourrait être encore un chroot ou seulement un changement d'ordre de commande de boot
C'est pour cela que je propose REFIND  afin de supprimer le GRUB qui est adapté aux ordinateurs de haut de gamme.
Nota, Faire commande

sudo efibootmgr -v

afin de savoir qui est proposé au boot
=> Cela permettra de savoir  si le bios 32 bits a été supprimé ou mis en seconde position.

====> N'hésites pas à poster dans ce lien pendant la quinzaine qui vient.    Après il  est moins sur que je regarde tous les jours

Dernière modification par ?? (Le 25/02/2018, à 20:52)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#65 Le 25/02/2018, à 19:26

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

?? a écrit :

Manifestement, il y a du mieux.

Ne sois pas trop modeste. Je te remercie sincèrement d'avoir réglé ce problème ! smile

A) Voici le boot-info :

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


============================= Boot Info Summary: ===============================


============================ Drive/Partition Info: =============================

no valid partition table found
"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/mmcblk2                                                       
/dev/mmcblk2p1   EA3B-A295                              vfat       
/dev/mmcblk2p2   c4ac86b1-235a-4ed4-8337-e6528e659eee   ext4       
/dev/mmcblk2p3   3e849477-e63b-4339-b5f4-6d131b60faff   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root 13 Feb 25 18:10 mmc-HBG4e__0x010d385a -> ../../mmcblk2
lrwxrwxrwx 1 root root 15 Feb 25 18:10 mmc-HBG4e__0x010d385a-part1 -> ../../mmcblk2p1
lrwxrwxrwx 1 root root 15 Feb 25 18:10 mmc-HBG4e__0x010d385a-part2 -> ../../mmcblk2p2
lrwxrwxrwx 1 root root 15 Feb 25 18:10 mmc-HBG4e__0x010d385a-part3 -> ../../mmcblk2p3
lrwxrwxrwx 1 root root  9 Feb 25 18:10 usb-ASMT_2115_123456789012-0:0 -> ../../sda

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/mmcblk2p1   /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk2p2   /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)


========= Devices which don't seem to have a corresponding hard drive: =========

sda 


ADDITIONAL INFORMATION :
=================== log of boot-info 20180225_1851 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
Error: /dev/mmcblk2boot0: unrecognised disk label
Error: /dev/mmcblk2boot1: unrecognised disk label
Error: /dev/mmcblk2rpmb: unrecognised disk label
Warning: Error fsyncing/closing /dev/mmcblk2rpmb: Input/output error
boot-info is executed in installed-session (Ubuntu 16.04.4 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.13.0-36-generic.efi.signed root=UUID=c4ac86b1-235a-4ed4-8337-e6528e659eee ro quiet splash vt.handoff=7
mmcblk2 (mmcblk2) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
mmcblk2 (mmcblk2) has unknown type. Veuillez indiquer ce message à boot.repair@gmail.com
mount: /dev/mmcblk2 is already mounted or /mnt/boot-sav/mmcblk2 busy
mount /dev/mmcblk2 : Error code 32
mount -r /dev/mmcblk2 /mnt/boot-sav/mmcblk2
mount: /dev/mmcblk2 is already mounted or /mnt/boot-sav/mmcblk2 busy
mount -r /dev/mmcblk2 : Error code 32
cat: /sys/block/mmcblk2/mmcblk2boot0/start: Aucun fichier ou dossier de ce type
cat: /sys/block/mmcblk2/mmcblk2boot1/start: Aucun fichier ou dossier de ce type
cat: /sys/block/mmcblk2/mmcblk2rpmb/start: Aucun fichier ou dossier de ce type

=================== os-prober:
/dev/mmcblk2p2:L'OS actuellement utilisé - Ubuntu 16.04.4 LTS CurrentSession:linux

=================== blkid:
/dev/mmcblk2p1: UUID="EA3B-A295" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="66036f81-55b6-4d2a-820d-cce58e21cc87"
/dev/mmcblk2p2: UUID="c4ac86b1-235a-4ed4-8337-e6528e659eee" TYPE="ext4" PARTUUID="2f4c7454-345d-4c43-b974-1213fa72c882"
/dev/mmcblk2p3: UUID="3e849477-e63b-4339-b5f4-6d131b60faff" TYPE="swap" PARTUUID="af5f96a9-aefb-4db8-926e-9f1719b70b52"
/dev/mmcblk2: PTUUID="5ee896fc-80c0-4391-9b30-b3499275421a" PTTYPE="gpt"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.

mount: /dev/mmcblk2 is already mounted or /mnt/boot-sav/mmcblk2 busy
mount /dev/mmcblk2 : Error code 32
mount -r /dev/mmcblk2 /mnt/boot-sav/mmcblk2
mount: /dev/mmcblk2 is already mounted or /mnt/boot-sav/mmcblk2 busy
mount -r /dev/mmcblk2 : Error code 32

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 févr. 25 11:06 grub.d
total 80
-rwxr-xr-x 1 root root  9791 juin  21  2017 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 juin  21  2017 10_linux
-rwxr-xr-x 1 root root 11082 juin  21  2017 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 juin  21  2017 30_os-prober
-rwxr-xr-x 1 root root  1418 juin  21  2017 30_uefi-firmware
-rwxr-xr-x 1 root root   214 juin  21  2017 40_custom
-rwxr-xr-x 1 root root   216 juin  21  2017 41_custom
-rw-r--r-- 1 root root   483 juin  21  2017 README




=================== /etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"



/boot/efi detected in the fstab of mmcblk2p2: UUID=EA3B-A295   (mmcblk2p1)
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/fbx64.efi

=================== efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0006,0007,0001,0002,0003
Boot0000* ubuntu	HD(1,GPT,66036f81-55b6-4d2a-820d-cce58e21cc87,0x800,0x100000)/File(EFIubuntugrubia32.efi)
Boot0001* UEFI:CD/DVD Drive	BBS(129,,0x0)
Boot0002* UEFI:Removable Device	BBS(130,,0x0)
Boot0003* UEFI:Network Device	BBS(131,,0x0)
Boot0006* UEFI: KingstonDataTraveler 2.01.00	PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(4,0)/USB(1,0)/HD(1,GPT,555e96e2-ae5b-4eaa-836f-4a67de068650,0x800,0x3b8000)..BO
Boot0007* ubuntu	HD(1,GPT,66036f81-55b6-4d2a-820d-cce58e21cc87,0x800,0x100000)/File(EFIUbuntugrubx64.efi)

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
mmcblk2p2	: mmcblk2,	not-sepboot,	grubenv-ok	grub2,	grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	notbiosboot, .
mmcblk2p1	: mmcblk2,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /boot/efi.
mmcblk2	: mmcblk2,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /mnt/boot-sav/mmcblk2.

mmcblk2	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	mmc-disk, has-os,	1 sectors * 512 bytes


=================== parted -lm:

BYT;
/dev/mmcblk2boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk2boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk2rpmb:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;

BYT;
/dev/mmcblk2:31.3GB:sd/mmc:512:512:gpt:MMC HBG4e:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:29.2GB:28.7GB:ext4::;
3:29.2GB:31.3GB:2028MB:linux-swap(v1)::;

=================== lsblk:
KNAME        TYPE FSTYPE  SIZE LABEL
mmcblk2boot0 disk           4M
mmcblk2boot1 disk           4M
mmcblk2rpmb  disk           4M
mmcblk2      disk        29,1G
mmcblk2p1    part vfat    512M
mmcblk2p2    part ext4   26,8G
mmcblk2p3    part swap    1,9G

KNAME        ROTA RO RM STATE MOUNTPOINT
mmcblk2boot0    0  1  0
mmcblk2boot1    0  1  0
mmcblk2rpmb     0  0  0
mmcblk2         0  0  0
mmcblk2p1       0  0  0       /boot/efi
mmcblk2p2       0  0  0       /
mmcblk2p3       0  0  0       [SWAP]


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=936436k,nr_inodes=234109,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=192560k,mode=755)
/dev/mmcblk2p2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14190)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
/dev/mmcblk2p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=192560k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)


=================== ls:
/sys/block/mmcblk2 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk2boot0 mmcblk2boot1 mmcblk2p1 mmcblk2p2 mmcblk2p3 mmcblk2rpmb power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/mmcblk2boot0 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk2boot1 (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk2rpmb (filtered):  alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse gpiochip0 gpiochip1 gpiochip2 hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hidraw5 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 iio:device0 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mmcblk2 mmcblk2boot0 mmcblk2boot1 mmcblk2p1 mmcblk2p2 mmcblk2p3 mmcblk2rpmb mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sg0 shm snapshot snd stderr stdin stdout tpm0 tpmrm0 uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net vhost-vsock zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/mmcblk2p1
00000000  eb 58 90 6d 6b 66 73 2e  66 61 74 00 02 08 20 00  |.X.mkfs.fat... .|
00000010  02 00 00 00 00 f8 00 00  10 00 04 00 00 08 00 00  |................|
00000020  00 00 10 00 fe 03 00 00  00 00 00 00 02 00 00 00  |................|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 95 a2 3b ea 4e  4f 20 4e 41 4d 45 20 20  |..)..;.NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 77 7c ac  |  FAT32   ...w|.|
00000060  22 c0 74 0b 56 b4 0e bb  07 00 cd 10 5e eb f0 32  |".t.V.......^..2|
00000070  e4 cd 16 cd 19 eb fe 54  68 69 73 20 69 73 20 6e  |.......This is n|
00000080  6f 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 64 69  |ot a bootable di|
00000090  73 6b 2e 20 20 50 6c 65  61 73 65 20 69 6e 73 65  |sk.  Please inse|
000000a0  72 74 20 61 20 62 6f 6f  74 61 62 6c 65 20 66 6c  |rt a bootable fl|
000000b0  6f 70 70 79 20 61 6e 64  0d 0a 70 72 65 73 73 20  |oppy and..press |
000000c0  61 6e 79 20 6b 65 79 20  74 6f 20 74 72 79 20 61  |any key to try a|
000000d0  67 61 69 6e 20 2e 2e 2e  20 0d 0a 00 00 00 00 00  |gain ... .......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  915M     0  915M   0% /dev
tmpfs          tmpfs     189M  6.1M  182M   4% /run
/dev/mmcblk2p2 ext4       27G  4.6G   21G  19% /
tmpfs          tmpfs     941M   76K  941M   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     941M     0  941M   0% /sys/fs/cgroup
/dev/mmcblk2p1 vfat      511M  4.9M  507M   1% /boot/efi
tmpfs          tmpfs     189M   12K  189M   1% /run/user/1000

=================== fdisk -l:
Disk /dev/mmcblk2: 29.1 GiB, 31272730624 bytes, 61079552 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5EE896FC-80C0-4391-9B30-B3499275421A

Device            Start      End  Sectors  Size Type
/dev/mmcblk2p1     2048  1050623  1048576  512M EFI System
/dev/mmcblk2p2  1050624 57116671 56066048 26.8G Linux filesystem
/dev/mmcblk2p3 57116672 61077503  3960832  1.9G Linux swap




Disk /dev/mmcblk2boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk2boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes




=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of mmcblk2p2, using the following options:        mmcblk2p1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    use-standard-efi-file


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier mmcblk2p1/efi/.../grub*.efi !


=================== User settings
The settings chosen by the user will not act on the boot.

Je confirme que ton message #58 a très bien résolu le problème.

?? a écrit :

## Il faut donc télécharger le logiciel absent....
      apt  update
       apt  install  grub-efi-ia32
       apt  install  grub-efi-ia32-bin
## On va créer le point de montage de la partition de boot via cette commande
      mkdir          /boot/efi   ### Nota il est possible que ce ce point de montage existe déjà, Auquel cas cela fera une erreur mais ce n'est pas grave
## On va monter la partition de boot via cette commande
     mount  -v    /dev/mmcblk1p1       /boot/efi   
## On installe la structure de boot en 32 bits via cette commande.
      grub-install   -v    --target=i386-efi       --efi-directory=/boot/efi/         
===> Il y a un /   pour finir la ligne.   Je ne sais pas si c'est une bonne codification, Si cela se passe mal, tu essaieras aussi cette codification
      grub-install   -v    --target=i386-efi       --efi-directory=/boot/efi         
=======> Merci de dire si la codification de la première ligne était correcte ou si tu as du faire celle de la seconde ligne...
##  On fait la mise à jour du grub
      update-grub

Les points importants me semblent :
  apt  update
       apt  install  grub-efi-ia32
       apt  install  grub-efi-ia32-bin

et aussi le fait que tu me dises qu'il faille rebooter sur la clef d'installation en mode "essayer sans installer" SANS DEBRANCHER la CLEF ENSUITE !

C) Résumé :

1. Téléchargement de Lubuntu 16.04.03 LTS ici :
2. Fabrication de la clef USB de boot (format FAT32) avec Unetbootin (le faire avec Gnome-Disk-Utility ne permet pas d'écrire sur la clef ensuite, et notamment d'ajouter le bootia32.efi; de plus malgré mes reformatages, la clef est toujours en lecture seule...)
3. Installation via la clef de boot (après avoir désactivé Secure boot sur le Bios et désactivé les autres sources possibles de boot / le bios est accessible dès l'allumage en pressant F2 JUSTE après l'allumage, plusieurs fois pour ne pas le louper !)
... pour tous les autres points je suis d'accord avec toi :
5) Faire un boot-info  pour assistance éventuelle
   6) Après l'installation, éviter d'utiliser boot-repair qui abouti à une impasse.
   7) Après l'installation, faire la procédure chroot [en remplaçant tout de suite /media/system par /mnt] pour être dans la session installée. [Ne pas se décourager s'il y a des messages d'erreur !! Parfois, il faut juste passer à l'étape d'après !]
   8) Dans la session installée, mettre à jour le logiciel de boot-EFI en 32 bits que ubuntu refuse de diffuser. [surtout ne pas faire d'update avant d'avoir achevé la procédure !]

D) Ben, je pense qu'il faut surtout suivre à la lettre la procédure précédente, qui est claire et rigoureuse.

E) Après avoir consacré plus d'une semaine à ce problème, je t'avouerai franchement que je dois maintenant rattraper le retard que j'ai pris dans mon boulot ! big_smile
(J'ai quand même failli aller m'acheter un autre ordinateur portable !!).

J'ai bien noté ton conseil pour les update et upgrade. Là, ça va, mais je m'intéresserai à REFIND dès que je ne pourrai plus booter. Sinon comme la procédure est claire, je la referai.

ps : j'ai installé Libreoffice sur Lubuntu 16.04.03 LTS, non pas via les paquets mais avec les PPA : ppa:libreoffice/libreoffice-5-4. Pour ma part, c'est la seule version qui ait jamais fonctionné avec Ubuntu 16.04.03 LTS (que ce soit sur ASUS T200TA comme sur mon PC de bureau).

Hors ligne

#66 Le 26/02/2018, à 11:49

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

christom a écrit :

...........
H)

cat /mnt/boot/grub/grub.cfg

donne

cat: /mnt/boot/grub/grub.cfg: No such file or directory
root@lubuntu:/# 

..

Bonjour
Lorsque tu auras du temps, peux-tu poster le retour de cette commande

cat   /boot/grub/grub.cfg

Si toujours le même message d'erreur

ls     -ls     /
ls     -ls     /boot
ls     -ls     /boot/grub

Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#67 Le 26/02/2018, à 16:55

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Bonjour,

Voici le retour de la première commande, qui a fonctionné.

ch@ch-T200TA:~$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  c4ac86b1-235a-4ed4-8337-e6528e659eee
else
  search --no-floppy --fs-uuid --set=root c4ac86b1-235a-4ed4-8337-e6528e659eee
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c4ac86b1-235a-4ed4-8337-e6528e659eee' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root  c4ac86b1-235a-4ed4-8337-e6528e659eee
	else
	  search --no-floppy --fs-uuid --set=root c4ac86b1-235a-4ed4-8337-e6528e659eee
	fi
	linux	/boot/vmlinuz-4.13.0-36-generic.efi.signed root=UUID=c4ac86b1-235a-4ed4-8337-e6528e659eee ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.13.0-36-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-c4ac86b1-235a-4ed4-8337-e6528e659eee' {
	menuentry 'Ubuntu, with Linux 4.13.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.13.0-36-generic-advanced-c4ac86b1-235a-4ed4-8337-e6528e659eee' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  c4ac86b1-235a-4ed4-8337-e6528e659eee
		else
		  search --no-floppy --fs-uuid --set=root c4ac86b1-235a-4ed4-8337-e6528e659eee
		fi
		echo	'Loading Linux 4.13.0-36-generic ...'
		linux	/boot/vmlinuz-4.13.0-36-generic.efi.signed root=UUID=c4ac86b1-235a-4ed4-8337-e6528e659eee ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 4.13.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.13.0-36-generic-recovery-c4ac86b1-235a-4ed4-8337-e6528e659eee' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  c4ac86b1-235a-4ed4-8337-e6528e659eee
		else
		  search --no-floppy --fs-uuid --set=root c4ac86b1-235a-4ed4-8337-e6528e659eee
		fi
		echo	'Loading Linux 4.13.0-36-generic ...'
		linux	/boot/vmlinuz-4.13.0-36-generic.efi.signed root=UUID=c4ac86b1-235a-4ed4-8337-e6528e659eee ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 4.10.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-advanced-c4ac86b1-235a-4ed4-8337-e6528e659eee' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  c4ac86b1-235a-4ed4-8337-e6528e659eee
		else
		  search --no-floppy --fs-uuid --set=root c4ac86b1-235a-4ed4-8337-e6528e659eee
		fi
		echo	'Loading Linux 4.10.0-28-generic ...'
	        linux	/boot/vmlinuz-4.10.0-28-generic root=UUID=c4ac86b1-235a-4ed4-8337-e6528e659eee ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.10.0-28-generic
	}
	menuentry 'Ubuntu, with Linux 4.10.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-recovery-c4ac86b1-235a-4ed4-8337-e6528e659eee' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  c4ac86b1-235a-4ed4-8337-e6528e659eee
		else
		  search --no-floppy --fs-uuid --set=root c4ac86b1-235a-4ed4-8337-e6528e659eee
		fi
		echo	'Loading Linux 4.10.0-28-generic ...'
	        linux	/boot/vmlinuz-4.10.0-28-generic root=UUID=c4ac86b1-235a-4ed4-8337-e6528e659eee ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.10.0-28-generic
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

Hors ligne

#68 Le 26/02/2018, à 17:11

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Merci
Dans ce fichier, il n'a pas mis non plus, le nom du disque et son numéro.  Ce qui donne la génération  de ces lignes qui se ressemblent !!!!

	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root  c4ac86b1-235a-4ed4-8337-e6528e659eee
	else
	  search --no-floppy --fs-uuid --set=root c4ac86b1-235a-4ed4-8337-e6528e659eee
	fi

J'ai fini ma recherche avec les boot-repair.
Pour faire simple. Tu aurais du télécharger l'application 32 bits, y installer le programme bootia32.efi.
Faire ton installation  et utiliser boot-repair disque 32 bits pour réparer..
Je viens de vérifier, il sait booter en EFI.
1519663466.png
Je vais en profiter pour modifier la documentation  de boot-info.
Tu n'aurais pas du installer le bootia32.efi dans le boot-repair disk 64 bits car il ne le possède pas en standard.

Dernière modification par ?? (Le 26/02/2018, à 17:50)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#69 Le 28/02/2018, à 18:39

christom

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Bonsoir,

?? a écrit :

J'ai fini ma recherche avec les boot-repair.
Pour faire simple. Tu aurais du télécharger l'application 32 bits, y installer le programme bootia32.efi.
Faire ton installation  et utiliser boot-repair disque 32 bits pour réparer..
Je viens de vérifier, il sait booter en EFI.
1519663466.png
Je vais en profiter pour modifier la documentation  de boot-info.
Tu n'aurais pas du installer le bootia32.efi dans le boot-repair disk 64 bits car il ne le possède pas en standard.

Dès le début, j'ai tenté de lancer des réparations avec boot-repair 32 bits : il m'a immédiatement affiché un message comme quoi je devais lancer boot-repair en 64 bits !!!
C'est pour cette raison que j'ai installé cette version.

Hors ligne

#70 Le 28/02/2018, à 21:19

??

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Bonsoir
Je pense que tu avais probablement la version 64 bits d'installée...


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#71 Le 21/10/2018, à 07:57

OneTilde

Re : [RESOLU] Installation difficile d'Ubuntu sur ASUS T200TA notebook

Merci mille fois à ce post et donc à « ?? ».
J’etais aussi à deux doigts de m’acheter un autre ordi. Et enfin j’ai pu booter sur mon portable en EFI32. Il est peut-être cheap et noname, mais il fonctionne mainenant sous Linux.

Est-ce que « ?? » a un compte Paypal? Je voudrai offrir une bonne bière!

Dernière modification par OneTilde (Le 21/10/2018, à 07:57)

Hors ligne