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 (,msdos3)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ntfs
  12. Boot sector type: Windows 8/2012: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /bootmgr /Boot/BCD
  16. sda2: __________________________________________________________________________
  17. File system: ntfs
  18. Boot sector type: Windows 7/2008: NTFS
  19. Boot sector info: No errors found in the Boot Parameter Block.
  20. Operating System:
  21. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  22. sda3: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System: Ubuntu 16.04.2 LTS
  27. Boot files: /boot/grub/grub.cfg /etc/fstab
  28. /boot/grub/i386-pc/core.img
  29. sda4: __________________________________________________________________________
  30. File system: swap
  31. Boot sector type: -
  32. Boot sector info:
  33. ============================ Drive/Partition Info: =============================
  34. Drive: sda _____________________________________________________________________
  35. Disk /dev/sda: 1.4 TiB, 1500301910016 bytes, 2930277168 sectors
  36. Units: sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 4096 bytes
  38. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  39. Disklabel type: dos
  40. Partition Boot Start Sector End Sector # of Sectors Id System
  41. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  42. /dev/sda2 206,848 204,802,047 204,595,200 7 NTFS / exFAT / HPFS
  43. /dev/sda3 204,802,048 307,202,047 102,400,000 83 Linux
  44. /dev/sda4 307,202,048 311,107,583 3,905,536 82 Linux swap / Solaris
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/sda1 4404EF8904EF7C74 ntfs Réservé au système
  48. /dev/sda2 748CFFC98CFF8440 ntfs
  49. /dev/sda3 be391d43-ce8d-423b-aaa4-1d42334ca2fb ext4
  50. /dev/sda4 6758b8f1-0240-461f-8ca5-ec04097954f1 swap
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Mar 21 16:33 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342 -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Mar 21 16:34 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Mar 21 16:34 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Mar 21 16:33 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part3 -> ../../sda3
  57. lrwxrwxrwx 1 root root 10 Mar 21 16:33 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part4 -> ../../sda4
  58. lrwxrwxrwx 1 root root 9 Mar 21 16:31 ata-hp_CDDVDW_TS-H653T_R7106GRB526028 -> ../../sr0
  59. lrwxrwxrwx 1 root root 9 Mar 21 16:31 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  60. lrwxrwxrwx 1 root root 9 Mar 21 16:33 wwn-0x50014ee205f2397e -> ../../sda
  61. lrwxrwxrwx 1 root root 10 Mar 21 16:34 wwn-0x50014ee205f2397e-part1 -> ../../sda1
  62. lrwxrwxrwx 1 root root 10 Mar 21 16:34 wwn-0x50014ee205f2397e-part2 -> ../../sda2
  63. lrwxrwxrwx 1 root root 10 Mar 21 16:33 wwn-0x50014ee205f2397e-part3 -> ../../sda3
  64. lrwxrwxrwx 1 root root 10 Mar 21 16:33 wwn-0x50014ee205f2397e-part4 -> ../../sda4
  65. ================================ Mount points: =================================
  66. Device Mount_Point Type Options
  67. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  68. =========================== sda3/boot/grub/grub.cfg: ===========================
  69. --------------------------------------------------------------------------------
  70. #
  71. # DO NOT EDIT THIS FILE
  72. #
  73. # It is automatically generated by grub-mkconfig using templates
  74. # from /etc/grub.d and settings from /etc/default/grub
  75. #
  76. ### BEGIN /etc/grub.d/00_header ###
  77. if [ -s $prefix/grubenv ]; then
  78. set have_grubenv=true
  79. load_env
  80. fi
  81. if [ "${next_entry}" ] ; then
  82. set default="${next_entry}"
  83. set next_entry=
  84. save_env next_entry
  85. set boot_once=true
  86. else
  87. set default="0"
  88. fi
  89. if [ x"${feature_menuentry_id}" = xy ]; then
  90. menuentry_id_option="--id"
  91. else
  92. menuentry_id_option=""
  93. fi
  94. export menuentry_id_option
  95. if [ "${prev_saved_entry}" ]; then
  96. set saved_entry="${prev_saved_entry}"
  97. save_env saved_entry
  98. set prev_saved_entry=
  99. save_env prev_saved_entry
  100. set boot_once=true
  101. fi
  102. function savedefault {
  103. if [ -z "${boot_once}" ]; then
  104. saved_entry="${chosen}"
  105. save_env saved_entry
  106. fi
  107. }
  108. function recordfail {
  109. set recordfail=1
  110. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  111. }
  112. function load_video {
  113. if [ x$feature_all_video_module = xy ]; then
  114. insmod all_video
  115. else
  116. insmod efi_gop
  117. insmod efi_uga
  118. insmod ieee1275_fb
  119. insmod vbe
  120. insmod vga
  121. insmod video_bochs
  122. insmod video_cirrus
  123. fi
  124. }
  125. if [ x$feature_default_font_path = xy ] ; then
  126. font=unicode
  127. else
  128. insmod part_msdos
  129. insmod ext2
  130. set root='hd0,msdos3'
  131. if [ x$feature_platform_search_hint = xy ]; then
  132. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  133. else
  134. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  135. fi
  136. font="/usr/share/grub/unicode.pf2"
  137. fi
  138. if loadfont $font ; then
  139. set gfxmode=auto
  140. load_video
  141. insmod gfxterm
  142. set locale_dir=$prefix/locale
  143. set lang=C
  144. insmod gettext
  145. fi
  146. terminal_output gfxterm
  147. if [ "${recordfail}" = 1 ] ; then
  148. set timeout=30
  149. else
  150. if [ x$feature_timeout_style = xy ] ; then
  151. set timeout_style=menu
  152. set timeout=10
  153. # Fallback normal timeout code in case the timeout_style feature is
  154. # unavailable.
  155. else
  156. set timeout=10
  157. fi
  158. fi
  159. ### END /etc/grub.d/00_header ###
  160. ### BEGIN /etc/grub.d/05_debian_theme ###
  161. set menu_color_normal=white/black
  162. set menu_color_highlight=black/light-gray
  163. if background_color 44,0,30,0; then
  164. clear
  165. fi
  166. ### END /etc/grub.d/05_debian_theme ###
  167. ### BEGIN /etc/grub.d/10_linux ###
  168. function gfxmode {
  169. set gfxpayload="${1}"
  170. if [ "${1}" = "keep" ]; then
  171. set vt_handoff=vt.handoff=7
  172. else
  173. set vt_handoff=
  174. fi
  175. }
  176. if [ "${recordfail}" != 1 ]; then
  177. if [ -e ${prefix}/gfxblacklist.txt ]; then
  178. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  179. if [ ${match} = 0 ]; then
  180. set linux_gfx_mode=keep
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. else
  185. set linux_gfx_mode=text
  186. fi
  187. else
  188. set linux_gfx_mode=keep
  189. fi
  190. else
  191. set linux_gfx_mode=text
  192. fi
  193. export linux_gfx_mode
  194. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  195. recordfail
  196. load_video
  197. gfxmode $linux_gfx_mode
  198. insmod gzio
  199. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  200. insmod part_msdos
  201. insmod ext2
  202. set root='hd0,msdos3'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  205. else
  206. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  207. fi
  208. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff
  209. initrd /boot/initrd.img-4.8.0-36-generic
  210. }
  211. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  212. menuentry 'Ubuntu, with Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  213. recordfail
  214. load_video
  215. gfxmode $linux_gfx_mode
  216. insmod gzio
  217. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  218. insmod part_msdos
  219. insmod ext2
  220. set root='hd0,msdos3'
  221. if [ x$feature_platform_search_hint = xy ]; then
  222. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  223. else
  224. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  225. fi
  226. echo 'Loading Linux 4.8.0-36-generic ...'
  227. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff
  228. echo 'Loading initial ramdisk ...'
  229. initrd /boot/initrd.img-4.8.0-36-generic
  230. }
  231. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  232. recordfail
  233. load_video
  234. gfxmode $linux_gfx_mode
  235. insmod gzio
  236. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  237. insmod part_msdos
  238. insmod ext2
  239. set root='hd0,msdos3'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  242. else
  243. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  244. fi
  245. echo 'Loading Linux 4.8.0-36-generic ...'
  246. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff init=/sbin/upstart
  247. echo 'Loading initial ramdisk ...'
  248. initrd /boot/initrd.img-4.8.0-36-generic
  249. }
  250. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  251. recordfail
  252. load_video
  253. insmod gzio
  254. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  255. insmod part_msdos
  256. insmod ext2
  257. set root='hd0,msdos3'
  258. if [ x$feature_platform_search_hint = xy ]; then
  259. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  260. else
  261. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  262. fi
  263. echo 'Loading Linux 4.8.0-36-generic ...'
  264. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro recovery nomodeset
  265. echo 'Loading initial ramdisk ...'
  266. initrd /boot/initrd.img-4.8.0-36-generic
  267. }
  268. menuentry 'Ubuntu, with Linux 4.4.0-66-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-advanced-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  269. recordfail
  270. load_video
  271. gfxmode $linux_gfx_mode
  272. insmod gzio
  273. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  274. insmod part_msdos
  275. insmod ext2
  276. set root='hd0,msdos3'
  277. if [ x$feature_platform_search_hint = xy ]; then
  278. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  279. else
  280. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  281. fi
  282. echo 'Loading Linux 4.4.0-66-generic ...'
  283. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff
  284. echo 'Loading initial ramdisk ...'
  285. initrd /boot/initrd.img-4.4.0-66-generic
  286. }
  287. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-init-upstart-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  288. recordfail
  289. load_video
  290. gfxmode $linux_gfx_mode
  291. insmod gzio
  292. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  293. insmod part_msdos
  294. insmod ext2
  295. set root='hd0,msdos3'
  296. if [ x$feature_platform_search_hint = xy ]; then
  297. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  298. else
  299. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  300. fi
  301. echo 'Loading Linux 4.4.0-66-generic ...'
  302. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff init=/sbin/upstart
  303. echo 'Loading initial ramdisk ...'
  304. initrd /boot/initrd.img-4.4.0-66-generic
  305. }
  306. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-recovery-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  307. recordfail
  308. load_video
  309. insmod gzio
  310. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  311. insmod part_msdos
  312. insmod ext2
  313. set root='hd0,msdos3'
  314. if [ x$feature_platform_search_hint = xy ]; then
  315. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  316. else
  317. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  318. fi
  319. echo 'Loading Linux 4.4.0-66-generic ...'
  320. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro recovery nomodeset
  321. echo 'Loading initial ramdisk ...'
  322. initrd /boot/initrd.img-4.4.0-66-generic
  323. }
  324. }
  325. ### END /etc/grub.d/10_linux ###
  326. ### BEGIN /etc/grub.d/20_linux_xen ###
  327. ### END /etc/grub.d/20_linux_xen ###
  328. ### BEGIN /etc/grub.d/30_os-prober ###
  329. menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-4404EF8904EF7C74' {
  330. insmod part_msdos
  331. insmod ntfs
  332. set root='hd0,msdos1'
  333. if [ x$feature_platform_search_hint = xy ]; then
  334. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4404EF8904EF7C74
  335. else
  336. search --no-floppy --fs-uuid --set=root 4404EF8904EF7C74
  337. fi
  338. parttool ${root} hidden-
  339. drivemap -s (hd0) ${root}
  340. chainloader +1
  341. }
  342. menuentry 'Windows 8 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-748CFFC98CFF8440' {
  343. insmod part_msdos
  344. insmod ntfs
  345. set root='hd0,msdos2'
  346. if [ x$feature_platform_search_hint = xy ]; then
  347. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 748CFFC98CFF8440
  348. else
  349. search --no-floppy --fs-uuid --set=root 748CFFC98CFF8440
  350. fi
  351. parttool ${root} hidden-
  352. drivemap -s (hd0) ${root}
  353. chainloader +1
  354. }
  355. set timeout_style=menu
  356. if [ "${timeout}" = 0 ]; then
  357. set timeout=10
  358. fi
  359. ### END /etc/grub.d/30_os-prober ###
  360. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  361. ### END /etc/grub.d/30_uefi-firmware ###
  362. ### BEGIN /etc/grub.d/40_custom ###
  363. # This file provides an easy way to add custom menu entries. Simply type the
  364. # menu entries you want to add after this comment. Be careful not to change
  365. # the 'exec tail' line above.
  366. ### END /etc/grub.d/40_custom ###
  367. ### BEGIN /etc/grub.d/41_custom ###
  368. if [ -f ${config_directory}/custom.cfg ]; then
  369. source ${config_directory}/custom.cfg
  370. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  371. source $prefix/custom.cfg;
  372. fi
  373. ### END /etc/grub.d/41_custom ###
  374. --------------------------------------------------------------------------------
  375. =============================== sda3/etc/fstab: ================================
  376. --------------------------------------------------------------------------------
  377. # /etc/fstab: static file system information.
  378. #
  379. # Use 'blkid' to print the universally unique identifier for a
  380. # device; this may be used with UUID= as a more robust way to name devices
  381. # that works even if disks are added and removed. See fstab(5).
  382. #
  383. # <file system> <mount point> <type> <options> <dump> <pass>
  384. # / was on /dev/sda3 during installation
  385. UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb / ext4 errors=remount-ro 0 1
  386. # swap was on /dev/sda4 during installation
  387. UUID=6758b8f1-0240-461f-8ca5-ec04097954f1 none swap sw 0 0
  388. --------------------------------------------------------------------------------
  389. =================== sda3: Location of files loaded by Grub: ====================
  390. GiB - GB File Fragment(s)
  391. 141.938732147 = 152.405553152 boot/grub/grub.cfg 1
  392. 141.935745239 = 152.402345984 boot/grub/i386-pc/core.img 1
  393. 99.373867035 = 106.701877248 boot/vmlinuz-4.4.0-66-generic 1
  394. 98.816364288 = 106.103263232 boot/vmlinuz-4.8.0-36-generic 2
  395. 99.373867035 = 106.701877248 vmlinuz 1
  396. 98.816364288 = 106.103263232 vmlinuz.old 2
  397. 141.937667847 = 152.404410368 boot/initrd.img-4.4.0-66-generic 2
  398. 137.785003662 = 147.945521152 boot/initrd.img-4.8.0-36-generic 2
  399. 141.937667847 = 152.404410368 initrd.img 2
  400. 137.785003662 = 147.945521152 initrd.img.old 2
  401. ========= Devices which don't seem to have a corresponding hard drive: =========
  402. sdb
  403. =============================== StdErr Messages: ===============================
  404. File descriptor 9 (/proc/2494/mounts) leaked on lvs invocation. Parent PID 9797: bash
  405. File descriptor 63 (pipe:[49046]) leaked on lvs invocation. Parent PID 9797: bash
  406. ADDITIONAL INFORMATION :
  407. =================== log of boot-info 2017-03-21__16h33 ===================
  408. boot-info version : 4ppa40
  409. boot-sav version : 4ppa40
  410. glade2script version : 3.2.3~ppa1
  411. boot-sav-extra version : 4ppa40
  412. File descriptor 9 (/proc/2494/mounts) leaked on lvs invocation. Parent PID 4130: /bin/sh
  413. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  414. CPU op-mode(s): 32-bit, 64-bit
  415. BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash vt.handoff=7
  416. =================== os-prober:
  417. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  418. /dev/sda1:Windows 8 (loader):Windows:chain
  419. /dev/sda2:Windows 8 (loader):Windows1:chain
  420. =================== blkid:
  421. /dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="4404EF8904EF7C74" TYPE="ntfs" PARTUUID="64db9714-01"
  422. /dev/sda2: UUID="748CFFC98CFF8440" TYPE="ntfs" PARTUUID="64db9714-02"
  423. /dev/sda3: UUID="be391d43-ce8d-423b-aaa4-1d42334ca2fb" TYPE="ext4" PARTUUID="64db9714-03"
  424. /dev/sda4: UUID="6758b8f1-0240-461f-8ca5-ec04097954f1" TYPE="swap" PARTUUID="64db9714-04"
  425. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  426. =================== /etc/grub.d/ :
  427. drwxr-xr-x 2 root root 4096 mars 20 21:23 grub.d
  428. drwxr-xr-x 2 root root 4096 mars 20 21:20 grub.d.bak
  429. total 76
  430. -rwxr-xr-x 1 root root 9791 mars 1 22:01 00_header
  431. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  432. -rwxr-xr-x 1 root root 12512 mars 1 22:01 10_linux
  433. -rwxr-xr-x 1 root root 11082 mars 1 22:01 20_linux_xen
  434. -rwxr-xr-x 1 root root 11692 mars 1 22:01 30_os-prober
  435. -rwxr-xr-x 1 root root 1418 mars 1 22:01 30_uefi-firmware
  436. -rwxr-xr-x 1 root root 214 mars 1 22:01 40_custom
  437. -rwxr-xr-x 1 root root 216 mars 1 22:01 41_custom
  438. -rw-r--r-- 1 root root 483 mars 1 22:01 README
  439. =================== /etc/default/grub :
  440. # If you change this file, run 'update-grub' afterwards to update
  441. # /boot/grub/grub.cfg.
  442. # For full documentation of the options in this file, see:
  443. # info -f grub -n 'Simple configuration'
  444. GRUB_DEFAULT=0
  445. #GRUB_HIDDEN_TIMEOUT=0
  446. GRUB_HIDDEN_TIMEOUT_QUIET=true
  447. GRUB_TIMEOUT=10
  448. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  449. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  450. GRUB_CMDLINE_LINUX=""
  451. # Uncomment to enable BadRAM filtering, modify to suit your needs
  452. # This works with Linux (no patch required) and with any kernel that obtains
  453. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  454. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  455. # Uncomment to disable graphical terminal (grub-pc only)
  456. #GRUB_TERMINAL=console
  457. # The resolution used on graphical terminal
  458. # note that you can use only modes which your graphic card supports via VBE
  459. # you can see them in real GRUB with the command `vbeinfo'
  460. #GRUB_GFXMODE=640x480
  461. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  462. #GRUB_DISABLE_LINUX_UUID=true
  463. # Uncomment to disable generation of recovery mode menu entries
  464. #GRUB_DISABLE_RECOVERY="true"
  465. # Uncomment to get a beep at grub start
  466. #GRUB_INIT_TUNE="480 440 1"
  467. =================== UEFI/Legacy mode:
  468. This installed-session is not in EFI-mode.
  469. SecureBoot disabled.
  470. =================== PARTITIONS & DISKS:
  471. sda3 : sda, not-sepboot, grubenv-ok grub2, signed 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, .
  472. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  473. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  474. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  475. =================== parted -l:
  476. Model: ATA WDC WD15EARS-60M (scsi)
  477. Disk /dev/sda: 1500GB
  478. Sector size (logical/physical): 512B/4096B
  479. Partition Table: msdos
  480. Disk Flags:
  481. Number Start End Size Type File system Flags
  482. 1 1049kB 106MB 105MB primary ntfs boot
  483. 2 106MB 105GB 105GB primary ntfs
  484. 3 105GB 157GB 52.4GB primary ext4
  485. 4 157GB 159GB 2000MB primary linux-swap(v1)
  486. =================== parted -lm:
  487. BYT;
  488. /dev/sda:1500GB:scsi:512:4096:msdos:ATA WDC WD15EARS-60M:;
  489. 1:1049kB:106MB:105MB:ntfs::boot;
  490. 2:106MB:105GB:105GB:ntfs::;
  491. 3:105GB:157GB:52.4GB:ext4::;
  492. 4:157GB:159GB:2000MB:linux-swap(v1)::;
  493. =================== lsblk:
  494. KNAME TYPE FSTYPE SIZE LABEL
  495. sr0 rom 1024M
  496. sda disk 1,4T
  497. sda4 part swap 1,9G
  498. sda2 part ntfs 97,6G
  499. sda3 part ext4 48,8G
  500. sda1 part ntfs 100M Réservé au système
  501. KNAME ROTA RO RM STATE MOUNTPOINT
  502. sr0 1 0 1 running
  503. sda 1 0 0 running
  504. sda4 1 0 0 [SWAP]
  505. sda2 1 0 0 /mnt/boot-sav/sda2
  506. sda3 1 0 0 /
  507. sda1 1 0 0 /mnt/boot-sav/sda1
  508. =================== mount:
  509. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  510. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  511. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3023760k,nr_inodes=755940,mode=755)
  512. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  513. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=609116k,mode=755)
  514. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  515. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  516. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  517. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  518. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  519. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  520. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  521. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  522. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  523. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  524. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  525. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  526. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  527. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  528. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  529. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  530. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  531. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10976)
  532. mqueue on /dev/mqueue type mqueue (rw,relatime)
  533. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  534. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  535. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  536. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=609116k,mode=700,uid=1000,gid=1000)
  537. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  538. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  539. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  540. =================== ls:
  541. /sys/block/sda (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent
  542. /sys/block/sdb (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  543. /sys/block/sr0 (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  544. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  545. ls /dev/mapper: control
  546. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  547. =================== hexdump -n512 -C /dev/sda1
  548. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  549. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  550. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  551. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  552. 00000040 f6 00 00 00 01 00 00 00 74 7c ef 04 89 ef 04 44 |........t|.....D|
  553. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  554. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  555. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  556. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  557. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  558. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  559. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  560. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  561. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  562. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  563. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  564. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  565. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  566. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  567. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  568. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  569. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  570. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  571. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  572. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  573. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  574. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  575. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  576. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  577. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  578. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  579. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  580. 00000200
  581. =================== hexdump -n512 -C /dev/sda2
  582. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  583. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  584. 00000020 00 00 00 00 80 00 80 00 ff df 31 0c 00 00 00 00 |..........1.....|
  585. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  586. 00000040 f6 00 00 00 01 00 00 00 40 84 ff 8c c9 ff 8c 74 |[email protected]|
  587. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  588. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  589. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  590. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  591. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  592. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  593. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  594. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  595. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  596. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  597. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  598. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  599. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  600. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  601. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  602. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  603. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  604. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  605. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  606. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 |t.............Er|
  607. 00000190 72 65 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 |reur lecture dis|
  608. 000001a0 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 61 62 |que...BOOTMGR ab|
  609. 000001b0 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 |sent...BOOTMGR c|
  610. 000001c0 6f 6d 70 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b |ompress....Ctrl+|
  611. 000001d0 41 6c 74 2b 53 75 70 70 72 20 70 6f 75 72 20 72 |Alt+Suppr pour r|
  612. 000001e0 65 64 82 6d 61 72 72 65 72 0d 0a 00 6f 20 72 65 |ed.marrer...o re|
  613. 000001f0 73 74 61 72 74 0d 0a 00 8c a4 b5 c9 00 00 55 aa |start.........U.|
  614. 00000200
  615. =================== df -Th:
  616. Filesystem Type Size Used Avail Use% Mounted on
  617. udev devtmpfs 2.9G 0 2.9G 0% /dev
  618. tmpfs tmpfs 595M 8.8M 587M 2% /run
  619. /dev/sda3 ext4 48G 5.4G 41G 12% /
  620. tmpfs tmpfs 3.0G 240K 3.0G 1% /dev/shm
  621. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  622. tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
  623. tmpfs tmpfs 595M 64K 595M 1% /run/user/1000
  624. /dev/sda1 fuseblk 100M 29M 72M 29% /mnt/boot-sav/sda1
  625. /dev/sda2 fuseblk 98G 64G 34G 66% /mnt/boot-sav/sda2
  626. =================== fdisk -l:
  627. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  628. Units: sectors of 1 * 512 = 512 bytes
  629. Sector size (logical/physical): 512 bytes / 4096 bytes
  630. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  631. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  632. Units: sectors of 1 * 512 = 512 bytes
  633. Sector size (logical/physical): 512 bytes / 4096 bytes
  634. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  635. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  636. Units: sectors of 1 * 512 = 512 bytes
  637. Sector size (logical/physical): 512 bytes / 4096 bytes
  638. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  639. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  640. Units: sectors of 1 * 512 = 512 bytes
  641. Sector size (logical/physical): 512 bytes / 4096 bytes
  642. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  643. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  644. Units: sectors of 1 * 512 = 512 bytes
  645. Sector size (logical/physical): 512 bytes / 4096 bytes
  646. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  647. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  648. Units: sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 4096 bytes
  650. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  651. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  652. Units: sectors of 1 * 512 = 512 bytes
  653. Sector size (logical/physical): 512 bytes / 4096 bytes
  654. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  655. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  656. Units: sectors of 1 * 512 = 512 bytes
  657. Sector size (logical/physical): 512 bytes / 4096 bytes
  658. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  659. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  660. Units: sectors of 1 * 512 = 512 bytes
  661. Sector size (logical/physical): 512 bytes / 4096 bytes
  662. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  663. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  664. Units: sectors of 1 * 512 = 512 bytes
  665. Sector size (logical/physical): 512 bytes / 4096 bytes
  666. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  667. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  668. Units: sectors of 1 * 512 = 512 bytes
  669. Sector size (logical/physical): 512 bytes / 4096 bytes
  670. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  671. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  672. Units: sectors of 1 * 512 = 512 bytes
  673. Sector size (logical/physical): 512 bytes / 4096 bytes
  674. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  675. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  676. Units: sectors of 1 * 512 = 512 bytes
  677. Sector size (logical/physical): 512 bytes / 4096 bytes
  678. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  679. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  680. Units: sectors of 1 * 512 = 512 bytes
  681. Sector size (logical/physical): 512 bytes / 4096 bytes
  682. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  683. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  684. Units: sectors of 1 * 512 = 512 bytes
  685. Sector size (logical/physical): 512 bytes / 4096 bytes
  686. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  687. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  688. Units: sectors of 1 * 512 = 512 bytes
  689. Sector size (logical/physical): 512 bytes / 4096 bytes
  690. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  691. Disk /dev/sda: 1.4 TiB, 1500301910016 bytes, 2930277168 sectors
  692. Units: sectors of 1 * 512 = 512 bytes
  693. Sector size (logical/physical): 512 bytes / 4096 bytes
  694. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  695. Disklabel type: dos
  696. Disk identifier: 0x64db9714
  697. Device Boot Start End Sectors Size Id Type
  698. /dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
  699. /dev/sda2 206848 204802047 204595200 97.6G 7 HPFS/NTFS/exFAT
  700. /dev/sda3 204802048 307202047 102400000 48.8G 83 Linux
  701. /dev/sda4 307202048 311107583 3905536 1.9G 82 Linux swap / Solaris
  702. =================== Suggested repair
  703. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  704. Additional repair would be performed: unhide-bootmenu-10s
  705. =================== Final advice in case of suggested repair
  706. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 LTS] 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)
  707. =================== User settings
  708. The settings chosen by the user will not act on the boot.
  709. paste.ubuntu.com ko (), using paste.debian
  710. paste.debian.net ko (), using paste2