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.

#1 Le 22/07/2017, à 13:16

abodrar

probleme de demarage ubuntu en dual boot windows 10

bonjour a tous
j ai un probleme au niveau de demarage de mon pc ,
voila ce ce que m a donne boot repair a partir du live usb

Boot Info Script cfd9efe + Boot-Repair extra info      [Boot-Info 26Apr2016]


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

 => libparted MBR boot code is installed in the MBR of /dev/sda.
 => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  According to the info in the boot sector, sda1 has 
                       204792 sectors, but according to the info from fdisk, 
                       it has 997375 sectors.
    Operating System:  
    Boot files:        /bootmgr /Boot/BCD

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  Unknown
    Boot sector info: 

sda5: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.03 2010-10-22 ........>..sr>........0.8...0...~.....~...f...M.f.f....f..0~....>E}.u......
    Boot sector info:  Syslinux looks at sector 6594944 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi 
                       /EFI/BOOT/grubx64.efi /ldlinux.sys

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 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: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048       999,423       997,376  83 Linux
/dev/sda2           1,001,470   625,141,759   624,140,290   5 Extended
/dev/sda5           1,001,472   625,141,759   624,140,288  8e Linux LVM


Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 7.2 GiB, 7739768832 bytes, 15116736 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    15,116,735    15,114,688   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        924E08A84E088767                       ntfs       Réservé au système
/dev/sda5                                                          
/dev/sdb1        0421-E009                              vfat       

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

total 0
lrwxrwxrwx 1 root root  9 Jul 22 12:03 ata-ST320LT007-9ZV142_W0Q3MQJZ -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 22 12:05 ata-ST320LT007-9ZV142_W0Q3MQJZ-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 22 12:03 ata-ST320LT007-9ZV142_W0Q3MQJZ-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 22 12:03 ata-ST320LT007-9ZV142_W0Q3MQJZ-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Jul 22 12:03 usb-Imation_ImationFlashDriv_0703C20AC96B4509-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 22 12:03 usb-Imation_ImationFlashDriv_0703C20AC96B4509-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Jul 22 12:03 wwn-0x5000c500490f7a07 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 22 12:05 wwn-0x5000c500490f7a07-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 22 12:03 wwn-0x5000c500490f7a07-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 22 12:03 wwn-0x5000c500490f7a07-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

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


=========================== 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 menu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---

label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit 

label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper  quiet splash ---

label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity  quiet splash ---

label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check  quiet splash ---

label ubnentry4
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit 

label ubnentry5
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit 

label ubnentry6
menu label Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---

label ubnentry7
menu label Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---

label ubnentry8
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---

label ubnentry9
menu label Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---

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

=================== 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
            ?? = ??             menu.c32                                       1

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

 menu.c32                           :  COM32R module (v4.xx)

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda2

00000000  c9 7c f5 6c f9 4c ad ad  ed c3 f9 f4 01 f3 cb f6  |.|.l.L..........|
00000010  4e 77 51 4e d7 fc 45 e1  e0 71 94 da 7c f4 ff 38  |NwQN..E..q..|..8|
00000020  41 a7 e8 54 e1 f8 61 dc  67 cb 22 ef e6 11 5b 5e  |A..T..a.g."...[^|
00000030  ea bc 5d ea b9 61 c9 2f  75 a4 29 e3 63 e1 4d 31  |..]..a./u.).c.M1|
00000040  10 48 94 a7 9f 3c 7a 7e  35 e1 1e 70 e1 3d a3 3e  |.H...<z~5..p.=.>|
00000050  7a cf f3 97 1a 2f d0 92  48 9e 2d d6 e8 7d bb 52  |z..../..H.-..}.R|
00000060  15 1e 3a 7c 5e db 32 e0  6d b6 24 08 bf b9 df 3f  |..:|^.2.m.$....?|
00000070  a4 cf fc a0 0f ec ca c4  bd 9f 44 3c 80 85 ff 83  |..........D<....|
00000080  3f 1a 23 ff 1b 63 eb b0  3f 3e df c1 80 87 bd a0  |?.#..c..?>......|
00000090  82 ad 2c ef 73 af 31 45  f6 02 a9 06 28 69 df ea  |..,.s.1E....(i..|
000000a0  7f 30 1e f4 cf 9d ea 03  ff ee 8e 67 6b 37 60 3f  |.0.........gk7`?|
000000b0  4a 28 fa fc 9d 02 d2 b5  46 90 89 ed fc f9 0f fc  |J(......F.......|
000000c0  ee 84 3d 65 04 7b d1 7c  f7 4d 4c f6 47 d1 67 08  |..=e.{.|.ML.G.g.|
000000d0  e2 2c 28 c0 ee 96 72 c6  96 fe 4a 8f 86 6d 17 42  |.,(...r...J..m.B|
000000e0  1b 4b ab 6c 52 b6 8a be  17 c7 fc 17 c5 fd da 2d  |.K.lR..........-|
000000f0  6f e1 55 9e 64 3b 17 84  94 8c 2c 84 a9 01 0e 15  |o.U.d;....,.....|
00000100  b8 35 3a ed 5c f6 79 4a  df a4 2e d2 57 89 7a ac  |.5:.\.yJ....W.z.|
00000110  e4 10 20 27 b7 26 20 2d  80 7a 8c 81 b2 a4 1e d3  |.. '.& -.z......|
00000120  65 7e 18 88 19 81 4d 01  6c f3 38 bf f8 b4 5f 59  |e~....M.l.8..._Y|
00000130  bb 99 d4 db e3 d7 90 e8  9f b1 fa b2 ff 19 ca 57  |...............W|
00000140  b9 90 c0 b3 e5 31 68 3a  6c c2 a1 ff 6a 2e ba 9e  |.....1h:l...j...|
00000150  bb 2b c6 9c 19 87 04 f2  e5 b8 b0 4c c3 4d 87 ad  |.+.........L.M..|
00000160  e4 77 b6 24 3a 57 ee 66  2a 21 32 1e 8d 44 0c 55  |.w.$:W.f*!2..D.U|
00000170  85 0d 70 e1 2f 8b e7 cf  21 04 e7 ae 45 28 8d 6d  |..p./...!...E(.m|
00000180  23 d1 51 f8 d1 9c 11 80  93 9f 34 73 89 9a 43 a8  |#.Q.......4s..C.|
00000190  ba 3c 95 87 9a f2 37 f8  8f b5 39 62 06 5a 3b cd  |.<....7...9b.Z;.|
000001a0  fa 3c 7b 3c 6d 55 61 14  ec 43 77 cb 42 29 33 a0  |.<{<mUa..Cw.B)3.|
000001b0  1a c3 aa 7a e4 2c ea db  16 dc e9 d1 d5 30 00 56  |...z.,.......0.V|
000001c0  19 3e 8e fe ff ff 02 00  00 00 00 a0 33 25 00 00  |.>..........3%..|
000001d0  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


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

File descriptor 9 (/proc/4263/mounts) leaked on lvs invocation. Parent PID 11141: bash
File descriptor 63 (pipe:[39141]) leaked on lvs invocation. Parent PID 11141: bash

ADDITIONAL INFORMATION :
=================== log of boot-repair 2017-07-22__12h03 ===================
boot-repair version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version :
boot-repair is executed in live-session (Linux Mint 18.2 Sonya, sonya, LinuxMint, x86_64)
CPU op-mode(s):        32-bit, 64-bit
initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper  quiet splash --- BOOT_IMAGE=/casper/vmlinuz.efi
ls: cannot access '/home/usr/.config': No such file or directory
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error

In some cases useful info is found in syslog - try
dmesg | tail or so.
mount /dev/sda5 : Error code 32
mount -r /dev/sda5 /mnt/boot-sav/sda5
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error

In some cases useful info is found in syslog - try
dmesg | tail or so.
mount -r /dev/sda5 : Error code 32
Partition 2 does not start on physical sector boundary.

=================== os-prober:
/dev/sda1:Windows 10 (loader):Windows:chain

=================== blkid:
/dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="924E08A84E088767" TYPE="ntfs" PARTUUID="4e2e9686-01"
/dev/sdb1: UUID="0421-E009" TYPE="vfat" PARTUUID="0005312d-01"
/dev/loop0: TYPE="squashfs"
/dev/sda5: PARTUUID="4e2e9686-05"


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

mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error

In some cases useful info is found in syslog - try
dmesg | tail or so.
mount /dev/sda5 : Error code 32
mount -r /dev/sda5 /mnt/boot-sav/sda5
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error

In some cases useful info is found in syslog - try
dmesg | tail or so.
mount -r /dev/sda5 : Error code 32
Partition 2 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.

=================== UEFI/Legacy mode:
This live-session is not in EFI-mode.
SecureBoot maybe enabled.


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

sda	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	2048 sectors * 512 bytes


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

Model: ATA ST320LT007-9ZV14 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size   Type      File system  Flags
1      1049kB  512MB  511MB  primary   ntfs         boot
2      513MB   320GB  320GB  extended
5      513MB   320GB  320GB  logical                lvm


Model: Imation ImationFlashDriv (scsi)
Disk /dev/sdb: 7740MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
1      1049kB  7740MB  7739MB  primary  fat32        boot

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

BYT;
/dev/sda:320GB:scsi:512:4096:msdos:ATA ST320LT007-9ZV14:;
1:1049kB:512MB:511MB:ntfs::boot;
2:513MB:320GB:320GB:::;
5:513MB:320GB:320GB:::lvm;

BYT;
/dev/sdb:7740MB:scsi:512:512:msdos:Imation ImationFlashDriv:;
1:1049kB:7740MB:7739MB:fat32::boot;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
sdb   disk            7.2G
sdb1  part vfat       7.2G
loop0 loop squashfs   1.5G
sda   disk          298.1G
sda2  part              1K
sda5  part          297.6G
sda1  part ntfs       487M Réservé au système

KNAME ROTA RO RM STATE   MOUNTPOINT
sdb      1  0  1 running
sdb1     1  0  1         /cdrom
loop0    1  1  0         /rofs
sda      1  0  0 running
sda2     1  0  0
sda5     1  0  0
sda1     1  0  0         /mnt/boot-sav/sda1


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=924428k,nr_inodes=231107,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=188184k,mode=755)
/dev/sdb1 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)
aufs on / type aufs (rw,noatime,si=99388a5abbfe967d)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=188184k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/dev (filtered):  block bsg bus char console core cpu cpu_dma_latency disk dri drm_dp_aux0 ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 shm snapshot stderr stdin stdout uinput urandom vga_arbiter zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  f8 1f 03 00 00 00 00 00  |................|
00000030  55 21 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U!..............|
00000040  f6 00 00 00 01 00 00 00  67 87 08 4e a8 08 4e 92  |........g..N..N.|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200
Partition 2 does not start on physical sector boundary.

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  903M     0  903M   0% /dev
tmpfs          tmpfs     184M  5.8M  179M   4% /run
/dev/sdb1      vfat      7.2G  1.6G  5.6G  23% /cdrom
/dev/loop0     squashfs  1.6G  1.6G     0 100% /rofs
aufs           aufs      919M  164M  756M  18% /
tmpfs          tmpfs     919M  1.1M  918M   1% /dev/shm
tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
tmpfs          tmpfs     919M     0  919M   0% /sys/fs/cgroup
tmpfs          tmpfs     919M  4.0K  919M   1% /tmp
cgmfs          tmpfs     100K     0  100K   0% /run/cgmanager/fs
tmpfs          tmpfs     184M   24K  184M   1% /run/user/999
/dev/sda1      fuseblk   100M   31M   70M  31% /mnt/boot-sav/sda1

=================== fdisk -l:
Disk /dev/loop0: 1.5 GiB, 1618886656 bytes, 3161888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 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: dos
Disk identifier: 0x4e2e9686

Device     Boot   Start       End   Sectors   Size Id Type
/dev/sda1  *       2048    999423    997376   487M 83 Linux
/dev/sda2       1001470 625141759 624140290 297.6G  5 Extended
/dev/sda5       1001472 625141759 624140288 297.6G 8e Linux LVM



Disk /dev/sdb: 7.2 GiB, 7739768832 bytes, 15116736 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
Disk identifier: 0x0005312d

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb1  *     2048 15116735 15114688  7.2G  b W95 FAT32


No OS or WinEFI system
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
No OS or WinEFI system


=================== Suggested repair
The default repair of the Boot-Repair utility would not act on the MBR.
Additional repair would be performed:  repair-filesystems


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




pastebinit  packages needed
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
W: --force-yes is deprecated, use one of the options starting with --allow instead.

priere de me donner une solution


Modération : merci à l'avenir d'utiliser les balises code (explications ici).

Dernière modification par cqfd93 (Le 22/07/2017, à 15:48)

Hors ligne

#2 Le 22/07/2017, à 14:18

malbo

Re : probleme de demarage ubuntu en dual boot windows 10

Bonjour,
D'après ce Boot-Info, il n'y a plus de Windows 10 et je ne sais pas trop s'il y a Ubuntu installé. Peux-tu expliquer ce que tu as fait pour en arriver là ?

Hors ligne

#3 Le 23/07/2017, à 01:38

abodrar

Re : probleme de demarage ubuntu en dual boot windows 10

bonsoir
merci d m avoir repndu
j ai voulu reinstaller ubuntu 16.04. puisqu il se plante plusieursfois. la reinstallation n a pas pu avoir lieu. du coup. j n ai plus ni. acces a windows 10 pro ni a ubuntu 16.04
est c possible au moins recuperer un des deux ? merci

Hors ligne

#4 Le 23/07/2017, à 01:50

cqfd93

Re : probleme de demarage ubuntu en dual boot windows 10

Modération

Bonjour,

Un effort de rédaction (accents, apostrophes, ponctuations et pas de sms) serait le bienvenu, là ça pique les yeux…


cqfd93

Hors ligne

#5 Le 23/07/2017, à 06:03

malbo

Re : probleme de demarage ubuntu en dual boot windows 10

Bonjour,
Moi, je ne sais pas t'aider à récupérer quoi que ce soit.
Si tu as des données précieuses dans ce disque dur et que tu es prêt à payer pour les récupérer, je te prie de t'adresser à un spécialiste de la récupération de données.

Hors ligne