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 29/09/2015, à 20:23

mseyne

[Résolu] Grub Error 15 et Absence de la table de partition

Bonjour,

Je vous explique mon cas un peu compliqué, j'ai sans doute fais quelques bêtises et maintenant j'essaye de réparer mon ordinateur portable.
Voilà au départ, il y avais une version de Windows 7 dessus et j'ai avec l'aide d'une clé usb j'ai installé en dual boot Linux Mageia 4.
Tout à bien fonctionné jusqu'au moment ou j'ai eu comme un problème de démarrage avec Mageia, et je ne pouvais plus que booter sur Win7.
En essayant de réparer à partir d'un live de Magiea 5 (en supprimant seulement la partition dev/sda de linux sans toucher à win) je penses avoir flingué ma table de partition, car je suis passé avec un grub error 22, impossible de booter sur aucun disque.
J'ai décidé d'arrêter mes expériences avec Magiea et repasser sur Ubuntu, avec une clé usb live, j'ai pu installer et faire un boot-repair. Dont voici le log avant : http://paste.ubuntu.com/12615095/ et après réparation. http://paste.ubuntu.com/12615122/ (je n'arrives pas à distinguer de différences)
En tout cas au redémarage, j'ai toujours un problème grub , error 15 cette fois ci.

J'ai aussi essayé d'installer ubuntu mais c'est impossible, les partitions ne sont plus détecté et l'installateur plante si je fais quoi que ce soit. Screenshot ici : http://www.hostingpics.net/viewer.php?i … 180100.png
Le grand vide.

Voici un sudo fdisk -l
http://pastebin.com/Jghf7w3v

Je n'ai plus d'idées pour continuer à casser mon ordinateur, je vais arrêter le désastre et je viens ici pour demander de l'aide.

Je serais vraiment reconnaissant à celui qui m'aiderais à me remettre sur la voie pour réussir à réparer l'ordinateur et installer ubuntu dessus. Même si mes données son sauvegardé, garder mon boot windows serais un super bonus si ça marche. En tout cas merci d'avoir lu jusque là.
Michaël

Dernière modification par mseyne (Le 02/10/2015, à 19:01)

Hors ligne

#2 Le 29/09/2015, à 23:06

jamesbad000

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Bonjour.

Ton windows apparait sur le 2ème disque (sdb) ce qui me semble louche pour un portable.

Donc pour éviter toute confusion, s'il y a des disque externe commencer par les déconnecter, et donner le retour de:

sudo lsblk --o size -f
sudo ls -l /dev/disk/by-id

edit: en fait j'ai déjà le résultat du ls dans le rapport boot-info.

Donc tenter de remettre un boot windows avec la commande suivante.

sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/disk/by-id/ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP bs=1 count=440

Ensuite il faut faire en sorte que le bios démarre sur ce disque

Dernière modification par jamesbad000 (Le 29/09/2015, à 23:18)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#3 Le 30/09/2015, à 06:30

malbo

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Ton Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 9Feb2015]


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

 => Grub Legacy (v0.97) is installed in the MBR of /dev/sda and looks on the 
    same drive in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
 => Grub Legacy (v0.97) is installed in the MBR of /dev/sdb and looks on boot 
    drive #2 in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
 => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdc.

sda1: __________________________________________________________________________

    File system:       ext3
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: /dev/sda1 is already mounted or /mnt/BootInfo/sda1 busy

sdb1: __________________________________________________________________________

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

sdb2: __________________________________________________________________________

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

sdb3: __________________________________________________________________________

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

sdb4: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 7/2008: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /bootmgr /boot/bcd

sdc1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 6.03 2014-10-06................................................2....0............A20 gate n
    Boot sector info:  Syslinux looks at sector 10655672 of /dev/sdc1 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/syslinux.cfg 
                       /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 29.8 GiB, 32017047552 bytes, 62533296 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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048    62,531,583    62,529,536  83 Linux


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *          2,048       411,647       409,600   7 NTFS / exFAT / HPFS
/dev/sdb2             411,648   882,399,231   881,987,584   7 NTFS / exFAT / HPFS
/dev/sdb3         882,399,232   935,811,071    53,411,840   7 NTFS / exFAT / HPFS
/dev/sdb4         935,811,072   961,538,444    25,727,373  12 Compaq diagnostics


Drive: sdc _____________________________________________________________________

