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/07/2013, à 07:57

atunoa

Probleme de demarrage

4 ans sur Ubuntu, Voyager 13.04 actuellement, et jamais eu ca ,,,, en plus je boot avec un clavier francais et tout est en anglais ,,,,

Au demarrage ;
scanning for Btrfs filesystems
mounts ; mounting /dev/mapper/ubuntu--vg-root on /root
failed ; invalid argument
et puis sur /dev et sur /sys j ai no such file or directory,,,,
puis target filesystem doesn't have request /sbin/init
No init found, Try passing init bootarg
(initramfs)

J'ai boote avec un disque portable, d'ou j'ecrit, J'ai pu faire un boot-repair et le rapport est

Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 31Jan2013]


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

=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 94 for .
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ext2
    Boot sector type:  -
    Boot sector info:
    Operating System: 
    Boot files:        /grub/grub.cfg /extlinux/extlinux.conf
                       /grub/i386-pc/core.img

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.05 20130218
    Boot sector info:  Syslinux looks at sector 1985568 of /dev/sdb1 for its
                       second stage. SYSLINUX is installed in the  directory.
                       According to the info in the boot sector, sdb1 starts
                       at sector 0. But according to the info from fdisk,
                       sdb1 starts at sector 63.
    Operating System: 
    Boot files:        /syslinux.cfg /ldlinux.sys

ubuntu-vg-root': _______________________________________________________________

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

ubuntu-vg-swap_1': _____________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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/sda1    *          2,048       499,711       497,664  83 Linux
/dev/sda2             501,758   312,580,095   312,078,338   5 Extended
/dev/sda5    *        501,760   312,580,095   312,078,336  8e Linux LVM


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders, total 78140160 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/sdb1    *             63    78,140,159    78,140,097  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/mapper/ubuntu--vg-swap_1 ae61b4a8-2aa4-4dfe-994c-9802b8e49299   swap       
/dev/sda1        40ec85d3-d98d-4786-9d2d-776d5dc1b7cc   ext2       
/dev/sda5        1cE1AQ-FQi4-QjGy-WBYH-f2Kb-S1QL-OhBFO0 LVM2_member
/dev/sdb1        EC59-FB1F                              vfat       k

========================= "ls -R /dev/mapper/" output: =========================

/dev/mapper:
control
ubuntu--vg-root
ubuntu--vg-swap_1

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda1        /media/ubuntu/40ec85d3-d98d-4786-9d2d-776d5dc1b7cc ext2       (rw,nosuid,nodev,uhelper=udisks2)
/dev/sdb1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


