1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. => Windows 7/8/2012 is installed in the MBR of /dev/sdb.
  11. sda1: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 14.04.2 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. /boot/grub/i386-pc/core.img
  18. sda2: __________________________________________________________________________
  19. File system: Extended Partition
  20. Boot sector type: -
  21. Boot sector info:
  22. sda5: __________________________________________________________________________
  23. File system: swap
  24. Boot sector type: -
  25. Boot sector info:
  26. sdb1: __________________________________________________________________________
  27. File system: ext3
  28. Boot sector type: -
  29. Boot sector info:
  30. Operating System:
  31. Boot files:
  32. ============================ Drive/Partition Info: =============================
  33. Drive: sda _____________________________________________________________________
  34. Disk /dev/sda: 120.0 GB, 120034123776 bytes
  35. 255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
  36. Units = sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 512 bytes
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 * 2,048 218,294,271 218,292,224 83 Linux
  40. /dev/sda2 218,296,318 234,440,703 16,144,386 5 Extended
  41. /dev/sda5 218,296,320 234,440,703 16,144,384 82 Linux swap / Solaris
  42. Drive: sdb _____________________________________________________________________
  43. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  44. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  45. Units = sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 4096 bytes
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sdb1 2,048 195,705,172 195,703,125 83 Linux
  49. "blkid" output: ________________________________________________________________
  50. Device UUID TYPE LABEL
  51. /dev/sda1 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605 ext4
  52. /dev/sda5 02a232ec-5570-475a-8717-930f5315911c swap
  53. /dev/sdb1 55c85296-e3c9-409a-a7f4-67e76a75b655 ext3
  54. ========================= "ls -l /dev/disk/by-id" output: ======================
  55. total 0
  56. lrwxrwxrwx 1 root root 9 Nov 1 15:03 ata-ST500LM021-1KJ152_W62CCH06 -> ../../sdb
  57. lrwxrwxrwx 1 root root 10 Nov 1 14:47 ata-ST500LM021-1KJ152_W62CCH06-part1 -> ../../sdb1
  58. lrwxrwxrwx 1 root root 9 Nov 1 15:03 ata-SanDisk_SDSSDA120G_162020403474 -> ../../sda
  59. lrwxrwxrwx 1 root root 10 Nov 1 14:47 ata-SanDisk_SDSSDA120G_162020403474-part1 -> ../../sda1
  60. lrwxrwxrwx 1 root root 10 Nov 1 14:47 ata-SanDisk_SDSSDA120G_162020403474-part2 -> ../../sda2
  61. lrwxrwxrwx 1 root root 10 Nov 1 14:47 ata-SanDisk_SDSSDA120G_162020403474-part5 -> ../../sda5
  62. lrwxrwxrwx 1 root root 9 Nov 1 15:03 wwn-0x5000c5009b80d0a2 -> ../../sdb
  63. lrwxrwxrwx 1 root root 10 Nov 1 14:47 wwn-0x5000c5009b80d0a2-part1 -> ../../sdb1
  64. lrwxrwxrwx 1 root root 9 Nov 1 15:03 wwn-0x5001b444a4e4da5c -> ../../sda
  65. lrwxrwxrwx 1 root root 10 Nov 1 14:47 wwn-0x5001b444a4e4da5c-part1 -> ../../sda1
  66. lrwxrwxrwx 1 root root 10 Nov 1 14:47 wwn-0x5001b444a4e4da5c-part2 -> ../../sda2
  67. lrwxrwxrwx 1 root root 10 Nov 1 14:47 wwn-0x5001b444a4e4da5c-part5 -> ../../sda5
  68. ================================ Mount points: =================================
  69. Device Mount_Point Type Options
  70. /dev/sda1 / ext4 (rw,errors=remount-ro)
  71. =========================== sda1/boot/grub/grub.cfg: ===========================
  72. --------------------------------------------------------------------------------
  73. #
  74. # DO NOT EDIT THIS FILE
  75. #
  76. # It is automatically generated by grub-mkconfig using templates
  77. # from /etc/grub.d and settings from /etc/default/grub
  78. #
  79. ### BEGIN /etc/grub.d/00_header ###
  80. if [ -s $prefix/grubenv ]; then
  81. set have_grubenv=true
  82. load_env
  83. fi
  84. if [ "${next_entry}" ] ; then
  85. set default="${next_entry}"
  86. set next_entry=
  87. save_env next_entry
  88. set boot_once=true
  89. else
  90. set default="0"
  91. fi
  92. if [ x"${feature_menuentry_id}" = xy ]; then
  93. menuentry_id_option="--id"
  94. else
  95. menuentry_id_option=""
  96. fi
  97. export menuentry_id_option
  98. if [ "${prev_saved_entry}" ]; then
  99. set saved_entry="${prev_saved_entry}"
  100. save_env saved_entry
  101. set prev_saved_entry=
  102. save_env prev_saved_entry
  103. set boot_once=true
  104. fi
  105. function savedefault {
  106. if [ -z "${boot_once}" ]; then
  107. saved_entry="${chosen}"
  108. save_env saved_entry
  109. fi
  110. }
  111. function recordfail {
  112. set recordfail=1
  113. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  114. }
  115. function load_video {
  116. if [ x$feature_all_video_module = xy ]; then
  117. insmod all_video
  118. else
  119. insmod efi_gop
  120. insmod efi_uga
  121. insmod ieee1275_fb
  122. insmod vbe
  123. insmod vga
  124. insmod video_bochs
  125. insmod video_cirrus
  126. fi
  127. }
  128. if [ x$feature_default_font_path = xy ] ; then
  129. font=unicode
  130. else
  131. insmod part_msdos
  132. insmod ext2
  133. set root='hd0,msdos1'
  134. if [ x$feature_platform_search_hint = xy ]; then
  135. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  136. else
  137. search --no-floppy --fs-uuid --set=root 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  138. fi
  139. font="/usr/share/grub/unicode.pf2"
  140. fi
  141. if loadfont $font ; then
  142. set gfxmode=auto
  143. load_video
  144. insmod gfxterm
  145. set locale_dir=$prefix/locale
  146. set lang=fr_FR
  147. insmod gettext
  148. fi
  149. terminal_output gfxterm
  150. if [ "${recordfail}" = 1 ] ; then
  151. set timeout=-1
  152. else
  153. if [ x$feature_timeout_style = xy ] ; then
  154. set timeout_style=hidden
  155. set timeout=0
  156. # Fallback hidden-timeout code in case the timeout_style feature is
  157. # unavailable.
  158. elif sleep --interruptible 0 ; then
  159. set timeout=0
  160. fi
  161. fi
  162. ### END /etc/grub.d/00_header ###
  163. ### BEGIN /etc/grub.d/05_debian_theme ###
  164. set menu_color_normal=white/black
  165. set menu_color_highlight=black/light-gray
  166. ### END /etc/grub.d/05_debian_theme ###
  167. ### BEGIN /etc/grub.d/06_mint_theme ###
  168. set menu_color_normal=white/black
  169. set menu_color_highlight=white/light-gray
  170. ### END /etc/grub.d/06_mint_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. if [ "${1}" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ "${recordfail}" != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. menuentry 'Linux Mint 17.2 Cinnamon 32-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2c5840d0-9b27-4b7e-87ec-0dd41f8e8605' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_msdos
  204. insmod ext2
  205. set root='hd0,msdos1'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  208. else
  209. search --no-floppy --fs-uuid --set=root 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  210. fi
  211. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=2c5840d0-9b27-4b7e-87ec-0dd41f8e8605 ro quiet splash $vt_handoff
  212. initrd /boot/initrd.img-3.16.0-38-generic
  213. }
  214. submenu 'Options avancées pour Linux Mint 17.2 Cinnamon 32-bit' $menuentry_id_option 'gnulinux-advanced-2c5840d0-9b27-4b7e-87ec-0dd41f8e8605' {
  215. menuentry 'Linux Mint 17.2 Cinnamon 32-bit, avec Linux 3.16.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-advanced-2c5840d0-9b27-4b7e-87ec-0dd41f8e8605' {
  216. recordfail
  217. load_video
  218. gfxmode $linux_gfx_mode
  219. insmod gzio
  220. insmod part_msdos
  221. insmod ext2
  222. set root='hd0,msdos1'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  225. else
  226. search --no-floppy --fs-uuid --set=root 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  227. fi
  228. echo 'Chargement de Linux 3.16.0-38-generic…'
  229. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=2c5840d0-9b27-4b7e-87ec-0dd41f8e8605 ro quiet splash $vt_handoff
  230. echo 'Chargement du disque mémoire initial…'
  231. initrd /boot/initrd.img-3.16.0-38-generic
  232. }
  233. menuentry 'Linux Mint 17.2 Cinnamon 32-bit, with Linux 3.16.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-recovery-2c5840d0-9b27-4b7e-87ec-0dd41f8e8605' {
  234. recordfail
  235. load_video
  236. insmod gzio
  237. insmod part_msdos
  238. insmod ext2
  239. set root='hd0,msdos1'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  242. else
  243. search --no-floppy --fs-uuid --set=root 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  244. fi
  245. echo 'Chargement de Linux 3.16.0-38-generic…'
  246. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=2c5840d0-9b27-4b7e-87ec-0dd41f8e8605 ro recovery nomodeset
  247. echo 'Chargement du disque mémoire initial…'
  248. initrd /boot/initrd.img-3.16.0-38-generic
  249. }
  250. }
  251. ### END /etc/grub.d/10_linux ###
  252. ### BEGIN /etc/grub.d/10_lupin ###
  253. ### END /etc/grub.d/10_lupin ###
  254. ### BEGIN /etc/grub.d/20_linux_xen ###
  255. ### END /etc/grub.d/20_linux_xen ###
  256. ### BEGIN /etc/grub.d/20_memtest86+ ###
  257. menuentry 'Memory test (memtest86+)' {
  258. insmod part_msdos
  259. insmod ext2
  260. set root='hd0,msdos1'
  261. if [ x$feature_platform_search_hint = xy ]; then
  262. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  263. else
  264. search --no-floppy --fs-uuid --set=root 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  265. fi
  266. knetbsd /boot/memtest86+.elf
  267. }
  268. menuentry 'Memory test (memtest86+, serial console 115200)' {
  269. insmod part_msdos
  270. insmod ext2
  271. set root='hd0,msdos1'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  274. else
  275. search --no-floppy --fs-uuid --set=root 2c5840d0-9b27-4b7e-87ec-0dd41f8e8605
  276. fi
  277. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  278. }
  279. ### END /etc/grub.d/20_memtest86+ ###
  280. ### BEGIN /etc/grub.d/30_os-prober ###
  281. ### END /etc/grub.d/30_os-prober ###
  282. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  283. ### END /etc/grub.d/30_uefi-firmware ###
  284. ### BEGIN /etc/grub.d/40_custom ###
  285. # This file provides an easy way to add custom menu entries. Simply type the
  286. # menu entries you want to add after this comment. Be careful not to change
  287. # the 'exec tail' line above.
  288. ### END /etc/grub.d/40_custom ###
  289. ### BEGIN /etc/grub.d/41_custom ###
  290. if [ -f ${config_directory}/custom.cfg ]; then
  291. source ${config_directory}/custom.cfg
  292. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  293. source $prefix/custom.cfg;
  294. fi
  295. ### END /etc/grub.d/41_custom ###
  296. --------------------------------------------------------------------------------
  297. =============================== sda1/etc/fstab: ================================
  298. --------------------------------------------------------------------------------
  299. # /etc/fstab: static file system information.
  300. #
  301. # Use 'blkid' to print the universally unique identifier for a
  302. # device; this may be used with UUID= as a more robust way to name devices
  303. # that works even if disks are added and removed. See fstab(5).
  304. #
  305. # <file system> <mount point> <type> <options> <dump> <pass>
  306. # / was on /dev/sda1 during installation
  307. UUID=2c5840d0-9b27-4b7e-87ec-0dd41f8e8605 / ext4 errors=remount-ro 0 1
  308. # swap was on /dev/sda5 during installation
  309. UUID=02a232ec-5570-475a-8717-930f5315911c none swap sw 0 0
  310. --------------------------------------------------------------------------------
  311. =================== sda1: Location of files loaded by Grub: ====================
  312. GiB - GB File Fragment(s)
  313. 20.130397797 = 21.614850048 boot/grub/grub.cfg 1
  314. 20.133224487 = 21.617885184 boot/grub/i386-pc/core.img 1
  315. 1.475322723 = 1.584115712 boot/vmlinuz-3.16.0-38-generic 1
  316. 1.475322723 = 1.584115712 vmlinuz 1
  317. 2.253890991 = 2.420097024 boot/initrd.img-3.16.0-38-generic 5
  318. 2.253890991 = 2.420097024 initrd.img 5
  319. =============================== StdErr Messages: ===============================
  320. File descriptor 9 (/proc/13503/mounts) leaked on lvs invocation. Parent PID 20826: bash
  321. File descriptor 63 (pipe:[32796]) leaked on lvs invocation. Parent PID 20826: bash
  322. No volume groups found
  323. ADDITIONAL INFORMATION :
  324. =================== log of boot-info 2016-11-01__15h03 ===================
  325. boot-info version : 4ppa38
  326. boot-sav version : 4ppa38
  327. glade2script version : 3.2.3~ppa1
  328. boot-sav-extra version :
  329. File descriptor 9 (/proc/13503/mounts) leaked on lvs invocation. Parent PID 15087: /bin/sh
  330. No volume groups found
  331. boot-info is executed in installed-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, i686)
  332. CPU op-mode(s): 32-bit, 64-bit
  333. BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=2c5840d0-9b27-4b7e-87ec-0dd41f8e8605 ro quiet splash vt.handoff=7
  334. =================== os-prober:
  335. /dev/sda1:L'OS actuellement utilisé - Linux Mint 17.2 Rafaela CurrentSession:linux
  336. =================== blkid:
  337. /dev/sda1: UUID="2c5840d0-9b27-4b7e-87ec-0dd41f8e8605" TYPE="ext4"
  338. /dev/sda5: UUID="02a232ec-5570-475a-8717-930f5315911c" TYPE="swap"
  339. /dev/sdb1: UUID="55c85296-e3c9-409a-a7f4-67e76a75b655" SEC_TYPE="ext2" TYPE="ext3"
  340. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  341. Avertissement : la partition étendue ne commence pas sur une frontière de
  342. cylindres. DOS et Linux interpréteront les contenus différemment.
  343. =================== /etc/grub.d/ :
  344. drwxr-xr-x 2 root root 4096 nov. 1 14:47 grub.d
  345. total 92
  346. -rwxr-xr-x 1 root root 9424 mai 13 2015 00_header
  347. -rwxr-xr-x 1 root root 6058 mai 13 2015 05_debian_theme
  348. -rwxr-xr-x 1 root root 1180 oct. 25 2014 06_mint_theme
  349. -rwxr-xr-x 1 root root 11620 nov. 1 14:47 10_linux
  350. -rwxr-xr-x 1 root root 10634 oct. 1 2012 10_lupin
  351. -rwxr-xr-x 1 root root 10412 mai 13 2015 20_linux_xen
  352. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  353. -rwxr-xr-x 1 root root 11692 mai 13 2015 30_os-prober
  354. -rwxr-xr-x 1 root root 1416 mai 13 2015 30_uefi-firmware
  355. -rwxr-xr-x 1 root root 214 mai 13 2015 40_custom
  356. -rwxr-xr-x 1 root root 216 mai 13 2015 41_custom
  357. -rw-r--r-- 1 root root 483 mai 13 2015 README
  358. =================== /etc/default/grub :
  359. # If you change this file, run 'update-grub' afterwards to update
  360. # /boot/grub/grub.cfg.
  361. # For full documentation of the options in this file, see:
  362. # info -f grub -n 'Simple configuration'
  363. GRUB_DEFAULT=0
  364. GRUB_HIDDEN_TIMEOUT=0
  365. GRUB_HIDDEN_TIMEOUT_QUIET=true
  366. GRUB_TIMEOUT=10
  367. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  368. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  369. GRUB_CMDLINE_LINUX=""
  370. # Uncomment to enable BadRAM filtering, modify to suit your needs
  371. # This works with Linux (no patch required) and with any kernel that obtains
  372. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  373. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  374. # Uncomment to disable graphical terminal (grub-pc only)
  375. #GRUB_TERMINAL=console
  376. # The resolution used on graphical terminal
  377. # note that you can use only modes which your graphic card supports via VBE
  378. # you can see them in real GRUB with the command `vbeinfo'
  379. #GRUB_GFXMODE=640x480
  380. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  381. #GRUB_DISABLE_LINUX_UUID=true
  382. # Uncomment to disable generation of recovery mode menu entries
  383. #GRUB_DISABLE_RECOVERY="true"
  384. # Uncomment to get a beep at grub start
  385. #GRUB_INIT_TUNE="480 440 1"
  386. =================== UEFI/Legacy mode:
  387. This installed-session is not EFI-compatible.
  388. EFI in dmesg.
  389. [ 0.000000] ACPI: UEFI 0x7F358260 000042 (v01 00000000 00000000)
  390. SecureBoot disabled.
  391. =================== PARTITIONS & DISKS:
  392. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, 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, .
  393. sdb1 : sdb, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sdb1.
  394. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  395. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  396. =================== parted -l:
  397. Model: ATA SanDisk SDSSDA12 (scsi)
  398. Disk /dev/sda: 120GB
  399. Sector size (logical/physical): 512B/512B
  400. Partition Table: msdos
  401. Number Start End Size Type File system Flags
  402. 1 1049kB 112GB 112GB primary ext4 boot
  403. 2 112GB 120GB 8266MB extended
  404. 5 112GB 120GB 8266MB logical linux-swap(v1)
  405. Model: ATA ST500LM021-1KJ15 (scsi)
  406. Disk /dev/sdb: 500GB
  407. Sector size (logical/physical): 512B/4096B
  408. Partition Table: msdos
  409. Number Start End Size Type File system Flags
  410. 1 1049kB 100GB 100GB primary ext3
  411. =================== parted -lm:
  412. BYT;
  413. /dev/sda:120GB:scsi:512:512:msdos:ATA SanDisk SDSSDA12;
  414. 1:1049kB:112GB:112GB:ext4::boot;
  415. 2:112GB:120GB:8266MB:::;
  416. 5:112GB:120GB:8266MB:linux-swap(v1)::;
  417. BYT;
  418. /dev/sdb:500GB:scsi:512:4096:msdos:ATA ST500LM021-1KJ15;
  419. 1:1049kB:100GB:100GB:ext3::;
  420. =================== lsblk:
  421. KNAME TYPE FSTYPE SIZE LABEL
  422. sda disk 111,8G
  423. sda1 part ext4 104,1G
  424. sda2 part 1K
  425. sda5 part swap 7,7G
  426. sdb disk 465,8G
  427. sdb1 part ext3 93,3G
  428. KNAME ROTA RO RM STATE MOUNTPOINT
  429. sda 0 0 0 running
  430. sda1 0 0 0 /
  431. sda2 0 0 0
  432. sda5 0 0 0 [SWAP]
  433. sdb 1 0 0 running
  434. sdb1 1 0 0 /mnt/boot-sav/sdb1
  435. =================== mount:
  436. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  437. proc on /proc type proc (rw,noexec,nosuid,nodev)
  438. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  439. none on /sys/fs/cgroup type tmpfs (rw)
  440. none on /sys/fs/fuse/connections type fusectl (rw)
  441. none on /sys/kernel/debug type debugfs (rw)
  442. none on /sys/kernel/security type securityfs (rw)
  443. udev on /dev type devtmpfs (rw,mode=0755)
  444. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  445. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  446. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  447. none on /run/shm type tmpfs (rw,nosuid,nodev)
  448. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  449. none on /sys/fs/pstore type pstore (rw)
  450. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  451. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  452. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=gerard)
  453. /dev/sdb1 on /mnt/boot-sav/sdb1 type ext3 (rw)
  454. =================== ls:
  455. /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
  456. /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
  457. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb vfio vga_arbiter vhci vhost-net zero
  458. ls /dev/mapper: control
  459. ls: impossible d'accéder à : Aucun fichier ou dossier de ce type
  460. =================== df -Th:
  461. Filesystem Type Size Used Avail Use% Mounted on
  462. /dev/sda1 ext4 103G 4.4G 93G 5% /
  463. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  464. udev devtmpfs 3.8G 12K 3.8G 1% /dev
  465. tmpfs tmpfs 781M 1.5M 780M 1% /run
  466. none tmpfs 5.0M 0 5.0M 0% /run/lock
  467. none tmpfs 3.9G 672K 3.9G 1% /run/shm
  468. none tmpfs 100M 16K 100M 1% /run/user
  469. /dev/sdb1 ext3 92G 60M 88G 1% /mnt/boot-sav/sdb1
  470. =================== fdisk -l:
  471. Disk /dev/sda: 120.0 GB, 120034123776 bytes
  472. 255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
  473. Units = sectors of 1 * 512 = 512 bytes
  474. Sector size (logical/physical): 512 bytes / 512 bytes
  475. I/O size (minimum/optimal): 512 bytes / 512 bytes
  476. Disk identifier: 0x000863fd
  477. Device Boot Start End Blocks Id System
  478. /dev/sda1 * 2048 218294271 109146112 83 Linux
  479. /dev/sda2 218296318 234440703 8072193 5 Extended
  480. /dev/sda5 218296320 234440703 8072192 82 Linux swap / Solaris
  481. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  482. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  483. Units = sectors of 1 * 512 = 512 bytes
  484. Sector size (logical/physical): 512 bytes / 4096 bytes
  485. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  486. Disk identifier: 0x85db8ba9
  487. Device Boot Start End Blocks Id System
  488. /dev/sdb1 2048 195705172 97851562+ 83 Linux
  489. =================== Suggested repair
  490. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBRs of all disks (except USB without OS).
  491. The boot flag would be placed on sdb1.
  492. Additional repair would be performed: unhide-bootmenu-10s
  493. =================== Final advice in case of suggested repair
  494. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (120GB) !
  495. Les fichiers de démarrage de [L'OS actuellement utilisé - Linux Mint 17.2 Rafaela] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  496. =================== User settings
  497. The settings chosen by the user will not act on the boot.