Disk /dev/sdc: 7.5 GiB, 8075120640 bytes, 15771720 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

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1    *             63    15,759,764    15,759,702   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        611f0db2-831c-4446-8f48-d0d0273efa4a   ext3       
/dev/sdb1        FE5C5F1B5C5ECE51                       ntfs       SYSTEM_DRV
/dev/sdb2        E20A60FD0A60D059                       ntfs       Windows7_OS
/dev/sdb3        12AE63B1AE638C53                       ntfs       LENOVO
/dev/sdb4        DA48026B480246AB                       ntfs       LENOVO_PART
/dev/sdc1        C623-CC81                              vfat       MYLINUXLIVE

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

total 0
lrwxrwxrwx 1 root root  9 Sep 29 17:53 ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 29 17:53 ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Sep 29 17:53 ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Sep 29 17:53 ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Sep 29 17:53 ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Sep 29 17:53 ata-SAMSUNG_MZMPC032HBCD-000L1_S0Y2NYAC308554 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 29 17:53 ata-SAMSUNG_MZMPC032HBCD-000L1_S0Y2NYAC308554-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 Sep 29 17:53 usb-UDISK_PDU09_8G_AAI2.0_b89191c07da515-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Sep 29 17:53 usb-UDISK_PDU09_8G_AAI2.0_b89191c07da515-0:0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Sep 29 17:53 wwn-0x16111439602323443712x -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 29 17:53 wwn-0x16111439602323443712x-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Sep 29 17:53 wwn-0x16111439602323443712x-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Sep 29 17:53 wwn-0x16111439602323443712x-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Sep 29 17:53 wwn-0x16111439602323443712x-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Sep 29 17:53 wwn-0x5562019586439663618x -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 29 17:53 wwn-0x5562019586439663618x-part1 -> ../../sda1

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

Device           Mount_Point              Type       Options

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


=========================== 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
# search path for the c32 support libraries (libcom32, libutil etc.)
path 
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

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

 ldlinux.c32                        :  not a COM32/COM32R module
 syslinux/chain.c32                 :  not a COM32/COM32R module
 syslinux/gfxboot.c32               :  not a COM32/COM32R module
 syslinux/ldlinux.c32               :  not a COM32/COM32R module
 syslinux/libcom32.c32              :  not a COM32/COM32R module
 syslinux/libutil.c32               :  not a COM32/COM32R module
 syslinux/vesamenu.c32              :  not a COM32/COM32R module

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

{All_DMRaid} 

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

