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.

#26 Le 04/04/2017, à 18:10

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

bonsoir
je viens d'essyaer les manœuvres mais rien n'y fait. Je ne comprends pas.
J'ai démarré une session live via la cle usb et ensuite été sur le terminal et copié collé les différentes commandes.
J'ai redémarré et toujours Windows et pas de choix.
Est ce possible, rassurez moi

Hors ligne

#27 Le 04/04/2017, à 19:49

Laurent85

Re : [RESOLU] impossible installer ubuntu via cle usb

Recréé un rapport bisnext pour que je vois ce que tu as fait, à partir d'une session live :

setxkbmap fr
wget https://github.com/laurent85v/bisnext/raw/master/bisnext
sudo bash bisnext
sudo apt update
sudo apt install gawk mesa-utils pastebinit smartmontools --no-install-recommends
sudo bash bisnext --pastebin

Hors ligne

#28 Le 05/04/2017, à 09:08

naguam

Re : [RESOLU] impossible installer ubuntu via cle usb

Étrange que cela ne fonctionne pas, reinstaller manuellement grub dans la partition efi serait peut-être une solution. (pendant la nouvelle installation, si ce n'est pas possible d'y accéder au démarrage)

Dernière modification par naguam (Le 05/04/2017, à 09:09)


Tous  les mordus (euhh non mes ordis) sont sous linux.                               
Vive GNU/Linux et Vive les pinguins

Hors ligne

#29 Le 05/04/2017, à 13:28

Bougron

Re : [RESOLU] impossible installer ubuntu via cle usb

Bonjour
HP  nous a habitué a livrer des bios bootant exclusivement sur windows
Tu peux tenter cette solution: Ecraser son fichier de boot
Il me semble que Laurent85 t'a proposé cette solution....    Peut-être n'a-t-il pas ciblé le bon fichier. On va recommencer avec l'autre
1) Tu bootes avec la clé USB et tu choisis "essayer avant d'installer"
2) Tu mets le clavier en mode français avec la commande

setxkbmap   fr    ### certainement à frapper    setxbk,qp   fr

3) Tu montes la partition de boot

sudo mount    /dev/sda1    /mnt

4) Tu sauvegardes le fichier de boot probable

sudo mv    /mnt/EFI/Boot/bootx64.efi   /mnt/EFI/Boot/bootx64.efi.ORI

5) Tu mets   le fichier de boot de ubuntu

sudo   cp   /mnt/EFI/ubuntu/grubx64.efi   /mnt/EFI/Boot/bootx64.efi

6) Tu refais une tentative de boot

Est-tu sur de la référence de ton micro  hp 17yo42 NF   ?

Dernière modification par Bougron (Le 05/04/2017, à 13:35)

Hors ligne

#30 Le 05/04/2017, à 20:25

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

Déjà merci d'intervenir afin de trouver mon problème.

J'ai bien fait les commandes demandées mais rien n'y fait, il démarre toujours sur Windows.
Mon Pc est la bonne référence, je viens de vérifier.

Hors ligne

#31 Le 06/04/2017, à 18:13

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

 run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ setxkbmap fr
ubuntu@ubuntu:~$ wget https://github.com/laurent85v/bisnext/raw/master/bisnext
--2017-04-06 16:11:44--  https://github.com/laurent85v/bisnext/raw/master/bisnext
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/laurent85v/bisnext/master/bisnext [following]
--2017-04-06 16:11:44--  https://raw.githubusercontent.com/laurent85v/bisnext/master/bisnext
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.16.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.16.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 150580 (147K) [text/plain]
Saving to: ‘bisnext’

bisnext             100%[===================>] 147.05K   541KB/s    in 0.3s    

2017-04-06 16:11:45 (541 KB/s) - ‘bisnext’ saved [150580/150580]

ubuntu@ubuntu:~$ sudo bash bisnext

bisnext 0.01

"gawk" could not be found.

Please install the missing program(s) and run bisnext again.
ubuntu@ubuntu:~$ sudo apt update
Reading package lists... Done
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/
ubuntu@ubuntu:~$ sudo apt install gawk mesa-utils pastebinit smartmontools --no-install-recommends
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package mesa-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'mesa-utils' has no installation candidate
ubuntu@ubuntu:~$ sudo bash bisnext --pastebin

bisnext 0.01

"gawk" could not be found.

Please install the missing program(s) and run bisnext again.

Hors ligne

#32 Le 06/04/2017, à 19:05

Laurent85

Re : [RESOLU] impossible installer ubuntu via cle usb

A la troisième commande le système occupé avait mis un verrou sur la base des paquets, ça arrive, vois le message Resource temporarily unavailable. Il faut recommencer la procédure.

ubuntu@ubuntu:~$ sudo apt update
Reading package lists... Done
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/

Dernière modification par Laurent85 (Le 06/04/2017, à 19:05)

Hors ligne

#33 Le 06/04/2017, à 23:15

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

Merci laurent85 de tes réponses
Si j'ai bien compris je dois recommencer simplement la procédure?
Il ne devrait plus me faire cette erreur?

Hors ligne

#34 Le 07/04/2017, à 03:39

Laurent85

Re : [RESOLU] impossible installer ubuntu via cle usb

sleer a écrit :

Merci laurent85 de tes réponses
Si j'ai bien compris je dois recommencer simplement la procédure?
Il ne devrait plus me faire cette erreur?

C'est ça. Deux processus ne peuvent pas travailler sur la base des paquets en même temps pour éviter toute corruption. Le message dit que l'accès y est temporairement indisponible. Quand ça arrive il suffit d'attendre que l'accès se libère et recommencer avec la même commande qui avait été refusée.

Dernière modification par Laurent85 (Le 07/04/2017, à 03:39)

Hors ligne

#35 Le 07/04/2017, à 13:45

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

voici le rapport obtenu; je vais essayer de redemarrer

bisnext report id 29eaf also available at http://paste.openstack.org/show/605739

                                 bisnext 0.01


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

 => No boot loader is installed in the MBR of /dev/sda.
 => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:         /EFI/ubuntu/grub.cfg  
                       /EFI/Microsoft/Boot/bootmgfw.efi  
                       /EFI/Microsoft/Boot/bootmgr.efi  
                       /EFI/Microsoft/Boot/memtest.efi  /EFI/Boot/bootx64.efi 
                        /EFI/HP/SystemDiags/CryptRSA.efi  
                       /EFI/HP/SystemDiags/CryptRSA32.efi  
                       /EFI/HP/SystemDiags/SystemDiags.efi  
                       /EFI/HP/SystemDiags/SystemDiags32.efi  
                       /EFI/HP/SystemDiags/HpSysDiags.efi  
                       /EFI/HP/SystemDiags/HpSysDiags32.efi  
                       /EFI/HP/BIOSUpdate/CryptRSA.efi  
                       /EFI/HP/BIOSUpdate/CryptRSA32.efi  
                       /EFI/HP/BIOSUpdate/HpBiosUpdate.efi  
                       /EFI/HP/BIOSUpdate/HpBiosUpdate32.efi  
                       /EFI/HP/BIOSUpdate/HpBiosMgmt.efi  
                       /EFI/HP/BIOSUpdate/HpBiosMgmt32.efi  
                       /EFI/ubuntu/fwupx64.efi  /EFI/ubuntu/grubx64.efi  
                       /EFI/ubuntu/shimx64.efi  /EFI/ubuntu/MokManager.efi  
                       /EFI/ubuntu/mmx64.efi  /EFI/ubuntu/fbx64.efi  
                       /EFI/Boot_original/bootx64.efi  
                       /EFI/Boot_original/Boot/bootx64.efi  
                       /EFI/refind/refind_x64.efi

sda2: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type ''

sda3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:          /Windows/System32/winload.exe

sda4: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda5: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:          /bootmgr  /Boot/BCD

sda6: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 16.04.2 LTS
    Boot files:         /boot/grub/grub.cfg /etc/fstab

