Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 24/05/2014, à 17:14

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]


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

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

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  According to the info in the boot sector, sda1 starts
                       at sector 0. But according to the info from fdisk,
                       sda1 starts at sector 2048.
    Operating System: 
    Boot files:        /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
                       /EFI/ubuntu/shimx64.efi

sda2: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:
    Operating System: 
    Boot files:        /boot/grub/grub.cfg

sda3: __________________________________________________________________________

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

sdc1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.05 20120131
    Boot sector info:  Syslinux looks at sector 1988456 of /dev/sdc1 for its
                       second stage. SYSLINUX is installed in the  directory.
                       According to the info in the boot sector, sdc1 starts
                       at sector 0. But according to the info from fdisk,
                       sdc1 starts at sector 62.
    Operating System: 
    Boot files:        /boot/grub/grub.cfg /syslinux/syslinux.cfg
                       /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys

sdb: ___________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows XP: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System: 
    Boot files:       

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes

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    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048       999,423       997,376 EFI System partition
/dev/sda2         999,424 1,937,866,751 1,936,867,328 Data partition (Linux)
/dev/sda3   1,937,866,752 1,953,523,711    15,656,960 Swap partition (Linux)

Drive: sdc _____________________________________________________________________

Disk /dev/sdc: 4010 MB, 4010803200 bytes
124 heads, 62 sectors/track, 1018 cylinders, total 7833600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1    *             62     7,826,383     7,826,322   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        0D8E-37C4                              vfat       
/dev/sda2        d27ddc93-e034-47e5-89ed-7d3c9608d65d   ext4       
/dev/sda3        b069d998-6d64-487e-8c51-185f22c542df   swap       
/dev/sdb         9475-A739                              vfat       
/dev/sdc1        7BC6-40D9                              vfat       

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb         /media/ubuntu/9475-A739  vfat       (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
/dev/sdc1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sda2/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,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  d27ddc93-e034-47e5-89ed-7d3c9608d65d
else
  search --no-floppy --fs-uuid --set=root d27ddc93-e034-47e5-89ed-7d3c9608d65d
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=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; 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-d27ddc93-e034-47e5-89ed-7d3c9608d65d' {
    recordfail
    load_video
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  d27ddc93-e034-47e5-89ed-7d3c9608d65d
    else
      search --no-floppy --fs-uuid --set=root d27ddc93-e034-47e5-89ed-7d3c9608d65d
    fi
    linux    /boot/vmlinuz-3.13.0-5-generic.efi.signed root=UUID=d27ddc93-e034-47e5-89ed-7d3c9608d65d ro  quiet splash $vt_handoff
    initrd    /boot/initrd.img-3.13.0-5-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-d27ddc93-e034-47e5-89ed-7d3c9608d65d' {
    menuentry 'Ubuntu, avec Linux 3.13.0-5-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-5-generic-advanced-d27ddc93-e034-47e5-89ed-7d3c9608d65d' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  d27ddc93-e034-47e5-89ed-7d3c9608d65d
        else
          search --no-floppy --fs-uuid --set=root d27ddc93-e034-47e5-89ed-7d3c9608d65d
        fi
        echo    'Chargement de Linux 3.13.0-5-generic…'
        linux    /boot/vmlinuz-3.13.0-5-generic.efi.signed root=UUID=d27ddc93-e034-47e5-89ed-7d3c9608d65d ro  quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial…'
        initrd    /boot/initrd.img-3.13.0-5-generic
    }
    menuentry 'Ubuntu, with Linux 3.13.0-5-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-5-generic-recovery-d27ddc93-e034-47e5-89ed-7d3c9608d65d' {
        recordfail
        load_video
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  d27ddc93-e034-47e5-89ed-7d3c9608d65d
        else
          search --no-floppy --fs-uuid --set=root d27ddc93-e034-47e5-89ed-7d3c9608d65d
        fi
        echo    'Chargement de Linux 3.13.0-5-generic…'
        linux    /boot/vmlinuz-3.13.0-5-generic.efi.signed root=UUID=d27ddc93-e034-47e5-89ed-7d3c9608d65d ro recovery nomodeset
        echo    'Chargement du disque mémoire initial…'
        initrd    /boot/initrd.img-3.13.0-5-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 ###
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


=========================== sdc1/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
}
--------------------------------------------------------------------------------

========================= sdc1/syslinux/syslinux.cfg: ==========================

--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

           GiB - GB             File                                 Fragment(s)


============== sdc1: Version of COM32(R) files used by Syslinux: ===============

syslinux/chain.c32                 :  COM32R module (v4.xx)
syslinux/gfxboot.c32               :  COM32R module (v4.xx)
syslinux/vesamenu.c32              :  COM32R module (v4.xx)

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