File descriptor 9 (/proc/18174/mounts) leaked on lvs invocation. Parent PID 25465: bash
File descriptor 63 (pipe:[94805]) leaked on lvs invocation. Parent PID 25465: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2015-09-29__17h53 ===================
boot-repair version : 4ppa33
boot-sav version : 4ppa33
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa33
boot-repair is executed in live-session (Ubuntu 15.04, vivid, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access /home/usr/.config: No such file or directory

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


=================== blkid:
/dev/sdb1: LABEL="SYSTEM_DRV" UUID="FE5C5F1B5C5ECE51" TYPE="ntfs" PARTUUID="23c3aa5d-01"
/dev/sdb2: LABEL="Windows7_OS" UUID="E20A60FD0A60D059" TYPE="ntfs" PARTUUID="23c3aa5d-02"
/dev/sdb3: LABEL="LENOVO" UUID="12AE63B1AE638C53" TYPE="ntfs" PARTUUID="23c3aa5d-03"
/dev/sdb4: LABEL="LENOVO_PART" UUID="DA48026B480246AB" TYPE="ntfs" PARTUUID="23c3aa5d-04"
/dev/sdc1: LABEL="MYLINUXLIVE" UUID="C623-CC81" TYPE="vfat" PARTUUID="0172bea4-01"
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="611f0db2-831c-4446-8f48-d0d0273efa4a" SEC_TYPE="ext2" TYPE="ext3" PARTUUID="23c3aa59-01"

Windows not detected by os-prober on sdb2.
ls /sys/firmware/efi/vars : UserManagerVar-1ef17197-2cce-49d6-a6ce-4012f338a76e,UCR-14a22a97-8424-489e-9ead-dc09255658b5,TpmSaveState-5e724c0c-5c03-4543-bcb6-c1e23de24136,TpmAcpiData-6403753b-abde-4da2-aa11-6983ef2a7a69,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,TdtSetup-810b8b03-2e42-485c-bc93-c35c748e666c,System-e947fcf9-dd01-4965-b808-32a7b6815657,SmramCpuDataVar-429501d9-e447-40f4-867b-75c93a1db54e,SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSLEN-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534,SimpleBootFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,SFRM_NVRAM-c2873663-b2cb-4f7a-8548-a60411f5ec86,Setup-4dfbbaab-1392-4fde-abb8-c41cc5ad7d5d,SctHotkey-4650c401-93f1-4aeb-b87d-c8204c047dec,ScramblerSeedCmosLocation-8be7835f-ade6-4bed-9777-3ec4ce1f6044,SaProtocolSetupVar-34f73d4d-963e-4c65-b3b3-515e720175d6,SaPpiSetupVar-7da81437-866b-4143-8e08-a25c6ef0fa5b,SaPegData-c4975200-64f1-4fb6-9773-f6a9f89d985e,SaDataBase-889cb747-7223-43ea-b198-af2826e2aeb5,ProtectedBootOptions-8be4df61-93ca-11d2-aa0d-00e098032b8c,PreDefinedBootOptions-8be4df61-93ca-11d2-aa0d-00e098032b8c,PpmProtocolSetupVar-e2d1e5c4-68d0-4078-be7b-9035ea7f9be3,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchProtocolSetupVar-04bd8413-15f9-43f3-9675-4618e03240e3,PchPpiSetupVar-e274d08e-69b6-4497-a4eb-d39c4b2f9fcb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,PbaStatusVar-0ec1a7f5-4904-40a0-8eab-4bcc4666da45,PartNumber-e5bbf7be-2417-499b-97db-39f4896391bc,OpromDevicePath-8be4df61-93ca-11d2-aa0d-00e098032b8c,OilSetupDefaults-89f023ba-b516-4dd3-976b-6c145fb043db,OilSetup-88d1911c-ab4a-4335-9e9a-26be9081acc3,OilNvsVariable-b9be588a-0e70-4951-8216-2de2e396bcfd,OemVariable-4fee3d67-18f4-4217-ba7b-bc538148382a,new_var,MTC-eb704011-1402-11d3-8e77-00a0c969723b,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MeSetup-fb7b1de3-295b-433c-95a2-091fe3218bf9,MemRestoreVariable-608dc793-15de-4a7f-a0c5-6c29beaf5d23,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,LenovoSecurityStatus-6ffda036-d369-48d9-99a7-4bd7c3102d2c,LenovoRuntimePassword-0997fb62-c849-4d91-9266-05333bc55ce7,LenovoComputraceFpConfig-89efe6de-9cf2-4b7f-8f0b-aebba5a25b26,LastBootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,IffsHashData-b84a95d8-3592-4e3c-a02e-3b474a1f1dab,IffsFlag-5073de12-a4c1-457d-ba99-f16fb0e3ce97,iFfsData-f9f0b131-f346-4f16-80dd-f941072b3a7d,IffsConfig-180093b0-12a5-4a96-9eb7-2510afdf39a5,IccString-c1e2774b-9ed4-4103-aefa-33b8149eccf6,HDDPWD-8be4df61-93ca-11d2-aa0d-00e098032b8c,HDD_Password_Status-0dffc7df-49b6-4562-b9bf-e51c2b6e1b1c,FlashCommand-e5bbf7be-2417-499b-97db-39f4896391bc,FirmwarePerformanceDataTable-9dab39a4-3f8a-47ac-80c3-400729332c81,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,DtsProtocolSetupVar-10aeabdb-bdcc-441e-889b-a8df33a9c16a,DptfProtocolSetupVar-1054354b-b543-4dfe-558b-a7ad6351c9d8,DIAGSPLSHSCRN-8be4df61-93ca-11d2-aa0d-00e098032b8c,del_var,Module_Header-80e4ecbe-0672-4de0-9a12-205c7276a77e,Custom,CpuRatio-320c081f-b8ca-40ad-a6bf-30211e51ec0e,CpuProtocolSetupVar-7d4adce1-930d-40c7-9cd2-6d2148413dc7,CpuPpiSetupVar-d1b99f1a-084b-49c3-b88e-378abefa118b,CpuOnlyReset-0382f3df-35d3-4716-8219-3f6f8275848e,CpuCmpSmt-f31bce44-4db9-40fc-93ab-4de140657b91,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BuildTime-e5bbf7be-2417-499b-97db-39f4896391bc,BuildDate-e5bbf7be-2417-499b-97db-39f4896391bc,BootState-60b5e939-0fcf-4227-ba83-6bbed45bc0e3,BootOrderDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootMenu-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootAllPciLan-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot000A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0009-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0008-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BiosSetup-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup000B-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup000A-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0009-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0008-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,AoacWakeStatus-23771b23-e15a-4805-920a-4f1e84b54abc,AdvancedPage-d10c2ba8-855e-4166-bdc0-ca247a331868,AdvancedPage-be27c0e1-2046-41b7-8bc4-5db18aa779d1,AdvancedPage-aa17e444-82ad-4eee-9e38-71f965de4793,AdvancedPage-8b84baef-c467-4973-bbcc-0e790d2e0a76,AdvancedPage-81e29592-d505-416b-9113-8e95343c8194,AdvancedPage-7c2f01c2-1486-4347-bbc2-a8a8d7b1fcb8,AdvancedPage-5ed3915b-5575-4efd-ab8d-c455dd439a2e,AdvancedPage-5bb720c3-e550-42c2-9662-f440345a309e,AdvancedPage-3b3c2158-22b2-4cef-98f4-c79f8d7b266e,AdvancedPage-397faf4e-893e-468f-992d-9acf30c52142,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
Please report this message to boot.repair@gmail.com

=================== efibootmgr -v
BootCurrent: 0008
Timeout: 5 seconds
BootOrder: 0003,0004,0005,0006,0007,0008,0009,000A,000B
Boot0000  Setup	FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001  Boot Menu	FvFile(86488440-41bb-42c7-93ac-450fbf7766bf)
Boot0002  Diagnostic Splash	FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003* ATA HDD2:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot0004* ATA SSD1:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot0005* RAID DEVICE2: HITACHI HTS545050A7E380	ACPI(a0341d0,0)PCI(1f,2)SCSI(1,0).8...j.@./....]m
Boot0006* RAID DEVICE1: Intel FFS	ACPI(a0341d0,0)PCI(1f,2)SCSI(0,0).8...j.@./....]m
Boot0007* ATAPI CD:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0008* USB HDD: UDISK PDU09_8G AAI2.0	ACPI(a0341d0,0)PCI(1d,0)USB(0,0)USB(0,0)3.!..3.G..A.....
Boot0009* USB FDD:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot000A* USB CD:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot000B* PCI LAN: Realtek PXE B02 D00	BIOS(6,0,5265616c74656b20505845204230322044303000)........................&...................................................A.....................

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


