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