============================= sda1/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
set default="0"

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_msdos
insmod lvm
insmod ext2
set root='lvm/ubuntu--vg-root'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/ubuntu--vg-root'  aff42870-49b8-472e-8dd8-0433be2fb9e7
else
  search --no-floppy --fs-uuid --set=root aff42870-49b8-472e-8dd8-0433be2fb9e7
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_BE
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
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
### 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-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
recordfail
    load_video
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
    else
      search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
    fi
    linux    /vmlinuz-3.8.0-25-generic root=/dev/mapper/ubuntu--vg-root ro   quiet splash $vt_handoff
    initrd    /initrd.img-3.8.0-25-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    menuentry 'Ubuntu, avec Linux 3.8.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-25-generic-advanced-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-25-generic…'
        linux    /vmlinuz-3.8.0-25-generic root=/dev/mapper/ubuntu--vg-root ro   quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-25-generic
    }
    menuentry 'Ubuntu, avec Linux 3.8.0-25-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-25-generic-recovery-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-25-generic…'
        linux    /vmlinuz-3.8.0-25-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-25-generic
    }
    menuentry 'Ubuntu, avec Linux 3.8.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-23-generic-advanced-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-23-generic…'
        linux    /vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro   quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-23-generic
    }
    menuentry 'Ubuntu, avec Linux 3.8.0-23-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-23-generic-recovery-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-23-generic…'
        linux    /vmlinuz-3.8.0-23-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-23-generic
    }
    menuentry 'Ubuntu, avec Linux 3.8.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-22-generic-advanced-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-22-generic…'
        linux    /vmlinuz-3.8.0-22-generic root=/dev/mapper/ubuntu--vg-root ro   quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-22-generic
    }
    menuentry 'Ubuntu, avec Linux 3.8.0-22-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-22-generic-recovery-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-22-generic…'
        linux    /vmlinuz-3.8.0-22-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-22-generic
    }
    menuentry 'Ubuntu, avec Linux 3.8.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-21-generic-advanced-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-21-generic…'
        linux    /vmlinuz-3.8.0-21-generic root=/dev/mapper/ubuntu--vg-root ro   quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-21-generic
    }
    menuentry 'Ubuntu, avec Linux 3.8.0-21-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-21-generic-recovery-aff42870-49b8-472e-8dd8-0433be2fb9e7' {
    recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        else
          search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
        fi
        echo    'Chargement de Linux 3.8.0-21-generic…'
        linux    /vmlinuz-3.8.0-21-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
        echo    'Chargement du disque mémoire initial…'
        initrd    /initrd.img-3.8.0-21-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+ ###
menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
    else
      search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
    fi
    linux16    /memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
    else
      search --no-floppy --fs-uuid --set=root 40ec85d3-d98d-4786-9d2d-776d5dc1b7cc
    fi
    linux16    /memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### 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 ###
--------------------------------------------------------------------------------

========================= sda1/extlinux/extlinux.conf: =========================

--------------------------------------------------------------------------------
## /boot/extlinux/extlinux.conf
##
## IMPORTANT WARNING
##
## The configuration of this file is generated automatically.
## Do not edit this file manually, use: extlinux-update


default l0
prompt 1
timeout 50

include themes/debian/theme.cfg
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   0.163511276 = 0.175568896    grub/grub.cfg                                  1
   0.090470314 = 0.097141760    grub/i386-pc/core.img                          3
   0.047626495 = 0.051138560    vmlinuz-3.8.0-21-generic                      22
   0.056999207 = 0.061202432    vmlinuz-3.8.0-22-generic                      23
   0.063191414 = 0.067851264    vmlinuz-3.8.0-23-generic                      22
   0.077204704 = 0.082897920    vmlinuz-3.8.0-25-generic                      25
   0.120752335 = 0.129656832    initrd.img-3.8.0-21-generic                   146
   0.163485527 = 0.175541248    initrd.img-3.8.0-22-generic                   134
   0.201834679 = 0.216718336    initrd.img-3.8.0-23-generic                   133
   0.036725998 = 0.039434240    initrd.img-3.8.0-25-generic                   131

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

           GiB - GB             File                                 Fragment(s)

   0.036759377 = 0.039470080    extlinux/extlinux.conf                         1
   0.038107872 = 0.040918016    extlinux/chain.c32                             2

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

extlinux/chain.c32                 :  COM32R module (v4.xx)

============================== 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/xubuntu.seed boot=casper quiet splash --

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

label ubnentry1
menu label ^Live Voyager
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper  quiet splash --

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

label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz
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

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

================= 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 ubuntu-vg-root'


Unknown BootLoader on ubuntu-vg-swap_1'



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

File descriptor 8 (/proc/4278/mounts) leaked on lvscan invocation. Parent PID 10314: bash
File descriptor 8 (/proc/4278/mounts) leaked on lvdisplay invocation. Parent PID 10321: bash
  skip_dev_dir: Couldn't split up device name ubuntu-vg-root'
  Volume group name ubuntu-vg-root' has invalid characters
  Skipping volume group ubuntu-vg-root'
File descriptor 8 (/proc/4278/mounts) leaked on lvdisplay invocation. Parent PID 10324: bash
  skip_dev_dir: Couldn't split up device name ubuntu-vg-root'
  Volume group name ubuntu-vg-root' has invalid characters
  Skipping volume group ubuntu-vg-root'
File descriptor 8 (/proc/4278/mounts) leaked on lvchange invocation. Parent PID 9514: bash
  skip_dev_dir: Couldn't split up device name ubuntu-vg-root'
  Volume group name ubuntu-vg-root' has invalid characters
  Skipping volume group ubuntu-vg-root'
hexdump: /dev/mapper/ubuntu-vg-root': No such file or directory
hexdump: /dev/mapper/ubuntu-vg-root': No such file or directory
File descriptor 8 (/proc/4278/mounts) leaked on lvdisplay invocation. Parent PID 10356: bash
  skip_dev_dir: Couldn't split up device name ubuntu-vg-swap_1'
  Volume group name ubuntu-vg-swap_1' has invalid characters
  Skipping volume group ubuntu-vg-swap_1'
File descriptor 8 (/proc/4278/mounts) leaked on lvdisplay invocation. Parent PID 10359: bash
  skip_dev_dir: Couldn't split up device name ubuntu-vg-swap_1'
  Volume group name ubuntu-vg-swap_1' has invalid characters
  Skipping volume group ubuntu-vg-swap_1'
File descriptor 8 (/proc/4278/mounts) leaked on lvchange invocation. Parent PID 9514: bash
  skip_dev_dir: Couldn't split up device name ubuntu-vg-swap_1'
  Volume group name ubuntu-vg-swap_1' has invalid characters
  Skipping volume group ubuntu-vg-swap_1'
hexdump: /dev/mapper/ubuntu-vg-swap_1': No such file or directory
hexdump: /dev/mapper/ubuntu-vg-swap_1': No such file or directory

ADDITIONAL INFORMATION :
=================== log of boot-repair 2013-07-29__06h06 ===================
boot-repair version : 3.198~ppa13~raring
boot-sav version : 3.198~ppa13~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.198~ppa13~raring
BLKID BEFORE LVM ACTIVATION:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="40ec85d3-d98d-4786-9d2d-776d5dc1b7cc" TYPE="ext2"
/dev/sda5: UUID="1cE1AQ-FQi4-QjGy-WBYH-f2Kb-S1QL-OhBFO0" TYPE="LVM2_member"
/dev/mapper/ubuntu--vg-swap_1: UUID="ae61b4a8-2aa4-4dfe-994c-9802b8e49299" TYPE="swap"
/dev/sdb1: LABEL="k" UUID="EC59-FB1F" TYPE="vfat"
MODPROBE
VGSCAN
File descriptor 8 (/proc/4278/mounts) leaked on vgscan invocation. Parent PID 4285: /bin/bash
Reading all physical volumes.  This may take a while...
Found volume group "ubuntu-vg" using metadata type lvm2
VGCHANGE
File descriptor 8 (/proc/4278/mounts) leaked on vgchange invocation. Parent PID 4285: /bin/bash
2 logical volume(s) in volume group "ubuntu-vg" now active
File descriptor 8 (/proc/4278/mounts) leaked on lvscan invocation. Parent PID 4285: /bin/bash
LVSCAN:
ACTIVE            '/dev/ubuntu-vg/root' [146.82 GiB] inherit
ACTIVE            '/dev/ubuntu-vg/swap_1' [1.99 GiB] inherit
boot-repair is executed in live-session (ubuntu 13.04, raring, Ubuntu, i686)
CPU op-mode(s):        32-bit
initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table
Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table

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


=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="40ec85d3-d98d-4786-9d2d-776d5dc1b7cc" TYPE="ext2"
/dev/sda5: UUID="1cE1AQ-FQi4-QjGy-WBYH-f2Kb-S1QL-OhBFO0" TYPE="LVM2_member"
/dev/mapper/ubuntu--vg-swap_1: UUID="ae61b4a8-2aa4-4dfe-994c-9802b8e49299" TYPE="swap"
/dev/sdb1: LABEL="k" UUID="EC59-FB1F" TYPE="vfat"

Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.

=================== sda1recordfail=1/grub/grubenv :
recordfail=1



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


=================== PARTITIONS & DISKS:
sda1    : sda,    is-sepboot,    grubenv-ng    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,    /media/ubuntu/40ec85d3-d98d-4786-9d2d-776d5dc1b7cc.

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


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

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

Number  Start   End    Size   Type      File system  Flags
1      1049kB  256MB  255MB  primary   ext2         boot
2      257MB   160GB  160GB  extended
5      257MB   160GB  160GB  logical                boot, lvm


Model: ST940210 AS (scsi)
Disk /dev/sdb: 40.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      32.3kB  40.0GB  40.0GB  primary  fat32        boot



                                                                         
Error: /dev/mapper/ubuntu--vg-root: unrecognised disk label

Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-swap_1: 2139MB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End     Size    File system     Flags
1      0.00B  2139MB  2139MB  linux-swap(v1)

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

BYT;
/dev/sda:160GB:scsi:512:512:msdos:ATA SAMSUNG HM160JC;
1:1049kB:256MB:255MB:ext2::boot;
2:257MB:160GB:160GB:::;
5:257MB:160GB:160GB:::boot, lvm;

BYT;
/dev/sdb:40.0GB:scsi:512:512:msdos:ST940210 AS;
1:32.3kB:40.0GB:40.0GB:fat32::boot;


                                                                         
Error: /dev/mapper/ubuntu--vg-root: unrecognised disk label

BYT;
/dev/mapper/ubuntu--vg-swap_1:2139MB:dm:512:512:loop:Linux device-mapper (linear);
1:0.00B:2139MB:2139MB:linux-swap(v1)::;


=================== 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/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)
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)
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)
gvfsd-fuse on /run/user/ubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
/dev/sda1 on /media/ubuntu/40ec85d3-d98d-4786-9d2d-776d5dc1b7cc type ext2 (rw,nosuid,nodev,uhelper=udisks2)
gvfsd-fuse on /home/ubuntu/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev)


