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 20/08/2014, à 14:28

tomasmoore

RESOLU pb suite à mise à niveau (url boot-repair)

Bonjour à toutes et à tous,
suite au passage de 12.04 à 14.04 par une mise à niveau automatique (proposée un peu comme une mise à jour) qui s'est à priori bien déroulée, au redémarrage je reste bloqué à l'ouverture de session qui revient en boucle malgré un mot de passe correct.
J'ai essayé en mode récupération les différentes options mais rien n'y fait.
j'ai ensuite essayé un "rm .XAuthority" trouvé sur le forum: toujours rien.
je me suis fait à l'idée de réinstaller complètement mais comme j'ai commis l'impardonnable erreur de ne pas sauvegarder mon /home et que je voudrais récupérer certains fichiers, j'ai cherché d'autres solutuions:
- live usb: j’accède à mon ancien /home mais pour certains fichiers comme des photos par exemple, je n'ai pas les autorisations

Ma dernière tentative était donc boot-repair qui n'a rien donné non plus mais qui m'a tout de même fourni cet url:
http://paste.ubuntu.com/8096913/
en me conseillant de la transmettre à mon favorite support forum.

En espérant que quelqu'un pourra me venir en aide.
Merci d'avance.

Dernière modification par tomasmoore (Le 20/08/2014, à 19:27)

Hors ligne

#2 Le 20/08/2014, à 15:48

malbo

Re : RESOLU pb suite à mise à niveau (url boot-repair)

Ton Boot-Info est là :

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 12May2013]


============================= 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 112 for .
 => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 14.04.1 LTS 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
    Boot sector info:  Syslinux looks at sector 1663256 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: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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   480,012,287   480,010,240  83 Linux
