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