=================== ls:
/sys/block/dm-0 (filtered):  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/dm-1 (filtered):  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/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 sda5 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 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):  agpgart alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dm-0 dm-1 dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout tpm0 ubuntu-vg uinput urandom usb vga_arbiter vhost-net zero
ls /dev/mapper:  control ubuntu--vg-root ubuntu--vg-swap_1
Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table
Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs 1004M   49M  956M   5% /
udev           devtmpfs   993M   12K  993M   1% /dev
tmpfs          tmpfs      201M  912K  200M   1% /run
/dev/sdb1      vfat        38G  951M   37G   3% /cdrom
/dev/loop0     squashfs   889M  889M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs     1004M   16K 1004M   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs     1004M   80K 1004M   1% /run/shm
none           tmpfs      100M   28K  100M   1% /run/user
/dev/sda1      ext2       228M  163M   54M  76% /media/ubuntu/40ec85d3-d98d-4786-9d2d-776d5dc1b7cc

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

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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: 0x0005f634

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      499711      248832   83  Linux
/dev/sda2          501758   312580095   156039169    5  Extended
/dev/sda5   *      501760   312580095   156039168   8e  Linux LVM

Disk /dev/mapper/ubuntu--vg-root: 157.6 GB, 157642915840 bytes
255 heads, 63 sectors/track, 19165 cylinders, total 307896320 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: 0x00000000


