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 05/06/2015, à 19:28

laurentg1981

[Résolu] erreur de montage au démarrage

Bonsoir à tous,

Je me suis monté un petit média center sur base ubuntu et je compte m'en servir comme "serveur de téléchargement" par la même occasion.
Tout va bien jusqu'au moment ou je veux que qbittorent démarre seul les uploads. Qbittorent est dans l'impossibilité de résumer les uploads car le disque n'est pas monté, donc logiquement pas encore accessible.

J'ai deux disques :
1. un ssd de de 40go avec les partitions système,
2. un disque dur de 500go pour les vidéos

Le but du disque dur est de contenir les vidéos pour Kodi et pour qbittorent. Le problème que je rencontre est le fait que le disque dur ne se monte pas automatiquement au démarrage.
J'ai tenté d'appliquer la méthode de montage automatique (gnome disque utility au paragraphe 2.6) et lorsque je redémarre, ubuntu ne veut pas démarrer, je dois passer l'erreur de montage automatique.
Et lorsqu'Ubuntu est démarré, le disque n'est pas monté et il me donne une erreur si je le monte moi même.

Error mounting system-managed device /dev/sda1: Command-line `mount "/mnt/7e3fd1e4-98bd-4119-bae3-39a505282148"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sda1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Voici quelques infos glannées ici et là en lisant quelques postes :

                  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 112 for .
 => Grub2 (v1.97-1.98) 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 1 for /boot/burg.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sdb1: __________________________________________________________________________

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

sdb2: __________________________________________________________________________

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

sdb5: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 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/sda1                  63   976,773,167   976,773,105  83 Linux


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 40.0 GB, 40020664320 bytes
255 têtes, 63 secteurs/piste, 4865 cylindres, total 78165360 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    *             63    69,947,009    69,946,947  83 Linux
/dev/sdb2          69,947,010    78,156,224     8,209,215   5 Extended
/dev/sdb5          69,947,073    78,156,224     8,209,152  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        7e3fd1e4-98bd-4119-bae3-39a505282148   ext4       Fichiers
/dev/sdb1        eac97da4-5e00-4a79-b48a-f5d9abd5c490   ext4       
/dev/sdb5        28e1d340-9d51-4317-838a-02c299db02ab   swap       

================================ 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
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='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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
else
  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
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=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  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_proxy ###
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-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
	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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
	else
	  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
	fi
	linux	/boot/vmlinuz-3.13.0-54-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-54-generic
}
menuentry "Ubuntu, avec Linux 3.13.0-54-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-54-generic-advanced-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-54-generic…'
		linux	/boot/vmlinuz-3.13.0-54-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-54-generic
}
menuentry "Ubuntu, with Linux 3.13.0-54-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-54-generic-recovery-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-54-generic…'
		linux	/boot/vmlinuz-3.13.0-54-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-54-generic
}
### END /etc/grub.d/10_linux_proxy ###

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

### BEGIN /etc/grub.d/33_linux_proxy ###
submenu "Options avancées pour Ubuntu"{
menuentry "Ubuntu, avec Linux 3.13.0-45-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-advanced-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-45-generic…'
		linux	/boot/vmlinuz-3.13.0-45-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-45-generic
}
menuentry "Ubuntu, with Linux 3.13.0-45-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-recovery-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-45-generic…'
		linux	/boot/vmlinuz-3.13.0-45-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-45-generic
}
menuentry "Ubuntu, avec Linux 3.13.0-40-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-40-generic-advanced-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-40-generic…'
		linux	/boot/vmlinuz-3.13.0-40-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-40-generic
}
menuentry "Ubuntu, with Linux 3.13.0-40-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-40-generic-recovery-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-40-generic…'
		linux	/boot/vmlinuz-3.13.0-40-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-40-generic
}
menuentry "Ubuntu, avec Linux 3.13.0-38-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-38-generic-advanced-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-38-generic…'
		linux	/boot/vmlinuz-3.13.0-38-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-38-generic
}
menuentry "Ubuntu, with Linux 3.13.0-38-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-38-generic-recovery-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-38-generic…'
		linux	/boot/vmlinuz-3.13.0-38-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-38-generic
}
menuentry "Ubuntu, avec Linux 3.13.0-37-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-advanced-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-37-generic…'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-37-generic
}
menuentry "Ubuntu, with Linux 3.13.0-37-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-recovery-eac97da4-5e00-4a79-b48a-f5d9abd5c490' {
		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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
		else
		  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
		fi
		echo	'Chargement de Linux 3.13.0-37-generic…'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-37-generic
}
}
### END /etc/grub.d/33_linux_proxy ###

### BEGIN /etc/grub.d/34_linux_xen ###

### END /etc/grub.d/34_linux_xen ###

### BEGIN /etc/grub.d/35_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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
	else
	  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
	fi
	knetbsd	/boot/memtest86+.elf
}
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  eac97da4-5e00-4a79-b48a-f5d9abd5c490
	else
	  search --no-floppy --fs-uuid --set=root eac97da4-5e00-4a79-b48a-f5d9abd5c490
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/35_memtest86+ ###

### BEGIN /etc/grub.d/36_uefi-firmware ###
### END /etc/grub.d/36_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/boot/burg/burg.cfg: ===========================

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

### BEGIN /etc/burg.d/00_header ###
set theme_name=ubuntu
set gfxmode=640x480
if [ -s $prefix/burgenv ]; then
  load_env
fi
set default="0"
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 select_menu {
  if menu_popup -t template_popup theme_menu ; then
    free_config template_popup template_subitem menu class screen
    load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
    save_env theme_name
    menu_refresh
  fi
}
function toggle_fold {
  if test -z $theme_fold ; then
    set theme_fold=1
  else
    set theme_fold=
  fi
  save_env theme_fold
  menu_refresh
}
function select_resolution {
  if menu_popup -t template_popup resolution_menu ; then
    menu_reload_mode
    save_env gfxmode
  fi
}
if test -f ${prefix}/themes/${theme_name}/theme ; then
  insmod coreui
  menu_region.text
  load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}'
  load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}'
  load_string '+theme_menu { -burg { command="set theme_name=burg" }}'
  load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}'
  load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}'
  load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}'
  load_string '+theme_menu { -proto { command="set theme_name=proto" }}'
  load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}'
  load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}'
  load_string '+theme_menu { -refit { command="set theme_name=refit" }}'
  load_string '+theme_menu { -sora { command="set theme_name=sora" }}'
  load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}'
  load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}'
  load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}'
  load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}'
  load_string '+theme_menu { -winter { command="set theme_name=winter" }}'
  load_config ${prefix}/themes/conf.d/10_hotkey
  load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  insmod vbe
  insmod png
  insmod jpeg
  set gfxfont="Unifont Regular 16"
  menu_region.gfx
  vmenu resolution_menu
  controller.ext
fi
insmod ext2
set root='(/dev/sdb,1)'
search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
set locale_dir=($root)/boot/burg/locale
set lang=fr
insmod gettext
set timeout=5
### END /etc/burg.d/00_header ###

### BEGIN /etc/burg.d/10_linux ###
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-54-generic' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-54-generic ...'
	linux	/boot/vmlinuz-3.13.0-54-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-54-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-54-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-54-generic ...'
	linux	/boot/vmlinuz-3.13.0-54-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-54-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-45-generic ...'
	linux	/boot/vmlinuz-3.13.0-45-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-45-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-45-generic ...'
	linux	/boot/vmlinuz-3.13.0-45-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-45-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-40-generic ...'
	linux	/boot/vmlinuz-3.13.0-40-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-40-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-40-generic ...'
	linux	/boot/vmlinuz-3.13.0-40-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-40-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-38-generic ...'
	linux	/boot/vmlinuz-3.13.0-38-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-38-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-38-generic ...'
	linux	/boot/vmlinuz-3.13.0-38-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-38-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-37-generic ...'
	linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro  quiet splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-37-generic
}
menuentry 'Ubuntu GNU/Linux, with Linux 3.13.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
	insmod ext2
	set root='(/dev/sdb,1)'
	search --no-floppy --fs-uuid --set eac97da4-5e00-4a79-b48a-f5d9abd5c490
	echo	'Loading Linux 3.13.0-37-generic ...'
	linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.13.0-37-generic
}
### END /etc/burg.d/10_linux ###

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

### BEGIN /etc/burg.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/burg.d/40_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/sda1 during installation
UUID=eac97da4-5e00-4a79-b48a-f5d9abd5c490 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=28e1d340-9d51-4317-838a-02c299db02ab none            swap    sw              0       0
/dev/disk/by-uuid/7e3fd1e4-98bd-4119-bae3-39a505282148 /mnt/7e3fd1e4-98bd-4119-bae3-39a505282148 auto nosuid,nodev,nofail,x-gvfs-show 0 0
--------------------------------------------------------------------------------; 

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

           GiB - GB             File                                 Fragment(s)


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

sdc sdd sde sdf 

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

cat: /tmp/BootInfo-6S5zEhBy/Tmp_Log: Aucun fichier ou dossier de ce type
  No volume groups found

Le simple fait de cocher "Options de montage automatique" fait stopper le démarrage. Si je le décoche, tout se passe bien.

Est ce que quelqu'un aurait une idée pour résoudre mon problème ?
J'ai cela avec qbittorent, mais je suppose que si je modifie les options de Kodi, cela me fera le même, tant que le disque ne sera pas monté...

J'espère que j'ai été suffisamment clair et que certains prendront un peu de leur temps à m'aider !

Merci à l'avance !

Dernière modification par laurentg1981 (Le 06/06/2015, à 07:02)

Hors ligne

#2 Le 05/06/2015, à 19:39

michel_04

Re : [Résolu] erreur de montage au démarrage

Bonjour,

Renseigne /dev/sda1 (7e3fd1e4-98bd-4119-bae3-39a505282148) dans /etc/fstab.

A+

Hors ligne

#3 Le 05/06/2015, à 19:44

laurentg1981

Re : [Résolu] erreur de montage au démarrage

Merci d'avoir répondu rapidement mais ton "renseigne", euh... mad
Jai ceci dans fstab (comme tu l'as vu dans le rapport ci dessus d'ailleurs, je me trompe ?)

# /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=eac97da4-5e00-4a79-b48a-f5d9abd5c490 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=28e1d340-9d51-4317-838a-02c299db02ab none            swap    sw              0       0

Hors ligne

#4 Le 05/06/2015, à 19:48

laurentg1981

Re : [Résolu] erreur de montage au démarrage

Voila le fstab qd ca plante...

# /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=eac97da4-5e00-4a79-b48a-f5d9abd5c490 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=28e1d340-9d51-4317-838a-02c299db02ab none            swap    sw              0       0
/dev/disk/by-uuid/7e3fd1e4-98bd-4119-bae3-39a505282148 /mnt/7e3fd1e4-98bd-4119-bae3-39a505282148 auto nosuid,nodev,nofail,x-gvfs-show 0 0

Désolé

Hors ligne

#5 Le 05/06/2015, à 19:58

michel_04

Re : [Résolu] erreur de montage au démarrage

Re,

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        7e3fd1e4-98bd-4119-bae3-39a505282148   ext4       Fichiers
/dev/sdb1        eac97da4-5e00-4a79-b48a-f5d9abd5c490   ext4       
/dev/sdb5        28e1d340-9d51-4317-838a-02c299db02ab   swap

Créer le répertoire de montage :

sudo mkdir /mnt/Fichiers

Tu le nommes Fichiers ou autre...
Pour en être propriétaire :

sudo chown -R nom_utilisateur:nom_groupe /mnt/Fichiers

Dans ton fstab, tu ajoutes cette ligne à la place de la dernière :

UUID=7e3fd1e4-98bd-4119-bae3-39a505282148   /mnt/Fichiers   ext4    noatime,defaults   0   2
sudo reboot

Edit : ajouté le -R


A+

Dernière modification par michel_04 (Le 05/06/2015, à 20:11)

Hors ligne

#6 Le 05/06/2015, à 20:46

laurentg1981

Re : [Résolu] erreur de montage au démarrage

Merci Michel,

Cela a fonctionné.
Il fallait simplement créer un fichier pour acceuilir le montage et ensuite faire pointer le montage vers le dossier, en résumé ?

Merci encore

Hors ligne

#7 Le 05/06/2015, à 21:01

michel_04

Re : [Résolu] erreur de montage au démarrage

Re,

laurentg1981 a écrit :

Cela a fonctionné.

Tu peux ajouter [Résolu] au titre de ton post en cliquant sur "Modifier" au bas de ton premier message, merci.

A+

Hors ligne