=================== PARTITIONS & DISKS:
sdb1	: sdb,	not-sepboot,	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,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sdb1.
sdb2	: sdb,	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,	haswinload,	no-recov-nor-hid,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sdb2.
sdb3	: sdb,	not-sepboot,	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,	/media/ubuntu/LENOVO.
sdb4	: sdb,	not-sepboot,	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,	recovery-or-hidden,	bootmgr,	is-winboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sdb4.
sda1	: 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,	not-far,	/mnt/boot-sav/sda1.

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


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

Model: ATA SAMSUNG MZMPC032 (scsi)
Disk /dev/sda: 32.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
1      1049kB  32.0GB  32.0GB  primary  ext3


Model: ATA HITACHI HTS54505 (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size    Type     File system  Flags
1      1049kB  211MB  210MB   primary  ntfs         boot
2      211MB   452GB  452GB   primary  ntfs
3      452GB   479GB  27.3GB  primary  ntfs
4      479GB   492GB  13.2GB  primary  ntfs         diag


Model: UDISK PDU09_8G AAI2.0 (scsi)
Disk /dev/sdc: 8075MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
1      32.3kB  8069MB  8069MB  primary  fat32        boot

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

BYT;
/dev/sda:32.0GB:scsi:512:512:msdos:ATA SAMSUNG MZMPC032:;
1:1049kB:32.0GB:32.0GB:ext3::;

BYT;
/dev/sdb:500GB:scsi:512:4096:msdos:ATA HITACHI HTS54505:;
1:1049kB:211MB:210MB:ntfs::boot;
2:211MB:452GB:452GB:ntfs::;
3:452GB:479GB:27.3GB:ntfs::;
4:479GB:492GB:13.2GB:ntfs::diag;

BYT;
/dev/sdc:8075MB:scsi:512:512:msdos:UDISK PDU09_8G AAI2.0:;
1:32.3kB:8069MB:8069MB:fat32::boot;

=================== lsblk:
KNAME TYPE FSTYPE            SIZE LABEL       MODEL            UUID
sda   disk isw_raid_member  29.8G             SAMSUNG MZMPC032
sda1  part ext3             29.8G                              611f0db2-831c-4446-8f48-d0d0273efa4a
sdb   disk isw_raid_member 465.8G             HITACHI HTS54505
sdb1  part ntfs              200M SYSTEM_DRV                   FE5C5F1B5C5ECE51
sdb2  part ntfs            420.6G Windows7_OS                  E20A60FD0A60D059
sdb3  part ntfs             25.5G LENOVO                       12AE63B1AE638C53
sdb4  part ntfs             12.3G LENOVO_PART                  DA48026B480246AB
sdc   disk                   7.5G             PDU09_8G AAI2.0
sdc1  part vfat              7.5G MYLINUXLIVE                  C623-CC81
loop0 loop squashfs            1G

KNAME ROTA RO RM STATE   MOUNTPOINT
sda      0  0  0 running
sda1     0  0  0         /mnt/boot-sav/sda1
sdb      1  0  0 running
sdb1     1  0  0         /mnt/boot-sav/sdb1
sdb2     1  0  0         /mnt/boot-sav/sdb2
sdb3     1  0  0         /media/ubuntu/LENOVO
sdb4     1  0  0         /mnt/boot-sav/sdb4
sdc      1  0  1 running
sdc1     1  0  1         /cdrom
loop0    1  1  0         /rofs


=================== 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,relatime,size=1937684k,nr_inodes=484421,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=389988k,mode=755)
/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)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
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)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=21,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (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=389988k,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/sdb3 on /media/ubuntu/LENOVO type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
/dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb2 on /mnt/boot-sav/sdb2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb4 on /mnt/boot-sav/sdb4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sda1 on /mnt/boot-sav/sda1 type ext3 (rw,relatime,data=ordered)


=================== 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 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 sdb1 sdb2 sdb3 sdb4 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
/dev (filtered):  autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet hugepages i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sdb4 sdc sdc1 sg0 sg1 sg2 shm snapshot snd stderr stdin stdout uhid uinput urandom vfio vga_arbiter vhci vhost-net xconsole zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sdb1
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  ff 3f 06 00 00 00 00 00  |.........?......|
00000030  aa 42 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |.B..............|
00000040  f6 00 00 00 01 00 00 00  51 ce 5e 5c 1b 5f 5c fe  |........Q.^._.|
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 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 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 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sdb2
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 48 06 00  |........?....H..|
00000020  00 00 00 00 80 00 80 00  ff 0f 92 34 00 00 00 00  |...........4....|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  59 d0 60 0a fd 60 0a e2  |........Y.`..`..|
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 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 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 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sdb3
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 58 98 34  |........?....X.4|
00000020  00 00 00 00 80 00 80 00  ff ff 2e 03 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  53 8c 63 ae b1 63 ae 12  |........S.c..c..|
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 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 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 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

=================== hexdump -n512 -C /dev/sdb4
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 58 c7 37  |........?....X.7|
00000020  00 00 00 00 80 00 80 00  80 91 88 01 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  ab 46 02 48 6b 02 48 da  |.........F.Hk.H.|
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 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 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 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     381M   11M  371M   3% /run
/dev/sdc1      vfat      7.5G  5.3G  2.3G  70% /cdrom
/dev/loop0     squashfs  1.1G  1.1G     0 100% /rofs
/cow           overlay   1.9G  146M  1.8G   8% /
tmpfs          tmpfs     1.9G   80K  1.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
tmpfs          tmpfs     1.9G  1.3M  1.9G   1% /tmp
cgmfs          tmpfs     100K     0  100K   0% /run/cgmanager/fs
tmpfs          tmpfs     381M   88K  381M   1% /run/user/999
/dev/sdb3      fuseblk    26G  3.5G   23G  14% /media/ubuntu/LENOVO
/dev/sdb1      fuseblk   200M   32M  169M  16% /mnt/boot-sav/sdb1
/dev/sdb2      fuseblk   421G  111G  311G  27% /mnt/boot-sav/sdb2
/dev/sdb4      fuseblk    13G   12G  1.1G  92% /mnt/boot-sav/sdb4
/dev/sda1      ext3       30G   45M   28G   1% /mnt/boot-sav/sda1

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

Disk /dev/loop0: 1 GiB, 1101672448 bytes, 2151704 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: 29.8 GiB, 32017047552 bytes, 62533296 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: 0x23c3aa59

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1        2048 62531583 62529536 29.8G 83 Linux

Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 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: 0x23c3aa5d

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1  *         2048    411647    409600   200M  7 HPFS/NTFS/exFAT
/dev/sdb2          411648 882399231 881987584 420.6G  7 HPFS/NTFS/exFAT
/dev/sdb3       882399232 935811071  53411840  25.5G  7 HPFS/NTFS/exFAT
/dev/sdb4       935811072 961538444  25727373  12.3G 12 Compaq diagnostics

Disk /dev/sdc: 7.5 GiB, 8075120640 bytes, 15771720 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: 0x0172bea4

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdc1  *       63 15759764 15759702  7.5G  b W95 FAT32


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

=================== Recommended repair
The default repair of the Boot-Repair utility will not act on the MBR.
The boot flag will be placed on sda1.
Additional repair will be performed:  repair-filesystems


Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var

ntfsfix /dev/sdb1
Refusing to operate on read-write mounted device /dev/sdb1.

ntfsfix /dev/sdb2
Refusing to operate on read-write mounted device /dev/sdb2.

ntfsfix /dev/sdb3
Mounting volume... SET@_progressbar1.pulse()
OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb3 was processed successfully.

fsck -fyM /dev/sdb4
fsck from util-linux 2.25.2

fsck -fyM /dev/sda1
fsck from util-linux 2.25.2
parted /dev/sda set 1 boot on
Information: You may need to update /etc/fstab.


                                                                          
Boot successfully repaired.

You can now reboot your computer.

Ton Windows 7 étant installé en mode non-EFI (mode Bios classique), il faut que tu installes les autres OS dans le même mode que Windows (voir ce Tuto). Or on peut voir que le Boot-Info a été fait depuis une session live démarrée en mode EFI dans cet extrait :

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

Si tu tentes d'installer Ubuntu dans de telles conditions, l'installateur de Ubuntu va vouloir installer en mode EFI et ça ne convient pas du tout.
Tu dois forcer ton ordi à utiliser le mode non-EFI (mode "Bios"). Pour que je puisse t'y aider, je te prie de donner le nom COMPLET de ton modèle d'ordi et son fabricant.
EDIT : je viens de noter dans ton Boot-Info que tu as une partition désignée comme "Compaq diagnostics". J'en déduis que ton ordi est un Compaq. Tu trouveras dans ce post de Jpaul007 des indications pour passer le mode de démarrage en mode non-EFI, appelé par Compaq "Héritage" (ou "Legacy" en anglais) : http://forum.ubuntu-fr.org/viewtopic.ph … #p18192661
Mais avant cela, il faudra veiller à ce que le paramètre "Amorçage sécurisé" soit sur "Désactivé" (voir ce post du même fil)

Dernière modification par malbo (Le 30/09/2015, à 07:34)

Hors ligne

#4 Le 30/09/2015, à 13:22

jamesbad000

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Attention malbo, cette machine me semble comporter quelques pièges. (le disque windows en sdb, la partition de sda qui n'apparait pas dans l'installateur...)

et pour ce qui est de la marque, il est vrai qu'il y a un type de partition "Compaq diagnostics", mais les noms de volumes font penser à autre chose...

/dev/sdb3        12AE63B1AE638C53                       ntfs       LENOVO
/dev/sdb4        DA48026B480246AB                       ntfs       LENOVO_PART

L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#5 Le 01/10/2015, à 05:56

malbo

Re : [Résolu] Grub Error 15 et Absence de la table de partition

@jamesbad000 : merci pour ces remarques. Je viens de vérifier sur le forum et il existe bien des ordis LENOVO dans lesquels on trouve une partition "Compaq diagnostics" donc mes indications en fin du post #3 sont probablement inutiles pour mseyne. Quant à Windows sur le disque sdb, je ne sais pas si c'est un piège. On verra.

Hors ligne

#6 Le 01/10/2015, à 10:20

mseyne

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Merci pour toutes ces réponses, j'ai bien un ordinateur portable lenovo ideapad U310, je ne comprends pas trop ce qu'il est possible de faire du coup.

jamesbad000 a écrit :

Donc tenter de remettre un boot windows avec la commande suivante.

sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/disk/by-id/ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP bs=1 count=440

Ensuite il faut faire en sorte que le bios démarre sur ce disque

J ai ce resultat

ubuntu@ubuntu:~$ sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/disk/by-id/ata-HITACHI_HTS545050A7E380_TE95113QKS9RTP bs=1 count=440
dd: failed to open ‘/usr/lib/syslinux/mbr.bin’: No such file or directory

Edit :

Est-ce que ça aiderait ? J'ai trouvé ça ici :
https://help.ubuntu.com/community/Recov … s#Resizing Windows Vista / 7 Partitions

sudo apt-get install lilo
sudo lilo -M /dev/sda mbr

Dernière modification par mseyne (Le 01/10/2015, à 11:03)

Hors ligne

#7 Le 01/10/2015, à 10:41

mseyne

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Bonjour, j'ai trouvé ça :

qui ne me rassures pas beaucoup :
https://forums.lenovo.com/t5/Linux-Disc … d-p/805039
http://askubuntu.com/questions/164423/c … enovo-u310

Je ne comprends pas vraiment ce qu'il est possible de faire, mais apparemment le fait qu'il y ai deux disques durs (un normal et un ssd) amène des difficultés supplémentaires.

Si c'est impossible pour installer Ubuntu pour un débutant sur cet ordinateur, est-ce qu'il existe au moins un moyen de récupérer le boot windows 7 ?

Merci pour votre aide, je continus à chercher

Dernière modification par mseyne (Le 01/10/2015, à 10:47)

Hors ligne

#8 Le 02/10/2015, à 00:47

jamesbad000

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Pas de panique, le démarrage de windows doit être récupérable sans trop de problèmes.
Mais la je ne sais pas trop pourquoi il ne trouve pas le MBR syslinux sur le cd, et je n'ai pas le temps de creuser ce soir.

Mais boot repair doit savoir le faire. Il devrait y avoir dans les options avancées une option "restoring a generic MBR" ou "Restorer un MBR generique"
Il faut l'appliquer sur le disque sdb.

Ensuite pour le problème de partition qui n'est pas vu dans l'installateur, il semble que ça puisse être réglé en allant désactiver le raid dans le bios comme indiqué, par le lien que tu as mis dans le post ci-dessus. (Et si ensuite tu arrive à faire l'install, tu retrouvera l'accès à windows à partir du menu grub)

Dernière modification par jamesbad000 (Le 02/10/2015, à 14:03)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#9 Le 02/10/2015, à 01:05

MicP

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Pour information : Grub error N°15 (autre lien Gentoo)

NOTE : Généralement, le message d'erreur de Grub "Error 15" est suivit de ": File not found!" (Ce qui apporte une information supplémentaire intéressante sur le type d'erreur)