sda7: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 6.03
    Boot sector info:  Syslinux looks at sector 16392 of /dev/sdb1 for its 
                       second stage. The integrity check of Syslinux failed. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:         /boot/grub/grub.cfg /syslinux.cfg  
                       /casper/vmlinuz.efi  /EFI/BOOT/BOOTx64.EFI  
                       /EFI/BOOT/grubx64.efi  /ldlinux.sys

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1 1,953,525,167 1,953,525,167  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sda1                 2,048       534,527       532,480 EFI System partition
/dev/sda2               534,528       567,295        32,768 Microsoft Reserved Partition (Windows)
/dev/sda3               567,296   748,183,187   747,615,892 Data partition (Windows/Linux)
/dev/sda4      R  1,926,989,824 1,928,996,863     2,007,040 Windows Recovery Environment (Windows)
/dev/sda5      R  1,928,996,864 1,953,513,471    24,516,608 Data partition (Windows/Linux)
/dev/sda6           748,183,552 1,904,017,407 1,155,833,856 Data partition (Linux)
/dev/sda7         1,904,017,408 1,926,989,823    22,972,416 Swap partition (Linux)

Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set

Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 3.8 GiB, 4008706048 bytes, 7829504 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: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *          2,048     7,829,503     7,827,456   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        A2B1-CA95                              vfat       
/dev/sda2                                                          
/dev/sda3        EA5CE5A05CE567B1                       ntfs       Windows
/dev/sda4        4E1A2CEB1A2CD22F                       ntfs       Windows RE tools
/dev/sda5        52CC1E0CCC1DEB4D                       ntfs       RECOVERY
/dev/sda6        954a4b93-cf13-4a1a-b774-4a6a6dedfaaf   ext4       
/dev/sda7        f82b7e9e-165b-46ed-8b5c-ccf416899846   swap       
/dev/sdb1        784A-F5C6                              vfat       UBUNTU 16_0

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

total 0
lrwxrwxrwx 1 root root  9 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV -> ../../sda
lrwxrwxrwx 1 root root 10 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Apr  7 11:37 ata-HGST_HTS541010A9E680_JD1092DP1T0JGV-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Apr  7 11:37 ata-hp_DVDRW_DU8AESH_476646975585 -> ../../sr0
lrwxrwxrwx 1 root root  9 Apr  7 11:37 usb-Verbatim_STORE_N_GO_10V600000000136A-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr  7 11:37 usb-Verbatim_STORE_N_GO_10V600000000136A-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Apr  7 11:37 wwn-0x5000cca82dd90267 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr  7 11:37 wwn-0x5000cca82dd90267-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr  7 11:37 wwn-0x5000cca82dd90267-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr  7 11:37 wwn-0x5000cca82dd90267-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr  7 11:37 wwn-0x5000cca82dd90267-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Apr  7 11:37 wwn-0x5000cca82dd90267-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr  7 11:37 wwn-0x5000cca82dd90267-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Apr  7 11:37 wwn-0x5000cca82dd90267-part7 -> ../../sda7

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

Device           Mount_Point              Type       Options
/dev/sdb1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0       /rofs                    squashfs   (ro,noatime)



=============================== Free disk space: ===============================

Filesystem     Mounted on Type      Size  Used Avail Use% IUse%
aufs           /          aufs      5.4G  144M  5.3G   3%    1%
/dev/loop0     /rofs      squashfs  1.4G  1.4G     0 100%  100%
/dev/sdb1      /cdrom     vfat      3.8G  1.5G  2.3G  39%     -



========================== sda1/EFI/ubuntu/grub.cfg: ===========================

--------------------------------------------------------------------------------
search.fs_uuid 954a4b93-cf13-4a1a-b774-4a6a6dedfaaf root hd0,gpt6 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------

=========================== sda6/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='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  954a4b93-cf13-4a1a-b774-4a6a6dedfaaf
else
  search --no-floppy --fs-uuid --set=root 954a4b93-cf13-4a1a-b774-4a6a6dedfaaf
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=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  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=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-954a4b93-cf13-4a1a-b774-4a6a6dedfaaf' {
	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='hd0,gpt6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  954a4b93-cf13-4a1a-b774-4a6a6dedfaaf
	else
	  search --no-floppy --fs-uuid --set=root 954a4b93-cf13-4a1a-b774-4a6a6dedfaaf
	fi
	linux	/boot/vmlinuz-4.8.0-46-generic.efi.signed root=UUID=954a4b93-cf13-4a1a-b774-4a6a6dedfaaf ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-4.8.0-46-generic
}

--- Notice bisnext removed the submenu section from the report for readability

### 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 ###
menuentry 'Windows Boot Manager (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-A2B1-CA95' {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  A2B1-CA95
	else
	  search --no-floppy --fs-uuid --set=root A2B1-CA95
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### 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 ###
--------------------------------------------------------------------------------

=============================== sda6/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda6 during installation
UUID=954a4b93-cf13-4a1a-b774-4a6a6dedfaaf /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=A2B1-CA95  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda7 during installation
UUID=f82b7e9e-165b-46ed-8b5c-ccf416899846 none            swap    sw              0       0
--------------------------------------------------------------------------------

=================== sda6: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

 573.095939636 = 615.357079552  boot/grub/grub.cfg                             1
 358.002887726 = 384.402673664  boot/vmlinuz-4.8.0-36-generic                  1
 358.728458405 = 385.181749248  boot/vmlinuz-4.8.0-46-generic                  1
 358.940399170 = 385.409318912  boot/vmlinuz-4.8.0-46-generic.efi.signed       1
 358.002887726 = 384.402673664  vmlinuz                                        1
 359.143936157 = 385.627865088  boot/initrd.img-4.8.0-36-generic               2
 359.517772675 = 386.029268992  boot/initrd.img-4.8.0-46-generic               3
 359.143936157 = 385.627865088  initrd.img                                     2
 359.143936157 = 385.627865088  initrd.img.old                                 2

=========================== sdb1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------

if loadfont /boot/grub/font.pf2 ; then
	set gfxmode=auto
	insmod efi_gop
	insmod efi_uga
	insmod gfxterm
	terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Try Ubuntu without installing" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "Install Ubuntu" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
	initrd	/casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
	initrd	/casper/initrd.lz
}
menuentry "Check disc for defects" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  boot=casper integrity-check quiet splash ---
	initrd	/casper/initrd.lz
}
--------------------------------------------------------------------------------

============================== sdb1/syslinux.cfg: ==============================

--------------------------------------------------------------------------------
DEFAULT loadconfig

LABEL loadconfig
  CONFIG /isolinux/isolinux.cfg
  APPEND /isolinux/
--------------------------------------------------------------------------------

=================== sdb1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/grub.cfg                             1

================= sdb1: Location of files loaded by Syslinux: ==================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             syslinux.cfg                                   1
            ?? = ??             ldlinux.sys                                    1

==================================== inxi report: ==============================

System:    Kernel: 4.8.0-36-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: N/A dm: lightdm Distro: Ubuntu 16.04.2 LTS
Machine:   Device: laptop System: HP product: HP Notebook v: Type1ProductConfigId
           Mobo: HP model: 8229 v: 84.26 UEFI: Insyde v: F.35 date: 09/26/2016
           Chassis: type: 10
Battery    BAT0: charge: 14.4 Wh 51.5% condition: 27.9/27.9 Wh (100%)
           volts: 14.8/14.8
           model: 111-83-72 HS04041 status: Discharging
CPU:       Quad core AMD A8-7410 APU with AMD Radeon R5 Graphics (-MCP-) cache: 8192 KB
           bmips: 17568
           clock speeds: min/max: 1000/2200 MHz 1: 1300 MHz 2: 1000 MHz
           3: 1300 MHz 4: 1300 MHz
           CPU Flags: 3dnowprefetch abm acc_power aes aperfmperf apic arat avx
           bmi1 bpext clflush cmov cmp_legacy constant_tsc cpb cr8_legacy cx16
           cx8 de decodeassists eagerfpu extapic extd_apicid f16c flushbyasid
           fpu fxsr fxsr_opt ht hw_pstate ibs lahf_lm lbrv lm mca mce
           misalignsse mmx mmxext monitor movbe msr mtrr nonstop_tsc nopl npt
           nrip_save nx osvw overflow_recov pae pat pausefilter pclmulqdq
           pdpe1gb perfctr_l2 perfctr_nb pfthreshold pge pni popcnt pse pse36
           ptsc rdrand rdtscp rep_good sep skinit sse sse2 sse4_1 sse4_2 sse4a
           ssse3 svm svm_lock syscall topoext tsc tsc_scale vme vmmcall wdt
           xsave xsaveopt
Memory:    Array-1 capacity: 16 GB (est) devices: 2 EC: None
           Device-1: Bottom-Slot 1(top) size: 8 GB speed: 800 MHz type: DDR3
           manufacturer: Micron part: 16KTF1G64HZ-1G9P1
           Device-2: Bottom-Slot 2(under) size: 4 GB speed: 800 MHz type: DDR3
           manufacturer: Samsung part: M471B5173EB0-YK0
Graphics:  Card-1: Advanced Micro Devices [AMD/ATI] Mullins [Radeon R4/R5 Graphics]
           bus-ID: 00:01.0 chip-ID: 1002:9851
           Card-2: Advanced Micro Devices [AMD/ATI] Topaz XT [Radeon R7 M260/M265]
           bus-ID: 01:00.0 chip-ID: 1002:6900
           Display Server: X.Org 1.18.4 drivers: ati,radeon,amdgpu (unloaded: modesetting,fbdev,vesa)
           tty size: 1600x900@60.02hz
           GLX Renderer: Gallium 0.4 on AMD MULLINS (DRM 2.46.0 / 4.8.0-36-generic, LLVM 3.8.0)
           GLX Version: 3.0 Mesa 12.0.6 Direct Rendering: Yes