cat: /tmp/BootInfo-Qf033icO/Tmp_Log: No such file or directory
cat: /tmp/BootInfo-Qf033icO/Tmp_Log: No such file or directory
cat: /tmp/BootInfo-Qf033icO/Tmp_Log: No such file or directory
File descriptor 9 (/proc/11746/mounts) leaked on lvscan invocation. Parent PID 17795: bash
File descriptor 63 (pipe:[175319]) leaked on lvscan invocation. Parent PID 17795: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-05-24__15h12 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair is executed in live-session (Ubuntu 14.04 LTS, trusty, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
sdb may have broken partition table.

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

Disk /dev/sdb doesn't contain a valid partition table

=================== os-prober:


=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="0D8E-37C4" TYPE="vfat"
/dev/sda2: UUID="d27ddc93-e034-47e5-89ed-7d3c9608d65d" TYPE="ext4"
/dev/sda3: UUID="b069d998-6d64-487e-8c51-185f22c542df" TYPE="swap"
/dev/sdc1: UUID="7BC6-40D9" TYPE="vfat"
/dev/sdb: UUID="9475-A739" TYPE="vfat"

Linux not detected by os-prober on sda2. Please report this message to boot.repair@gmail.com

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


=================== sda2recordfail=1/grub/grubenv :
recordfail=1



=================== UEFI/Legacy mode:
Unusual EFI: Please report this message to boot.repair@gmail.com
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
sda1    : sda,    not-sepboot,    no-grubenv    nogrub,    no-docgrub,    no-update-grub,    32,    no-boot,    no-os,    is-correct-EFI,    part-has-no-fstab,    part-has-no-fstab,    no-nt,    no-winload,    no-recov-nor-hid,    no-bmgr,    notwinboot,    nopakmgr,    nogrubinstall,    no---usr,    part-has-no-fstab,    not-sep-usr,    standard,    not-far,    /mnt/boot-sav/sda1.
sda2    : sda,    not-sepboot,    grubenv-ng    nogrub,    no-docgrub,    no-update-grub,    32,    with-boot,    is-os,    not--efi--part,    part-has-no-fstab,    part-has-no-fstab,    no-nt,    no-winload,    no-recov-nor-hid,    no-bmgr,    notwinboot,    nopakmgr,    nogrubinstall,    with--usr,    part-has-no-fstab,    not-sep-usr,    standard,    farbios,    /mnt/boot-sav/sda2.

sda    : GPT,    no-BIOS_boot,    has-correctEFI,     not-usb,    has-os,    2048 sectors * 512 bytes


=================== parted -l:

Model: ATA WDC WD10JPVX-60J (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End     Size    File system     Name  Flags
1      1049kB  512MB   511MB   fat32                 boot
2      512MB   992GB   992GB   ext4
3      992GB   1000GB  8016MB  linux-swap(v1)



                                                                         
Error: /dev/sdb: unrecognised disk label

Model:  USB DISK 2.0 (scsi)
Disk /dev/sdc: 4011MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      31.7kB  4007MB  4007MB  primary  fat32        boot, lba

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

BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA WDC WD10JPVX-60J;
1:1049kB:512MB:511MB:fat32::boot;
2:512MB:992GB:992GB:ext4::;
3:992GB:1000GB:8016MB:linux-swap(v1)::;


                                                                         
Error: /dev/sdb: unrecognised disk label

BYT;
/dev/sdc:4011MB:scsi:512:512:msdos: USB DISK 2.0;
1:31.7kB:4007MB:4007MB:fat32::boot, lba;


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sdc1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
/dev/sdb on /media/ubuntu/9475-A739 type vfat (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
/dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdc1 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd freefall full fuse hpet input kmsg log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdc sdc1 sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control
ls /mnt/boot-sav/sda1/1:

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

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

Disk /dev/sdb doesn't contain a valid partition table

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  3.7G  119M  3.5G   4% /
udev           devtmpfs   3.6G   12K  3.6G   1% /dev
tmpfs          tmpfs      739M  1.2M  738M   1% /run
/dev/sdc1      vfat       3.8G  2.0G  1.8G  53% /cdrom
/dev/loop0     squashfs   923M  923M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      3.7G  1.3M  3.7G   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      3.7G   80K  3.7G   1% /run/shm
none           tmpfs      100M   68K  100M   1% /run/user
/dev/sdb       vfat        15G  1.7G   14G  12% /media/ubuntu/9475-A739
/dev/sda1      vfat       487M  3.4M  483M   1% /mnt/boot-sav/sda1
/dev/sda2      ext4       909G  2.5G  861G   1% /mnt/boot-sav/sda2

=================== fdisk -l:

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 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
Disk identifier: 0xbbd98b34

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1  1953525167   976762583+  ee  GPT
Partition 1 does not start on physical sector boundary.

Disk /dev/sdc: 4010 MB, 4010803200 bytes
124 heads, 62 sectors/track, 1018 cylinders, total 7833600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008b4b6

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *          62     7826383     3913161    c  W95 FAT32 (LBA)

Disk /dev/sdb: 16.0 GB, 15972958208 bytes
64 heads, 32 sectors/track, 15233 cylinders, total 31197184 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x69642073


No OS or WinEFI system
EFI detected. Please check the options.

=================== Default settings
Recommended-Repair
This setting would not act on the MBR.
Additional repair would be performed:  repair-filesystems

=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.



No change has been performed on your computer.

Hors ligne

#52 Le 24/05/2014, à 18:31

malbo

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

1) tu sélectionnes "Autre chose" à l'étape 3 de l'installation
2) tu ne t'occupes que de modifier (en utilisant le bouton "Change") la partition sda2 pour dire que tu veux qu'elle soit dans le format EXT4, que son point de montage doit être / ; il faudra cocher la case "formater". Tu ne modifies et tu ne touches à aucune autre partition, tu laisses ce qui est déjà présélectionné dans le champ "Périphérique où sera installé le programme de démarrage" (en bas de cette vue) : ce qui est sélectionné dans ce champ n'est pas utilisé par l'installateur de Ubuntu.

Dernière modification par malbo (Le 24/05/2014, à 18:35)

Hors ligne

#53 Le 24/05/2014, à 21:57

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

C'est bon l'installation est terminée.
Merci pour tout ton aide.
PS: est ce qu'il y a un intérêt a ce que je laisse mon poste avec l'ensemble du rapport ?

Hors ligne

#54 Le 25/05/2014, à 07:13

malbo

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Alleged a écrit :

est ce qu'il y a un intérêt a ce que je laisse mon poste avec l'ensemble du rapport ?

Oui, moi j'ai besoin de pouvoir consulter ces rapports Boot-Info ultérieurement, c'est la raison pour laquelle tu as dû voir que je les colle dans les discussions. Je te prie donc de le laisser en place. Je crois comprendre que tu crains qu'il contienne des infos qui permettraient d'identifier ta machine - ou même de t'identifier toi-même - et tu crains pour ta sécurité. C'est une bonne attitude de se poser ces questions mais je peux t'assurer que ton rapport n'en contient pas.
Je souhaiterais vérifier le paramétrage de ton système UEFI : depuis une session de ton Ubuntu installé, pourrais-tu passer cette commande :

sudo efibootmgr -v   

et poster ici le résultat obtenu

Dernière modification par malbo (Le 25/05/2014, à 07:17)

Hors ligne

#55 Le 25/05/2014, à 09:58

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Voilà le résultat :

BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,3000,2001,2002,2003
Boot0000* ubuntu    HD(1,800,f3800,7f8e6b89-2484-4940-8609-10e71bb645dd)File(\EFI\ubuntu\shimx64.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

Hors ligne

#56 Le 25/05/2014, à 10:07

malbo

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Le résultat que tu as collé dans le post #55 montre qu'en principe ton ordi démarre par défaut sur Boot0000 (ubuntu) donc que tu tombes par défaut sur le menu Grub au démarrage. Tu peux confirmer ?
Peux-tu confirmer également que si tu maintiens enfoncée la touche F9 au démarrage de l'ordi, tu tombes bien sur un menu de démarrage (proposé par ton système UEFI) qui contient l'entrée "ubuntu" et que si tu sélectionnes cette entrée "ubuntu", tu arrives également sur le menu Grub ?

Hors ligne

#57 Le 25/05/2014, à 13:09

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Si menu GRUB =page violet avec ubuntu et les petits points en dessous. Alors oui

Hors ligne

#58 Le 25/05/2014, à 13:53

malbo

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Alleged a écrit :

Si menu GRUB =page violet avec ubuntu et les petits points en dessous. Alors oui

Je ne sais pas ce que tu veux dire par "les petits points en dessous". Pourrais-tu refaire un Boot-Info pour que je puisse contrôler ce qui se passe ?
D'autre part, tu n'as pas répondu à ma question sur la touche F9...

Hors ligne

#59 Le 25/05/2014, à 14:02

Korak

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Alleged a écrit :

Si menu GRUB =page violet avec ubuntu et les petits points en dessous. Alors oui

Non,ça c'est l'écran de démarrage d'Ubuntu.

Le menu de GRUB, c'est quelle que chose comme ceci:

http://doc.ubuntu-fr.org/lib/exe/fetch. … 132006.png

Ou ceci:

http://doc.ubuntu-fr.org/_media/install … .png?w=350


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne

#60 Le 25/05/2014, à 14:41

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Alors j'ai pas ça. C'est grave ?

Hors ligne

#61 Le 25/05/2014, à 14:49

Korak

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Grave? Non.

Quand on a qu'un seul système installé sur le PC (ce qui est ton cas), le menu de GRUB ne sert qu'a démarrer en mode Recovery ou sur un ancien noyau.

Si tu dois accéder au menu de GRUB, au démarrage du PC maintient la touche majuscule enfoncée (ou la touche Esc, ça dépend du PC) jusqu'à ce que le menu de GRUB s'affiche.

Dernière modification par Korak (Le 25/05/2014, à 14:50)


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne

#62 Le 25/05/2014, à 14:53

malbo

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Non, c'est pas grave : ma question était idiote : tu ne peux pas voir le menu Grub par défaut (pour que le menu Grub soit visible au démarrage, il faut qu'il y ait plusieurs OS détectés par Grub sinon Grub considère que ça ne sert à rien de présenter le menu).
Et pour ma question sur la touche F9 : ça fait la troisième fois que je la pose, tu vas y répondre ou bien ?

Dernière modification par malbo (Le 25/05/2014, à 14:53)

Hors ligne

#63 Le 25/05/2014, à 15:06

Korak

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

malbo a écrit :

Peux-tu confirmer également que si tu maintiens enfoncée la touche F9 au démarrage de l'ordi, tu tombes bien sur un menu de démarrage (proposé par ton système UEFI) qui contient l'entrée "ubuntu" et que si tu sélectionnes cette entrée "ubuntu", tu arrives également sur le menu Grub ?

Pour répondre à la question de malbo, tu allumes le PC puis tu tapotes directement sur la touche F9 jusqu'à l'apparition du gestionnaire d'amorçage du PC.

Commence par nous dire quelle sont les choix possible dans ce gestionnaire d'amorçage.

Puis choisi la ligne ubuntu (normalement, c'est la première ligne) et dis-nous ce qu'il se passe ensuite.


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne

#64 Le 25/05/2014, à 15:06

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

J'ai répondu pour F9. J'arrive bien sur la page que tu as décrite et ensuite j'arrive sur la page ubuntu quand je tape sur ok

Hors ligne

#65 Le 25/05/2014, à 15:46

Korak

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Alleged a écrit :

J'ai répondu pour F9.

Où? Je ne retrouve pas l'info.

Alleged a écrit :

J'arrive bien sur la page que tu as décrite

Quelle page? Dis-nous ce que contient cette page.

Alleged a écrit :

et ensuite j'arrive sur la page ubuntu quand je tape sur ok

Même chose, quelle page?

Essaie d'être le plus précis possible, sinon un dépannage peut tourner à la catastrophe car nous n'avons pas les bonnes informations (ou pas assez d'informations).

Ne le prend pas mal, nous essayons de faire notre possible pour dépanner valablement.


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne

#66 Le 25/05/2014, à 16:16

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Quand je tape sur F9 au démarrage, j'arrive su boot manager.
En dessous de boot option menu j'ai en premier choix ubuntu <WDC WD10JPVX-60JC3T0>
et en 2e choix j'ai boot from EFI file

Quand je clique sur ubuntu j'arrive sur la page ubuntu violet puis la page d'ouverture de session.

Est-ce que cela vous va comme description ?

Hors ligne

#67 Le 25/05/2014, à 16:19

Korak

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Oui, voilà ce que malbo désire savoir.

Donc, si j'ai bien compris, tout fonctionne correctement?


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne

#68 Le 25/05/2014, à 16:30

Alleged

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Oui du moins j'en ai l'impression.
Merci pour tout

Hors ligne

#69 Le 25/05/2014, à 16:47

malbo

Re : [resolu] installation ubuntu sur hP pavillon 17-E015SF

Alleged a écrit :

Quand je tape sur F9 au démarrage, j'arrive su boot manager.
En dessous de boot option menu j'ai en premier choix ubuntu <WDC WD10JPVX-60JC3T0>
et en 2e choix j'ai boot from EFI file

Moi ça me va aussi ta réponse :
- le premier choix signifie : "Ubuntu qui se trouve sur le disque dur WDC WD10JPVX-60JC3T0"
- le deuxième choix est une fonctionnalité qui te permet de booter sur n’importe quel fichier de type .efi à condition d'en indiquer le chemin : ça parait un peu compliqué au départ mais c'est semi-automatique et assez intuitif à mon goût et on comprend vite comment ça marche. Si un jour tu as des ennuis de démarrage, tu peux utiliser cette fonctionnalité très intéressante pour se dépanner soi-même.

EDIT : je viens d'ajouter le modèle HP Pavilion 17-E015SF dans la Liste des portables « HP »

Dernière modification par malbo (Le 26/05/2014, à 08:44)

Hors ligne