Dernière modification par MicP (Le 02/10/2015, à 01:05)

Hors ligne

#10 Le 02/10/2015, à 08:00

mseyne

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Merci beaucoup, ça me donne déjà beaucoup d'éléments pour chercher et tenter quelque chose.

Hors ligne

#11 Le 02/10/2015, à 10:26

mseyne

Re : [Résolu] Grub Error 15 et Absence de la table de partition

Encore merci beaucoup JamesBad pour les indications. smile

Boot Repair, ne détectait pas dans ses options avancée la possibilité de restaurer le MBR mais j'ai réussi avec lilo.

Voici les deux commandes très simple qui ma tout remis dans l'ordre à partir du live usb :

sudo apt-get install lilo
sudo lilo -M /dev/sdb mbr

Je vais maintenant me pencher sur l'installation ubuntu, je penses que ce sujet est résolu. Il y a une balise que je dois cocher quelque part ?

Hors ligne

#12 Le 02/10/2015, à 14:04

jamesbad000

Re : [Résolu] Grub Error 15 et Absence de la table de partition

mseyne a écrit :

je penses que ce sujet est résolu. Il y a une balise que je dois cocher quelque part ?

Il suffit de cliquer sur le bouton "modifier" du premier message de ce fil et ajouter [Résolu] dans le titre du message


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne