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 19/08/2013, à 23:59

edrin17

SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Bonjour,

Je possède un Asus ROG G53SW depuis une paire d'années (2 HDD de 500Go). J'ai décidé il y a un mois de lui monter 2 SSD Samsung 840 500Go en lieu et place des DD mécaniques d'origine.

Organisation des disques:
sda1 -> ntfs + Win7 64 + mbr
sda2 -> ntfs
sdb1 -> ext4 + ubuntu 13.04 + /boot

Avec mes disques mécaniques cette config à marché pendant 2 ans sans jamais aucun problème.

J'ai effectué un clone du disque sda avec l'utilitaire samsung, tout marche nickel.
Je décide alors de mettre le 2ème SSD, et de faire une install fraîche d'Ubuntu.
Install nickel.

Puis au reboot:, j'ai 2 cas qui viennent aléatoirement:
Soit, je tombe sur l'invite grub rescue>
soit, j'ai le menu GRUB qui apparaît (parfois plein d'artefacts).

Quand je choisi une option dans GRUB (Win7 ou Ubuntu) j'ai le message d'erreur suivant:
"Tentative de lecture ou d'écriture en dehors du disque hd1" (parfois en anglais + des fois suivi d'un stack overflow)
"Appuyer sur un touche pour continuer..."
J'appuie ou j'attends et puis l'OS (Windows ou Ubuntu) démarre.

J'ai essayé GRUB repair (réparateur de démarrage) et/ou GRUB customizer rien n'y fait.

J'ai même fait reprendre le disque par Samsung. J'ai reçu le neuf aujourd'hui même. Même résultat.

Si je remets mon disque mécanique GRUB marche parfaitement.

PS: Mes bios/firmwares/ drivers sont à jour, UEFI désactivé et AHCI activé dans le bios.

Une idée ???

Merci par avance.

Hors ligne

#2 Le 20/08/2013, à 00:01

edrin17

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Je joins le bootinfoscript que j'ai fait:

 Boot Info Script 0.61      [1 April 2012]


============================= 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 .
 => Grub2 (v1.99) is installed in the MBR of /dev/sdb 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 .

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: 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

sda2: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
1 têtes, 63 secteurs/piste, 15504336 cylindres, total 976773168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   314,959,871   314,957,824   7 NTFS / exFAT / HPFS
/dev/sda2         314,959,872   976,768,064   661,808,193   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 têtes, 63 secteurs/piste, 60801 cylindres, total 976773168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *          2,048   976,771,071   976,769,024  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        984E03CA4E03A05C                       ntfs       OS
/dev/sda2        C840F3D640F3C968                       ntfs       Data
/dev/sdb1        c6e08797-9bf7-4f72-b5bf-780b4438dbcb   ext4       

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

Device           Mount_Point              Type       Options

/dev/sdb1        /                        ext4       (rw,errors=remount-ro)


=========================== sdb1/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
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 ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  c6e08797-9bf7-4f72-b5bf-780b4438dbcb
else
  search --no-floppy --fs-uuid --set=root c6e08797-9bf7-4f72-b5bf-780b4438dbcb
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=10
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
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-c6e08797-9bf7-4f72-b5bf-780b4438dbcb' {
recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  c6e08797-9bf7-4f72-b5bf-780b4438dbcb
	else
	  search --no-floppy --fs-uuid --set=root c6e08797-9bf7-4f72-b5bf-780b4438dbcb
	fi
	linux	/boot/vmlinuz-3.8.0-27-generic root=UUID=c6e08797-9bf7-4f72-b5bf-780b4438dbcb ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.8.0-27-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-c6e08797-9bf7-4f72-b5bf-780b4438dbcb' {
	menuentry 'Ubuntu, with Linux 3.8.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-27-generic-advanced-c6e08797-9bf7-4f72-b5bf-780b4438dbcb' {
	recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  c6e08797-9bf7-4f72-b5bf-780b4438dbcb
		else
		  search --no-floppy --fs-uuid --set=root c6e08797-9bf7-4f72-b5bf-780b4438dbcb
		fi
		echo	'Loading Linux 3.8.0-27-generic ...'
		linux	/boot/vmlinuz-3.8.0-27-generic root=UUID=c6e08797-9bf7-4f72-b5bf-780b4438dbcb ro   quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-27-generic
	}
	menuentry 'Ubuntu, with Linux 3.8.0-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-27-generic-recovery-c6e08797-9bf7-4f72-b5bf-780b4438dbcb' {
	recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  c6e08797-9bf7-4f72-b5bf-780b4438dbcb
		else
		  search --no-floppy --fs-uuid --set=root c6e08797-9bf7-4f72-b5bf-780b4438dbcb
		fi
		echo	'Loading Linux 3.8.0-27-generic ...'
		linux	/boot/vmlinuz-3.8.0-27-generic root=UUID=c6e08797-9bf7-4f72-b5bf-780b4438dbcb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-27-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='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  c6e08797-9bf7-4f72-b5bf-780b4438dbcb
	else
	  search --no-floppy --fs-uuid --set=root c6e08797-9bf7-4f72-b5bf-780b4438dbcb
	fi
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  c6e08797-9bf7-4f72-b5bf-780b4438dbcb
	else
	  search --no-floppy --fs-uuid --set=root c6e08797-9bf7-4f72-b5bf-780b4438dbcb
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-984E03CA4E03A05C' {
	insmod part_msdos
	insmod ntfs
	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  984E03CA4E03A05C
	else
	  search --no-floppy --fs-uuid --set=root 984E03CA4E03A05C
	fi
	chainloader +1
}
### 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 ###
--------------------------------------------------------------------------------

=============================== sdb1/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>
# / was on /dev/sdb1 during installation
UUID=c6e08797-9bf7-4f72-b5bf-780b4438dbcb /               ext4    errors=remount-ro 0       1
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

  48.126655579 = 51.675602944   boot/grub/grub.cfg                             1
   2.209152222 = 2.372059136    boot/initrd.img-3.8.0-27-generic               1
   1.326282501 = 1.424084992    boot/vmlinuz-3.8.0-27-generic                  1
   2.209152222 = 2.372059136    initrd.img                                     1
   2.209152222 = 2.372059136    initrd.img.old                                 1
   1.326282501 = 1.424084992    vmlinuz                                        1
   1.326282501 = 1.424084992    vmlinuz.old                                    1

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

sdc 

Hors ligne

#3 Le 23/09/2013, à 08:24

chrysm

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Bonjour,
j'ai entre autre le même soucis avec le 840. Avez vous résolu ce problème ? Et si oui comment ?

Hors ligne

#4 Le 23/09/2013, à 18:17

edrin17

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

A vrai dire je n'ai pas vraiment résolu le problème.
J'ai monté une partition avec /boot dessus en ext2 et le reste en ext4. Ubuntu se lance, mais visiblement il y a des erreurs d'après le log de démarrage. Rien qui n'empêche le système de fonctionner correctement.
On verra dans la durée. (Ça fonctionne depuis mon 1er post)
Si le PC ne trouve pas le disque au démarrage, un rédémarrage ctrl + alt +suppr résout le problème, va savoir pourquoi...
Bon courage, si une solution existe je suis preneur...

Hors ligne

#5 Le 23/09/2013, à 20:37

chrysm

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

J'ai une piste sur le boot multi-système sur SSD il semblerait que l'EFI soit nécessaire.
Je vais tester....

Une autre piste (qui m'avait semblé bonne jusqu'à qu'un boot se plante) : Windows 7 installe une partition de 100 Mo pour son boot, et sur mon SSD elle s'appellait "Réservé au Système" et manifestement les accentuées ne plaisent pas du tout. J'ai donc renommé sans accent ni espace... mais efficacité limitée

Dernière modification par chrysm (Le 23/09/2013, à 20:38)

Hors ligne

#6 Le 23/09/2013, à 21:51

chrysm

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Finalement j'ai trouvé une solution à mon problème sur le bug du boot grub
ca venait de recordfail

j'ai fait 2 actions :
supprimé /boot/grub/grubenv
désactivé recordfail
edit /etc/grub.d/00_header
et dans la fonction recordfail commenté la ligne
# if [ -n "\

Et depuis plus de problèmes apparamment

Hors ligne

#7 Le 27/09/2013, à 22:11

chrysm

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

J'ai parlé trop vite, finalement au bout de quelques reboot , re belote

Hors ligne

#8 Le 04/11/2013, à 16:13

chrysm

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Finalement le problème est matériel soit du coté du PC soit du DD. Bref il faut désactiver le mode 3 SATA dans le  BIOS et cette fois plus aucun problème (mais DD plus lent !!)

Hors ligne

#9 Le 08/11/2013, à 11:32

edrin17

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Je n'ai pas cette possibilité dans le bios de mon Asus G53.
Toujours est-il qu'ayant trop de problèmes sous Ubuntu 13.10 (problème avec les logiciels utilisant Java et l'intégration des menus dans la barre du haut), je suis passé sous Mint où j'ai retrouvé la productivité des Ubuntu pré-Unity.
Mon problème n'est pas résolu à ce jour avec ce DD mais une chose est sûre c'est qu'avec le lanceur de Win7 ça marche nickel.
Donc non ! Le problème n'est pas matériel, il est comme toujours lié à la gestion logicielle du matos qui est LE SEUL vrai point qui pénalise les Os Linux.
Franchement après 5 ans d'utilisation quotidienne d'Ubuntu, je pense que je vais retourner sous Win7 ou pire sous Mac fatigué de bricoler des solutions à la con ou d'attendre 2 ans (oui 2 ans une mise à jour pour qu'Ubuntu one marche derrière un proxy).

Merci quand même pour tes efforts sur ce problème.

Hors ligne

#10 Le 08/11/2013, à 14:25

chrysm

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Je comprends ton mécontentement .

Cela dit :
- il y a confusion entre Ubuntu et Linux dans ton propos, ça n'est vraiment pas la même chose
- le problème du matériel qui n'est pas certifié Linux et qu'on veut passer sous Linux à tout prix... Essaye donc de passer un MacG3 sous Windows et on en reparlera. Effectivement beaucoup de constructeurs en France surtout, ne ciblent que du matériel estampillé Windows.
- si tu veux une machine qui fonctionne impeccable sous Linux tu vérifie que le hardware soit supporté avant l'achat, sinon tu t'exposes à ce type de déconvenues.
PS: je te souhaite bonne chance avec windows 8 (non ce n'est pas un troll)

Hors ligne

#11 Le 02/04/2014, à 15:50

manuyas

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Bonjour,

C'est trop tard, mais j'ai résolu le même problème en faisant un trim qui ne se faisait plus à cause un script crontab dans /etc/cron.daily qui ne passait pas à la bonne heure ...
J'ai tapé ce qui suit dans un terminal, après avoir lu l'article sur http://www.webupd8.org/2013/01/enable-t … rives.html :

sudo fstrim -v /

Je pense que le disque est resté trop longtemps sans trim car j'avais enlevé le discard du /etc/fstab et ça ne lui a pas plu.
Maintenant ubuntu reboot normalement. Il ne reste pas bloqué après l'écran de grub en disant "erreur de lecture ou écriture sur le disque hd0,0..."
Bonne chance à ceux qui auront le même problème.

Hors ligne

#12 Le 21/02/2016, à 16:42

BlueBurn

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Bonjour,

j'ai un pc portable hp sur lequel  j'ai installe UBUNTU 14.04 et un jour plus possible de demarrer;
au demarrage j'ai ce message: tentative d ecriture en dehors du disque hd0.
J'ai donc reboot avec boot repair il me dit que tout c effectue avec succes et que je peux redemarrer, mais pas de changement.

Quand je fais options avancees sur l ecran de demarrage j obtiens en derniere ligne:
[end kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (0,0)]

Est-ce que quelqu un pourrait m aider svp

Merci d'avance

Hors ligne

#13 Le 21/02/2016, à 16:48

BlueBurn

Re : SSD Samsung:Tentative de lecture ou d'écriture en dehors du disque hd1

Re,

je vous joins mon boot info:

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


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

 => Grub2 (v2.00) 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 
    for (,msdos1)/boot/grub.
 => 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.4 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>.......C..9...0...~.....~...f...M.f.f....f..0~....>E}.u......
    Boot sector info:  Syslinux looks at sector 1339056 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: 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   307,355,647   307,353,600  83 Linux
/dev/sda2         307,357,694   312,580,095     5,222,402   5 Extended
/dev/sda5         307,357,696   312,580,095     5,222,400  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 4023 MB, 4023386112 bytes
61 heads, 60 sectors/track, 2147 cylinders, total 7858176 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    *          8,192     7,858,175     7,849,984   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        a41223cb-92b4-4108-8577-4201e534f3f7   ext4       
/dev/sda5        7037d9ba-d50e-4647-b9e0-56f6780783f4   swap       
/dev/sdb1        3CE3-58EE                              vfat       HRVATSKA
/dev/zram0       e8cef651-a988-484a-9226-175b7a0ae7e2   swap       
/dev/zram1       e71660a6-8fa5-4325-8132-a8d5c6ac7324   swap       

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

total 0
lrwxrwxrwx 1 root root  9 Feb 21 14:05 ata-DW-224E-R -> ../../sr0
lrwxrwxrwx 1 root root  9 Feb 21 14:05 ata-WDC_WD1600BEVT-00A23T0_WD-WXC1A20W6545 -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 21 14:05 ata-WDC_WD1600BEVT-00A23T0_WD-WXC1A20W6545-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 21 14:05 ata-WDC_WD1600BEVT-00A23T0_WD-WXC1A20W6545-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 21 14:05 ata-WDC_WD1600BEVT-00A23T0_WD-WXC1A20W6545-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Feb 21 14:05 usb-Generic_STORAGE_DEVICE_000000000207-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 21 14:05 usb-Generic_STORAGE_DEVICE_000000000207-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Feb 21 14:05 wwn-0x50014ee2aed5be56 -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 21 14:05 wwn-0x50014ee2aed5be56-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 21 14:05 wwn-0x50014ee2aed5be56-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 21 14:05 wwn-0x50014ee2aed5be56-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

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