Audio:     Card-1 Advanced Micro Devices [AMD] FCH Azalia Controller
           driver: snd_hda_intel bus-ID: 00:14.2 chip-ID: 1022:780d
           Card-2 Advanced Micro Devices [AMD/ATI] Kabini HDMI/DP Audio
           driver: snd_hda_intel bus-ID: 00:01.1 chip-ID: 1002:9840
           Sound: Advanced Linux Sound Architecture v: k4.8.0-36-generic
Network:   Card-1: Realtek RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
           driver: r8169 v: 2.3LK-NAPI port: 3000
           bus-ID: 02:00.0 chip-ID: 10ec:8136
           IF: eno1 state: up speed: 100 Mbps duplex: full mac: <filter>
           Card-2: Realtek RTL8723BE PCIe Wireless Network Adapter
           driver: rtl8723be port: 2000 bus-ID: 03:00.0 chip-ID: 10ec:b723
           IF: wlo1 state: down mac: <filter>
Drives:    HDD Total Size: 1004.2GB (1.3% used)
           ID-1: /dev/sda model: HGST_HTS541010A9 size: 1000.2GB
          
           ID-2: USB /dev/sdb model: STORE_N_GO size: 4.0GB
          
           Optical: /dev/sr0 model: hp DVDRW  DU8AESH
           rev: 6H61 dev-links: cdrom,cdrw,dvd,dvdrw
           Features: speed: 24x multisession: yes
           audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition: ID-1: /cdrom size: 3.8G used: 1.5G (39%) fs: vfat dev: /dev/sdb1
           label: UBUNTU 16_0 uuid: 784A-F5C6
           ID-2: swap-1 size: 11.76GB used: 0.00GB (0%) fs: swap dev: /dev/sda7
           label: N/A uuid: f82b7e9e-165b-46ed-8b5c-ccf416899846
RAID:      System: supported: N/A
           No RAID devices: /proc/mdstat, md_mod kernel module present
           Unused Devices: none
Unmounted: ID-1: /dev/ram0 size: 0.07G label: N/A uuid: N/A
           ID-2: /dev/ram1 size: 0.07G label: N/A uuid: N/A
           ID-3: /dev/ram2 size: 0.07G label: N/A uuid: N/A
           ID-4: /dev/ram3 size: 0.07G label: N/A uuid: N/A
           ID-5: /dev/ram4 size: 0.07G label: N/A uuid: N/A
           ID-6: /dev/ram5 size: 0.07G label: N/A uuid: N/A
           ID-7: /dev/ram6 size: 0.07G label: N/A uuid: N/A
           ID-8: /dev/ram7 size: 0.07G label: N/A uuid: N/A
           ID-9: /dev/ram8 size: 0.07G label: N/A uuid: N/A
           ID-10: /dev/ram9 size: 0.07G label: N/A uuid: N/A
           ID-11: /dev/ram10 size: 0.07G label: N/A uuid: N/A
           ID-12: /dev/ram11 size: 0.07G label: N/A uuid: N/A
           ID-13: /dev/ram12 size: 0.07G label: N/A uuid: N/A
           ID-14: /dev/ram13 size: 0.07G label: N/A uuid: N/A
           ID-15: /dev/ram14 size: 0.07G label: N/A uuid: N/A
           ID-16: /dev/ram15 size: 0.07G label: N/A uuid: N/A
           ID-17: /dev/sda1 size: 0.27G
           fs: FAT (32 bit) label: N/A uuid: A2B1-CA95
           ID-18: /dev/sda2 size: 0.02G label: N/A uuid: N/A
           ID-19: /dev/sda3 size: 382.78G
           fs: NTFS label: Windows uuid: EA5CE5A05CE567B1
           ID-20: /dev/sda4 size: 1.03G
           fs: NTFS label: Windows RE tools uuid: 4E1A2CEB1A2CD22F
           ID-21: /dev/sda5 size: 12.55G
           fs: NTFS label: RECOVERY uuid: 52CC1E0CCC1DEB4D
           ID-22: /dev/sda6 size: 591.79G
           fs: ext4 label: N/A uuid: 954a4b93-cf13-4a1a-b774-4a6a6dedfaaf
Sensors:   None detected - is lm-sensors installed and configured?
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2)]/ xenial main restricted universe multiverse
           deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
           deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
           deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
Processes: CPU: % used - Memory: MB / % used - top 10 active
           1: cpu: 13.7% command: firefox pid: 2687 mem: 260.05MB (2.3%)
           2: cpu: 7.5% command: plugin-container pid: 2939 mem: 162.14MB (1.4%)
           3: cpu: 5.9% command: Xorg pid: 1658 mem: 74.30MB (0.6%)
           4: cpu: 5.4% command: compiz pid: 2472 mem: 143.67MB (1.3%)
           5: cpu: 3.9% command: bash pid: 6483 mem: 4.64MB (0.0%)
           6: cpu: 2.3% command: init pid: 1 mem: 6.01MB (0.0%)
           7: cpu: 1.0% command: gnome-terminal-server pid: 2907 mem: 36.67MB (0.3%)
           8: cpu: 0.6% command: nautilus pid: 2519 mem: 47.50MB (0.4%)
           9: cpu: 0.5% command: NetworkManager pid: 1493 mem: 15.75MB (0.1%)
           10: cpu: 0.3% command: unity-scope-loader pid: 2747 mem: 23.68MB (0.2%)
           Memory: MB / % used - CPU: % used - top 10 active
           1: mem: 260.05MB (2.3%) command: firefox pid: 2687 cpu: 13.7%
           2: mem: 162.14MB (1.4%) command: plugin-container pid: 2939 cpu: 7.5%
           3: mem: 143.67MB (1.3%) command: compiz pid: 2472 cpu: 5.4%
           4: mem: 74.30MB (0.6%) command: Xorg pid: 1658 cpu: 5.9%
           5: mem: 58.44MB (0.5%) command: evolution-calendar-factory pid: 2489 cpu: 0.1%
           6: mem: 51.05MB (0.4%) command: evolution-calendar-factory-subprocess pid: 2578 cpu: 0.0%
           7: mem: 48.62MB (0.4%) command: evolution-calendar-factory-subprocess pid: 2615 cpu: 0.0%
           8: mem: 48.55MB (0.4%) command: bamfdaemon pid: 2108 cpu: 0.2%
           9: mem: 47.50MB (0.4%) command: nautilus pid: 2519 cpu: 0.6%
           10: mem: 36.67MB (0.3%) command: gnome-terminal-server pid: 2907 cpu: 1.0%
Info:      Processes: 236 Uptime: 6 min Memory: 1002.7/10960.5MB
           Init: systemd v: 229 runlevel: 5 default: 2 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.461 running in bash) inxi: 2.3.8


=================================== rfkill: ===================================

0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
2: acer-wireless: Wireless LAN
	Soft blocked: yes
	Hard blocked: no


=================================== lsusb: ====================================

Bus 002 Device 004: ID 04f2:b56c Chicony Electronics Co., Ltd 
Bus 002 Device 003: ID 0bda:b006 Realtek Semiconductor Corp. 
Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 18a5:0302 Verbatim, Ltd Flash Drive
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 1: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
        |__ Port 1: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
        |__ Port 2: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
        |__ Port 2: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 1: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M


=================================== cmdline: ==================================

BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---


==================================== dmesg: ===================================

[    0.000000] efi: EFI v2.31 by INSYDE Corp.
[    0.000000] efi:  ESRT=0x7f099c18  ACPI=0x7fbfe000  ACPI 2.0=0x7fbfe014  SMBIOS=0x7f97df98 
[    0.000000] ACPI: UEFI 0x000000007FBFC000 000236 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.316395] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.515737] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.516350] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.528680] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    7.898404] efifb: probing for efifb
[    7.898430] efifb: framebuffer at 0xe0000000, using 5632k, total 5632k
[    7.898432] efifb: mode is 1600x900x32, linelength=6400, pages=1
[    7.898432] efifb: scrolling: redraw
[    7.898434] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    7.909943] fb0: EFI VGA frame buffer device
[    7.964024] EFI Variables Facility v0.08 2004-May-17
[    8.115735] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    8.218772] fb: switching to radeondrmfb from EFI VGA
[    8.277404] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    8.318139] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    8.323240] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    8.328893] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    8.370149] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    8.375132] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    8.380673] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    8.623264] [drm] Found UVD firmware Version: 1.55 Family ID: 9
[    8.625152] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[   34.727044] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B07 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\_SB.PCI0.SMBS.SMB0) (20160422/utaddress-255)
[   34.727402] tpm_crb: probe of MSFT0101:00 failed with error -16
[   35.675931] rtl8723be: Using firmware rtlwifi/rtl8723befw.bin


