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 16.04 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: Unknown
  21. Boot sector info:
  22. sda5: __________________________________________________________________________
  23. File system: swap
  24. Boot sector type: -
  25. Boot sector info:
  26. sdb1: __________________________________________________________________________
  27. File system: ntfs
  28. Boot sector type: Windows 8/2012: NTFS
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System:
  31. Boot files: /bootmgr /Boot/BCD
  32. sdb2: __________________________________________________________________________
  33. File system: ntfs
  34. Boot sector type: Windows 8/2012: NTFS
  35. Boot sector info: No errors found in the Boot Parameter Block.
  36. Operating System:
  37. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  38. ============================ Drive/Partition Info: =============================
  39. Drive: sda _____________________________________________________________________
  40. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  41. Units: sectors of 1 * 512 = 512 bytes
  42. Sector size (logical/physical): 512 bytes / 512 bytes
  43. I/O size (minimum/optimal): 512 bytes / 33553920 bytes
  44. Disklabel type: dos
  45. Partition Boot Start Sector End Sector # of Sectors Id System
  46. /dev/sda1 * 65,535 241,824,149 241,758,615 83 Linux
  47. /dev/sda2 241,889,683 250,016,024 8,126,342 5 Extended
  48. /dev/sda5 241,889,685 250,016,024 8,126,340 82 Linux swap / Solaris
  49. Drive: sdb _____________________________________________________________________
  50. Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  51. Units: sectors of 1 * 512 = 512 bytes
  52. Sector size (logical/physical): 512 bytes / 4096 bytes
  53. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  54. Disklabel type: dos
  55. Partition Boot Start Sector End Sector # of Sectors Id System
  56. /dev/sdb1 2,048 1,026,047 1,024,000 7 NTFS / exFAT / HPFS
  57. /dev/sdb2 * 1,026,048 976,771,071 975,745,024 7 NTFS / exFAT / HPFS
  58. "blkid" output: ________________________________________________________________
  59. Device UUID TYPE LABEL
  60. /dev/sda1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ext4
  61. /dev/sda5 c7286c76-de1c-4d11-ab1a-b7fa4a860f08 swap
  62. /dev/sdb1 4C7A1BCC7A1BB1A6 ntfs System Reserved
  63. /dev/sdb2 FA8A24458A24012D ntfs
  64. ========================= "ls -l /dev/disk/by-id" output: ======================
  65. total 0
  66. lrwxrwxrwx 1 root root 9 Jul 4 11:21 ata-TOSHIBA_THNSNF128GMCS_73QS12KETOPY -> ../../sda
  67. lrwxrwxrwx 1 root root 10 Jul 4 11:21 ata-TOSHIBA_THNSNF128GMCS_73QS12KETOPY-part1 -> ../../sda1
  68. lrwxrwxrwx 1 root root 10 Jul 4 11:21 ata-TOSHIBA_THNSNF128GMCS_73QS12KETOPY-part2 -> ../../sda2
  69. lrwxrwxrwx 1 root root 10 Jul 4 11:21 ata-TOSHIBA_THNSNF128GMCS_73QS12KETOPY-part5 -> ../../sda5
  70. lrwxrwxrwx 1 root root 9 Jul 4 11:21 ata-WDC_WD5000MPCK-24AWHT0_WD-WX91AB397507 -> ../../sdb
  71. lrwxrwxrwx 1 root root 10 Jul 4 11:21 ata-WDC_WD5000MPCK-24AWHT0_WD-WX91AB397507-part1 -> ../../sdb1
  72. lrwxrwxrwx 1 root root 10 Jul 4 11:21 ata-WDC_WD5000MPCK-24AWHT0_WD-WX91AB397507-part2 -> ../../sdb2
  73. lrwxrwxrwx 1 root root 9 Jul 4 11:21 wwn-0x50014ee6aee37ea6 -> ../../sdb
  74. lrwxrwxrwx 1 root root 10 Jul 4 11:21 wwn-0x50014ee6aee37ea6-part1 -> ../../sdb1
  75. lrwxrwxrwx 1 root root 10 Jul 4 11:21 wwn-0x50014ee6aee37ea6-part2 -> ../../sdb2
  76. ================================ Mount points: =================================
  77. Device Mount_Point Type Options
  78. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,stripe=8191,data=ordered)
  79. =========================== sda1/boot/grub/grub.cfg: ===========================
  80. --------------------------------------------------------------------------------
  81. #
  82. # DO NOT EDIT THIS FILE
  83. #
  84. # It is automatically generated by grub-mkconfig using templates
  85. # from /etc/grub.d and settings from /etc/default/grub
  86. #
  87. ### BEGIN /etc/grub.d/00_header ###
  88. if [ -s $prefix/grubenv ]; then
  89. set have_grubenv=true
  90. load_env
  91. fi
  92. if [ "${next_entry}" ] ; then
  93. set default="${next_entry}"
  94. set next_entry=
  95. save_env next_entry
  96. set boot_once=true
  97. else
  98. set default="0"
  99. fi
  100. if [ x"${feature_menuentry_id}" = xy ]; then
  101. menuentry_id_option="--id"
  102. else
  103. menuentry_id_option=""
  104. fi
  105. export menuentry_id_option
  106. if [ "${prev_saved_entry}" ]; then
  107. set saved_entry="${prev_saved_entry}"
  108. save_env saved_entry
  109. set prev_saved_entry=
  110. save_env prev_saved_entry
  111. set boot_once=true
  112. fi
  113. function savedefault {
  114. if [ -z "${boot_once}" ]; then
  115. saved_entry="${chosen}"
  116. save_env saved_entry
  117. fi
  118. }
  119. function recordfail {
  120. set recordfail=1
  121. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  122. }
  123. function load_video {
  124. if [ x$feature_all_video_module = xy ]; then
  125. insmod all_video
  126. else
  127. insmod efi_gop
  128. insmod efi_uga
  129. insmod ieee1275_fb
  130. insmod vbe
  131. insmod vga
  132. insmod video_bochs
  133. insmod video_cirrus
  134. fi
  135. }
  136. if [ x$feature_default_font_path = xy ] ; then
  137. font=unicode
  138. else
  139. insmod part_msdos
  140. insmod ext2
  141. set root='hd1,msdos1'
  142. if [ x$feature_platform_search_hint = xy ]; then
  143. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  144. else
  145. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  146. fi
  147. font="/usr/share/grub/unicode.pf2"
  148. fi
  149. if loadfont $font ; then
  150. set gfxmode=auto
  151. load_video
  152. insmod gfxterm
  153. set locale_dir=$prefix/locale
  154. set lang=C
  155. insmod gettext
  156. fi
  157. terminal_output gfxterm
  158. if [ "${recordfail}" = 1 ] ; then
  159. set timeout=30
  160. else
  161. if [ x$feature_timeout_style = xy ] ; then
  162. set timeout_style=hidden
  163. set timeout=0
  164. # Fallback hidden-timeout code in case the timeout_style feature is
  165. # unavailable.
  166. elif sleep --interruptible 0 ; then
  167. set timeout=0
  168. fi
  169. fi
  170. ### END /etc/grub.d/00_header ###
  171. ### BEGIN /etc/grub.d/05_debian_theme ###
  172. set menu_color_normal=white/black
  173. set menu_color_highlight=black/light-gray
  174. if background_color 44,0,30,0; then
  175. clear
  176. fi
  177. ### END /etc/grub.d/05_debian_theme ###
  178. ### BEGIN /etc/grub.d/10_linux ###
  179. function gfxmode {
  180. set gfxpayload="${1}"
  181. if [ "${1}" = "keep" ]; then
  182. set vt_handoff=vt.handoff=7
  183. else
  184. set vt_handoff=
  185. fi
  186. }
  187. if [ "${recordfail}" != 1 ]; then
  188. if [ -e ${prefix}/gfxblacklist.txt ]; then
  189. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  190. if [ ${match} = 0 ]; then
  191. set linux_gfx_mode=keep
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. else
  199. set linux_gfx_mode=keep
  200. fi
  201. else
  202. set linux_gfx_mode=text
  203. fi
  204. export linux_gfx_mode
  205. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  206. recordfail
  207. load_video
  208. gfxmode $linux_gfx_mode
  209. insmod gzio
  210. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  211. insmod part_msdos
  212. insmod ext2
  213. set root='hd1,msdos1'
  214. if [ x$feature_platform_search_hint = xy ]; then
  215. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  216. else
  217. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  218. fi
  219. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash $vt_handoff
  220. initrd /boot/initrd.img-4.4.0-28-generic
  221. }
  222. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  223. menuentry 'Ubuntu, with Linux 4.4.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-advanced-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  224. recordfail
  225. load_video
  226. gfxmode $linux_gfx_mode
  227. insmod gzio
  228. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  229. insmod part_msdos
  230. insmod ext2
  231. set root='hd1,msdos1'
  232. if [ x$feature_platform_search_hint = xy ]; then
  233. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  234. else
  235. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  236. fi
  237. echo 'Loading Linux 4.4.0-28-generic ...'
  238. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash $vt_handoff
  239. echo 'Loading initial ramdisk ...'
  240. initrd /boot/initrd.img-4.4.0-28-generic
  241. }
  242. menuentry 'Ubuntu, with Linux 4.4.0-28-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-init-upstart-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  243. recordfail
  244. load_video
  245. gfxmode $linux_gfx_mode
  246. insmod gzio
  247. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  248. insmod part_msdos
  249. insmod ext2
  250. set root='hd1,msdos1'
  251. if [ x$feature_platform_search_hint = xy ]; then
  252. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  253. else
  254. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  255. fi
  256. echo 'Loading Linux 4.4.0-28-generic ...'
  257. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash $vt_handoff init=/sbin/upstart
  258. echo 'Loading initial ramdisk ...'
  259. initrd /boot/initrd.img-4.4.0-28-generic
  260. }
  261. menuentry 'Ubuntu, with Linux 4.4.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-recovery-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  262. recordfail
  263. load_video
  264. insmod gzio
  265. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  266. insmod part_msdos
  267. insmod ext2
  268. set root='hd1,msdos1'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  271. else
  272. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  273. fi
  274. echo 'Loading Linux 4.4.0-28-generic ...'
  275. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro recovery nomodeset
  276. echo 'Loading initial ramdisk ...'
  277. initrd /boot/initrd.img-4.4.0-28-generic
  278. }
  279. menuentry 'Ubuntu, with Linux 4.4.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-advanced-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  280. recordfail
  281. load_video
  282. gfxmode $linux_gfx_mode
  283. insmod gzio
  284. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  285. insmod part_msdos
  286. insmod ext2
  287. set root='hd1,msdos1'
  288. if [ x$feature_platform_search_hint = xy ]; then
  289. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  290. else
  291. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  292. fi
  293. echo 'Loading Linux 4.4.0-24-generic ...'
  294. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash $vt_handoff
  295. echo 'Loading initial ramdisk ...'
  296. initrd /boot/initrd.img-4.4.0-24-generic
  297. }
  298. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-init-upstart-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  299. recordfail
  300. load_video
  301. gfxmode $linux_gfx_mode
  302. insmod gzio
  303. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  304. insmod part_msdos
  305. insmod ext2
  306. set root='hd1,msdos1'
  307. if [ x$feature_platform_search_hint = xy ]; then
  308. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  309. else
  310. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  311. fi
  312. echo 'Loading Linux 4.4.0-24-generic ...'
  313. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash $vt_handoff init=/sbin/upstart
  314. echo 'Loading initial ramdisk ...'
  315. initrd /boot/initrd.img-4.4.0-24-generic
  316. }
  317. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-recovery-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  318. recordfail
  319. load_video
  320. insmod gzio
  321. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  322. insmod part_msdos
  323. insmod ext2
  324. set root='hd1,msdos1'
  325. if [ x$feature_platform_search_hint = xy ]; then
  326. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  327. else
  328. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  329. fi
  330. echo 'Loading Linux 4.4.0-24-generic ...'
  331. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro recovery nomodeset
  332. echo 'Loading initial ramdisk ...'
  333. initrd /boot/initrd.img-4.4.0-24-generic
  334. }
  335. menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  336. recordfail
  337. load_video
  338. gfxmode $linux_gfx_mode
  339. insmod gzio
  340. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  341. insmod part_msdos
  342. insmod ext2
  343. set root='hd1,msdos1'
  344. if [ x$feature_platform_search_hint = xy ]; then
  345. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  346. else
  347. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  348. fi
  349. echo 'Loading Linux 4.4.0-21-generic ...'
  350. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash $vt_handoff
  351. echo 'Loading initial ramdisk ...'
  352. initrd /boot/initrd.img-4.4.0-21-generic
  353. }
  354. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  355. recordfail
  356. load_video
  357. gfxmode $linux_gfx_mode
  358. insmod gzio
  359. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  360. insmod part_msdos
  361. insmod ext2
  362. set root='hd1,msdos1'
  363. if [ x$feature_platform_search_hint = xy ]; then
  364. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  365. else
  366. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  367. fi
  368. echo 'Loading Linux 4.4.0-21-generic ...'
  369. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash $vt_handoff init=/sbin/upstart
  370. echo 'Loading initial ramdisk ...'
  371. initrd /boot/initrd.img-4.4.0-21-generic
  372. }
  373. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-e9acdd0b-888f-4c19-854f-16b7b2eb3e8a' {
  374. recordfail
  375. load_video
  376. insmod gzio
  377. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  378. insmod part_msdos
  379. insmod ext2
  380. set root='hd1,msdos1'
  381. if [ x$feature_platform_search_hint = xy ]; then
  382. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  383. else
  384. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  385. fi
  386. echo 'Loading Linux 4.4.0-21-generic ...'
  387. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro recovery nomodeset
  388. echo 'Loading initial ramdisk ...'
  389. initrd /boot/initrd.img-4.4.0-21-generic
  390. }
  391. }
  392. ### END /etc/grub.d/10_linux ###
  393. ### BEGIN /etc/grub.d/20_linux_xen ###
  394. ### END /etc/grub.d/20_linux_xen ###
  395. ### BEGIN /etc/grub.d/20_memtest86+ ###
  396. menuentry 'Memory test (memtest86+)' {
  397. insmod part_msdos
  398. insmod ext2
  399. set root='hd1,msdos1'
  400. if [ x$feature_platform_search_hint = xy ]; then
  401. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  402. else
  403. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  404. fi
  405. knetbsd /boot/memtest86+.elf
  406. }
  407. menuentry 'Memory test (memtest86+, serial console 115200)' {
  408. insmod part_msdos
  409. insmod ext2
  410. set root='hd1,msdos1'
  411. if [ x$feature_platform_search_hint = xy ]; then
  412. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  413. else
  414. search --no-floppy --fs-uuid --set=root e9acdd0b-888f-4c19-854f-16b7b2eb3e8a
  415. fi
  416. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  417. }
  418. ### END /etc/grub.d/20_memtest86+ ###
  419. ### BEGIN /etc/grub.d/30_os-prober ###
  420. menuentry 'Windows 10 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-4C7A1BCC7A1BB1A6' {
  421. insmod part_msdos
  422. insmod ntfs
  423. set root='hd0,msdos1'
  424. if [ x$feature_platform_search_hint = xy ]; then
  425. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4C7A1BCC7A1BB1A6
  426. else
  427. search --no-floppy --fs-uuid --set=root 4C7A1BCC7A1BB1A6
  428. fi
  429. parttool ${root} hidden-
  430. drivemap -s (hd0) ${root}
  431. chainloader +1
  432. }
  433. menuentry 'Windows 10 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-FA8A24458A24012D' {
  434. insmod part_msdos
  435. insmod ntfs
  436. set root='hd0,msdos2'
  437. if [ x$feature_platform_search_hint = xy ]; then
  438. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 FA8A24458A24012D
  439. else
  440. search --no-floppy --fs-uuid --set=root FA8A24458A24012D
  441. fi
  442. parttool ${root} hidden-
  443. drivemap -s (hd0) ${root}
  444. chainloader +1
  445. }
  446. set timeout_style=menu
  447. if [ "${timeout}" = 0 ]; then
  448. set timeout=10
  449. fi
  450. ### END /etc/grub.d/30_os-prober ###
  451. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  452. ### END /etc/grub.d/30_uefi-firmware ###
  453. ### BEGIN /etc/grub.d/40_custom ###
  454. # This file provides an easy way to add custom menu entries. Simply type the
  455. # menu entries you want to add after this comment. Be careful not to change
  456. # the 'exec tail' line above.
  457. ### END /etc/grub.d/40_custom ###
  458. ### BEGIN /etc/grub.d/41_custom ###
  459. if [ -f ${config_directory}/custom.cfg ]; then
  460. source ${config_directory}/custom.cfg
  461. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  462. source $prefix/custom.cfg;
  463. fi
  464. ### END /etc/grub.d/41_custom ###
  465. --------------------------------------------------------------------------------
  466. =============================== sda1/etc/fstab: ================================
  467. --------------------------------------------------------------------------------
  468. # /etc/fstab: static file system information.
  469. #
  470. # Use 'blkid' to print the universally unique identifier for a
  471. # device; this may be used with UUID= as a more robust way to name devices
  472. # that works even if disks are added and removed. See fstab(5).
  473. #
  474. # <file system> <mount point> <type> <options> <dump> <pass>
  475. # / was on /dev/sda1 during installation
  476. UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a / ext4 errors=remount-ro 0 1
  477. # swap was on /dev/sda5 during installation
  478. UUID=c7286c76-de1c-4d11-ab1a-b7fa4a860f08 none swap sw 0 0
  479. --------------------------------------------------------------------------------
  480. =================== sda1: Location of files loaded by Grub: ====================
  481. GiB - GB File Fragment(s)
  482. 21.472495556 = 23.055916544 boot/grub/grub.cfg 1
  483. 88.177398205 = 94.679760384 boot/grub/i386-pc/core.img 1
  484. 1.092467785 = 1.173028352 boot/vmlinuz-4.4.0-21-generic 1
  485. 3.233642101 = 3.472096768 boot/vmlinuz-4.4.0-24-generic 1
  486. 13.584743023 = 14.586506752 boot/vmlinuz-4.4.0-28-generic 1
  487. 13.584743023 = 14.586506752 vmlinuz 1
  488. 3.233642101 = 3.472096768 vmlinuz.old 1
  489. 2.374995708 = 2.550132224 boot/initrd.img-4.4.0-21-generic 2
  490. 2.902060986 = 3.116064256 boot/initrd.img-4.4.0-24-generic 2
  491. 0.367183208 = 0.394259968 boot/initrd.img-4.4.0-28-generic 2
  492. 0.367183208 = 0.394259968 initrd.img 2
  493. 2.902060986 = 3.116064256 initrd.img.old 2
  494. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  495. Unknown BootLoader on sda2
  496. 00000000 bd 08 dd cc 8a e3 00 95 e0 0d a3 62 ed e2 1b c3 |...........b....|
  497. 00000010 74 f2 d0 d8 9a 82 b7 3b 84 dc fa 32 ea 76 59 c5 |t......;...2.vY.|
  498. 00000020 6d c3 8a b6 f1 d2 2e d7 3d 57 aa 1c 8e 29 b1 79 |m.......=W...).y|
  499. 00000030 6e c3 85 3b 98 ea f9 b6 25 73 59 a5 d7 28 6b 46 |n..;....%sY..(kF|
  500. 00000040 63 94 56 17 da 39 76 fb 53 2a ee 88 b4 20 b7 a7 |c.V..9v.S*... ..|
  501. 00000050 1c 87 2a d4 fc a3 66 78 47 be 06 f9 65 31 2c 39 |..*...fxG...e1,9|
  502. 00000060 86 a2 93 2f 8c 25 c7 05 e1 5d cf 8a f1 7d 05 21 |.../.%...]...}.!|
  503. 00000070 f1 5c b9 1f 93 b1 35 76 e2 2e 20 ae 30 9e f7 62 |.\....5v.. .0..b|
  504. 00000080 76 33 2b f4 6d 93 46 e4 05 53 40 f2 63 b4 32 17 |[email protected].|
  505. 00000090 a1 a4 de 6e cc 0b 41 6e 74 05 ef 91 63 b8 78 16 |...n..Ant...c.x.|
  506. 000000a0 32 ca 42 f1 36 b9 34 de 8e 56 76 c7 70 15 dd 6a |2.B.6.4..Vv.p..j|
  507. 000000b0 53 c6 de 58 68 45 b7 bb 57 b1 9d 04 65 f4 6f 3a |S..XhE..W...e.o:|
  508. 000000c0 2b 00 ce 4a c1 e0 60 15 4d 0a 9e 37 16 63 ca 79 |+..J..`.M..7.c.y|
  509. 000000d0 7a 67 8b 41 f3 d7 fb 3e 5c a1 6f 9b 32 4c 2f 98 |zg.A...>\.o.2L/.|
  510. 000000e0 1c a7 df f7 31 52 90 8f e2 fb 40 a5 8b 03 f7 1c |....1R....@.....|
  511. 000000f0 bf df a2 05 c1 fd 1e 0c 82 29 2a 2f 4c c6 6d a1 |.........)*/L.m.|
  512. 00000100 21 e0 e8 97 82 70 39 b4 28 dc 68 ca 7c de f5 62 |!....p9.(.h.|..b|
  513. 00000110 5f 32 0b 42 9d 43 0a c4 d5 d0 0c bd df 55 c2 77 |_2.B.C.......U.w|
  514. 00000120 97 a1 ef ce 0e e3 ca 5b 93 31 17 4a 08 96 64 bc |.......[.1.J..d.|
  515. 00000130 79 9b 5c 81 5e 9d 63 6c d0 cb f4 00 55 0c b7 a8 |y.\.^.cl....U...|
  516. 00000140 28 bd 29 ad f2 1a 7c 2b c1 fb b9 8a fc 64 83 00 |(.)...|+.....d..|
  517. 00000150 21 d5 93 8f 54 2a 78 15 8b 11 f7 cd 02 cd 66 d3 |!...T*x.......f.|
  518. 00000160 70 3e 85 56 9d 97 e6 15 71 38 5f 86 e8 c3 ab d8 |p>.V....q8_.....|
  519. 00000170 6f 51 81 7a c1 94 ec 7e c2 15 ef 17 6f 45 ac 9e |oQ.z...~....oE..|
  520. 00000180 4e a9 e2 36 0f 82 ae 74 f8 0d a1 a5 e5 89 52 c6 |N..6...t......R.|
  521. 00000190 e6 85 72 41 70 75 b7 c2 44 cf 49 2b c4 d9 b8 8a |..rApu..D.I+....|
  522. 000001a0 7a 75 82 a1 4d 8a 58 af ef 30 37 05 8a e1 ff d1 |zu..M.X..07.....|
  523. 000001b0 20 bf 99 56 f6 dd ae 62 be 33 55 d0 37 c4 00 fe | ..V...b.3U.7...|
  524. 000001c0 ff ff 82 fe ff ff 02 00 00 00 84 ff 7b 00 00 00 |............{...|
  525. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  526. *
  527. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  528. 00000200
  529. ADDITIONAL INFORMATION :
  530. =================== log of boot-info 2016-07-04__11h21 ===================
  531. boot-info version : 4ppa38
  532. boot-sav version : 4ppa38
  533. glade2script version : 3.2.3~ppa1
  534. boot-sav-extra version : 4ppa38
  535. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  536. CPU op-mode(s): 32-bit, 64-bit
  537. BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=e9acdd0b-888f-4c19-854f-16b7b2eb3e8a ro quiet splash vt.handoff=7
  538. The disk contains an unclean file system (0, 0).
  539. Metadata kept in Windows cache, refused to mount.
  540. Failed to mount '/dev/sdb1': Opération non permise
  541. The NTFS partition is in an unsafe state. Please resume and shutdown
  542. Windows fully (no hibernation or fast restarting), or mount the volume
  543. read-only with the 'ro' mount option.
  544. mount -t ntfs-3g -o remove_hiberfile /dev/sdb1 /mnt/boot-sav/sdb1
  545. The disk contains an unclean file system (0, 0).
  546. Metadata kept in Windows cache, refused to mount.
  547. Failed to mount '/dev/sdb1': Opération non permise
  548. The NTFS partition is in an unsafe state. Please resume and shutdown
  549. Windows fully (no hibernation or fast restarting), or mount the volume
  550. read-only with the 'ro' mount option.
  551. mount /dev/sdb1 : Error code 14
  552. mount -r /dev/sdb1 /mnt/boot-sav/sdb1
  553. Windows is hibernated, refused to mount.
  554. Failed to mount '/dev/sdb2': Opération non permise
  555. The NTFS partition is in an unsafe state. Please resume and shutdown
  556. Windows fully (no hibernation or fast restarting), or mount the volume
  557. read-only with the 'ro' mount option.
  558. mount -t ntfs-3g -o remove_hiberfile /dev/sdb2 /mnt/boot-sav/sdb2
  559. The disk contains an unclean file system (0, 0).
  560. Metadata kept in Windows cache, refused to mount.
  561. Failed to mount '/dev/sdb2': Opération non permise
  562. The NTFS partition is in an unsafe state. Please resume and shutdown
  563. Windows fully (no hibernation or fast restarting), or mount the volume
  564. read-only with the 'ro' mount option.
  565. mount /dev/sdb2 : Error code 14
  566. mount -r /dev/sdb2 /mnt/boot-sav/sdb2
  567. =================== os-prober:
  568. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  569. /dev/sdb1:Windows 10 (loader):Windows:chain
  570. /dev/sdb2:Windows 10 (loader):Windows1:chain
  571. =================== blkid:
  572. /dev/sdb1: LABEL="System Reserved" UUID="4C7A1BCC7A1BB1A6" TYPE="ntfs" PARTUUID="06d632fd-01"
  573. /dev/sdb2: UUID="FA8A24458A24012D" TYPE="ntfs" PARTUUID="06d632fd-02"
  574. /dev/sda1: UUID="e9acdd0b-888f-4c19-854f-16b7b2eb3e8a" TYPE="ext4" PARTUUID="5a427e65-01"
  575. /dev/sda5: UUID="c7286c76-de1c-4d11-ab1a-b7fa4a860f08" TYPE="swap" PARTUUID="5a427e65-05"
  576. 2 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  577. mkdir: impossible de créer le répertoire «/mnt/boot-sav/sdb2/boot-sav/log/2016-07-04__11h21boot-info00»: Système de fichiers accessible en lecture seulement
  578. sdb2 is Read-only or full
  579. =================== /etc/grub.d/ :
  580. drwxr-xr-x 2 root root 4096 avril 21 00:15 grub.d
  581. total 76
  582. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  583. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  584. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  585. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  586. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  587. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  588. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  589. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  590. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  591. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  592. =================== /etc/default/grub :
  593. # If you change this file, run 'update-grub' afterwards to update
  594. # /boot/grub/grub.cfg.
  595. # For full documentation of the options in this file, see:
  596. # info -f grub -n 'Simple configuration'
  597. GRUB_DEFAULT=0
  598. GRUB_HIDDEN_TIMEOUT=0
  599. GRUB_HIDDEN_TIMEOUT_QUIET=true
  600. GRUB_TIMEOUT=10
  601. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  602. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  603. GRUB_CMDLINE_LINUX=""
  604. # Uncomment to enable BadRAM filtering, modify to suit your needs
  605. # This works with Linux (no patch required) and with any kernel that obtains
  606. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  607. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  608. # Uncomment to disable graphical terminal (grub-pc only)
  609. #GRUB_TERMINAL=console
  610. # The resolution used on graphical terminal
  611. # note that you can use only modes which your graphic card supports via VBE
  612. # you can see them in real GRUB with the command `vbeinfo'
  613. #GRUB_GFXMODE=640x480
  614. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  615. #GRUB_DISABLE_LINUX_UUID=true
  616. # Uncomment to disable generation of recovery mode menu entries
  617. #GRUB_DISABLE_RECOVERY="true"
  618. # Uncomment to get a beep at grub start
  619. #GRUB_INIT_TUNE="480 440 1"
  620. =================== UEFI/Legacy mode:
  621. This installed-session is not in EFI-mode.
  622. EFI in dmesg.
  623. [ 0.000000] ACPI: UEFI 0x000000009CFFC000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
  624. SecureBoot disabled.
  625. =================== PARTITIONS & DISKS:
  626. sda1 : 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, .
  627. sdb1 : sdb, 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/sdb1.
  628. sdb2 : sdb, 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/sdb2.
  629. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  630. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  631. =================== parted -l:
  632. Model: Inateck ASM1153E (scsi)
  633. Disk /dev/sda: 128GB
  634. Sector size (logical/physical): 512B/512B
  635. Partition Table: msdos
  636. Disk Flags:
  637. Number Start End Size Type File system Flags
  638. 1 33.6MB 124GB 124GB primary ext4 boot
  639. 2 124GB 128GB 4161MB extended
  640. 5 124GB 128GB 4161MB logical linux-swap(v1)
  641. Model: ATA WDC WD5000MPCK-2 (scsi)
  642. Disk /dev/sdb: 500GB
  643. Sector size (logical/physical): 512B/4096B
  644. Partition Table: msdos
  645. Disk Flags:
  646. Number Start End Size Type File system Flags
  647. 1 1049kB 525MB 524MB primary ntfs
  648. 2 525MB 500GB 500GB primary ntfs boot
  649. =================== parted -lm:
  650. BYT;
  651. /dev/sda:128GB:scsi:512:512:msdos:Inateck ASM1153E:;
  652. 1:33.6MB:124GB:124GB:ext4::boot;
  653. 2:124GB:128GB:4161MB:::;
  654. 5:124GB:128GB:4161MB:linux-swap(v1)::;
  655. BYT;
  656. /dev/sdb:500GB:scsi:512:4096:msdos:ATA WDC WD5000MPCK-2:;
  657. 1:1049kB:525MB:524MB:ntfs::;
  658. 2:525MB:500GB:500GB:ntfs::boot;
  659. =================== lsblk:
  660. KNAME TYPE FSTYPE SIZE LABEL
  661. sda disk 119,2G
  662. sda1 part ext4 115,3G
  663. sda2 part 1K
  664. sda5 part swap 3,9G
  665. sdb disk 465,8G
  666. sdb1 part ntfs 500M System Reserved
  667. sdb2 part ntfs 465,3G
  668. KNAME ROTA RO RM STATE MOUNTPOINT
  669. sda 1 0 0 running
  670. sda1 1 0 0 /
  671. sda2 1 0 0
  672. sda5 1 0 0 [SWAP]
  673. sdb 1 0 0 running
  674. sdb1 1 0 0 /mnt/boot-sav/sdb1
  675. sdb2 1 0 0 /mnt/boot-sav/sdb2
  676. =================== mount:
  677. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  678. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  679. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1967228k,nr_inodes=491807,mode=755)
  680. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  681. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=397304k,mode=755)
  682. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,stripe=8191,data=ordered)
  683. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  684. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  685. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  686. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  687. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  688. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  689. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  690. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  691. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  692. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  693. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  694. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  695. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  696. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  697. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  698. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  699. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  700. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  701. mqueue on /dev/mqueue type mqueue (rw,relatime)
  702. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  703. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  704. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=397304k,mode=700,uid=1000,gid=1000)
  705. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  706. /dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  707. /dev/sdb2 on /mnt/boot-sav/sdb2 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  708. =================== ls:
  709. /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 sda5 size slaves stat subsystem trace uevent
  710. /sys/block/sdb (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 sdb1 sdb2 size slaves stat subsystem trace uevent
  711. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 HID-SENSOR-2000e1.11.auto hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 iio:device0 iio:device1 iio:device2 iio:device3 iio:device4 iio:device5 initctl input kmsg lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sdb2 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  712. ls /dev/mapper: control
  713. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  714. =================== hexdump -n512 -C /dev/sdb1
  715. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  716. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  717. 00000020 00 00 00 00 80 00 80 00 ff 9f 0f 00 00 00 00 00 |................|
  718. 00000030 aa a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  719. 00000040 f6 00 00 00 01 00 00 00 a6 b1 1b 7a cc 1b 7a 4c |...........z..zL|
  720. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  721. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  722. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  723. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  724. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  725. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  726. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  727. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  728. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  729. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  730. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  731. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  732. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  733. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  734. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  735. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  736. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  737. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  738. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  739. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  740. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  741. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  742. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  743. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  744. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  745. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  746. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  747. 00000200
  748. =================== hexdump -n512 -C /dev/sdb2
  749. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  750. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 0f 00 |........?.......|
  751. 00000020 00 00 00 00 80 00 80 00 ff af 28 3a 00 00 00 00 |..........(:....|
  752. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  753. 00000040 f6 00 00 00 01 00 00 00 2d 01 24 8a 45 24 8a fa |........-.$.E$..|
  754. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  755. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  756. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  757. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  758. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  759. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  760. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  761. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  762. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  763. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  764. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  765. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  766. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  767. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  768. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  769. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  770. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  771. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  772. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  773. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  774. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  775. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  776. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  777. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  778. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  779. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  780. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  781. 00000200
  782. =================== df -Th:
  783. Filesystem Type Size Used Avail Use% Mounted on
  784. udev devtmpfs 1.9G 0 1.9G 0% /dev
  785. tmpfs tmpfs 388M 6.5M 382M 2% /run
  786. /dev/sda1 ext4 114G 7.0G 101G 7% /
  787. tmpfs tmpfs 1.9G 9.6M 1.9G 1% /dev/shm
  788. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  789. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  790. tmpfs tmpfs 388M 68K 388M 1% /run/user/1000
  791. /dev/sdb1 fuseblk 500M 399M 102M 80% /mnt/boot-sav/sdb1
  792. /dev/sdb2 fuseblk 466G 60G 406G 13% /mnt/boot-sav/sdb2
  793. =================== fdisk -l:
  794. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  795. Units: sectors of 1 * 512 = 512 bytes
  796. Sector size (logical/physical): 512 bytes / 4096 bytes
  797. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  798. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  799. Units: sectors of 1 * 512 = 512 bytes
  800. Sector size (logical/physical): 512 bytes / 4096 bytes
  801. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  802. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  803. Units: sectors of 1 * 512 = 512 bytes
  804. Sector size (logical/physical): 512 bytes / 4096 bytes
  805. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  806. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  807. Units: sectors of 1 * 512 = 512 bytes
  808. Sector size (logical/physical): 512 bytes / 4096 bytes
  809. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  810. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  811. Units: sectors of 1 * 512 = 512 bytes
  812. Sector size (logical/physical): 512 bytes / 4096 bytes
  813. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  814. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  815. Units: sectors of 1 * 512 = 512 bytes
  816. Sector size (logical/physical): 512 bytes / 4096 bytes
  817. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  818. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  819. Units: sectors of 1 * 512 = 512 bytes
  820. Sector size (logical/physical): 512 bytes / 4096 bytes
  821. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  822. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  823. Units: sectors of 1 * 512 = 512 bytes
  824. Sector size (logical/physical): 512 bytes / 4096 bytes
  825. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  826. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  827. Units: sectors of 1 * 512 = 512 bytes
  828. Sector size (logical/physical): 512 bytes / 4096 bytes
  829. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  830. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  831. Units: sectors of 1 * 512 = 512 bytes
  832. Sector size (logical/physical): 512 bytes / 4096 bytes
  833. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  834. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  835. Units: sectors of 1 * 512 = 512 bytes
  836. Sector size (logical/physical): 512 bytes / 4096 bytes
  837. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  838. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  839. Units: sectors of 1 * 512 = 512 bytes
  840. Sector size (logical/physical): 512 bytes / 4096 bytes
  841. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  842. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  843. Units: sectors of 1 * 512 = 512 bytes
  844. Sector size (logical/physical): 512 bytes / 4096 bytes
  845. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  846. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  847. Units: sectors of 1 * 512 = 512 bytes
  848. Sector size (logical/physical): 512 bytes / 4096 bytes
  849. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  850. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  851. Units: sectors of 1 * 512 = 512 bytes
  852. Sector size (logical/physical): 512 bytes / 4096 bytes
  853. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  854. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  855. Units: sectors of 1 * 512 = 512 bytes
  856. Sector size (logical/physical): 512 bytes / 4096 bytes
  857. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  858. Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  859. Units: sectors of 1 * 512 = 512 bytes
  860. Sector size (logical/physical): 512 bytes / 4096 bytes
  861. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  862. Disklabel type: dos
  863. Disk identifier: 0x06d632fd
  864. Device Boot Start End Sectors Size Id Type
  865. /dev/sdb1 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
  866. /dev/sdb2 * 1026048 976771071 975745024 465.3G 7 HPFS/NTFS/exFAT
  867. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  868. Units: sectors of 1 * 512 = 512 bytes
  869. Sector size (logical/physical): 512 bytes / 512 bytes
  870. I/O size (minimum/optimal): 512 bytes / 33553920 bytes
  871. Disklabel type: dos
  872. Disk identifier: 0x5a427e65
  873. Device Boot Start End Sectors Size Id Type
  874. /dev/sda1 * 65535 241824149 241758615 115.3G 83 Linux
  875. /dev/sda2 241889683 250016024 8126342 3.9G 5 Extended
  876. /dev/sda5 241889685 250016024 8126340 3.9G 82 Linux swap / Solaris
  877. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  878. User choice: Est-ce que sda (128GB) est un disque amovible ? yes
  879. =================== Suggested repair
  880. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  881. It would also fix access to other systems (other MBRs) for the situations when the removable media is disconnected.
  882. Additional repair would be performed: unhide-bootmenu-10s
  883. =================== Final advice in case of suggested repair
  884. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque amovible !
  885. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04 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)
  886. =================== User settings
  887. The settings chosen by the user will not act on the boot.
  888. paste.ubuntu.com ko (), using paste.debian
  889. paste.debian.net ko (), using paste2