=========================== 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  a41223cb-92b4-4108-8577-4201e534f3f7
else
  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
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,0; 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-a41223cb-92b4-4108-8577-4201e534f3f7' {
	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  a41223cb-92b4-4108-8577-4201e534f3f7
	else
	  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
	fi
	linux	/boot/vmlinuz-3.19.0-49-generic root=UUID=a41223cb-92b4-4108-8577-4201e534f3f7 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.19.0-49-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-a41223cb-92b4-4108-8577-4201e534f3f7' {
	menuentry 'Ubuntu, with Linux 3.19.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-49-generic-advanced-a41223cb-92b4-4108-8577-4201e534f3f7' {
		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  a41223cb-92b4-4108-8577-4201e534f3f7
		else
		  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
		fi
		echo	'Loading Linux 3.19.0-49-generic ...'
		linux	/boot/vmlinuz-3.19.0-49-generic root=UUID=a41223cb-92b4-4108-8577-4201e534f3f7 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.19.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 3.19.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-49-generic-recovery-a41223cb-92b4-4108-8577-4201e534f3f7' {
		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  a41223cb-92b4-4108-8577-4201e534f3f7
		else
		  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
		fi
		echo	'Loading Linux 3.19.0-49-generic ...'
		linux	/boot/vmlinuz-3.19.0-49-generic root=UUID=a41223cb-92b4-4108-8577-4201e534f3f7 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.19.0-49-generic
	}
	menuentry 'Ubuntu, with Linux 3.19.0-47-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-47-generic-advanced-a41223cb-92b4-4108-8577-4201e534f3f7' {
		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  a41223cb-92b4-4108-8577-4201e534f3f7
		else
		  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
		fi
		echo	'Loading Linux 3.19.0-47-generic ...'
		linux	/boot/vmlinuz-3.19.0-47-generic root=UUID=a41223cb-92b4-4108-8577-4201e534f3f7 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.19.0-47-generic
	}
	menuentry 'Ubuntu, with Linux 3.19.0-47-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-47-generic-recovery-a41223cb-92b4-4108-8577-4201e534f3f7' {
		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  a41223cb-92b4-4108-8577-4201e534f3f7
		else
		  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
		fi
		echo	'Loading Linux 3.19.0-47-generic ...'
		linux	/boot/vmlinuz-3.19.0-47-generic root=UUID=a41223cb-92b4-4108-8577-4201e534f3f7 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.19.0-47-generic
	}
	menuentry 'Ubuntu, with Linux 3.19.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-advanced-a41223cb-92b4-4108-8577-4201e534f3f7' {
		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  a41223cb-92b4-4108-8577-4201e534f3f7
		else
		  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
		fi
		echo	'Loading Linux 3.19.0-25-generic ...'
		linux	/boot/vmlinuz-3.19.0-25-generic root=UUID=a41223cb-92b4-4108-8577-4201e534f3f7 ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.19.0-25-generic
	}
	menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-recovery-a41223cb-92b4-4108-8577-4201e534f3f7' {
		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  a41223cb-92b4-4108-8577-4201e534f3f7
		else
		  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
		fi
		echo	'Loading Linux 3.19.0-25-generic ...'
		linux	/boot/vmlinuz-3.19.0-25-generic root=UUID=a41223cb-92b4-4108-8577-4201e534f3f7 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.19.0-25-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  a41223cb-92b4-4108-8577-4201e534f3f7
	else
	  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
	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  a41223cb-92b4-4108-8577-4201e534f3f7
	else
	  search --no-floppy --fs-uuid --set=root a41223cb-92b4-4108-8577-4201e534f3f7
	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>
