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.

#176 Le 09/08/2019, à 15:34

geole

Re : Problème d'installation d'Ubuntu 19.04

Fait

update-grub

puis

cat  /boot/grub/grub.cfg

Dernière modification par geole (Le 09/08/2019, à 16:55)


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

Hors ligne

#177 Le 09/08/2019, à 15:55

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

geole a écrit :

Fait

update-grub

puis
cat  /boot/grub/grub.cfg


  :

root@ubuntu:/# update-grub

Sourcing file `/etc/default/grub'

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-55-generic
Found initrd image: /boot/initrd.img-4.15.0-55-generic
Found linux image: /boot/vmlinuz-4.15.0-29-generic
Found initrd image: /boot/initrd.img-4.15.0-29-generic
Adding boot menu entry for EFI firmware configuration
done
root@ubuntu:/# 
root@ubuntu:/# 
root@ubuntu:/# 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
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  9a8a055b-a6d5-427b-b4fe-1498187f876d
else
  search --no-floppy --fs-uuid --set=root 9a8a055b-a6d5-427b-b4fe-1498187f876d
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=C
  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=10
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 10 ; 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
if background_color 44,0,30,0; then
  clear
fi
### 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=1
	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-9a8a055b-a6d5-427b-b4fe-1498187f876d' {
	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
	set root='hd1,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  9a8a055b-a6d5-427b-b4fe-1498187f876d
	else
	  search --no-floppy --fs-uuid --set=root 9a8a055b-a6d5-427b-b4fe-1498187f876d
	fi
        linux	/boot/vmlinuz-4.15.0-55-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.15.0-55-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-9a8a055b-a6d5-427b-b4fe-1498187f876d' {
	menuentry 'Ubuntu, with Linux 4.15.0-55-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-55-generic-advanced-9a8a055b-a6d5-427b-b4fe-1498187f876d' {
		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
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  9a8a055b-a6d5-427b-b4fe-1498187f876d
		else
		  search --no-floppy --fs-uuid --set=root 9a8a055b-a6d5-427b-b4fe-1498187f876d
		fi
		echo	'Loading Linux 4.15.0-55-generic ...'
	        linux	/boot/vmlinuz-4.15.0-55-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.15.0-55-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-55-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-55-generic-recovery-9a8a055b-a6d5-427b-b4fe-1498187f876d' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  9a8a055b-a6d5-427b-b4fe-1498187f876d
		else
		  search --no-floppy --fs-uuid --set=root 9a8a055b-a6d5-427b-b4fe-1498187f876d
		fi
		echo	'Loading Linux 4.15.0-55-generic ...'
	        linux	/boot/vmlinuz-4.15.0-55-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.15.0-55-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-advanced-9a8a055b-a6d5-427b-b4fe-1498187f876d' {
		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
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  9a8a055b-a6d5-427b-b4fe-1498187f876d
		else
		  search --no-floppy --fs-uuid --set=root 9a8a055b-a6d5-427b-b4fe-1498187f876d
		fi
		echo	'Loading Linux 4.15.0-29-generic ...'
	        linux	/boot/vmlinuz-4.15.0-29-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.15.0-29-generic
	}
	menuentry 'Ubuntu, with Linux 4.15.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-recovery-9a8a055b-a6d5-427b-b4fe-1498187f876d' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  9a8a055b-a6d5-427b-b4fe-1498187f876d
		else
		  search --no-floppy --fs-uuid --set=root 9a8a055b-a6d5-427b-b4fe-1498187f876d
		fi
		echo	'Loading Linux 4.15.0-29-generic ...'
	        linux	/boot/vmlinuz-4.15.0-29-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.15.0-29-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 ###
root@ubuntu:/# 

Hors ligne

#178 Le 09/08/2019, à 16:03

geole

Re : Problème d'installation d'Ubuntu 19.04

Ouf.
Tu vas pouvoir rebooter.
J'espère  que refind  t'affichera  de nouveaux icones. Si oui, tu les essaies en premier.
Sinon, tu ré-essaies en priorité  celui qu'on a créée manuellement  puis les autres en commençant par le premier.
Si aucun ne boote, tu essaieras de décrire le mieux possible ce qui se passe.
Je n'ai pas encore regardé le contenu de ce dernier fichier. S'il n'est pas bon, il n'y pas évident que je trouve une solution.


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

Hors ligne

#179 Le 09/08/2019, à 16:10

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Je n'ai pas remarqué de nouveau icône.


J'ai essayé de cliquer en premier sur celui que tu as créé. Même erreur. Ensuite j'ai cliqué sur le premier icône et tada !

Ubuntu démarre mon  compte s'affiche je met mon mot de passe et j'apparais sur Ubuntu !


Voici une photo : http://free-pictures-hosting.org/upload … 161248.jpg

Dernière modification par Psykopak (Le 09/08/2019, à 16:16)

Hors ligne

#180 Le 09/08/2019, à 16:51

geole

Re : Problème d'installation d'Ubuntu 19.04

Merci pour ta persévérance.  Beaucoup auraient jetés l'éponge
Il reste quand même à vérifier quelques trucs.
   En premier vérifier  que le couple de commandes

sudo apt update
sudo apt upgrade 

reste fiable dans le temps.
(à faire au moins une  fois par semaine afin d'être toujours à jour)
 
En second, essayer de comprendre ce qui s'est passé. Cela ne va pas être simple.  En résumé les grandes étapes
   Dès le message 1, le problème est parfaitement identifié
'arrive à démarrer sur la clé et "try Ubuntu" mais lorsque que je souhaite l'installer, le téléchargement bloque à chaque fois au même endroit et m'envoie un message d'erreur "grub-efi-amd64-signed failed installation / tar...''

  Une succession de tentatives pour s'en tirer ayant comme résultat un bios  qui refuse toute commande 'simple' donc une réinitialisation du bios.
  Une installation  de rEFInd à la place des fichers de boot de windows enfin possible mais ne détecte pas ubuntu

  Une version LTS de ubuntu est alors installée avec la commande ubuquity  -b  afin d'éviter d'installer le grub
  Refind continue de ne pas reconnaître.
  Installation de la structure de boot EFI (--no-nvram) et génération grub.
  Le boot se lance alors via refind   en sélectionnant le fichier de boot standard de ubuntu dans la partition  EFI.

En troisième, probablement éliminer refind car il ne sert plus à rien depuis qu'on a installé un  grub  épuré du secure mode.
Cependant, si tu es d'accord, il faudrait attendre l'arrivée d'un nouveau noyau de ubuntu pour voir ce qui va se passer dans cette situation.
==> Cette action consistera à dupliquer la structure de boot de ubuntu dans celle de microsoft et a renommer le fichier de boot.

Dernière modification par geole (Le 09/08/2019, à 18:36)


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

Hors ligne

#181 Le 09/08/2019, à 21:04

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

C'est plutôt à moi de te remercier (:

Vu que j'ai envie de me remettre à la programmation je me demandais si il y avait des manips à éviter ? Et au final j'ai une installation classique ?


En tout cas merci de ta persévérance et de tout le temps que tu as donné !

Hors ligne

#182 Le 11/08/2019, à 02:28

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

?

Hors ligne

#183 Le 11/08/2019, à 10:11

geole

Re : Problème d'installation d'Ubuntu 19.04

Psykopak a écrit :

Vu que j'ai envie de me remettre à la programmation je me demandais si il y avait des manips à éviter ? Et au final j'ai une installation classique ?

Bonjour
   Je ne sais pas ce que tu appelles  "me remettre à la programmation".
  Si tu n'as installé ubuntu que dans le but de faire de la programmation et des scripts, il y aurait eu plus simple en installant ubuntu dans windows.

Les instllations standards de ubuntu sont les suivantes:
    1) Installer avec des logiciels 32 bits  sans  le support EFI.
    2) Installer avec des logiciels 64 bits  avec  le support EFI.

Tu as installé les logiciels 64 bits  sans  le support EFI.  Tu n'es donc pas standard.   C'est pour cela que je t'ai proposé une période de surveillance jusqu'à l'arrivée du prochain noyau   afin de savoir s'il  va faire ou pas l'ajout du support EFI actuellement absent. S'il le fait,  on repart  à l'échange N°1.
Je n'ai aucune idée de ce qui va se passer.   Dans des contextes qui ressemblent au tien, on avait fait une installation standard puis dit que certains modules ne devaient pas être activés avec la commande hold . Ce qui n'a pas fonctionné dans ton environnement.


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

Hors ligne

#184 Le 11/08/2019, à 21:26

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Bonjour,

Non je n'ai pas installé Ubuntu uniquement pour la faire de la programation.
Juste que j'ai envie de me remettre à faire des petits progammes, mais comme je ne savais pas vraiment ce que mon installation avait de différent par rapport à une basique je me demandais si il y avait des choses à ne pas toucher.

Ou si je risquais d'avoir des erreurs bizarres quand j'écrirai des petits scripts.

Mais le support UEFI sert uniquement à booter ? Donc tant que je ne sors pas de l'environnement ubuntu il n'y a rien de différent ?

Hors ligne

#185 Le 11/08/2019, à 22:21

geole

Re : Problème d'installation d'Ubuntu 19.04

Bonsoir
Hormis la façon de booter, tout est standard.


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

Hors ligne

#186 Le 12/08/2019, à 15:59

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Merci (:

Hors ligne

#187 Le 21/12/2019, à 02:07

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Re bonjour,

J'ai essayé de mettre a jour mes applications mais le téléchargment bloque a 93% suite à quelque chose ayant rapport au boot, du coup je reviens ici

 
psyko@psyko-desktop:~$ sudo apt update
Hit:1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Ign:2 http://dl.google.com/linux/earth/deb stable InRelease                    
Get:3 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]   
Hit:4 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease           
Get:5 http://www.geogebra.net/linux stable InRelease [8864 B]                 
Hit:6 http://dl.google.com/linux/earth/deb stable Release                      
Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]    
Get:8 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB] 
Get:9 http://www.geogebra.net/linux stable/main i386 Packages [5751 B]
Get:11 http://www.geogebra.net/linux stable/main amd64 Packages [5435 B]
Get:12 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [817 kB]
Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [593 kB]
Get:14 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [625 kB]
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [414 kB]
Get:16 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [288 kB]
Get:17 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [294 kB]
Get:18 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [73,8 kB]
Get:19 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [194 kB]
Get:20 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [143 kB]
Get:21 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [997 kB]
Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [38,5 kB]
Get:23 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17,6 kB]
Get:24 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41,5 kB]
Get:25 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [602 kB]
Get:26 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1033 kB]
Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [627 kB]
Get:28 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [319 kB]
Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [210 kB]
Get:30 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [264 kB]
Get:31 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42,1 kB]
Get:32 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [108 kB]
Get:33 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [201 kB]
Get:34 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [4288 B]
Get:35 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [6120 B]
Get:36 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Get:37 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [447 kB]
Get:38 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [7484 B]
Get:39 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [9284 B]
Get:40 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2464 B]
Get:41 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7976 B]
Fetched 8700 kB in 5s (1918 kB/s)                                      
Reading package lists... Done
Building dependency tree       
Reading state information... Done
77 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://dl.google.com/linux/earth/deb stable InRelease' doesn't support architecture 'i386'
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list.d/geogebra.list:3
psyko@psyko-desktop:~$ sudo apt upgrade
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 
psyko@psyko-desktop:~$ 'sudo dpkg --configure -a'
sudo dpkg --configure -a: command not found
psyko@psyko-desktop:~$ sudo dpkg --configure -a
Setting up libmspack0:amd64 (0.6-3ubuntu0.3) ...
Setting up cabextract (1.6-1.1) ...
Setting up chromium-codecs-ffmpeg-extra (78.0.3904.108-0ubuntu0.18.04.1) ...
Setting up libopencore-amrnb0:amd64 (0.1.3-2.1) ...
Setting up libopencore-amrwb0:amd64 (0.1.3-2.1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
psyko@psyko-desktop:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  chromium-codecs-ffmpeg-extra libopencore-amrnb0 libopencore-amrwb0
  linux-modules-4.15.0-65-generic
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  linux-headers-4.15.0-72 linux-headers-4.15.0-72-generic
  linux-image-4.15.0-72-generic linux-modules-4.15.0-72-generic
  linux-modules-extra-4.15.0-72-generic
The following packages will be upgraded:
  chromium-codecs-ffmpeg-extra dmsetup firefox firefox-locale-en geogebra5 git
  git-man grub-common grub-efi-amd64 grub-efi-amd64-bin grub-pc-bin
  grub2-common intel-microcode libdevmapper1.02.1 libgraphicsmagick++-q16-12
  libgraphicsmagick-q16-3 libnss-myhostname libnss-systemd libnss3
  libpam-systemd libpcap0.8 libpulse-mainloop-glib0 libpulse0 libpulsedsp
  libpython2.7 libpython2.7-minimal libpython2.7-stdlib libpython3.6
  libpython3.6-minimal libpython3.6-stdlib libqt5core5a libqt5dbus5 libqt5gui5
  libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5widgets5 libsmbclient
  libsqlite3-0 libssh-4 libsystemd0 libudev1 libwbclient0 linux-firmware
  linux-generic linux-headers-generic linux-image-generic linux-libc-dev
  linux-signed-generic openjdk-11-jre openjdk-11-jre-headless openjdk-8-jdk
  openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless pulseaudio
  pulseaudio-module-bluetooth pulseaudio-utils python3-distupgrade
  python3-software-properties python3.6 python3.6-minimal
  qt5-gtk-platformtheme samba-libs snapd software-properties-common
  software-properties-gtk systemd systemd-sysv thunderbird
  thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us
  ttf-mscorefonts-installer ubuntu-drivers-common ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk udev unattended-upgrades
79 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 360 MB/431 MB of archives.
After this operation, 345 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://www.geogebra.net/linux stable/main amd64 geogebra5 amd64 5.0.570.0-530 [62,1 MB]
Get:2 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.33 [205 kB]
Get:3 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-myhostname amd64 237-3ubuntu10.33 [34,9 kB]
Get:4 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.33 [106 kB]
Get:5 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.33 [108 kB]
Get:6 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.33 [2905 kB]
Get:7 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.33 [1102 kB]
Get:8 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.33 [54,6 kB]
Get:9 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.33 [12,5 kB]
Get:10 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6 amd64 3.6.9-1~18.04 [1414 kB]
Get:11 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04 [203 kB]
Get:12 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04 [1709 kB]
Get:13 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04 [1610 kB]
Get:14 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04 [533 kB]
Get:15 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 chromium-codecs-ffmpeg-extra amd64 79.0.3945.79-0ubuntu0.18.04.1 [1079 kB]
Get:16 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsmbclient amd64 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 [54,4 kB]
Get:17 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7 amd64 2.7.17-1~18.04 [1053 kB]
Get:18 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-stdlib amd64 2.7.17-1~18.04 [1915 kB]
Get:19 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-minimal amd64 2.7.17-1~18.04 [335 kB]
Get:20 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 samba-libs amd64 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 [5251 kB]
Get:21 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwbclient0 amd64 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 [33,5 kB]
Get:22 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-drivers-common amd64 1:0.5.2.5 [43,3 kB]
Get:23 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.2 [127 kB]
Get:24 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dmsetup amd64 2:1.02.145-4.1ubuntu3.18.04.2 [74,5 kB]
Get:25 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcap0.8 amd64 1.8.1-6ubuntu1.18.04.1 [118 kB]
Get:26 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-release-upgrader-gtk all 1:18.04.36 [9376 B]
Get:27 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-release-upgrader-core all 1:18.04.36 [25,4 kB]
Get:28 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distupgrade all 1:18.04.36 [107 kB]
Get:29 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 firefox amd64 71.0+build5-0ubuntu0.18.04.1 [50,3 MB]
Get:30 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 firefox-locale-en amd64 71.0+build5-0ubuntu0.18.04.1 [707 kB]
Get:31 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.5 [803 kB]
Get:32 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.5 [3912 kB]
Get:33 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-efi-amd64 amd64 2.02-2ubuntu8.14 [47,8 kB]
Get:34 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-efi-amd64-bin amd64 2.02-2ubuntu8.14 [655 kB]
Get:35 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub2-common amd64 2.02-2ubuntu8.14 [532 kB]
Get:36 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-pc-bin amd64 2.02-2ubuntu8.14 [899 kB]
Get:37 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-common amd64 2.02-2ubuntu8.14 [1772 kB]
Get:38 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.6 [1136 kB]
Get:39 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulsedsp amd64 1:11.1-1ubuntu7.4 [31,9 kB]
Get:40 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pulseaudio-utils amd64 1:11.1-1ubuntu7.4 [64,6 kB]
Get:41 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pulseaudio-module-bluetooth amd64 1:11.1-1ubuntu7.4 [67,1 kB]
Get:42 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 pulseaudio amd64 1:11.1-1ubuntu7.4 [787 kB]
Get:43 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-mainloop-glib0 amd64 1:11.1-1ubuntu7.4 [22,1 kB]
Get:44 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.4 [265 kB]
Get:45 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5core5a amd64 5.9.5+dfsg-0ubuntu2.4 [2036 kB]
Get:46 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5dbus5 amd64 5.9.5+dfsg-0ubuntu2.4 [196 kB]
Get:47 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-gtk-platformtheme amd64 5.9.5+dfsg-0ubuntu2.4 [117 kB]
Get:48 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5network5 amd64 5.9.5+dfsg-0ubuntu2.4 [634 kB]
Get:49 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5gui5 amd64 5.9.5+dfsg-0ubuntu2.4 [2569 kB]
Get:50 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5widgets5 amd64 5.9.5+dfsg-0ubuntu2.4 [2205 kB]
Get:51 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5opengl5 amd64 5.9.5+dfsg-0ubuntu2.4 [132 kB]
Get:52 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu2.4 [178 kB]
Get:53 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssh-4 amd64 0.8.0~20170825.94fa1e38-1ubuntu0.5 [169 kB]
Get:54 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-firmware all 1.173.14 [75,1 MB]
Get:55 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openjdk-11-jre amd64 11.0.5+10-0ubuntu1.1~18.04 [34,4 kB]
Get:56 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openjdk-11-jre-headless amd64 11.0.5+10-0ubuntu1.1~18.04 [37,5 MB]
Get:57 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jdk amd64 8u232-b09-0ubuntu1~18.04.1 [1618 kB]
Get:58 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jre amd64 8u232-b09-0ubuntu1~18.04.1 [69,8 kB]
Get:59 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jre-headless amd64 8u232-b09-0ubuntu1~18.04.1 [27,4 MB]
Get:60 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jdk-headless amd64 8u232-b09-0ubuntu1~18.04.1 [8251 kB]
Get:61 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.12 [10,0 kB]
Get:62 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-gtk all 0.96.24.32.12 [62,7 kB]
Get:63 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.12 [23,6 kB]
Get:64 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.42.1+18.04 [13,7 MB]
Get:65 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird-locale-en amd64 1:68.2.2+build1-0ubuntu0.18.04.1 [498 kB]
Get:66 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird amd64 1:68.2.2+build1-0ubuntu0.18.04.1 [43,1 MB]
Get:67 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird-gnome-support amd64 1:68.2.2+build1-0ubuntu0.18.04.1 [8636 B]
Get:68 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 thunderbird-locale-en-us all 1:68.2.2+build1-0ubuntu0.18.04.1 [10,3 kB]
Get:69 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unattended-upgrades all 1.1ubuntu1.18.04.13 [41,7 kB]
Fetched 360 MB in 1min 15s (4807 kB/s)                                        
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 179490 files and directories currently installed.)
Preparing to unpack .../ttf-mscorefonts-installer_3.6ubuntu2_all.deb ...
Unpacking ttf-mscorefonts-installer (3.6ubuntu2) over (3.6ubuntu2) ...
Preparing to unpack .../libsystemd0_237-3ubuntu10.33_amd64.deb ...
Unpacking libsystemd0:amd64 (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Setting up libsystemd0:amd64 (237-3ubuntu10.33) ...
(Reading database ... 179499 files and directories currently installed.)
Preparing to unpack .../0-libnss-myhostname_237-3ubuntu10.33_amd64.deb ...
Unpacking libnss-myhostname:amd64 (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Preparing to unpack .../1-libnss-systemd_237-3ubuntu10.33_amd64.deb ...
Unpacking libnss-systemd:amd64 (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Preparing to unpack .../2-libpam-systemd_237-3ubuntu10.33_amd64.deb ...
Unpacking libpam-systemd:amd64 (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Preparing to unpack .../3-systemd_237-3ubuntu10.33_amd64.deb ...
Unpacking systemd (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Preparing to unpack .../4-udev_237-3ubuntu10.33_amd64.deb ...
Unpacking udev (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Preparing to unpack .../5-libudev1_237-3ubuntu10.33_amd64.deb ...
Unpacking libudev1:amd64 (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Setting up libudev1:amd64 (237-3ubuntu10.33) ...
Setting up systemd (237-3ubuntu10.33) ...
Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ...
(Reading database ... 179499 files and directories currently installed.)
Preparing to unpack .../00-systemd-sysv_237-3ubuntu10.33_amd64.deb ...
Unpacking systemd-sysv (237-3ubuntu10.33) over (237-3ubuntu10.31) ...
Preparing to unpack .../01-libpython3.6_3.6.9-1~18.04_amd64.deb ...
Unpacking libpython3.6:amd64 (3.6.9-1~18.04) over (3.6.8-1~18.04.3) ...
Preparing to unpack .../02-python3.6_3.6.9-1~18.04_amd64.deb ...
Unpacking python3.6 (3.6.9-1~18.04) over (3.6.8-1~18.04.3) ...
Preparing to unpack .../03-libpython3.6-stdlib_3.6.9-1~18.04_amd64.deb ...
Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04) over (3.6.8-1~18.04.3) ...
Preparing to unpack .../04-python3.6-minimal_3.6.9-1~18.04_amd64.deb ...
Unpacking python3.6-minimal (3.6.9-1~18.04) over (3.6.8-1~18.04.3) ...
Preparing to unpack .../05-libpython3.6-minimal_3.6.9-1~18.04_amd64.deb ...
Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04) over (3.6.8-1~18.04.3) ...
Preparing to unpack .../06-libsqlite3-0_3.22.0-1ubuntu0.2_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.2) over (3.22.0-1ubuntu0.1) ...
Preparing to unpack .../07-chromium-codecs-ffmpeg-extra_79.0.3945.79-0ubuntu0.18.04.1_amd64.deb ...
Unpacking chromium-codecs-ffmpeg-extra (79.0.3945.79-0ubuntu0.18.04.1) over (78.0.3904.108-0ubuntu0.18.04.1) ...
Preparing to unpack .../08-libsmbclient_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.14_amd64.deb ...
Unpacking libsmbclient:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.14) over (2:4.7.6+dfsg~ubuntu-0ubuntu2.13) ...
Preparing to unpack .../09-libpython2.7_2.7.17-1~18.04_amd64.deb ...
Unpacking libpython2.7:amd64 (2.7.17-1~18.04) over (2.7.15-4ubuntu4~18.04.2) ...
Preparing to unpack .../10-libpython2.7-stdlib_2.7.17-1~18.04_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.17-1~18.04) over (2.7.15-4ubuntu4~18.04.2) ...
Preparing to unpack .../11-libpython2.7-minimal_2.7.17-1~18.04_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.17-1~18.04) over (2.7.15-4ubuntu4~18.04.2) ...
Preparing to unpack .../12-samba-libs_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.14_amd64.deb ...
Unpacking samba-libs:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.14) over (2:4.7.6+dfsg~ubuntu-0ubuntu2.13) ...
Preparing to unpack .../13-libwbclient0_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.14_amd64.deb ...
Unpacking libwbclient0:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.14) over (2:4.7.6+dfsg~ubuntu-0ubuntu2.13) ...
Preparing to unpack .../14-ubuntu-drivers-common_1%3a0.5.2.5_amd64.deb ...
Unpacking ubuntu-drivers-common (1:0.5.2.5) over (1:0.5.2.3) ...
Preparing to unpack .../15-geogebra5_5.0.570.0-530_amd64.deb ...
Unpacking geogebra5 (5.0.570.0-530) over (5.0.564.0-90) ...
Preparing to unpack .../16-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.2_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.2) over (2:1.02.145-4.1ubuntu3.18.04.1) ...
Preparing to unpack .../17-dmsetup_2%3a1.02.145-4.1ubuntu3.18.04.2_amd64.deb ...
Unpacking dmsetup (2:1.02.145-4.1ubuntu3.18.04.2) over (2:1.02.145-4.1ubuntu3.18.04.1) ...
Preparing to unpack .../18-libpcap0.8_1.8.1-6ubuntu1.18.04.1_amd64.deb ...
Unpacking libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.1) over (1.8.1-6ubuntu1) ...
Preparing to unpack .../19-ubuntu-release-upgrader-gtk_1%3a18.04.36_all.deb ...
Unpacking ubuntu-release-upgrader-gtk (1:18.04.36) over (1:18.04.34) ...
Preparing to unpack .../20-ubuntu-release-upgrader-core_1%3a18.04.36_all.deb ...
Unpacking ubuntu-release-upgrader-core (1:18.04.36) over (1:18.04.34) ...
Preparing to unpack .../21-python3-distupgrade_1%3a18.04.36_all.deb ...
Unpacking python3-distupgrade (1:18.04.36) over (1:18.04.34) ...
Preparing to unpack .../22-firefox_71.0+build5-0ubuntu0.18.04.1_amd64.deb ...
Unpacking firefox (71.0+build5-0ubuntu0.18.04.1) over (70.0.1+build1-0ubuntu0.18.04.1) ...
Preparing to unpack .../23-firefox-locale-en_71.0+build5-0ubuntu0.18.04.1_amd64.deb ...
Unpacking firefox-locale-en (71.0+build5-0ubuntu0.18.04.1) over (70.0.1+build1-0ubuntu0.18.04.1) ...
Preparing to unpack .../24-git-man_1%3a2.17.1-1ubuntu0.5_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.5) over (1:2.17.1-1ubuntu0.4) ...
Preparing to unpack .../25-git_1%3a2.17.1-1ubuntu0.5_amd64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.5) over (1:2.17.1-1ubuntu0.4) ...
Preparing to unpack .../26-grub-efi-amd64_2.02-2ubuntu8.14_amd64.deb ...
Unpacking grub-efi-amd64 (2.02-2ubuntu8.14) over (2.02-2ubuntu8.13) ...
Preparing to unpack .../27-grub-efi-amd64-bin_2.02-2ubuntu8.14_amd64.deb ...
Unpacking grub-efi-amd64-bin (2.02-2ubuntu8.14) over (2.02-2ubuntu8.13) ...
Preparing to unpack .../28-grub2-common_2.02-2ubuntu8.14_amd64.deb ...
Unpacking grub2-common (2.02-2ubuntu8.14) over (2.02-2ubuntu8.13) ...
Preparing to unpack .../29-grub-pc-bin_2.02-2ubuntu8.14_amd64.deb ...
Unpacking grub-pc-bin (2.02-2ubuntu8.14) over (2.02-2ubuntu8.13) ...
Preparing to unpack .../30-grub-common_2.02-2ubuntu8.14_amd64.deb ...
Unpacking grub-common (2.02-2ubuntu8.14) over (2.02-2ubuntu8.13) ...
Preparing to unpack .../31-libgraphicsmagick-q16-3_1.3.28-2ubuntu0.1_amd64.deb ...
Unpacking libgraphicsmagick-q16-3 (1.3.28-2ubuntu0.1) over (1.3.28-2) ...
Preparing to unpack .../32-libgraphicsmagick++-q16-12_1.3.28-2ubuntu0.1_amd64.deb ...
Unpacking libgraphicsmagick++-q16-12 (1.3.28-2ubuntu0.1) over (1.3.28-2) ...
Preparing to unpack .../33-libnss3_2%3a3.35-2ubuntu2.6_amd64.deb ...
Unpacking libnss3:amd64 (2:3.35-2ubuntu2.6) over (2:3.35-2ubuntu2.5) ...
Preparing to unpack .../34-libpulsedsp_1%3a11.1-1ubuntu7.4_amd64.deb ...
Unpacking libpulsedsp:amd64 (1:11.1-1ubuntu7.4) over (1:11.1-1ubuntu7.2) ...
Preparing to unpack .../35-pulseaudio-utils_1%3a11.1-1ubuntu7.4_amd64.deb ...
Unpacking pulseaudio-utils (1:11.1-1ubuntu7.4) over (1:11.1-1ubuntu7.2) ...
Preparing to unpack .../36-pulseaudio-module-bluetooth_1%3a11.1-1ubuntu7.4_amd64.deb ...
Unpacking pulseaudio-module-bluetooth (1:11.1-1ubuntu7.4) over (1:11.1-1ubuntu7.2) ...
Preparing to unpack .../37-pulseaudio_1%3a11.1-1ubuntu7.4_amd64.deb ...
Unpacking pulseaudio (1:11.1-1ubuntu7.4) over (1:11.1-1ubuntu7.2) ...
Preparing to unpack .../38-libpulse-mainloop-glib0_1%3a11.1-1ubuntu7.4_amd64.deb ...
Unpacking libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.4) over (1:11.1-1ubuntu7.2) ...
Preparing to unpack .../39-libpulse0_1%3a11.1-1ubuntu7.4_amd64.deb ...
Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.4) over (1:11.1-1ubuntu7.2) ...
Preparing to unpack .../40-libqt5core5a_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../41-libqt5dbus5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../42-qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../43-libqt5network5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../44-libqt5gui5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../45-libqt5widgets5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../46-libqt5opengl5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../47-libqt5printsupport5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.4) over (5.9.5+dfsg-0ubuntu2.3) ...
Preparing to unpack .../48-libssh-4_0.8.0~20170825.94fa1e38-1ubuntu0.5_amd64.deb ...
Unpacking libssh-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.5) over (0.8.0~20170825.94fa1e38-1ubuntu0.2) ...
Preparing to unpack .../49-linux-firmware_1.173.14_all.deb ...
Unpacking linux-firmware (1.173.14) over (1.173.12) ...
Selecting previously unselected package linux-modules-4.15.0-72-generic.
Preparing to unpack .../50-linux-modules-4.15.0-72-generic_4.15.0-72.81_amd64.deb ...
Unpacking linux-modules-4.15.0-72-generic (4.15.0-72.81) ...
Selecting previously unselected package linux-image-4.15.0-72-generic.
Preparing to unpack .../51-linux-image-4.15.0-72-generic_4.15.0-72.81_amd64.deb ...
Unpacking linux-image-4.15.0-72-generic (4.15.0-72.81) ...
Selecting previously unselected package linux-modules-extra-4.15.0-72-generic.
Preparing to unpack .../52-linux-modules-extra-4.15.0-72-generic_4.15.0-72.81_amd64.deb ...
Unpacking linux-modules-extra-4.15.0-72-generic (4.15.0-72.81) ...
Preparing to unpack .../53-intel-microcode_3.20191115.1ubuntu0.18.04.2_amd64.deb ...
Unpacking intel-microcode (3.20191115.1ubuntu0.18.04.2) over (3.20191115.1ubuntu0.18.04.1) ...
Preparing to unpack .../54-linux-generic_4.15.0.72.74_amd64.deb ...
Unpacking linux-generic (4.15.0.72.74) over (4.15.0.70.72) ...
Preparing to unpack .../55-linux-image-generic_4.15.0.72.74_amd64.deb ...
Unpacking linux-image-generic (4.15.0.72.74) over (4.15.0.70.72) ...
Selecting previously unselected package linux-headers-4.15.0-72.
Preparing to unpack .../56-linux-headers-4.15.0-72_4.15.0-72.81_all.deb ...
Unpacking linux-headers-4.15.0-72 (4.15.0-72.81) ...
Selecting previously unselected package linux-headers-4.15.0-72-generic.
Preparing to unpack .../57-linux-headers-4.15.0-72-generic_4.15.0-72.81_amd64.deb ...
Unpacking linux-headers-4.15.0-72-generic (4.15.0-72.81) ...
Preparing to unpack .../58-linux-headers-generic_4.15.0.72.74_amd64.deb ...
Unpacking linux-headers-generic (4.15.0.72.74) over (4.15.0.70.72) ...
Preparing to unpack .../59-linux-libc-dev_4.15.0-72.81_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.15.0-72.81) over (4.15.0-70.79) ...
Preparing to unpack .../60-linux-signed-generic_4.15.0.72.74_amd64.deb ...
Unpacking linux-signed-generic (4.15.0.72.74) over (4.15.0.70.72) ...
Preparing to unpack .../61-openjdk-11-jre_11.0.5+10-0ubuntu1.1~18.04_amd64.deb ...
Unpacking openjdk-11-jre:amd64 (11.0.5+10-0ubuntu1.1~18.04) over (11.0.4+11-1ubuntu2~18.04.3) ...
Preparing to unpack .../62-openjdk-11-jre-headless_11.0.5+10-0ubuntu1.1~18.04_amd64.deb ...
Unpacking openjdk-11-jre-headless:amd64 (11.0.5+10-0ubuntu1.1~18.04) over (11.0.4+11-1ubuntu2~18.04.3) ...
Preparing to unpack .../63-openjdk-8-jdk_8u232-b09-0ubuntu1~18.04.1_amd64.deb ...
Unpacking openjdk-8-jdk:amd64 (8u232-b09-0ubuntu1~18.04.1) over (8u222-b10-1ubuntu1~18.04.1) ...
Preparing to unpack .../64-openjdk-8-jre_8u232-b09-0ubuntu1~18.04.1_amd64.deb ...
Unpacking openjdk-8-jre:amd64 (8u232-b09-0ubuntu1~18.04.1) over (8u222-b10-1ubuntu1~18.04.1) ...
Preparing to unpack .../65-openjdk-8-jre-headless_8u232-b09-0ubuntu1~18.04.1_amd64.deb ...
Unpacking openjdk-8-jre-headless:amd64 (8u232-b09-0ubuntu1~18.04.1) over (8u222-b10-1ubuntu1~18.04.1) ...
Preparing to unpack .../66-openjdk-8-jdk-headless_8u232-b09-0ubuntu1~18.04.1_amd64.deb ...
Unpacking openjdk-8-jdk-headless:amd64 (8u232-b09-0ubuntu1~18.04.1) over (8u222-b10-1ubuntu1~18.04.1) ...
Preparing to unpack .../67-software-properties-common_0.96.24.32.12_all.deb ...
Unpacking software-properties-common (0.96.24.32.12) over (0.96.24.32.11) ...
Preparing to unpack .../68-software-properties-gtk_0.96.24.32.12_all.deb ...
Unpacking software-properties-gtk (0.96.24.32.12) over (0.96.24.32.11) ...
Preparing to unpack .../69-python3-software-properties_0.96.24.32.12_all.deb ...
Unpacking python3-software-properties (0.96.24.32.12) over (0.96.24.32.11) ...
Preparing to unpack .../70-snapd_2.42.1+18.04_amd64.deb ...
Unpacking snapd (2.42.1+18.04) over (2.40+18.04) ...
Preparing to unpack .../71-thunderbird-locale-en_1%3a68.2.2+build1-0ubuntu0.18.04.1_amd64.deb ...
Unpacking thunderbird-locale-en (1:68.2.2+build1-0ubuntu0.18.04.1) over (1:68.2.1+build1-0ubuntu0.18.04.1) ...
Preparing to unpack .../72-thunderbird_1%3a68.2.2+build1-0ubuntu0.18.04.1_amd64.deb ...
Unpacking thunderbird (1:68.2.2+build1-0ubuntu0.18.04.1) over (1:68.2.1+build1-0ubuntu0.18.04.1) ...
Preparing to unpack .../73-thunderbird-gnome-support_1%3a68.2.2+build1-0ubuntu0.18.04.1_amd64.deb ...
Unpacking thunderbird-gnome-support (1:68.2.2+build1-0ubuntu0.18.04.1) over (1:68.2.1+build1-0ubuntu0.18.04.1) ...
Preparing to unpack .../74-thunderbird-locale-en-us_1%3a68.2.2+build1-0ubuntu0.18.04.1_all.deb ...
Unpacking thunderbird-locale-en-us (1:68.2.2+build1-0ubuntu0.18.04.1) over (1:68.2.1+build1-0ubuntu0.18.04.1) ...
Preparing to unpack .../75-unattended-upgrades_1.1ubuntu1.18.04.13_all.deb ...
Unpacking unattended-upgrades (1.1ubuntu1.18.04.13) over (1.1ubuntu1.18.04.12) ...
Setting up libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up linux-modules-4.15.0-72-generic (4.15.0-72.81) ...
Setting up intel-microcode (3.20191115.1ubuntu0.18.04.2) ...
update-initramfs: deferring update (trigger activated)
intel-microcode: microcode will be updated at next boot
Setting up libnss-systemd:amd64 (237-3ubuntu10.33) ...
Setting up git-man (1:2.17.1-1ubuntu0.5) ...
Setting up libwbclient0:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.14) ...
Setting up linux-headers-4.15.0-72 (4.15.0-72.81) ...
Setting up libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up firefox-locale-en (71.0+build5-0ubuntu0.18.04.1) ...
Setting up libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up libnss-myhostname:amd64 (237-3ubuntu10.33) ...
Setting up systemd-sysv (237-3ubuntu10.33) ...
Setting up geogebra5 (5.0.570.0-530) ...
Setting up linux-libc-dev:amd64 (4.15.0-72.81) ...
Setting up linux-image-4.15.0-72-generic (4.15.0-72.81) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-70-generic
I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-70-generic
I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-72-generic
I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-72-generic
Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.2) ...
Setting up libpulse0:amd64 (1:11.1-1ubuntu7.4) ...
Setting up libgraphicsmagick-q16-3 (1.3.28-2ubuntu0.1) ...
Setting up thunderbird (1:68.2.2+build1-0ubuntu0.18.04.1) ...
Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04) ...
Setting up udev (237-3ubuntu10.33) ...
update-initramfs: deferring update (trigger activated)
Setting up libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up grub-common (2.02-2ubuntu8.14) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up chromium-codecs-ffmpeg-extra (79.0.3945.79-0ubuntu0.18.04.1) ...
Setting up thunderbird-gnome-support (1:68.2.2+build1-0ubuntu0.18.04.1) ...
Setting up libssh-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.5) ...
Setting up firefox (71.0+build5-0ubuntu0.18.04.1) ...
Please restart all running instances of firefox, or you will experience problems.
Setting up unattended-upgrades (1.1ubuntu1.18.04.13) ...
Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.2) ...
Setting up dmsetup (2:1.02.145-4.1ubuntu3.18.04.2) ...
update-initramfs: deferring update (trigger activated)
Setting up python3-software-properties (0.96.24.32.12) ...
Setting up qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up libpython2.7-minimal:amd64 (2.7.17-1~18.04) ...
Setting up ttf-mscorefonts-installer (3.6ubuntu2) ...
Setting up linux-firmware (1.173.14) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-70-generic
update-initramfs: Generating /boot/initrd.img-4.15.0-66-generic
Setting up git (1:2.17.1-1ubuntu0.5) ...
Setting up libpython2.7-stdlib:amd64 (2.7.17-1~18.04) ...
Setting up python3-distupgrade (1:18.04.36) ...
Setting up libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.1) ...
Setting up linux-headers-4.15.0-72-generic (4.15.0-72.81) ...
Setting up linux-headers-generic (4.15.0.72.74) ...
Setting up software-properties-common (0.96.24.32.12) ...
Setting up libgraphicsmagick++-q16-12 (1.3.28-2ubuntu0.1) ...
Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04) ...
Setting up libpam-systemd:amd64 (237-3ubuntu10.33) ...
Setting up libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.4) ...
Setting up libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up grub-efi-amd64-bin (2.02-2ubuntu8.14) ...
Setting up grub-pc-bin (2.02-2ubuntu8.14) ...
Setting up libpulsedsp:amd64 (1:11.1-1ubuntu7.4) ...
Setting up linux-modules-extra-4.15.0-72-generic (4.15.0-72.81) ...
Setting up pulseaudio-utils (1:11.1-1ubuntu7.4) ...
Setting up grub2-common (2.02-2ubuntu8.14) ...
Setting up python3.6-minimal (3.6.9-1~18.04) ...
Setting up libnss3:amd64 (2:3.35-2ubuntu2.6) ...
Setting up ubuntu-release-upgrader-core (1:18.04.36) ...
Setting up thunderbird-locale-en (1:68.2.2+build1-0ubuntu0.18.04.1) ...
Setting up libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Setting up thunderbird-locale-en-us (1:68.2.2+build1-0ubuntu0.18.04.1) ...
Setting up ubuntu-drivers-common (1:0.5.2.5) ...
Setting up snapd (2.42.1+18.04) ...
Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
Installing new version of config file /etc/xdg/autostart/snap-userd-autostart.desktop ...
snapd.failure.service is a disabled or a static unit, not starting it.
snapd.snap-repair.service is a disabled or a static unit, not starting it.
Setting up software-properties-gtk (0.96.24.32.12) ...
Setting up libpython2.7:amd64 (2.7.17-1~18.04) ...
Setting up linux-image-generic (4.15.0.72.74) ...
Setting up libpython3.6:amd64 (3.6.9-1~18.04) ...
Setting up openjdk-8-jre-headless:amd64 (8u232-b09-0ubuntu1~18.04.1) ...
Installing new version of config file /etc/java-8-openjdk/security/java.policy ...
Installing new version of config file /etc/java-8-openjdk/security/java.security ...
Setting up pulseaudio (1:11.1-1ubuntu7.4) ...
Setting up ubuntu-release-upgrader-gtk (1:18.04.36) ...
Setting up python3.6 (3.6.9-1~18.04) ...
Setting up samba-libs:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.14) ...
Setting up grub-efi-amd64 (2.02-2ubuntu8.14) ...
Installing for x86_64-efi platform.
grub-install: error: efibootmgr failed to register the boot entry: Unknown error -1.
Failed: grub-install --target=x86_64-efi  
WARNING: Bootloader is not properly installed, system may not be bootable
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic

Progress: [ 93%] [################################################################################################################........] 

Hors ligne

#188 Le 21/12/2019, à 10:42

Qid

Re : Problème d'installation d'Ubuntu 19.04

grub-install: error: efibootmgr failed to register the boot entry: Unknown error -1.
Failed: grub-install --target=x86_64-efi  
WARNING: Bootloader is not properly installed, system may not be bootable

Ça ce n'est pas cool en effet...


"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

#189 Le 21/12/2019, à 11:26

geole

Re : Problème d'installation d'Ubuntu 19.04

Bonjour.
Peux-tu dire si cette commande va t'afficher un menu

sudo dpkg --configure --force -a

Si oui, ce menu devrait en standard dire que la NVRAM est à mettre à jour.
Il suffit que tu le positionne sur no et que tu valides. Si cela se passe bien, le problème est solutionné. Sinon, il y a une solution de secours en invalidant certains modules.
Peux-tu rappeler si tu bootes avec refind?


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

Hors ligne

#190 Le 21/12/2019, à 17:45

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Je n'ai rien fait mais maintenant c'est bloqué a 99%

Je ferme le terminal ?

Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic





cat: /sys/firmware/efi/vars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c/data: Input/output error
done
Setting up openjdk-8-jdk-headless:amd64 (8u232-b09-0ubuntu1~18.04.1) ...
update-alternatives: warning: alternative /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/hsdb (part of link group hsdb) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/hsdb is dangling; it will be updated with best choice
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode
update-alternatives: warning: alternative /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/clhsdb (part of link group clhsdb) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/clhsdb is dangling; it will be updated with best choice
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode
Setting up openjdk-11-jre-headless:amd64 (11.0.5+10-0ubuntu1.1~18.04) ...
Installing new version of config file /etc/java-11-openjdk/jfr/default.jfc ...
Installing new version of config file /etc/java-11-openjdk/jfr/profile.jfc ...
Installing new version of config file /etc/java-11-openjdk/security/java.security ...
Setting up libsmbclient:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.14) ...
Setting up openjdk-8-jre:amd64 (8u232-b09-0ubuntu1~18.04.1) ...
Setting up pulseaudio-module-bluetooth (1:11.1-1ubuntu7.4) ...
Setting up linux-generic (4.15.0.72.74) ...
Setting up openjdk-11-jre:amd64 (11.0.5+10-0ubuntu1.1~18.04) ...
Setting up linux-signed-generic (4.15.0.72.74) ...
Setting up openjdk-8-jdk:amd64 (8u232-b09-0ubuntu1~18.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.33) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for shared-mime-info (1.9-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for dbus (1.12.2-1ubuntu1.1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Processing triggers for update-notifier-common (3.192.1.7) ...
ttf-mscorefonts-installer: processing...
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB]   
Fetched 198 kB in 3s (57,6 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/arial32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arial32.exe [554 kB]
Fetched 554 kB in 6s (89,5 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/arialb32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arialb32.exe [168 kB]
Fetched 168 kB in 3s (63,0 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/comic32.exe
Get:1 http://downloads.sourceforge.net/corefonts/comic32.exe [246 kB]
Fetched 246 kB in 3s (71,4 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/courie32.exe
Get:1 http://downloads.sourceforge.net/corefonts/courie32.exe [646 kB]
Fetched 646 kB in 11s (58,2 kB/s)                                              
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/georgi32.exe
Get:1 http://downloads.sourceforge.net/corefonts/georgi32.exe [392 kB]
Fetched 392 kB in 4s (93,3 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/impact32.exe
Get:1 http://downloads.sourceforge.net/corefonts/impact32.exe [173 kB]
Fetched 173 kB in 2s (70,5 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/times32.exe
Get:1 http://downloads.sourceforge.net/corefonts/times32.exe [662 kB]
Fetched 662 kB in 7s (101 kB/s)                                                
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/trebuc32.exe
Get:1 http://downloads.sourceforge.net/corefonts/trebuc32.exe [357 kB]
Fetched 357 kB in 5s (77,8 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/verdan32.exe
Get:1 http://downloads.sourceforge.net/corefonts/verdan32.exe [352 kB]
Fetched 352 kB in 4s (86,0 kB/s)                                               
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/webdin32.exe
Get:1 http://downloads.sourceforge.net/corefonts/webdin32.exe [185 kB]
Fetched 185 kB in 3s (61,0 kB/s)                                               

These fonts were provided by Microsoft "in the interest of cross-
platform compatibility".  This is no longer the case, but they are
still available from third parties.

You are free to download these fonts and use them for your own use,
but you may not redistribute them in modified form, including changes
to the file name or packaging format.

Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/andale32.exe
  extracting fontinst.inf
  extracting andale.inf
  extracting fontinst.exe
  extracting AndaleMo.TTF
  extracting ADVPACK.DLL
  extracting W95INF32.DLL
  extracting W95INF16.DLL

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/arial32.exe
  extracting FONTINST.EXE
  extracting fontinst.inf
  extracting Ariali.TTF
  extracting Arialbd.TTF
  extracting Arialbi.TTF
  extracting Arial.TTF

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/arialb32.exe
  extracting fontinst.exe
  extracting fontinst.inf
  extracting AriBlk.TTF

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/comic32.exe
  extracting fontinst.inf
  extracting Comicbd.TTF
  extracting Comic.TTF
  extracting fontinst.exe

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/courie32.exe
  extracting cour.ttf
  extracting courbd.ttf
  extracting courbi.ttf
  extracting fontinst.inf
  extracting couri.ttf
  extracting fontinst.exe

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/georgi32.exe
  extracting fontinst.inf
  extracting Georgiaz.TTF
  extracting Georgiab.TTF
  extracting Georgiai.TTF
  extracting Georgia.TTF
  extracting fontinst.exe

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/impact32.exe
  extracting fontinst.exe
  extracting Impact.TTF
  extracting fontinst.inf

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/times32.exe
  extracting fontinst.inf
  extracting Times.TTF
  extracting Timesbd.TTF
  extracting Timesbi.TTF
  extracting Timesi.TTF
  extracting FONTINST.EXE

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/trebuc32.exe
  extracting FONTINST.EXE
  extracting trebuc.ttf
  extracting Trebucbd.ttf
  extracting trebucbi.ttf
  extracting trebucit.ttf
  extracting fontinst.inf

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/verdan32.exe
  extracting fontinst.exe
  extracting fontinst.inf
  extracting Verdanab.TTF
  extracting Verdanai.TTF
  extracting Verdanaz.TTF
  extracting Verdana.TTF

All done, no errors.
Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/webdin32.exe
  extracting fontinst.exe
  extracting Webdings.TTF
  extracting fontinst.inf
  extracting Licen.TXT

All done, no errors.
All fonts downloaded and installed.
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.4) ...
Processing triggers for initramfs-tools (0.130ubuntu3.9) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-70-generic
Processing triggers for linux-image-4.15.0-72-generic (4.15.0-72.81) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.15.0-72-generic
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-72-generic
Found initrd image: /boot/initrd.img-4.15.0-72-generic
Found linux image: /boot/vmlinuz-4.15.0-70-generic
Found initrd image: /boot/initrd.img-4.15.0-70-generic
Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic





Progress: [ 99%] [######################################################################################################################..] 

Hors ligne

#191 Le 21/12/2019, à 19:05

geole

Re : Problème d'installation d'Ubuntu 19.04

Peux-tu réessayer cette commande

sudo dpkg-reconfigure  grub-efi-amd64

et dis si elle te propose  de modifier la nvram. Si oui change la valeur

Dernière modification par geole (Le 21/12/2019, à 19:05)


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

Hors ligne

#192 Le 22/12/2019, à 01:00

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

geole a écrit :

Peux-tu réessayer cette commande

sudo dpkg-reconfigure  grub-efi-amd64

et dis si elle te propose  de modifier la nvram. Si oui change la valeur

Je ne l'avais pas essayé.

J'ai fait cette commande, un menu s'est ouvert j'ai cliqué sur OK puis no.

Le menu s'est fermé

Hors ligne

#193 Le 22/12/2019, à 01:07

geole

Re : Problème d'installation d'Ubuntu 19.04

et maintenant que donne

sudo apt upgrade

Dernière modification par geole (Le 22/12/2019, à 01:10)


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

Hors ligne

#194 Le 22/12/2019, à 01:54

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

geole a écrit :

et maintenant que donne

sudo apt upgrade

En fait il reste 2 terminals ouverts

-Le premier téléchargement bloqué à 99%

(-Un second avec le menu fermé mais je peux rien entrer comme commande)

Hors ligne

#195 Le 22/12/2019, à 16:20

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Psykopak a écrit :

En fait il reste 2 terminals ouverts

-Le premier téléchargement bloqué à 99%

(-Un second avec le menu fermé mais je peux rien entrer comme commande)

Finalement :

Found linux image: /boot/vmlinuz-4.15.0-66-generic
Found initrd image: /boot/initrd.img-4.15.0-66-generic
cat: /sys/firmware/efi/vars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c/data: Input/output error
done
W: Operation was interrupted before it could finish

et


psyko@psyko-desktop:~$ sudo dpkg-reconfigure  grub-efi-amd64
[sudo] password for psyko: 



   


od: /sys/firmware/efi/efivars/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: read error: Interrupted system call
/usr/share/grub/grub-check-signatures: 22: [: Illegal number: 

Hors ligne

#196 Le 22/12/2019, à 16:45

geole

Re : Problème d'installation d'Ubuntu 19.04

Bonjour

Je suis un perdu pour ces incidents

Pourrais-tu rappeler si le boot a lieu avec refind ou pas.
Peux-tu aussi donner le retour de la structure de boot avec cette commande

ls -ls /boot

et aussi avec

cat  /boot/grub/grub.cfg | grep linuz

et

dmesg | grep inuz

Maintenant que les process en cours se sont arrêtés, Il serait bon que tu refasses cette commande en décrivant ce qui se passe.

sudo apt upgrade

Si tu constates qu'il ne se passe rien  pendant  une dizaine de minutes, tu devrais pouvoir "stopper"  la commande en frappant Ctrl C
Si ce n'est pas le cas,  ouvre un autre terminal et donne le retour de la commande

ps -aux

Cela me permettra de te donner la façon de la tuer immédiatement

Dernière modification par geole (Le 22/12/2019, à 17:01)


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

Hors ligne

#197 Le 23/12/2019, à 23:55

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Je ne sais plus si le boot a lieu avec refind ou non

Pour les retours :


psyko@psyko-desktop:~$ ls -ls /boot
total 102208
  216 -rw-r--r-- 1 root root   217480 nov.  12 10:54 config-4.15.0-70-generic
  216 -rw-r--r-- 1 root root   217460 nov.  26 12:18 config-4.15.0-72-generic
    4 drwx------ 3 root root     4096 janv.  1  1970 efi
    4 drwxr-xr-x 5 root root     4096 déc.  23 18:58 grub
38464 -rw-r--r-- 1 root root 39386713 déc.  21 16:10 initrd.img-4.15.0-70-generic
38472 -rw-r--r-- 1 root root 39392961 déc.  21 16:10 initrd.img-4.15.0-72-generic
  180 -rw-r--r-- 1 root root   182704 janv. 28  2016 memtest86+.bin
  184 -rw-r--r-- 1 root root   184380 janv. 28  2016 memtest86+.elf
  184 -rw-r--r-- 1 root root   184840 janv. 28  2016 memtest86+_multiboot.bin
 3972 -rw------- 1 root root  4066166 nov.  12 10:54 System.map-4.15.0-70-generic
 3972 -rw------- 1 root root  4066550 nov.  26 12:18 System.map-4.15.0-72-generic
 8168 -rw------- 1 root root  8363672 nov.  12 10:58 vmlinuz-4.15.0-70-generic
 8172 -rw------- 1 root root  8367768 nov.  26 12:28 vmlinuz-4.15.0-72-generic
psyko@psyko-desktop:~$ ^C
 cat  /boot/grub/grub.cfg | grep linuz
        linux	/boot/vmlinuz-4.15.0-72-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro  quiet splash $vt_handoff
	        linux	/boot/vmlinuz-4.15.0-72-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro  quiet splash $vt_handoff
	        linux	/boot/vmlinuz-4.15.0-72-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro recovery nomodeset 
	        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro  quiet splash $vt_handoff
	        linux	/boot/vmlinuz-4.15.0-70-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro recovery nomodeset 
psyko@psyko-desktop:~$ 
psyko@psyko-desktop:~$ dmesg | grep inuz
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-70-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro quiet splash vt.handoff=1
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-70-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro quiet splash vt.handoff=1
psyko@psyko-desktop:~$ 

Bizarrement aucun message d'erreur :


psyko@psyko-desktop:~$ sudo apt upgrade
[sudo] password for psyko: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  chromium-codecs-ffmpeg-extra libopencore-amrnb0 libopencore-amrwb0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
psyko@psyko-desktop:~$ 

Hors ligne

#198 Le 24/12/2019, à 01:34

geole

Re : Problème d'installation d'Ubuntu 19.04

Bonsoir.
On a avancé d'un cran. Certainement le bon,
Au prochain boot, tu donneras le retour de ces deux commandes.

dmesg  | grep inuz
sudo efibootmgr -v

Dernière modification par geole (Le 24/12/2019, à 11:42)


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

Hors ligne

#199 Le 24/12/2019, à 16:41

geole

Re : Problème d'installation d'Ubuntu 19.04

Rien ne presse...... Mais pour le moment l'ordinateur ne fonctionne pas avec le dernier noyau


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

Hors ligne

#200 Le 24/12/2019, à 20:01

Psykopak

Re : Problème d'installation d'Ubuntu 19.04

Je pense que la conversation a atteint la limite de message, j'ai supprimé un de mes messages pour écrire celui ci.

(Le message supprimé : "Donc je redémarre mon pc ?")

Sinon pour le retour des 2 commandes :

psyko@psyko-desktop:~$ dmesg  | grep inuz
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-72-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro quiet splash vt.handoff=1
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-72-generic root=UUID=9a8a055b-a6d5-427b-b4fe-1498187f876d ro quiet splash vt.handoff=1
psyko@psyko-desktop:~$ sudo efibootmgr -v
[sudo] password for psyko: 
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,0003,2003,2001,2002
Boot0000* EFI Network 0 for IPv4 (48-BA-4E-89-07-CB) 	PciRoot(0x0)/Pci(0x13,0x0)/Pci(0x0,0x0)/MAC(48ba4e8907cb,0)/IPv4(0.0.0.00.0.0.0,0,0)RC
Boot0001* EFI Network 0 for IPv6 (48-BA-4E-89-07-CB) 	PciRoot(0x0)/Pci(0x13,0x0)/Pci(0x0,0x0)/MAC(48ba4e8907cb,0)/IPv6([::]:<->[::]:,0,0)RC
Boot0002* ubuntu	HD(1,GPT,61d8a36c-6353-4ba0-960b-a7632aaf12e1,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)RC
Boot0003* Windows Boot Manager	HD(1,GPT,61d8a36c-6353-4ba0-960b-a7632aaf12e1,0x800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot2001* EFI USB Device	RC
Boot2002* EFI DVD/CDROM	RC
Boot2003* EFI Network	RC
psyko@psyko-desktop:~$ 

Hors ligne