/dev/sda2         480,014,334   488,396,799     8,382,466   5 Extended
/dev/sda5         480,014,336   488,396,799     8,382,464  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 7969 MB, 7969177600 bytes
255 heads, 63 sectors/track, 968 cylinders, total 15564800 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     3,903,794     3,903,732   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        f71b7a3e-1b81-4ca3-b786-d51107e29aa3   ext4       
/dev/sda5        ecdbc967-45ad-4c3d-8505-eda8de2c55a3   swap       
/dev/sdb1        D6BA-2D8E                              vfat       STORE N GO

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda1        /media/ubuntu/f71b7a3e-1b81-4ca3-b786-d51107e29aa3 ext4       (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/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
else
  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
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=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f71b7a3e-1b81-4ca3-b786-d51107e29aa3' {
	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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
	else
	  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
	fi
	linux	/boot/vmlinuz-3.13.0-34-generic root=UUID=f71b7a3e-1b81-4ca3-b786-d51107e29aa3 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-34-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-f71b7a3e-1b81-4ca3-b786-d51107e29aa3' {
	menuentry 'Ubuntu, with Linux 3.13.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-advanced-f71b7a3e-1b81-4ca3-b786-d51107e29aa3' {
		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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		else
		  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		fi
		echo	'Loading Linux 3.13.0-34-generic ...'
		linux	/boot/vmlinuz-3.13.0-34-generic root=UUID=f71b7a3e-1b81-4ca3-b786-d51107e29aa3 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-34-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-recovery-f71b7a3e-1b81-4ca3-b786-d51107e29aa3' {
		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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		else
		  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		fi
		echo	'Loading Linux 3.13.0-34-generic ...'
		linux	/boot/vmlinuz-3.13.0-34-generic root=UUID=f71b7a3e-1b81-4ca3-b786-d51107e29aa3 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-34-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-67-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-advanced-f71b7a3e-1b81-4ca3-b786-d51107e29aa3' {
		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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		else
		  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		fi
		echo	'Loading Linux 3.2.0-67-generic ...'
		linux	/boot/vmlinuz-3.2.0-67-generic root=UUID=f71b7a3e-1b81-4ca3-b786-d51107e29aa3 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-67-generic
	}
	menuentry 'Ubuntu, with Linux 3.2.0-67-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-recovery-f71b7a3e-1b81-4ca3-b786-d51107e29aa3' {
		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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		else
		  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
		fi
		echo	'Loading Linux 3.2.0-67-generic ...'
		linux	/boot/vmlinuz-3.2.0-67-generic root=UUID=f71b7a3e-1b81-4ca3-b786-d51107e29aa3 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.2.0-67-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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
	else
	  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
	fi
	knetbsd	/boot/memtest86+.elf
}
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  f71b7a3e-1b81-4ca3-b786-d51107e29aa3
	else
	  search --no-floppy --fs-uuid --set=root f71b7a3e-1b81-4ca3-b786-d51107e29aa3
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=f71b7a3e-1b81-4ca3-b786-d51107e29aa3 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=ecdbc967-45ad-4c3d-8505-eda8de2c55a3 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 216.126632690 = 232.064204800  boot/grub/grub.cfg                             1
 216.141746521 = 232.080433152  boot/grub/i386-pc/core.img                     1
 200.842315674 = 215.652794368  boot/vmlinuz-3.13.0-34-generic                 2
 137.298591614 = 147.423240192  boot/vmlinuz-3.2.0-67-generic                  1
 200.842315674 = 215.652794368  vmlinuz                                        2
 137.298591614 = 147.423240192  vmlinuz.old                                    1
 204.628196716 = 219.717853184  boot/initrd.img-3.13.0-34-generic              2
 197.506851196 = 212.071366656  boot/initrd.img-3.2.0-67-generic               2
 204.628196716 = 219.717853184  initrd.img                                     2

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

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

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

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

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

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

--------------------------------------------------------------------------------
default 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  a9 aa 69 f6 26 6d fb 5f  2f 96 60 09 fc 0d 72 96  |..i.&m._/.`...r.|
00000010  f6 51 c8 1a d8 a4 cc c2  52 01 27 ee 0e c4 7b 51  |.Q......R.'...{Q|
00000020  2b 36 ac 66 e3 a1 67 50  f0 c5 b2 00 15 5f 74 6c  |+6.f..gP....._tl|
00000030  37 b0 3f 7f d7 f1 a2 e2  c6 dd 27 b5 68 0e 62 32  |7.?.......'.h.b2|
00000040  1c 97 c6 7a 76 e2 a5 ca  cc 6a 36 45 4d 4b 48 8d  |...zv....j6EMKH.|
00000050  cb 8b 18 65 2c ad b9 c3  91 80 31 fa d5 db 0f 0c  |...e,.....1.....|
00000060  99 90 cb 98 83 98 b2 0a  20 1c e3 a1 e2 8e 77 b2  |........ .....w.|
00000070  ea 35 15 76 74 d6 30 c4  d0 2a 6d 57 c7 f0 b1 e4  |.5.vt.0..*mW....|
00000080  37 f4 a3 51 96 d9 d1 d5  dc 2b c4 30 17 1d 78 e9  |7..Q.....+.0..x.|
00000090  4e ec b3 9e d1 cd b4 31  13 e5 05 73 b9 b6 f4 07  |N......1...s....|
000000a0  8e 9f 5a b6 fa 9e d9 06  32 cc 54 36 0a ff 00 5a  |..Z.....2.T6...Z|
000000b0  3a 6a 67 ae c8 c1 b8 fb  4c 97 92 4c 89 18 2e 0f  |:jg.....L..L....|
000000c0  de c6 57 f3 fd 33 59 32  6a 31 49 6d e4 2a bb 63  |..W..3Y2j1Im.*.c|
000000d0  25 3e 51 eb fa 67 b5 73  c9 37 7b ec 4d 99 9d 6f  |%>Q..g.s.7{.M..o|
000000e0  a6 5e e6 6b a3 b0 a2 2a  95 27 f8 8f 1d bd 2b 61  |.^.k...*.'....+a|
000000f0  ec e7 9a 27 79 d4 b2 33  13 2a ab 60 be 7a 1c 7a  |...'y..3.*.`.z.z|
00000100  d4 c6 16 b5 89 e5 65 59  34 69 8c 63 0e 04 43 92  |......eY4i.c..C.|
00000110  3a ec c9 c7 23 d6 a5 86  36 cb c4 e5 36 aa e1 41  |:...#...6...6..A|
00000120  8f ae 7d 3d 3f 1a d9 45  a2 92 67 41 6b 60 f1 c1  |..}=?..E..gAk`..|
00000130  19 11 3e 30 4a 01 8c 7e  35 25 c7 dc 61 23 32 b7  |..>0J..~5%..a#2.|
00000140  0a e5 87 03 d8 11 54 a2  ec bd 0d 2d 62 ba 61 5d  |......T....-b.a]|
00000150  d8 c4 24 01 01 24 b7 4c  71 9c 54 d6 56 8e d7 12  |..$..$.Lq.T.V...|
00000160  3f 98 a1 63 76 55 52 bd  87 4e 7b f1 55 7f 22 92  |?..cvUR..N{.U.".|
00000170  2f cc 91 4c 44 2d 18 20  12 08 c6 09 c8 ae 76 e3  |/..LD-. ......v.|
00000180  47 f3 0b 88 54 ed 40 36  ab 76 f5 cd 35 6e a5 48  |G...T.@6.v..5n.H|
00000190  ac 19 8d a9 96 66 1b 8e  49 38 c1 3c f5 3e b5 19  |.....f..I8.<.>..|
000001a0  92 01 1e 04 b9 df 29 23  82 4b 7f 87 d6 9a dc 96  |......)#.K......|
000001b0  4f 05 b6 9b 3e a1 6f 6e  d1 94 10 0c 01 8c 00 fe  |O...>.on........|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 e8 7f 00 00 00  |................|
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: ===============================

cat: write error: Broken pipe
File descriptor 8 (/proc/4088/mounts) leaked on lvscan invocation. Parent PID 10041: bash
File descriptor 11 (/usr/share/icons/ubuntu-mono-dark/places/16/user-home.svg) leaked on lvscan invocation. Parent PID 10041: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-08-20__10h43 ===================
boot-repair version : 3.199~ppa2~raring
boot-sav version : 3.199~ppa2~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.199~ppa2~raring
boot-repair is executed in live-session (Linux-Secure-Remix-64bit 20may2013, raring, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
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

=================== os-prober:
/dev/sda1:Ubuntu 14.04.1 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="f71b7a3e-1b81-4ca3-b786-d51107e29aa3" TYPE="ext4"
/dev/sda5: UUID="ecdbc967-45ad-4c3d-8505-eda8de2c55a3" TYPE="swap"
/dev/sdb1: LABEL="STORE N GO" UUID="D6BA-2D8E" TYPE="vfat"


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

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


=================== /media/ubuntu/f71b7a3e-1b81-4ca3-b786-d51107e29aa3/etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"




=================== /media/ubuntu/f71b7a3e-1b81-4ca3-b786-d51107e29aa3/etc/grub.d/ :
drwxr-xr-x  2 root root      4096 Aug 14 20:43 grub.d
total 76
-rwxr-xr-x 1 root root  9424 May 15 19:02 00_header
-rwxr-xr-x 1 root root  6058 May  8 12:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 May 15 19:02 10_linux
-rwxr-xr-x 1 root root 10412 May 15 19:02 20_linux_xen
-rwxr-xr-x 1 root root  1992 Mar 12 12:31 20_memtest86+
-rwxr-xr-x 1 root root 11692 May 15 19:02 30_os-prober
-rwxr-xr-x 1 root root  1416 May 15 19:02 30_uefi-firmware
-rwxr-xr-x 1 root root   214 Apr 17  2012 40_custom
-rwxr-xr-x 1 root root   216 May 15 19:02 41_custom
-rw-r--r-- 1 root root   483 Apr 17  2012 README


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


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	/media/ubuntu/f71b7a3e-1b81-4ca3-b786-d51107e29aa3.

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


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

Model: ATA WDC WD2500BEVT-2 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size    Type      File system     Flags
1      1049kB  246GB  246GB   primary   ext4            boot
2      246GB   250GB  4292MB  extended
5      246GB   250GB  4292MB  logical   linux-swap(v1)


Model: Verbatim STORE N GO (scsi)
Disk /dev/sdb: 7969MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

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

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

BYT;
/dev/sda:250GB:scsi:512:512:msdos:ATA WDC WD2500BEVT-2;
1:1049kB:246GB:246GB:ext4::boot;
2:246GB:250GB:4292MB:::;
5:246GB:250GB:4292MB:linux-swap(v1)::;

BYT;
/dev/sdb:7969MB:scsi:512:512:msdos:Verbatim STORE N GO;
1:32.3kB:1999MB:1999MB:fat32::boot;


=================== 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/f71b7a3e-1b81-4ca3-b786-d51107e29aa3 type ext4 (rw,nosuid,nodev,uhelper=udisks2)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 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):  alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hpet input kmsg kvm 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 uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  2.0G   45M  1.9G   3% /
udev           devtmpfs   1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs      396M  876K  395M   1% /run
/dev/sdb1      vfat       1.9G  809M  1.1G  43% /cdrom
/dev/loop0     squashfs   738M  738M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      2.0G  940K  2.0G   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      2.0G   76K  2.0G   1% /run/shm
none           tmpfs      100M   44K  100M   1% /run/user
/dev/sda1      ext4       226G  177G   38G  83% /media/ubuntu/f71b7a3e-1b81-4ca3-b786-d51107e29aa3

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

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x00007bf0

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   480012287   240005120   83  Linux
/dev/sda2       480014334   488396799     4191233    5  Extended
/dev/sda5       480014336   488396799     4191232   82  Linux swap / Solaris

Disk /dev/sdb: 7969 MB, 7969177600 bytes
255 heads, 63 sectors/track, 968 cylinders, total 15564800 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: 0x0949c292

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63     3903794     1951866    b  W95 FAT32



=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda1 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s

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



No change has been performed on your computer.

Sauf erreur, le mal dont tu souffres ne se voit pas dans ce Boot-Info (qui est parfaitement normal selon moi). Et à ma connaissance, je n'ai jamais vu que Boot-Repair puisse réparer ce genre de problème. Je ne sais pas te conseiller pour réparer cela.

EDIT : par rapport à ton problème d'autorisation pour faire des sauvegardes depuis une session live, il suffit de lancer le gestionnaire de fichiers Nautilus avec pouvoir administrateur comme ceci :

sudo nautilus

Dans la fenêtre de Nautilus qui s'ouvrira, tu auras le pouvoir de faire tous les copier-coller que tu veux. Et toutes les conneries également donc va-s’y avec prudence.

Dernière modification par malbo (Le 20/08/2014, à 15:53)

Hors ligne

#3 Le 20/08/2014, à 17:02

tomasmoore

Re : RESOLU pb suite à mise à niveau (url boot-repair)

Malbo, merci de ta reponse (mes excuses pour l'orthographe, je suis en live usb donc qwerty donc pas a l'aise...)

Apres mon post je suis tombe sur http://forum.ubuntu-fr.org/viewtopic.php?id=1649091 et ta reponse a Gerald44

Je vois là que tu avais précédemment Ubuntu 12.04 dans ton ordi. Tu as vu que le gestionnaire de mises à jour venait de te proposer "la nouvelle version 14.04.1 LTS de Ubuntu est disponible" et tu n'as pas hésité deux secondes. Tu aurais dû...parce que maintenant il va falloir sortir les rames.
Je te prie de faire un Boot-Info en suivant cette procédure simplifiée : http://forum.ubuntu-fr.org/viewtopic.ph … #p16690381

J ai fait la meme erreur que Gerald... et donc sorti les rames !!!
Malgre tout, tu me confirmes que mon boot-info est correct ? et donc que meme les options avancees de boot-repair me sont inutiles ?

Concernant "sudo nautilus", il ne me donne acces (sauf erreur de ma part) qu'au /home du live usb (sur lequel je demarre).

Cordialement.
Thomas

Hors ligne

#4 Le 20/08/2014, à 17:57

malbo

Re : RESOLU pb suite à mise à niveau (url boot-repair)

tomasmoore a écrit :

Concernant "sudo nautilus", il ne me donne acces (sauf erreur de ma part) qu'au /home du live usb (sur lequel je demarre).

Effectivement, j'ai oublié de mentionner que tu peux d'abord monter ta partition sda1 (ta partition racine qui contient /home si j'ai bien compris ton install) à l'aide de l'utilitaire de disques et que tu peux repérer son point de montage (c'est indiqué par l'utilitaire de disque). Tu fais de même pour monter la partition de ton disque dur externe (ou de ta clé USB) dans lequel tu veux coller tes sauvegardes. Connaissant ces points de montage, tu peux ensuite lancer Naulilus avec pouvoir administrateur comme j'ai indiqué et tu peux naviguer en principe jusqu'à tous tes fichiers et en faire des copies et les coller où tu veux.

Hors ligne

#5 Le 20/08/2014, à 19:27

tomasmoore

Re : RESOLU pb suite à mise à niveau (url boot-repair)

j'ai finalement reussi a faire apparaitre mon ancien /home avec sudo nautilus (mais je ne sais pas comment).
ca m'a permis de visualiser des dossiers dont l'acces m'etait refuse jusqu'a maintenant.
toutefois un copier-coller ou un glisser-deposer de ces dossiers ou de leurs fichiers restait interdit.
c'est avec le "copy to..." du clic droit que ca a marche

je copie tout, je reinstalle et c'est bientot reparti jusqu'a la prochaine.... boulette:P

Un grand merci a Malbo et a tous ceux qui, en plus de leurs connaissances de linux, ont surtout la patience de les partager avec les autres.
Et a ceux qui comme moi n'y comprennent pas grand chose: COURAGE !!!

Hors ligne