# / was on /dev/sda1 during installation
UUID=a41223cb-92b4-4108-8577-4201e534f3f7 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=7037d9ba-d50e-4647-b9e0-56f6780783f4 none            swap    sw              0       0
--------------------------------------------------------------------------------

=========================== 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 "Boot-Repair-Disk session" {
	set gfxpayload=keep
	linux	/casper/vmlinuz.efi  file=/cdrom/preseed/lubuntu.seed boot=casper 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/lubuntu.seed boot=casper quiet splash --

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

label ubnentry1
menu label ^64bit session
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper  quiet splash --

label ubnentry2
menu label ^64bit session (failsafe)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper  noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal --

label ubnentry3
menu label Boot-Repair-Disk session
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --

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

============== 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  30 51 b5 ab de a5 f3 09  4a 7a 52 04 db 30 b3 be  |0Q......JzR..0..|
00000010  84 0a b8 bf ca e0 14 72  29 a0 e9 49 e8 0e 41 c5  |.......r)..I..A.|
00000020  44 e4 71 f2 02 e4 57 00  1c 95 e2 73 f4 aa 61 0d  |D.q...W....s..a.|
00000030  08 e4 a1 b7 d4 5e c7 f9  fa 20 8d b8 a3 32 c0 f7  |.....^... ...2..|
00000040  db 83 71 93 5b 43 66 92  74 06 ee e1 9c 1b a8 10  |..q.[Cf.t.......|
00000050  20 b6 3d bf 9f 06 de ff  f8 26 b2 05 4f 24 bd a8  | .=......&..O$..|
00000060  87 e9 33 ba 79 b5 26 27  88 52 61 77 a7 1a 48 d4  |..3.y.&'.Raw..H.|
00000070  2b 26 3e e4 8e fd 88 e9  23 a7 50 70 34 b3 b6 83  |+&>.....#.Pp4...|
00000080  36 7c 75 2b 31 da d6 9a  6e 4c 12 d3 b1 5b 80 2f  |6|u+1...nL...[./|
00000090  7d 1a 30 e4 9f bc a0 84  36 db e1 91 d5 e4 15 d2  |}.0.....6.......|
000000a0  0d 70 47 57 a5 d4 eb 1e  87 9b ce 02 40 c0 13 33  |.pGW........@..3|
000000b0  1e c4 c2 1b f9 e2 1b 92  69 97 21 2b 57 a8 24 8e  |........i.!+W.$.|
000000c0  ab 30 ec 1b d9 93 64 7f  fa 25 dc 5d 89 81 3a ba  |.0....d..%.]..:.|
000000d0  c8 25 60 c3 79 09 ad 0f  05 3e 57 06 9f 9d 76 13  |.%`.y....>W...v.|
000000e0  f7 93 9f 8a 86 eb 1a c1  59 85 9e 5f 2c 7f f2 1a  |........Y.._,...|
000000f0  93 08 e2 39 24 82 31 83  bc 50 8e 0f f5 32 a1 76  |...9$.1..P...2.v|
00000100  32 c0 e5 21 64 d4 c4 8e  6b f9 42 33 2f 84 5d d6  |2..!d...k.B3/.].|
00000110  72 3f 43 28 92 1f d8 f1  67 7d 76 ce b3 5d eb e9  |r?C(....g}v..]..|
00000120  20 46 f1 b6 fc 4b 07 45  10 ca b2 36 fb c9 99 ce  | F...K.E...6....|
00000130  fb 88 51 dd b2 f5 50 32  05 fa d8 28 fd 3e f0 83  |..Q...P2...(.>..|
00000140  e8 f7 f2 33 a2 13 ac 1c  f2 06 b5 9f 09 ed 12 54  |...3...........T|
00000150  4d 5e af 9d 96 0d d7 20  6c ce 1f 40 2f c6 c9 25  |M^..... l..@/..%|
00000160  00 ef 47 0d 97 88 ea ca  88 02 85 53 d4 bb 9c 5f  |..G........S..._|
00000170  94 44 ad f9 bf c1 6d e3  3e f2 7c fa 6b 65 f7 91  |.D....m.>.|.ke..|
00000180  26 ea ae 23 05 46 95 c1  46 32 10 89 0a a3 2f 13  |&..#.F..F2..../.|
00000190  1d f5 b4 26 a5 f8 41 9d  8e 43 86 b8 0e 2f c3 1c  |...&..A..C.../..|
000001a0  9d 98 94 bb 2b 62 10 b3  fb bc 9a cf c0 fa 71 ed  |....+b........q.|
000001b0  73 96 c1 3c 63 54 e2 83  b1 c3 e0 d9 1a 3a 00 fe  |s..<cT.......:..|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 b0 4f 00 00 00  |............O...|
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 9 (/proc/2060/mounts) leaked on lvs invocation. Parent PID 8973: bash
File descriptor 63 (pipe:[27845]) leaked on lvs invocation. Parent PID 8973: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2016-02-21__14h05 ===================
boot-repair version : 4ppa14
boot-sav version : 4ppa14
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa14
File descriptor 9 (/proc/2060/mounts) leaked on lvs invocation. Parent PID 4559: /bin/sh
No volume groups found
boot-repair is executed in live-session (Boot-Repair-Disk 64bit 29nov2014, trusty, 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/lubuntu.seed boot=casper quiet splash -- BOOT_IMAGE=/casper/vmlinuz.efi

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

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="a41223cb-92b4-4108-8577-4201e534f3f7" TYPE="ext4"
/dev/sda5: UUID="7037d9ba-d50e-4647-b9e0-56f6780783f4" TYPE="swap"
/dev/sdb1: LABEL="HRVATSKA" UUID="3CE3-58EE" TYPE="vfat"
/dev/zram0: UUID="e8cef651-a988-484a-9226-175b7a0ae7e2" TYPE="swap"
/dev/zram1: UUID="e71660a6-8fa5-4325-8132-a8d5c6ac7324" TYPE="swap"


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.

=================== sda1/etc/grub.d/ :
drwxr-xr-x  2 root root        4096 Jan 28 20:40 grub.d
total 76
-rwxr-xr-x 1 root root  9791 Dec 17 15:00 00_header
-rwxr-xr-x 1 root root  6058 May 13  2015 05_debian_theme
-rwxr-xr-x 1 root root 11608 Jun 26  2015 10_linux
-rwxr-xr-x 1 root root 10412 Jun 26  2015 20_linux_xen
-rwxr-xr-x 1 root root  1992 Mar 12  2014 20_memtest86+
-rwxr-xr-x 1 root root 11692 Jun 26  2015 30_os-prober
-rwxr-xr-x 1 root root  1416 Jun 26  2015 30_uefi-firmware
-rwxr-xr-x 1 root root   214 Jun 26  2015 40_custom
-rwxr-xr-x 1 root root   216 Jun 26  2015 41_custom
-rw-r--r-- 1 root root   483 Jun 26  2015 README




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




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



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


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	grubenv-ng	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,	/mnt/boot-sav/sda1.

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


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

Model: ATA WDC WD1600BEVT-0 (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

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


Model: Generic STORAGE DEVICE (scsi)
Disk /dev/sdb: 4023MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      4194kB  4023MB  4019MB  primary  fat32        boot



                                                                          
Error: /dev/zram0: unrecognised disk label


                                                                          
Error: /dev/zram1: unrecognised disk label

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

BYT;
/dev/sda:160GB:scsi:512:512:msdos:ATA WDC WD1600BEVT-0;
1:1049kB:157GB:157GB:ext4::boot;
2:157GB:160GB:2674MB:::;
5:157GB:160GB:2674MB:linux-swap(v1)::;

BYT;
/dev/sdb:4023MB:scsi:512:512:msdos:Generic STORAGE DEVICE;
1:4194kB:4023MB:4019MB:fat32::boot;


                                                                          
Error: /dev/zram0: unrecognised disk label


                                                                          
Error: /dev/zram1: unrecognised disk label


=================== 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)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 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 autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse fw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null parport0 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 uhid uinput urandom vga_arbiter vhci vhost-net zero
ls /dev/mapper:  control

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  1.3G  6.2M  1.3G   1% /
udev           devtmpfs   1.3G   12K  1.3G   1% /dev
tmpfs          tmpfs      250M  1.2M  249M   1% /run
/dev/sdb1      vfat       3.8G  647M  3.2G  17% /cdrom
/dev/loop0     squashfs   549M  549M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      1.3G  8.0K  1.3G   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      1.3G     0  1.3G   0% /run/shm
none           tmpfs      100M   16K  100M   1% /run/user
/dev/sda1      ext4       145G   23G  115G  17% /mnt/boot-sav/sda1

=================== 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: 0x0009f13a

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   307355647   153676800   83  Linux
/dev/sda2       307357694   312580095     2611201    5  Extended
/dev/sda5       307357696   312580095     2611200   82  Linux swap / Solaris

Disk /dev/sdb: 4023 MB, 4023386112 bytes
61 heads, 60 sectors/track, 2147 cylinders, total 7858176 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

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        8192     7858175     3924992    b  W95 FAT32




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s


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

Merci encore


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

Dernière modification par cqfd93 (Le 21/02/2016, à 18:55)

Hors ligne