Disk /dev/mapper/ubuntu--vg-swap_1: 2139 MB, 2139095040 bytes
255 heads, 63 sectors/track, 260 cylinders, total 4177920 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: 0x00000000


Disk /dev/sdb: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders, total 78140160 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: 0x00062826

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63    78140159    39070048+  83  Linux


No OS has been found on this computer.
/boot detected. Please check the options.
No OS has been found on this computer.

=================== Recommended repair
Recommended-Repair
This setting will not act on the MBR.



No change has been performed on your computer.

Download as text

Toute aide bienvenue<<<

merci

Hors ligne

#2 Le 29/07/2013, à 08:17

atunoa

Re : Probleme de demarrage

Voila le retour de ma commande fdisk -l
Je ne tourne qu'avec Ubuntu et j'ai un ddur portable pour booter sur le pc

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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: 0x0005f634

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      499711      248832   83  Linux
/dev/sda2          501758   312580095   156039169    5  Extended
/dev/sda5   *      501760   312580095   156039168   8e  Linux LVM

Disk /dev/mapper/ubuntu--vg-root: 157.6 GB, 157642915840 bytes
255 heads, 63 sectors/track, 19165 cylinders, total 307896320 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: 0x00000000

Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table

Disk /dev/mapper/ubuntu--vg-swap_1: 2139 MB, 2139095040 bytes
255 heads, 63 sectors/track, 260 cylinders, total 4177920 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: 0x00000000

Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table

Disk /dev/sdb: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders, total 78140160 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: 0x00062826

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63    78140159    39070048+  83  Linux

Hors ligne

#3 Le 29/07/2013, à 12:16

atunoa

Re : Probleme de demarrage

J'ai fait pas mal de manip avec le live ;
- Bootrepair
- Grub customiser
- Testdisk
- Gparted
Gparted voit mon ddur en sda mais ne trouve pas de demarrage
Testdisk a tout scanne mais rien

Il reste a tout reinstaller<

Je retient la necessite d une sauvegarde reguliere,,,,,

Hors ligne