============================= boot-up statistics: =============================

Startup finished in 5.641s (firmware) + 5.148s (loader) + 33.516s (kernel) + 4.927s (userspace) = 49.234s


blame, first 10:
dev-sda7.device           4.605s
dev-sdb1.device           4.472s
dev-loop0.device          4.268s
ModemManager.service      2.344s
snapd.autoimport.service  1.953s
accounts-daemon.service   1.901s
NetworkManager.service    1.848s
alsa-restore.service      1.654s
lightdm.service           1.428s
thermald.service          1.277s


critical-chain:
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

  1 graphical.target @4.554s
  2 multi-user.target @4.554s
  3 getty.target @4.479s
  4 getty@tty1.service @4.479s
  5 rc-local.service @4.463s +5ms
  6 network.target @4.447s
  7 NetworkManager.service @2.598s +1.848s
  8 dbus.service @2.089s
  9 basic.target @2.061s
 10 sockets.target @2.061s
 11 snapd.socket @2.042s +7ms
 12 sysinit.target @2.035s
 13 apparmor.service @1.464s +533ms
 14 local-fs.target @1.463s
 15 tmp.mount @1.455s +7ms
 16 local-fs-pre.target @1.432s
 17 lvm2-monitor.service @432ms +1.000s
 18 lvm2-lvmetad.service @759ms
 19 lvm2-lvmetad.socket @428ms
 20 -.slice @317ms


================================== locales: ===================================

locale command output:
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

/etc/default/locale:
LANG="en_US.UTF-8"

Active keyboard layout:
rules:      evdev
model:      pc105
layout:     fr

Default keyboard layout:
XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"


====================================== Modules: ================================

Module                  Size  Used by
ablk_helper            16384  1 aesni_intel
acer_wmi               20480  0
aesni_intel           167936  0
aes_x86_64             20480  1 aesni_intel
ahci                   36864  1
amdgpu               1208320  1
amd_iommu_v2           20480  1 amdkfd
amdkfd                139264  2
arc4                   16384  2
aufs                  241664  5272
autofs4                40960  2
bluetooth             557056  31 btrtl,btintel,bnep,btbcm,rfcomm,btusb
bnep                   20480  2
btbcm                  16384  1 btusb
btcoexist              53248  1 rtl8723be
btintel                16384  1 btusb
btrtl                  16384  1 btusb
btusb                  45056  0
ccp                    45056  0
cfg80211              581632  2 mac80211,rtlwifi
crc32_pclmul           16384  0
crct10dif_pclmul       16384  0
cryptd                 24576  3 ablk_helper,ghash_clmulni_intel,aesni_intel
dm_log                 20480  2 dm_mirror,dm_region_hash
dm_mirror              24576  0
dm_region_hash         24576  1 dm_mirror
drm                   368640  9 amdgpu,radeon,ttm,drm_kms_helper
drm_kms_helper        167936  2 amdgpu,radeon
fam15h_power           16384  0
fb_sys_fops            16384  1 drm_kms_helper
fjes                   28672  0
ghash_clmulni_intel    16384  0
glue_helper            16384  1 aesni_intel
hp_accel               28672  0
hp_wireless            16384  0
hp_wmi                 16384  0
i2c_algo_bit           16384  2 amdgpu,radeon
i2c_piix4              24576  0
input_leds             16384  0
input_polldev          16384  1 lis3lv02d
irqbypass              16384  1 kvm
joydev                 20480  0
k10temp                16384  0
kvm                   598016  0
libahci                32768  1 ahci
lis3lv02d              20480  1 hp_accel
lp                     20480  0
lrw                    16384  1 aesni_intel
mac80211              761856  3 rtl_pci,rtlwifi,rtl8723be
mac_hid                16384  0
media                  40960  2 uvcvideo,videodev
mii                    16384  1 r8169
nls_iso8859_1          16384  1
parport                49152  3 lp,parport_pc,ppdev
parport_pc             32768  0
ppdev                  20480  0
psmouse               139264  0
r8169                  81920  0
radeon               1515520  50
rfcomm                 77824  2
rtl8723be              90112  0
rtl8723_common         24576  1 rtl8723be
rtl_pci                28672  1 rtl8723be
rtlwifi                77824  2 rtl_pci,rtl8723be
sdhci                  45056  1 sdhci_pci
sdhci_pci              28672  0
serio_raw              16384  0
shpchp                 36864  0
snd                    86016  21 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
snd_hda_codec         135168  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     45056  1
snd_hda_codec_realtek    86016  1
snd_hda_core           86016  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_intel          36864  5
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               110592  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_rawmidi            32768  1 snd_seq_midi
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_timer              32768  2 snd_seq,snd_pcm
soundcore              16384  1 snd
sparse_keymap          16384  2 acer_wmi,hp_wmi
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
tpm_crb                16384  0
ttm                   102400  2 amdgpu,radeon
uas                    24576  0
usb_storage            73728  2 uas
uvcvideo               90112  0
video                  40960  1 acer_wmi
videobuf2_core         40960  2 uvcvideo,videobuf2_v4l2
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_vmalloc      16384  1 uvcvideo
videodev              180224  3 uvcvideo,videobuf2_core,videobuf2_v4l2
wmi                    16384  2 acer_wmi,hp_wmi


==================================== xorg: ===================================

xinput:
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad              	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Video Bus                               	id=8	[slave  keyboard (3)]
    ↳ Power Button                            	id=9	[slave  keyboard (3)]
    ↳ HP TrueVision HD                        	id=10	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=11	[slave  keyboard (3)]
    ↳ HP WMI hotkeys                          	id=13	[slave  keyboard (3)]
    ↳ HP Wireless hotkeys                     	id=14	[slave  keyboard (3)]


xrandr:
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 16384 x 16384
eDP connected primary 1600x900+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
   1600x900      60.02*+
   1440x900      59.89  
   1280x854      59.89  
   1280x800      59.81  
   1280x720      59.86  
   1152x768      59.78  
   1024x768      59.92  
   800x600       59.86  
   848x480       59.66  
   720x480       59.71  
   640x480       59.38  
HDMI-0 disconnected (normal left inverted right x axis y axis)


============================== Additional drivers: =============================

== cpu-microcode.py ==
driver   : amd64-microcode - distro non-free



============================= Upgradable packages: =============================

Live Session


================================ Broken packages: ==============================

Live Session


======================== Package configuration pending: ========================

None


========================== Package install interrupted: ========================

Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 166 not upgraded.


========================= kernel packages installed: ==========================

Package                               Version
linux-generic-hwe-16.04               4.8.0.36.8
linux-headers-4.8.0-36                4.8.0-36.36~16.04.1
linux-headers-4.8.0-36-generic        4.8.0-36.36~16.04.1
linux-headers-generic-hwe-16.04       4.8.0.36.8
linux-image-4.8.0-36-generic          4.8.0-36.36~16.04.1
linux-image-extra-4.8.0-36-generic    4.8.0-36.36~16.04.1
linux-image-generic-hwe-16.04         4.8.0.36.8
linux-signed-generic-hwe-16.04        4.8.0.36.8
linux-signed-image-4.8.0-36-generic   4.8.0-36.36~16.04.1
linux-signed-image-generic-hwe-16.04  4.8.0.36.8


========================= UEFI Boot Manager settings: ==========================

BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 2001,0001,3001,0000,0003,2002,2003
Boot0000* ubuntu	HD(1,GPT,432954f2-1ca4-4489-b574-c5ccc0542607,0x800,0x82000)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* Windows Boot Manager	HD(1,GPT,432954f2-1ca4-4489-b574-c5ccc0542607,0x800,0x82000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...:................
Boot0002* Disque dur USB (UEFI) - VerbatimSTORE N GO	PciRoot(0x0)/Pci(0x12,0x0)/USB(0,0)/USB(0,0)/HD(1,MBR,0x87,0x800,0x777000)RC
Boot0003* rEFInd Boot Manager	HD(1,GPT,432954f2-1ca4-4489-b574-c5ccc0542607,0x800,0x82000)/File(\EFI\refind\refind_x64.efi)
Boot2001* USB Drive (UEFI)	RC
Boot2002* Internal CD/DVD ROM Drive (UEFI)	RC
Boot3000* Internal Hard Disk or Solid State Disk	RC
Boot3001* Internal Hard Disk or Solid State Disk	RC
Boot3002* Internal Hard Disk or Solid State Disk	RC
Boot3003* Internal Hard Disk or Solid State Disk	RC
Boot3004* Internal Hard Disk or Solid State Disk	RC


================================== Secure Boot: ================================

Secure Boot disabled or not supported on this system.


============================= md5sum of EFI files: =============================

EFI files in /dev/sda1:
18a3724224b0f82a36941982259339b6  /EFI/Microsoft/Boot/bootmgfw.efi
4e3a2ee37111132b1bb95323dfc123d2  /EFI/Microsoft/Boot/bootmgr.efi
7cca888cd018f2fcf3be6383f7073d1e  /EFI/Microsoft/Boot/memtest.efi
431681ef094d1d7bebd85f742ceb8cbe  /EFI/Boot/bootx64.efi
6488d391f74263c9da3c3d47dffa6212  /EFI/HP/SystemDiags/CryptRSA.efi
1b8c0684ede8539ccc205cf7a750eca3  /EFI/HP/SystemDiags/CryptRSA32.efi
1c5155d0764f3c47c93ee01056b0fcb4  /EFI/HP/SystemDiags/SystemDiags.efi
53d38d25126d0b764f1875797a98285e  /EFI/HP/SystemDiags/SystemDiags32.efi
07116a51be421f1530b7d059b014ad0d  /EFI/HP/SystemDiags/HpSysDiags.efi
6dd9cf7a544921ebd753787ee3eaa269  /EFI/HP/SystemDiags/HpSysDiags32.efi
6488d391f74263c9da3c3d47dffa6212  /EFI/HP/BIOSUpdate/CryptRSA.efi
1b8c0684ede8539ccc205cf7a750eca3  /EFI/HP/BIOSUpdate/CryptRSA32.efi
6420ea7aa2977204981b8b5effe1e15a  /EFI/HP/BIOSUpdate/HpBiosUpdate.efi
71eb7375c5ec74dd75b3e6d39c53e257  /EFI/HP/BIOSUpdate/HpBiosUpdate32.efi
aff851bb980289a7eb6da4e1f0d33634  /EFI/HP/BIOSUpdate/HpBiosMgmt.efi
5c84968716fdcf07ad8de3119b489448  /EFI/HP/BIOSUpdate/HpBiosMgmt32.efi
d73bbea8b6c047d2a706472f87d3ccdb  /EFI/ubuntu/fwupx64.efi
34a5c2687e10f4cad35391d68ff32a6c  /EFI/ubuntu/grubx64.efi
3aef9c72ad50faa8db576c01f85a0915  /EFI/ubuntu/shimx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8  /EFI/ubuntu/MokManager.efi
bf39cf9416a9403d40a9b69541486e74  /EFI/ubuntu/mmx64.efi
61c7898dd613614b15cee0081226572c  /EFI/ubuntu/fbx64.efi
18a3724224b0f82a36941982259339b6  /EFI/Boot_original/bootx64.efi
18a3724224b0f82a36941982259339b6  /EFI/Boot_original/Boot/bootx64.efi
88e9318e530adb68963d35c8b328299c  /EFI/refind/refind_x64.efi




============================ Disks SMART attributes: ===========================



### ATA disks: sda

# Drive sda:
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.8.0-36-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     HGST Travelstar 5K1000
Device Model:     HGST HTS541010A9E680
LU WWN Device Id: 5 000cca 82dd90267
Firmware Version: JA0OA7G0
User Capacity:    1,000,204,886,016 bytes [1.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Apr  7 11:44:03 2017 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAGS    VALUE WORST THRESH FAIL RAW_VALUE
  1 Raw_Read_Error_Rate     POSR-K   100   100   062    -    0
  2 Throughput_Performance  P-S--K   100   100   040    -    0
  3 Spin_Up_Time            PO---K   204   100   033    -    1
  4 Start_Stop_Count        -O--CK   100   100   000    -    103
  5 Reallocated_Sector_Ct   PO--CK   100   100   005    -    0
  7 Seek_Error_Rate         POSR-K   100   100   067    -    0
  8 Seek_Time_Performance   P-S--K   100   100   040    -    0
  9 Power_On_Hours          -O--CK   100   100   000    -    49
 10 Spin_Retry_Count        PO--CK   100   100   060    -    0
 12 Power_Cycle_Count       -O--CK   100   100   000    -    95
183 Runtime_Bad_Block       -O--CK   100   100   000    -    0
184 End-to-End_Error        PO--CK   100   100   097    -    0
187 Reported_Uncorrect      -O--CK   100   100   000    -    0
188 Command_Timeout         -O--CK   100   100   000    -    38655295488
190 Airflow_Temperature_Cel -O---K   081   062   045    -    19 (Min/Max 16/19)
191 G-Sense_Error_Rate      -O--CK   100   100   000    -    27
192 Power-Off_Retract_Count -O--CK   100   100   000    -    1310740
193 Load_Cycle_Count        -O--CK   100   100   000    -    1450
196 Reallocated_Event_Count -O--CK   100   100   000    -    0
197 Current_Pending_Sector  -O--CK   100   100   000    -    0
198 Offline_Uncorrectable   ----CK   100   100   000    -    0
199 UDMA_CRC_Error_Count    -OS-CK   100   100   000    -    0
223 Load_Retry_Count        -O-R-K   100   100   000    -    0
                            ||||||_ K auto-keep
                            |||||__ C event count
                            ||||___ R error rate
                            |||____ S speed/performance
                            ||_____ O updated online
                            |______ P prefailure warning

SMART Error Log Version: 1
No Errors Logged



### USB disks: sdb

# Drive sdb:
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.8.0-36-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: scsi error unsupported field in scsi command

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.




=============================== StdErr Messages: ===============================

ls: cannot access '/boot/vmlinuz-*': No such file or directory

Hors ligne

#36 Le 07/04/2017, à 13:54

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

1er essai cela ne fonctionne toujours pas. Je viens de reessayer les commandes mais pas de boot de demarrage

Hors ligne

#37 Le 07/04/2017, à 15:40

Laurent85

Re : [RESOLU] impossible installer ubuntu via cle usb

Il y avait encore un typo dans la procédure désolé roll

Regarde cette section du rapport :

============================= md5sum of EFI files: =============================

EFI files in /dev/sda1:
18a3724224b0f82a36941982259339b6  /EFI/Microsoft/Boot/bootmgfw.efi
4e3a2ee37111132b1bb95323dfc123d2  /EFI/Microsoft/Boot/bootmgr.efi
7cca888cd018f2fcf3be6383f7073d1e  /EFI/Microsoft/Boot/memtest.efi
431681ef094d1d7bebd85f742ceb8cbe  /EFI/Boot/bootx64.efi
6488d391f74263c9da3c3d47dffa6212  /EFI/HP/SystemDiags/CryptRSA.efi
1b8c0684ede8539ccc205cf7a750eca3  /EFI/HP/SystemDiags/CryptRSA32.efi
1c5155d0764f3c47c93ee01056b0fcb4  /EFI/HP/SystemDiags/SystemDiags.efi
53d38d25126d0b764f1875797a98285e  /EFI/HP/SystemDiags/SystemDiags32.efi
07116a51be421f1530b7d059b014ad0d  /EFI/HP/SystemDiags/HpSysDiags.efi
6dd9cf7a544921ebd753787ee3eaa269  /EFI/HP/SystemDiags/HpSysDiags32.efi
6488d391f74263c9da3c3d47dffa6212  /EFI/HP/BIOSUpdate/CryptRSA.efi
1b8c0684ede8539ccc205cf7a750eca3  /EFI/HP/BIOSUpdate/CryptRSA32.efi
6420ea7aa2977204981b8b5effe1e15a  /EFI/HP/BIOSUpdate/HpBiosUpdate.efi
71eb7375c5ec74dd75b3e6d39c53e257  /EFI/HP/BIOSUpdate/HpBiosUpdate32.efi
aff851bb980289a7eb6da4e1f0d33634  /EFI/HP/BIOSUpdate/HpBiosMgmt.efi
5c84968716fdcf07ad8de3119b489448  /EFI/HP/BIOSUpdate/HpBiosMgmt32.efi
d73bbea8b6c047d2a706472f87d3ccdb  /EFI/ubuntu/fwupx64.efi
34a5c2687e10f4cad35391d68ff32a6c  /EFI/ubuntu/grubx64.efi
3aef9c72ad50faa8db576c01f85a0915  /EFI/ubuntu/shimx64.efi
ba8a7979ac57f1c0c307ef94d1020eb8  /EFI/ubuntu/MokManager.efi
bf39cf9416a9403d40a9b69541486e74  /EFI/ubuntu/mmx64.efi
61c7898dd613614b15cee0081226572c  /EFI/ubuntu/fbx64.efi
18a3724224b0f82a36941982259339b6  /EFI/Boot_original/bootx64.efi
18a3724224b0f82a36941982259339b6  /EFI/Boot_original/Boot/bootx64.efi
88e9318e530adb68963d35c8b328299c  /EFI/refind/refind_x64.efi

Ce sont les chargeurs de démarrage dans l'ESP (la partition UEFI dédiée pour ça). Il y a leur nom et leur empreinte md5. L'empreinte permet d'identifier un programme de façon certaine, comme pour une empreinte digitale.

Effectivement ça ne peut par marcher le chargeur Windows est toujours à sa place comme si rien n'avait été fait. Donne par copier coller les commandes que tu exécutes et les messages affichés à l'exécution, c'est mieux pour suivre en cas de problème.

Mais étant donné que tu as exécuté plusieurs fois la procédure, il faut la modifier parce tu es en train de tranformer l'archive de sauvegarde créée en poupée russe, l'archive contient l'archive qui elle même contient l'archive précédente qui elle même contient l'archive précédente... bref avec tout ça à un moment ou un autre il va se produire une boulette et tu ne pourras plus rien démarrer !

Nouvelle procédure en session live :

setxkbmap fr

monte l'esp, c'est la partition efi et sauvegarde là :

sudo mkdir /boot/efi
sudo mount /dev/sda1 /boot/efi
sudo tar -czvf /boot/efi/sda1_efibackup_"$(date +%s)".tar.gz /boot/efi/EFI

installe refind, confirme yes à la question installer refind dans l'esp:

sudo add-apt-repository ppa:rodsmith/refind
sudo apt update
sudo apt install refind

installe refind à la place du chargeur Windows, t'inquiète pas refind n'écrase pas les fichiers Windows, il déplace celui qui est utilisé par le bios par défaut :

sudo mvrefind /boot/efi/EFI/refind /boot/efi/EFI/Microsoft/Boot

copie /boot/efi/EFI/Boot pour le sauvegarder avant d'installer la version de refind :

sudo cp -a /boot/efi/EFI/Boot /boot/efi/EFI/Boot_"$(date +%s)"

démonte l'esp et installe la version refind du chargeur par défaut de l'esp :

sudo umount /dev/sda1
sudo refind-install --usedefault /dev/sda1

Redémarre.

Dernière modification par Laurent85 (Le 07/04/2017, à 15:43)

Hors ligne

#38 Le 07/04/2017, à 16:01

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ setxkbmap fr
ubuntu@ubuntu:~$ sudo mkdir /boot/efi
ubuntu@ubuntu:~$ sudo mount /dev/sda1 /boot/efi
ubuntu@ubuntu:~$ sudo tar -czvf /boot/efi/sda1_efibackup_"$(date +%s)".tar.gz /boot/efi/EFI
tar: Removing leading `/' from member names
/boot/efi/EFI/
/boot/efi/EFI/Microsoft/
/boot/efi/EFI/Microsoft/Boot/
/boot/efi/EFI/Microsoft/Boot/bg-BG/
/boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/boot.stl
/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
/boot/efi/EFI/Microsoft/Boot/bootmgr.efi
/boot/efi/EFI/Microsoft/Boot/cs-CZ/
/boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK/
/boot/efi/EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE/
/boot/efi/EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR/
/boot/efi/EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-GB/
/boot/efi/EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US/
/boot/efi/EFI/Microsoft/Boot/en-US/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES/
/boot/efi/EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-MX/
/boot/efi/EFI/Microsoft/Boot/es-MX/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-MX/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/et-EE/
/boot/efi/EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI/
/boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-CA/
/boot/efi/EFI/Microsoft/Boot/fr-CA/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-CA/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR/
/boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/hr-HR/
/boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU/
/boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT/
/boot/efi/EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP/
/boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR/
/boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lt-LT/
/boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/lv-LV/
/boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/memtest.efi
/boot/efi/EFI/Microsoft/Boot/nb-NO/
/boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL/
/boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL/
/boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR/
/boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT/
/boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/qps-ploc/
/boot/efi/EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ro-RO/
/boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU/
/boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sk-SK/
/boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sl-SI/
/boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-CS/
/boot/efi/EFI/Microsoft/Boot/sr-Latn-CS/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE/
/boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR/
/boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/uk-UA/
/boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN/
/boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-HK/
/boot/efi/EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-HK/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW/
/boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/BOOTSTAT.DAT
/boot/efi/EFI/Microsoft/Boot/Fonts/
/boot/efi/EFI/Microsoft/Boot/Fonts/chs_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/cht_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/jpn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/kor_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/malgunn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/malgun_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/meiryon_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/meiryo_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msjhn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msjh_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msyhn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msyh_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segmono_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Resources/
/boot/efi/EFI/Microsoft/Boot/Resources/bootres.dll
/boot/efi/EFI/Microsoft/Boot/Resources/en-US/
/boot/efi/EFI/Microsoft/Boot/Resources/en-US/bootres.dll.mui
/boot/efi/EFI/Microsoft/Boot/Resources/fr-FR/
/boot/efi/EFI/Microsoft/Boot/Resources/fr-FR/bootres.dll.mui
/boot/efi/EFI/Microsoft/Boot/kd_02_10df.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_10ec.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_1137.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_14e4.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_15b3.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_1969.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_19a2.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_8086.dll
/boot/efi/EFI/Microsoft/Boot/kd_07_1415.dll
/boot/efi/EFI/Microsoft/Boot/kd_0C_8086.dll
/boot/efi/EFI/Microsoft/Boot/kdstub.dll
/boot/efi/EFI/Microsoft/Boot/BCD
/boot/efi/EFI/Microsoft/Boot/BCD.LOG
/boot/efi/EFI/Microsoft/Boot/BCD.LOG1
/boot/efi/EFI/Microsoft/Boot/BCD.LOG2
/boot/efi/EFI/Microsoft/Recovery/
/boot/efi/EFI/Microsoft/Recovery/BCD
/boot/efi/EFI/Microsoft/Recovery/BCD.LOG
/boot/efi/EFI/Microsoft/Recovery/BCD.LOG1
/boot/efi/EFI/Microsoft/Recovery/BCD.LOG2
/boot/efi/EFI/Boot/
/boot/efi/EFI/Boot/icons/
/boot/efi/EFI/Boot/icons/os_fedora.png
/boot/efi/EFI/Boot/icons/os_hwtest.png
/boot/efi/EFI/Boot/icons/func_about.png
/boot/efi/EFI/Boot/icons/os_opensuse.png
/boot/efi/EFI/Boot/icons/os_crunchbang.png
/boot/efi/EFI/Boot/icons/os_elementary.png
/boot/efi/EFI/Boot/icons/os_haiku.png
/boot/efi/EFI/Boot/icons/os_slackware.png
/boot/efi/EFI/Boot/icons/boot_win.png
/boot/efi/EFI/Boot/icons/os_redhat.png
/boot/efi/EFI/Boot/icons/os_unknown.png
/boot/efi/EFI/Boot/icons/os_gentoo.png
/boot/efi/EFI/Boot/icons/os_mageia.png
/boot/efi/EFI/Boot/icons/os_chakra.png
/boot/efi/EFI/Boot/icons/tool_shell.png
/boot/efi/EFI/Boot/icons/os_win8.png
/boot/efi/EFI/Boot/icons/os_suse.png
/boot/efi/EFI/Boot/icons/tool_fwupdate.png
/boot/efi/EFI/Boot/icons/os_freebsd.png
/boot/efi/EFI/Boot/icons/func_firmware.png
/boot/efi/EFI/Boot/icons/vol_optical.png
/boot/efi/EFI/Boot/icons/os_clover.png
/boot/efi/EFI/Boot/icons/os_centos.png
/boot/efi/EFI/Boot/icons/tool_windows_rescue.png
/boot/efi/EFI/Boot/icons/os_lubuntu.png
/boot/efi/EFI/Boot/icons/os_linuxmint.png
/boot/efi/EFI/Boot/icons/func_reset.png
/boot/efi/EFI/Boot/icons/os_refind.png
/boot/efi/EFI/Boot/icons/os_netbsd.png
/boot/efi/EFI/Boot/icons/func_shutdown.png
/boot/efi/EFI/Boot/icons/os_frugalware.png
/boot/efi/EFI/Boot/icons/tool_mok_tool.png
/boot/efi/EFI/Boot/icons/vol_external.png
/boot/efi/EFI/Boot/icons/os_chrome.png
/boot/efi/EFI/Boot/icons/arrow_right.png
/boot/efi/EFI/Boot/icons/arrow_left.png
/boot/efi/EFI/Boot/icons/os_ubuntu.png
/boot/efi/EFI/Boot/icons/os_linux.png
/boot/efi/EFI/Boot/icons/func_csr_rotate.png
/boot/efi/EFI/Boot/icons/os_win.png
/boot/efi/EFI/Boot/icons/os_network.png
/boot/efi/EFI/Boot/icons/func_exit.png
/boot/efi/EFI/Boot/icons/tool_apple_rescue.png
/boot/efi/EFI/Boot/icons/os_refit.png
/boot/efi/EFI/Boot/icons/tool_part.png
/boot/efi/EFI/Boot/icons/os_legacy.png
/boot/efi/EFI/Boot/icons/tool_netboot.png
/boot/efi/EFI/Boot/icons/os_xubuntu.png
/boot/efi/EFI/Boot/icons/os_kubuntu.png
/boot/efi/EFI/Boot/icons/tool_memtest.png
/boot/efi/EFI/Boot/icons/vol_net.png
/boot/efi/EFI/Boot/icons/tool_rescue.png
/boot/efi/EFI/Boot/icons/os_mac.png
/boot/efi/EFI/Boot/icons/README
/boot/efi/EFI/Boot/icons/boot_linux.png
/boot/efi/EFI/Boot/icons/os_gummiboot.png
/boot/efi/EFI/Boot/icons/os_mandriva.png
/boot/efi/EFI/Boot/icons/os_arch.png
/boot/efi/EFI/Boot/icons/os_debian.png
/boot/efi/EFI/Boot/icons/transparent.png
/boot/efi/EFI/Boot/icons/vol_internal.png
/boot/efi/EFI/Boot/keys/
/boot/efi/EFI/Boot/keys/altlinux.cer
/boot/efi/EFI/Boot/keys/canonical-uefi-ca.der
/boot/efi/EFI/Boot/keys/centos.cer
/boot/efi/EFI/Boot/keys/fedora-ca.cer
/boot/efi/EFI/Boot/keys/microsoft-kekca-public.der
/boot/efi/EFI/Boot/keys/microsoft-pca-public.der
/boot/efi/EFI/Boot/keys/microsoft-uefica-public.der
/boot/efi/EFI/Boot/keys/openSUSE-UEFI-CA-Certificate-4096.cer
/boot/efi/EFI/Boot/keys/openSUSE-UEFI-CA-Certificate.cer
/boot/efi/EFI/Boot/keys/refind.cer
/boot/efi/EFI/Boot/keys/SLES-UEFI-CA-Certificate.cer
/boot/efi/EFI/Boot/refind.conf
/boot/efi/EFI/Boot/bootx64.efi.ORI
/boot/efi/EFI/Boot/bootx64.efi
/boot/efi/EFI/HP/
/boot/efi/EFI/HP/SystemDiags/
/boot/efi/EFI/HP/SystemDiags/CryptRSA.efi
/boot/efi/EFI/HP/SystemDiags/CryptRSA32.efi
/boot/efi/EFI/HP/SystemDiags/SystemDiags.efi
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.efi
/boot/efi/EFI/HP/SystemDiags/SystemDiags.sig
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.sig
/boot/efi/EFI/HP/SystemDiags/SystemDiags.s09
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.s09
/boot/efi/EFI/HP/SystemDiags/SystemDiags.s12
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.s12
/boot/efi/EFI/HP/SystemDiags/SystemDiags.s14
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.s14
/boot/efi/EFI/HP/SystemDiags/HpSysDiags.efi
/boot/efi/EFI/HP/SystemDiags/HpSysDiags32.efi
/boot/efi/EFI/HP/SystemDiags/HpSysDiags.s09
/boot/efi/EFI/HP/SystemDiags/HpSysDiags32.s09
/boot/efi/EFI/HP/SystemDiags/HpSysDiags.s12
/boot/efi/EFI/HP/SystemDiags/HpSysDiags32.s12
/boot/efi/EFI/HP/SystemDiags/HpSysDiags.s14
/boot/efi/EFI/HP/SystemDiags/HpSysDiags32.s14
/boot/efi/EFI/HP/SystemDiags/SystemDiags.log
/boot/efi/EFI/HP/SystemDiags/SystemDiagsCeeHistory.log
/boot/efi/EFI/HP/SystemDiags/SystemDiags-8CG6514DFJ.log
/boot/efi/EFI/HP/BIOSUpdate/
/boot/efi/EFI/HP/BIOSUpdate/CryptRSA.efi
/boot/efi/EFI/HP/BIOSUpdate/CryptRSA32.efi
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate.efi
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate32.efi
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate.sig
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate32.sig
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate.s09
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate32.s09
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate.s12
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate32.s12
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate.s14
/boot/efi/EFI/HP/BIOSUpdate/HpBiosUpdate32.s14
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt.efi
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt32.efi
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt.s09
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt32.s09
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt.s12
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt32.s12
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt.s14
/boot/efi/EFI/HP/BIOSUpdate/HpBiosMgmt32.s14
/boot/efi/EFI/HP/BIOS/
/boot/efi/EFI/HP/BIOS/Current/
/boot/efi/EFI/HP/BIOS/Current/08224.bin
/boot/efi/EFI/HP/BIOS/Current/08224.sig
/boot/efi/EFI/HP/BIOS/Current/08224.s12
/boot/efi/EFI/HP/BIOS/New/
/boot/efi/EFI/HP/BIOS/Previous/
/boot/efi/EFI/ubuntu/
/boot/efi/EFI/ubuntu/fw/
/boot/efi/EFI/ubuntu/fwupx64.efi
/boot/efi/EFI/ubuntu/grubx64.efi
/boot/efi/EFI/ubuntu/grub.cfg
/boot/efi/EFI/ubuntu/shimx64.efi
/boot/efi/EFI/ubuntu/MokManager.efi
/boot/efi/EFI/ubuntu/mmx64.efi
/boot/efi/EFI/ubuntu/fbx64.efi
/boot/efi/EFI/Boot_original/
/boot/efi/EFI/Boot_original/bootx64.efi
/boot/efi/EFI/Boot_original/Boot/
/boot/efi/EFI/Boot_original/Boot/bootx64.efi
/boot/efi/EFI/refind/
/boot/efi/EFI/refind/refind_x64.efi
/boot/efi/EFI/refind/icons/
/boot/efi/EFI/refind/icons/os_fedora.png
/boot/efi/EFI/refind/icons/os_hwtest.png
/boot/efi/EFI/refind/icons/func_about.png
/boot/efi/EFI/refind/icons/os_opensuse.png
/boot/efi/EFI/refind/icons/os_crunchbang.png
/boot/efi/EFI/refind/icons/os_elementary.png
/boot/efi/EFI/refind/icons/os_haiku.png
/boot/efi/EFI/refind/icons/os_slackware.png
/boot/efi/EFI/refind/icons/boot_win.png
/boot/efi/EFI/refind/icons/os_redhat.png
/boot/efi/EFI/refind/icons/os_unknown.png
/boot/efi/EFI/refind/icons/os_gentoo.png
/boot/efi/EFI/refind/icons/os_mageia.png
/boot/efi/EFI/refind/icons/os_chakra.png
/boot/efi/EFI/refind/icons/tool_shell.png
/boot/efi/EFI/refind/icons/os_win8.png
/boot/efi/EFI/refind/icons/os_suse.png
/boot/efi/EFI/refind/icons/tool_fwupdate.png
/boot/efi/EFI/refind/icons/os_freebsd.png
/boot/efi/EFI/refind/icons/func_firmware.png
/boot/efi/EFI/refind/icons/vol_optical.png
/boot/efi/EFI/refind/icons/os_clover.png
/boot/efi/EFI/refind/icons/os_centos.png
/boot/efi/EFI/refind/icons/tool_windows_rescue.png
/boot/efi/EFI/refind/icons/os_lubuntu.png
/boot/efi/EFI/refind/icons/os_linuxmint.png
/boot/efi/EFI/refind/icons/func_reset.png
/boot/efi/EFI/refind/icons/os_refind.png
/boot/efi/EFI/refind/icons/os_netbsd.png
/boot/efi/EFI/refind/icons/func_shutdown.png
/boot/efi/EFI/refind/icons/os_frugalware.png
/boot/efi/EFI/refind/icons/tool_mok_tool.png
/boot/efi/EFI/refind/icons/vol_external.png
/boot/efi/EFI/refind/icons/os_chrome.png
/boot/efi/EFI/refind/icons/arrow_right.png
/boot/efi/EFI/refind/icons/arrow_left.png
/boot/efi/EFI/refind/icons/os_ubuntu.png
/boot/efi/EFI/refind/icons/os_linux.png
/boot/efi/EFI/refind/icons/func_csr_rotate.png
/boot/efi/EFI/refind/icons/os_win.png
/boot/efi/EFI/refind/icons/os_network.png
/boot/efi/EFI/refind/icons/func_exit.png
/boot/efi/EFI/refind/icons/tool_apple_rescue.png
/boot/efi/EFI/refind/icons/os_refit.png
/boot/efi/EFI/refind/icons/tool_part.png
/boot/efi/EFI/refind/icons/os_legacy.png
/boot/efi/EFI/refind/icons/tool_netboot.png
/boot/efi/EFI/refind/icons/os_xubuntu.png
/boot/efi/EFI/refind/icons/os_kubuntu.png
/boot/efi/EFI/refind/icons/tool_memtest.png
/boot/efi/EFI/refind/icons/vol_net.png
/boot/efi/EFI/refind/icons/tool_rescue.png
/boot/efi/EFI/refind/icons/os_mac.png
/boot/efi/EFI/refind/icons/README
/boot/efi/EFI/refind/icons/boot_linux.png
/boot/efi/EFI/refind/icons/os_gummiboot.png
/boot/efi/EFI/refind/icons/os_mandriva.png
/boot/efi/EFI/refind/icons/os_arch.png
/boot/efi/EFI/refind/icons/os_debian.png
/boot/efi/EFI/refind/icons/transparent.png
/boot/efi/EFI/refind/icons/vol_internal.png
/boot/efi/EFI/refind/keys/
/boot/efi/EFI/refind/keys/altlinux.cer
/boot/efi/EFI/refind/keys/canonical-uefi-ca.der
/boot/efi/EFI/refind/keys/centos.cer
/boot/efi/EFI/refind/keys/fedora-ca.cer
/boot/efi/EFI/refind/keys/microsoft-kekca-public.der
/boot/efi/EFI/refind/keys/microsoft-pca-public.der
/boot/efi/EFI/refind/keys/microsoft-uefica-public.der
/boot/efi/EFI/refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer
/boot/efi/EFI/refind/keys/openSUSE-UEFI-CA-Certificate.cer
/boot/efi/EFI/refind/keys/refind.cer
/boot/efi/EFI/refind/keys/SLES-UEFI-CA-Certificate.cer
/boot/efi/EFI/refind/refind.conf
/boot/efi/EFI/tools/
ubuntu@ubuntu:~$ sudo add-apt-repository ppa:rodsmith/refind
 A graphical boot manager for EFI- and UEFI-based computers, such as all Intel-based Macs and recent (most 2011 and later) PCs.
 More info: https://launchpad.net/~rodsmith/+archive/ubuntu/refind
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmphqpvmtq9/secring.gpg' created
gpg: keyring `/tmp/tmphqpvmtq9/pubring.gpg' created
gpg: requesting key 9122E0C2 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmphqpvmtq9/trustdb.gpg: trustdb created
gpg: key 9122E0C2: public key "Launchpad PPA for Roderick Smith" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
ubuntu@ubuntu:~$ sudo apt update
Ign:1 cdrom://Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2) xenial InRelease
Hit:2 cdrom://Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2) xenial Release
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]     
Get:5 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial InRelease [18.1 kB]
Hit:6 http://archive.ubuntu.com/ubuntu xenial InRelease                        
Get:7 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial/main amd64 Packages [512 B]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]       
Get:9 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial/main Translation-en [624 B]
Get:10 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [243 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [509 kB]
Get:12 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [103 kB]
Get:13 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [54.2 kB]
Get:14 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [42.4 kB]
Get:15 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7,428 B]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2,428 B]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [205 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [288 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [182 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7,776 B]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2,548 B]
Fetched 1,872 kB in 7s (247 kB/s)                                              

** (appstreamcli:3307): CRITICAL **: Error while moving old database out of the way.
AppStream cache update failed.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
166 packages can be upgraded. Run 'apt list --upgradable' to see them.
ubuntu@ubuntu:~$ sudo apt install refind
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  refind
0 upgraded, 1 newly installed, 0 to remove and 166 not upgraded.
Need to get 3,353 kB of archives.
After this operation, 4,820 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/rodsmith/refind/ubuntu xenial/main amd64 refind amd64 0.10.5-0ppa1 [3,353 kB]
Fetched 3,353 kB in 6s (533 kB/s)                                              
Preconfiguring packages ...
Selecting previously unselected package refind.
(Reading database ... 193483 files and directories currently installed.)
Preparing to unpack .../refind_0.10.5-0ppa1_amd64.deb ...
Unpacking refind (0.10.5-0ppa1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 33 changed doc-base files, 1 added doc-base file...
Setting up refind (0.10.5-0ppa1) ...
Installing rEFInd to the ESP...
ubuntu@ubuntu:~$ sudo mvrefind /boot/efi/EFI/refind /boot/efi/EFI/Microsoft/Bootubuntu@ubuntu:~$ sudo cp -a /boot/efi/EFI/Boot /boot/efi/EFI/Boot_"$(date +%s)"
ubuntu@ubuntu:~$ sudo umount /dev/sda1
ubuntu@ubuntu:~$ sudo refind-install --usedefault /dev/sda1
ShimSource is none
Installing rEFInd on Linux....
Note: IA32 (x86) binary not installed!
Copied rEFInd binary files

Notice: Backed up existing icons directory as icons-backup.
Existing refind.conf file found; copying sample file as refind.conf-sample
to avoid overwriting your customizations.


Installation has completed successfully.

Unmounting install dir

Hors ligne

#39 Le 07/04/2017, à 16:13

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

UN ENOOOOOORRRRMMMMMMMMMMEEEEEEEEEE Merci à Laurent85 pour ces grandes compétences, le temps passé à m'aider.
Vraiment super gentil et je t'en remercie beaucoup
je peux rejoindre de nouveau la communauté ubuntu


Ps: la seule au démarrage il me propose plusieurs icones, laquelle est la mieux

Hors ligne

#40 Le 07/04/2017, à 16:21

Laurent85

Re : [RESOLU] impossible installer ubuntu via cle usb

Content que ça ait marché comme attendu, à faire plusieurs choses à la fois je fais aussi des boulettes en écrivant, je ne comprenais pas pourquoi ça marchais pas du premier coup tongue

Il y a un nom affiché en-dessous pour chaque icône quand tu la sélectionnes, je ne sais plus mais de mémoire sélectionne celle qui affiche grub quelque chose, celle qui affiche un noyau linux devrait marcher aussi et c'est plus rapide pour démarrer sans passer par grub.

La nouvelle version de grub a installé d'autres programmes efi de démarrage, il faudra que je regarde à quoi ça correspond.

Je te conseille aussi de faire une sauvegarde de la partition efi sur ton disque dur ou de la cloner vers une image disque maintenant que tu peux démarrer Ubuntu. En cas de problème elle servira a rétablir la configuration par défaut.

Dernière modification par Laurent85 (Le 07/04/2017, à 16:27)

Hors ligne

#41 Le 07/04/2017, à 16:46

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

oui je devrais faire cela mais il faut que je regarde comment faire et surtout comment activer ma carte wifi.
Je l'ai desactivé et je n'arrive plus à l'activer!!!!

Hors ligne

#42 Le 07/04/2017, à 18:10

Bougron

Re : [RESOLU] impossible installer ubuntu via cle usb

Bonjour
C'est un peu hors sujet et c'est à propos de REFIND,  Il permet d'afficher les fichiers de boot EFI dans les partitions FAT32 ainsi que les installations UBUNTU
   Lorsqu'on sélectionne   un OS UBUNTU,     la touche return le lance MAIS la touche F2 affiche la liste des noyaux présents.
               Lorsqu'on sélectionne un noyau ubuntu,   la touche return le lance MAIS la touche F2 affiche la ligne de lancement et  propose de la modifier.
Ce qui permet d'ajouter les options qu'on souhaite.
Je n'avais pas souvenir de ces deux  possibilités dans l'ancienne version.

Hors ligne

#43 Le 11/04/2017, à 16:24

sleer

Re : [RESOLU] impossible installer ubuntu via cle usb

encore une fois grâce à la communauté et aux divers messages, je suis arrivé à installer ubuntu sur mon nouvel ordi.
La seule chose c'est que cela fonctionne bien moins bien et le fait qu'il démarre beaucoup plus lentement qu'auparavant.

en tout cas, un grand merci laurent85 et aux autres intervenus pour me dépanner

Hors ligne

#44 Le 17/06/2017, à 12:09

GG001

Re : [RESOLU] impossible installer ubuntu via cle usb

Bonjour  a tous,
Moi je veux copier mon disque dur de mon ordi portable sur un disque Dur ext 500Go  pour faire l'inversion
des disques Dur .  interne 320Go   externe 500Go.
J'ai fait une copie avec ddrescue; j'ai copier/coller des partitions et ça marche bien;  mais maintenant je voudrais copier   le swap  et cela ne marche pas ; pour que mon nouveau disque Dur  marche tous de suite
quand je le monte dans l'ordi , rien a faire !!!
quelqu'un a une idée  §??
GG

Hors ligne

#45 Le 17/06/2017, à 12:57

Laurent85

Re : [RESOLU] impossible installer ubuntu via cle usb

Bonjour, ouvre un nouveau sujet stp.

Hors ligne