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 (,msdos4)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system:
  12. Boot sector type: Unknown
  13. Boot sector info:
  14. Mounting failed: mount: unknown filesystem type ''
  15. sda2: __________________________________________________________________________
  16. File system:
  17. Boot sector type: Unknown
  18. Boot sector info:
  19. Mounting failed: mount: unknown filesystem type ''
  20. mount: unknown filesystem type ''
  21. sda3: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda4: __________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: Grub2 (v1.99-2.00)
  28. Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda4
  29. and looks at sector 660628608 of the same hard drive
  30. for core.img. core.img is at this location and looks
  31. for (,msdos4)/boot/grub. It also embeds following
  32. components:
  33. modules
  34. -------------------------------------------------------
  35. fshelp ext2 part_msdos biosdisk
  36. -------------------------------------------------------
  37. Operating System: Ubuntu 16.04.1 LTS
  38. Boot files: /boot/grub/grub.cfg /etc/fstab
  39. /boot/grub/i386-pc/core.img
  40. ============================ Drive/Partition Info: =============================
  41. Drive: sda _____________________________________________________________________
  42. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  43. Units: sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 4096 bytes
  45. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  46. Disklabel type: dos
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sda1 * 2,048 209,717,247 209,715,200 7 NTFS / exFAT / HPFS
  49. /dev/sda2 209,717,248 216,111,103 6,393,856 7 NTFS / exFAT / HPFS
  50. /dev/sda3 216,111,104 232,112,127 16,001,024 82 Linux swap / Solaris
  51. /dev/sda4 232,112,128 976,771,071 744,658,944 83 Linux
  52. "blkid" output: ________________________________________________________________
  53. Device UUID TYPE LABEL
  54. /dev/sda1
  55. /dev/sda2
  56. /dev/sda3 311fa428-1858-4095-a639-c8004c55e6e6 swap
  57. /dev/sda4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1 ext4
  58. ========================= "ls -l /dev/disk/by-id" output: ======================
  59. total 0
  60. lrwxrwxrwx 1 root root 9 Nov 12 02:54 ata-ST500LT012-1DG142_W3P7R660 -> ../../sda
  61. lrwxrwxrwx 1 root root 10 Nov 12 02:54 ata-ST500LT012-1DG142_W3P7R660-part1 -> ../../sda1
  62. lrwxrwxrwx 1 root root 10 Nov 12 02:54 ata-ST500LT012-1DG142_W3P7R660-part2 -> ../../sda2
  63. lrwxrwxrwx 1 root root 10 Nov 12 02:54 ata-ST500LT012-1DG142_W3P7R660-part3 -> ../../sda3
  64. lrwxrwxrwx 1 root root 10 Nov 12 02:54 ata-ST500LT012-1DG142_W3P7R660-part4 -> ../../sda4
  65. lrwxrwxrwx 1 root root 9 Nov 12 02:45 ata-hp_DVDRW_UJ8FBA_1436TP319613E0H5H -> ../../sr0
  66. lrwxrwxrwx 1 root root 9 Nov 12 02:54 wwn-0x5000c500786dbcbc -> ../../sda
  67. lrwxrwxrwx 1 root root 10 Nov 12 02:54 wwn-0x5000c500786dbcbc-part1 -> ../../sda1
  68. lrwxrwxrwx 1 root root 10 Nov 12 02:54 wwn-0x5000c500786dbcbc-part2 -> ../../sda2
  69. lrwxrwxrwx 1 root root 10 Nov 12 02:54 wwn-0x5000c500786dbcbc-part3 -> ../../sda3
  70. lrwxrwxrwx 1 root root 10 Nov 12 02:54 wwn-0x5000c500786dbcbc-part4 -> ../../sda4
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/sda4 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  74. =========================== sda4/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,msdos4'
  137. if [ x$feature_platform_search_hint = xy ]; then
  138. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  139. else
  140. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  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=en_US
  150. insmod gettext
  151. fi
  152. terminal_output gfxterm
  153. if [ "${recordfail}" = 1 ] ; then
  154. set timeout=10
  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-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  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,msdos4'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  211. else
  212. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  213. fi
  214. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 ro quiet splash $vt_handoff
  215. initrd /boot/initrd.img-4.4.0-47-generic
  216. }
  217. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  218. menuentry 'Ubuntu, with Linux 4.4.0-47-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-advanced-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  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,msdos4'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  229. else
  230. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  231. fi
  232. echo 'Loading Linux 4.4.0-47-generic ...'
  233. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 ro quiet splash $vt_handoff
  234. echo 'Loading initial ramdisk ...'
  235. initrd /boot/initrd.img-4.4.0-47-generic
  236. }
  237. menuentry 'Ubuntu, with Linux 4.4.0-47-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-init-upstart-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  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,msdos4'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  248. else
  249. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  250. fi
  251. echo 'Loading Linux 4.4.0-47-generic ...'
  252. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 ro quiet splash $vt_handoff init=/sbin/upstart
  253. echo 'Loading initial ramdisk ...'
  254. initrd /boot/initrd.img-4.4.0-47-generic
  255. }
  256. menuentry 'Ubuntu, with Linux 4.4.0-47-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-recovery-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  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,msdos4'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  266. else
  267. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  268. fi
  269. echo 'Loading Linux 4.4.0-47-generic ...'
  270. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 ro recovery nomodeset
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-4.4.0-47-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-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  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,msdos4'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  285. else
  286. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  287. fi
  288. echo 'Loading Linux 4.4.0-31-generic ...'
  289. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 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-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  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,msdos4'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  304. else
  305. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  306. fi
  307. echo 'Loading Linux 4.4.0-31-generic ...'
  308. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 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-4c0b76ea-d6f7-4e80-9d08-0737647b88a1' {
  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,msdos4'
  320. if [ x$feature_platform_search_hint = xy ]; then
  321. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  322. else
  323. search --no-floppy --fs-uuid --set=root 4c0b76ea-d6f7-4e80-9d08-0737647b88a1
  324. fi
  325. echo 'Loading Linux 4.4.0-31-generic ...'
  326. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 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/30_os-prober ###
  335. ### END /etc/grub.d/30_os-prober ###
  336. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  337. ### END /etc/grub.d/30_uefi-firmware ###
  338. ### BEGIN /etc/grub.d/40_custom ###
  339. # This file provides an easy way to add custom menu entries. Simply type the
  340. # menu entries you want to add after this comment. Be careful not to change
  341. # the 'exec tail' line above.
  342. ### END /etc/grub.d/40_custom ###
  343. ### BEGIN /etc/grub.d/41_custom ###
  344. if [ -f ${config_directory}/custom.cfg ]; then
  345. source ${config_directory}/custom.cfg
  346. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  347. source $prefix/custom.cfg;
  348. fi
  349. ### END /etc/grub.d/41_custom ###
  350. --------------------------------------------------------------------------------
  351. =============================== sda4/etc/fstab: ================================
  352. --------------------------------------------------------------------------------
  353. # /etc/fstab: static file system information.
  354. #
  355. # Use 'blkid' to print the universally unique identifier for a
  356. # device; this may be used with UUID= as a more robust way to name devices
  357. # that works even if disks are added and removed. See fstab(5).
  358. #
  359. # <file system> <mount point> <type> <options> <dump> <pass>
  360. # / was on /dev/sda4 during installation
  361. UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 / ext4 errors=remount-ro 0 1
  362. # swap was on /dev/sda3 during installation
  363. UUID=311fa428-1858-4095-a639-c8004c55e6e6 none swap sw 0 0
  364. --------------------------------------------------------------------------------
  365. =================== sda4: Location of files loaded by Grub: ====================
  366. GiB - GB File Fragment(s)
  367. 314.805583954 = 338.019921920 boot/grub/grub.cfg 1
  368. 315.015201569 = 338.244997120 boot/grub/i386-pc/core.img 1
  369. 111.596405029 = 119.825727488 boot/vmlinuz-4.4.0-31-generic 2
  370. 112.513401031 = 120.810344448 boot/vmlinuz-4.4.0-47-generic 1
  371. 112.513401031 = 120.810344448 vmlinuz 1
  372. 111.596405029 = 119.825727488 vmlinuz.old 2
  373. 111.984371185 = 120.242302976 boot/initrd.img-4.4.0-31-generic 2
  374. 112.716167450 = 121.028063232 boot/initrd.img-4.4.0-47-generic 3
  375. 112.716167450 = 121.028063232 initrd.img 3
  376. 111.984371185 = 120.242302976 initrd.img.old 2
  377. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  378. Unknown BootLoader on sda1
  379. 00000000 02 88 6c 0d fb 94 b6 13 6d 85 28 6b 69 64 ae db |..l.....m.(kid..|
  380. 00000010 5e f3 26 8b 0b f0 fa 8f cb 30 da c6 cd 99 ca 0d |^.&......0......|
  381. 00000020 53 9f d9 13 42 2c c3 ee 1e a8 96 91 4a 72 d9 bd |S...B,......Jr..|
  382. 00000030 c2 d3 81 78 2a cb bd 13 a9 96 68 7e 9a 65 ba fe |...x*.....h~.e..|
  383. 00000040 c5 c1 6d 7f e3 a5 8c 65 70 72 38 16 7d f3 0d bb |..m....epr8.}...|
  384. 00000050 bc 59 af fc 77 9c c5 0d 9b 12 e0 8d 18 76 8b 0a |.Y..w........v..|
  385. 00000060 f9 0d 0d a4 0f 08 de 82 4e 32 c8 54 36 1a 61 36 |........N2.T6.a6|
  386. 00000070 e0 74 ae 9d 84 5e 9c e5 43 4a a9 fd e5 34 77 4b |.t...^..CJ...4wK|
  387. 00000080 76 24 1f f9 15 a6 18 53 48 a4 a6 2a f3 fd b6 c8 |v$.....SH..*....|
  388. 00000090 08 ba f2 18 48 f9 f1 31 e6 d8 a5 2c 7e b8 c1 db |....H..1...,~...|
  389. 000000a0 b6 5c 48 41 f7 41 94 46 ef 84 71 2a 4b 92 07 03 |.\HA.A.F..q*K...|
  390. 000000b0 b5 43 1e 66 95 ae 3a f0 79 be 00 b2 8e 5d ea ed |.C.f..:.y....]..|
  391. 000000c0 c3 21 e1 04 f8 2e 3d 17 1e 32 34 d1 e8 ea 0d 86 |.!....=..24.....|
  392. 000000d0 3c 7c da a3 4c ba dd 6a b2 cf f5 e9 5e 10 33 8d |<|..L..j....^.3.|
  393. 000000e0 b0 e8 6d fc e0 c0 0f 7f 0f 54 ea 05 69 42 ef ce |..m......T..iB..|
  394. 000000f0 e3 2b ae e0 98 76 ea 57 c8 95 e0 1d 19 0e bf dc |.+...v.W........|
  395. 00000100 4a 61 b2 9d 1c b7 de da 13 d4 81 65 d3 40 86 e5 |Ja.........e.@..|
  396. 00000110 97 4c f8 dd d3 42 c7 88 23 5d 2e 4c 6c 3a 16 42 |.L...B..#].Ll:.B|
  397. 00000120 b2 c9 86 c4 6b e9 b9 19 82 f5 e1 f8 7a 50 32 39 |....k.......zP29|
  398. 00000130 7f ed 62 66 fb 96 6c a0 df aa e9 56 9b 17 b8 2c |..bf..l....V...,|
  399. 00000140 bf 8a a8 c6 21 cc 13 89 0b 57 07 88 43 9f c6 df |....!....W..C...|
  400. 00000150 7d d5 07 9d de 12 83 92 8e ae 10 20 d8 e6 22 a8 |}.......... ..".|
  401. 00000160 a1 f1 21 82 1a 5d 94 df 86 3b 72 89 fc a2 d4 19 |..!..]...;r.....|
  402. 00000170 6a f2 f2 30 4f 7e 32 87 bc f6 0f 6e 66 6b 37 7b |j..0O~2....nfk7{|
  403. 00000180 8e 4c 9e 15 21 0d 7b 47 f5 0b 38 2c 8c 29 f1 55 |.L..!.{G..8,.).U|
  404. 00000190 35 eb d5 d6 3d ac 60 9a fd 0c d7 ae 99 2f 1c e0 |5...=.`....../..|
  405. 000001a0 f4 26 72 66 a5 1b 5b af 6a 48 58 4a 85 9b 69 c7 |.&rf..[.jHXJ..i.|
  406. 000001b0 55 95 10 58 a3 f4 41 40 4f 9d 00 33 48 9d 75 38 |[email protected]|
  407. 000001c0 12 69 05 ee 0b 27 84 fe f3 e5 50 0d 4a ce 10 33 |.i...'....P.J..3|
  408. 000001d0 14 22 98 e2 33 f2 53 9a 8c ba d2 a0 0f e2 f9 0c |."..3.S.........|
  409. 000001e0 32 d6 7d 1b f4 ad d7 c9 76 a6 2a 6e 07 e6 53 51 |2.}.....v.*n..SQ|
  410. 000001f0 23 27 c8 55 88 4a 84 a8 ce 83 f3 98 45 1a 00 04 |#'.U.J......E...|
  411. 00000200
  412. Unknown BootLoader on sda2
  413. 00000000 b7 84 9e e2 ff 07 7e 81 c5 3d ba 85 8d 0b 26 e5 |......~..=....&.|
  414. 00000010 52 d8 ae 0a 35 6f 84 9e 6e ea 39 ea e6 90 69 7b |R...5o..n.9...i{|
  415. 00000020 71 81 b7 20 3d 2c 85 a3 52 69 56 69 26 ae a9 c0 |q.. =,..RiVi&...|
  416. 00000030 8c 38 b4 c6 b9 09 bf 19 83 86 42 0c b4 40 3b a9 |.8........B..@;.|
  417. 00000040 65 f1 bd 91 c2 12 cf ab 76 2f 6c 75 37 5c 02 e0 |e.......v/lu7\..|
  418. 00000050 61 90 c9 62 22 6f 14 4a 56 44 41 7c 88 2d b4 f2 |a..b"o.JVDA|.-..|
  419. 00000060 99 c3 01 8e 92 49 20 36 72 e3 ba fb 7d 0c 95 13 |.....I 6r...}...|
  420. 00000070 7c f2 d5 d8 a1 cf bd c5 b0 67 c3 26 74 ef e7 4c ||........g.&t..L|
  421. 00000080 83 60 df bc 8c 9e 26 14 6a a5 12 39 9b 4d c7 8b |.`....&.j..9.M..|
  422. 00000090 7a e3 1c 0c 09 6a 11 cc 11 b7 d0 bf 63 ad 70 bf |z....j......c.p.|
  423. 000000a0 3d b3 72 65 c4 a1 ae fa 50 9d b3 0b 8c fc 3c f2 |=.re....P.....<.|
  424. 000000b0 d1 c2 f7 25 07 ab 45 b2 48 9c a3 95 88 a1 1d 65 |...%..E.H......e|
  425. 000000c0 7d a8 2b 95 e8 86 ed 3a 06 88 36 6a 5e 04 e4 1f |}.+....:..6j^...|
  426. 000000d0 d4 21 1c d3 45 db cf ed 63 94 8d 40 0d 16 5a 1a |[email protected].|
  427. 000000e0 ae 2f 1f b2 cd f8 93 c2 cb bf 23 df 9a 0c ca 7f |./........#.....|
  428. 000000f0 02 4e 02 a8 65 ce 67 9e 49 ed 27 1e 57 15 0e e5 |.N..e.g.I.'.W...|
  429. 00000100 cd af 61 5d 92 bc da b1 3b 71 61 c7 29 67 62 e8 |..a]....;qa.)gb.|
  430. 00000110 f7 53 40 c5 ab 7a 77 1c d3 77 31 fe e9 c6 bc 6b |[email protected]|
  431. 00000120 c0 d8 0e 80 b9 82 6b eb c2 0f 04 87 e1 32 37 50 |......k......27P|
  432. 00000130 d8 07 20 e5 94 ac 7c 37 61 b1 a2 34 ce b5 a8 ad |.. ...|7a..4....|
  433. 00000140 f4 5e 54 d6 5c 70 10 17 69 74 86 13 82 2f dc 5a |.^T.\p..it.../.Z|
  434. 00000150 4d ee 11 96 db 80 ff 6b a4 89 94 da 6d 6c 11 ab |M......k....ml..|
  435. 00000160 1b b0 38 81 39 b0 11 cc b5 80 e7 6f b1 7c c0 4f |..8.9......o.|.O|
  436. 00000170 e8 6c 00 bb ae a1 c3 4f 05 12 bb 72 39 53 ae 86 |.l.....O...r9S..|
  437. 00000180 c0 b5 0f f3 fa e4 fe 8c a6 81 a2 d4 eb 76 d0 3f |.............v.?|
  438. 00000190 33 ce ae cc e4 90 48 f4 28 4d 1d ec 81 21 39 09 |3.....H.(M...!9.|
  439. 000001a0 03 b9 ee 5e 86 d2 28 a8 85 cc 4b a8 99 4b 24 b4 |...^..(...K..K$.|
  440. 000001b0 e3 21 e5 73 a5 69 c1 57 04 d9 d7 43 a2 50 f5 23 |.!.s.i.W...C.P.#|
  441. 000001c0 2c de fb 66 02 69 7b 64 4c 4e 2c 82 2a 6e cf 76 |,..f.i{dLN,.*n.v|
  442. 000001d0 8d d6 c4 ec 66 8a c7 2b d3 58 99 c8 d0 b2 c2 0c |....f..+.X......|
  443. 000001e0 8a af 69 fc 6f 81 73 b2 2f 4c bc fc 6d 8f d7 76 |..i.o.s./L..m..v|
  444. 000001f0 ed e8 c4 a8 a5 af 6e 10 96 f9 31 f0 16 d9 2f 50 |......n...1.../P|
  445. 00000200
  446. ADDITIONAL INFORMATION :
  447. =================== log of boot-repair 2016-11-12__02h48 ===================
  448. boot-repair version : 4ppa38
  449. boot-sav version : 4ppa38
  450. glade2script version : 3.2.3~ppa1
  451. boot-sav-extra version : 4ppa38
  452. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  453. CPU op-mode(s): 32-bit, 64-bit
  454. BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic root=UUID=4c0b76ea-d6f7-4e80-9d08-0737647b88a1 ro quiet splash vt.handoff=7
  455. NTFS signature is missing.
  456. Failed to mount '/dev/sda1': Invalid argument
  457. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  458. Maybe the wrong device is used? Or the whole disk instead of a
  459. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  460. mount /dev/sda1 : Error code 12
  461. mount -r /dev/sda1 /mnt/boot-sav/sda1
  462. NTFS signature is missing.
  463. Failed to mount '/dev/sda1': Invalid argument
  464. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  465. Maybe the wrong device is used? Or the whole disk instead of a
  466. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  467. mount -r /dev/sda1 : Error code 12
  468. NTFS signature is missing.
  469. Failed to mount '/dev/sda2': Invalid argument
  470. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  471. Maybe the wrong device is used? Or the whole disk instead of a
  472. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  473. mount /dev/sda2 : Error code 12
  474. mount -r /dev/sda2 /mnt/boot-sav/sda2
  475. NTFS signature is missing.
  476. Failed to mount '/dev/sda2': Invalid argument
  477. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  478. Maybe the wrong device is used? Or the whole disk instead of a
  479. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  480. mount -r /dev/sda2 : Error code 12
  481. =================== os-prober:
  482. /dev/sda4:The OS now in use - Ubuntu 16.04.1 LTS CurrentSession:linux
  483. =================== blkid:
  484. /dev/sda3: UUID="311fa428-1858-4095-a639-c8004c55e6e6" TYPE="swap" PARTUUID="87748d7e-03"
  485. /dev/sda4: UUID="4c0b76ea-d6f7-4e80-9d08-0737647b88a1" TYPE="ext4" PARTUUID="87748d7e-04"
  486. /dev/sda1: PARTUUID="87748d7e-01"
  487. /dev/sda2: PARTUUID="87748d7e-02"
  488. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  489. NTFS signature is missing.
  490. Failed to mount '/dev/sda1': Invalid argument
  491. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  492. Maybe the wrong device is used? Or the whole disk instead of a
  493. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  494. mount /dev/sda1 : Error code 12
  495. mount -r /dev/sda1 /mnt/boot-sav/sda1
  496. NTFS signature is missing.
  497. Failed to mount '/dev/sda1': Invalid argument
  498. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  499. Maybe the wrong device is used? Or the whole disk instead of a
  500. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  501. mount -r /dev/sda1 : Error code 12
  502. NTFS signature is missing.
  503. Failed to mount '/dev/sda2': Invalid argument
  504. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  505. Maybe the wrong device is used? Or the whole disk instead of a
  506. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  507. mount /dev/sda2 : Error code 12
  508. mount -r /dev/sda2 /mnt/boot-sav/sda2
  509. NTFS signature is missing.
  510. Failed to mount '/dev/sda2': Invalid argument
  511. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  512. Maybe the wrong device is used? Or the whole disk instead of a
  513. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  514. mount -r /dev/sda2 : Error code 12
  515. =================== /etc/grub.d/ :
  516. drwxr-xr-x 2 root root 4096 Nov 12 02:33 grub.d
  517. drwxr-xr-x 2 root root 4096 Nov 12 02:29 grub.d.bak
  518. total 72
  519. -rwxr-xr-x 1 root root 9791 Jul 22 20:09 00_header
  520. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  521. -rwxr-xr-x 1 root root 12261 Jul 22 20:09 10_linux
  522. -rwxr-xr-x 1 root root 11082 Jul 22 20:09 20_linux_xen
  523. -rwxr-xr-x 1 root root 11692 Jul 22 20:09 30_os-prober
  524. -rwxr-xr-x 1 root root 1418 Jul 22 20:09 30_uefi-firmware
  525. -rwxr-xr-x 1 root root 214 Jul 22 20:09 40_custom
  526. -rwxr-xr-x 1 root root 216 Jul 22 20:09 41_custom
  527. -rw-r--r-- 1 root root 483 Jul 22 20:09 README
  528. =================== /etc/default/grub :
  529. # If you change this file, run 'update-grub' afterwards to update
  530. # /boot/grub/grub.cfg.
  531. # For full documentation of the options in this file, see:
  532. # info -f grub -n 'Simple configuration'
  533. GRUB_DEFAULT=0
  534. #GRUB_HIDDEN_TIMEOUT=0
  535. GRUB_HIDDEN_TIMEOUT_QUIET=true
  536. GRUB_TIMEOUT=10
  537. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  538. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  539. GRUB_CMDLINE_LINUX=""
  540. # Uncomment to enable BadRAM filtering, modify to suit your needs
  541. # This works with Linux (no patch required) and with any kernel that obtains
  542. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  543. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  544. # Uncomment to disable graphical terminal (grub-pc only)
  545. #GRUB_TERMINAL=console
  546. # The resolution used on graphical terminal
  547. # note that you can use only modes which your graphic card supports via VBE
  548. # you can see them in real GRUB with the command `vbeinfo'
  549. #GRUB_GFXMODE=640x480
  550. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  551. #GRUB_DISABLE_LINUX_UUID=true
  552. # Uncomment to disable generation of recovery mode menu entries
  553. #GRUB_DISABLE_RECOVERY="true"
  554. # Uncomment to get a beep at grub start
  555. #GRUB_INIT_TUNE="480 440 1"
  556. =================== UEFI/Legacy mode:
  557. This installed-session is not in EFI-mode.
  558. SecureBoot disabled.
  559. =================== PARTITIONS & DISKS:
  560. sda4 : 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, .
  561. 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, /mnt/boot-sav/sda1.
  562. sda2 : 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, /mnt/boot-sav/sda2.
  563. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  564. =================== parted -l:
  565. Model: ATA ST500LT012-1DG14 (scsi)
  566. Disk /dev/sda: 500GB
  567. Sector size (logical/physical): 512B/4096B
  568. Partition Table: msdos
  569. Disk Flags:
  570. Number Start End Size Type File system Flags
  571. 1 1049kB 107GB 107GB primary boot
  572. 2 107GB 111GB 3274MB primary
  573. 3 111GB 119GB 8193MB primary linux-swap(v1)
  574. 4 119GB 500GB 381GB primary ext4
  575. =================== parted -lm:
  576. BYT;
  577. /dev/sda:500GB:scsi:512:4096:msdos:ATA ST500LT012-1DG14:;
  578. 1:1049kB:107GB:107GB:::boot;
  579. 2:107GB:111GB:3274MB:::;
  580. 3:111GB:119GB:8193MB:linux-swap(v1)::;
  581. 4:119GB:500GB:381GB:ext4::;
  582. =================== lsblk:
  583. KNAME TYPE FSTYPE SIZE LABEL
  584. sda disk 465.8G
  585. sda1 part 100G
  586. sda2 part 3.1G
  587. sda3 part swap 7.6G
  588. sda4 part ext4 355.1G
  589. sr0 rom 1024M
  590. KNAME ROTA RO RM STATE MOUNTPOINT
  591. sda 1 0 0 running
  592. sda1 1 0 0
  593. sda2 1 0 0
  594. sda3 1 0 0 [SWAP]
  595. sda4 1 0 0 /
  596. sr0 1 0 1 running
  597. =================== mount:
  598. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  599. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  600. udev on /dev type devtmpfs (rw,nosuid,relatime,size=8135936k,nr_inodes=2033984,mode=755)
  601. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  602. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1631088k,mode=755)
  603. /dev/sda4 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  604. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  605. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  606. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  607. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  608. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  609. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  610. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  611. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  612. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  613. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  614. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  615. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  616. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  617. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  618. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  619. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  620. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  621. mqueue on /dev/mqueue type mqueue (rw,relatime)
  622. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  623. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  624. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  625. tmpfs on /run/user/108 type tmpfs (rw,nosuid,nodev,relatime,size=1631088k,mode=700,uid=108,gid=114)
  626. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1631088k,mode=700,uid=1000,gid=1000)
  627. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  628. =================== ls:
  629. /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 sda4 size slaves stat subsystem trace uevent
  630. /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
  631. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fd freefall full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg kvm 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 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  632. ls /dev/mapper: control
  633. ls: cannot access '': No such file or directory
  634. =================== df -Th:
  635. Filesystem Type Size Used Avail Use% Mounted on
  636. udev devtmpfs 7.8G 0 7.8G 0% /dev
  637. tmpfs tmpfs 1.6G 9.5M 1.6G 1% /run
  638. /dev/sda4 ext4 350G 4.1G 328G 2% /
  639. tmpfs tmpfs 7.8G 224K 7.8G 1% /dev/shm
  640. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  641. tmpfs tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
  642. tmpfs tmpfs 1.6G 4.0K 1.6G 1% /run/user/108
  643. tmpfs tmpfs 1.6G 44K 1.6G 1% /run/user/1000
  644. =================== fdisk -l:
  645. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 64 MiB, 67108864 bytes, 131072 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. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  662. Units: sectors of 1 * 512 = 512 bytes
  663. Sector size (logical/physical): 512 bytes / 4096 bytes
  664. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  665. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  666. Units: sectors of 1 * 512 = 512 bytes
  667. Sector size (logical/physical): 512 bytes / 4096 bytes
  668. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  669. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  670. Units: sectors of 1 * 512 = 512 bytes
  671. Sector size (logical/physical): 512 bytes / 4096 bytes
  672. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  673. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  674. Units: sectors of 1 * 512 = 512 bytes
  675. Sector size (logical/physical): 512 bytes / 4096 bytes
  676. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  677. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  678. Units: sectors of 1 * 512 = 512 bytes
  679. Sector size (logical/physical): 512 bytes / 4096 bytes
  680. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  681. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  682. Units: sectors of 1 * 512 = 512 bytes
  683. Sector size (logical/physical): 512 bytes / 4096 bytes
  684. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  685. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  686. Units: sectors of 1 * 512 = 512 bytes
  687. Sector size (logical/physical): 512 bytes / 4096 bytes
  688. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  689. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  690. Units: sectors of 1 * 512 = 512 bytes
  691. Sector size (logical/physical): 512 bytes / 4096 bytes
  692. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  693. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  694. Units: sectors of 1 * 512 = 512 bytes
  695. Sector size (logical/physical): 512 bytes / 4096 bytes
  696. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  697. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  698. Units: sectors of 1 * 512 = 512 bytes
  699. Sector size (logical/physical): 512 bytes / 4096 bytes
  700. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  701. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  702. Units: sectors of 1 * 512 = 512 bytes
  703. Sector size (logical/physical): 512 bytes / 4096 bytes
  704. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  705. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  706. Units: sectors of 1 * 512 = 512 bytes
  707. Sector size (logical/physical): 512 bytes / 4096 bytes
  708. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  709. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  710. Units: sectors of 1 * 512 = 512 bytes
  711. Sector size (logical/physical): 512 bytes / 4096 bytes
  712. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  713. Disklabel type: dos
  714. Disk identifier: 0x87748d7e
  715. Device Boot Start End Sectors Size Id Type
  716. /dev/sda1 * 2048 209717247 209715200 100G 7 HPFS/NTFS/exFAT
  717. /dev/sda2 209717248 216111103 6393856 3.1G 7 HPFS/NTFS/exFAT
  718. /dev/sda3 216111104 232112127 16001024 7.6G 82 Linux swap / Solaris
  719. /dev/sda4 232112128 976771071 744658944 355.1G 83 Linux
  720. =================== Recommended repair
  721. The default repair of the Boot-Repair utility will purge (in order to) and reinstall the grub2 of sda4 into the MBR of sda.
  722. Additional repair will be performed: unhide-bootmenu-10s
  723. apt-get -y --force-yes update
  724. Purge the GRUB of sda4
  725. grub-pc available
  726. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 236 not upgraded.
  727. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  728. DEBCHECK debOK, grub-pc
  729. DEBCHECK debOK
  730. shim-signed available
  731. linux-signed-generic available
  732. Please type: sudo dpkg --configure -ansudo apt-get install -fynsudo apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
  733. Then type: sudo apt-get install -y --force-yes grub-pc linux-generic
  734. =================== /etc/grub.d/ :
  735. drwxr-xr-x 2 root root 4096 Nov 12 02:51 grub.d
  736. drwxr-xr-x 2 root root 4096 Nov 12 02:29 grub.d.bak
  737. total 72
  738. -rwxr-xr-x 1 root root 9791 Jul 22 20:09 00_header
  739. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  740. -rwxr-xr-x 1 root root 12261 Jul 22 20:09 10_linux
  741. -rwxr-xr-x 1 root root 11082 Jul 22 20:09 20_linux_xen
  742. -rwxr-xr-x 1 root root 11692 Jul 22 20:09 30_os-prober
  743. -rwxr-xr-x 1 root root 1418 Jul 22 20:09 30_uefi-firmware
  744. -rwxr-xr-x 1 root root 214 Jul 22 20:09 40_custom
  745. -rwxr-xr-x 1 root root 216 Jul 22 20:09 41_custom
  746. -rw-r--r-- 1 root root 483 Jul 22 20:09 README
  747. =================== /etc/default/grub :
  748. # If you change this file, run 'update-grub' afterwards to update
  749. # /boot/grub/grub.cfg.
  750. # For full documentation of the options in this file, see:
  751. # info -f grub -n 'Simple configuration'
  752. GRUB_DEFAULT=0
  753. GRUB_HIDDEN_TIMEOUT=0
  754. GRUB_HIDDEN_TIMEOUT_QUIET=true
  755. GRUB_TIMEOUT=10
  756. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  757. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  758. GRUB_CMDLINE_LINUX=""
  759. # Uncomment to enable BadRAM filtering, modify to suit your needs
  760. # This works with Linux (no patch required) and with any kernel that obtains
  761. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  762. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  763. # Uncomment to disable graphical terminal (grub-pc only)
  764. #GRUB_TERMINAL=console
  765. # The resolution used on graphical terminal
  766. # note that you can use only modes which your graphic card supports via VBE
  767. # you can see them in real GRUB with the command `vbeinfo'
  768. #GRUB_GFXMODE=640x480
  769. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  770. #GRUB_DISABLE_LINUX_UUID=true
  771. # Uncomment to disable generation of recovery mode menu entries
  772. #GRUB_DISABLE_RECOVERY="true"
  773. # Uncomment to get a beep at grub start
  774. #GRUB_INIT_TUNE="480 440 1"
  775. Unhide GRUB boot menu in sda4/etc/default/grub
  776. =================== /etc/grub.d/ :
  777. drwxr-xr-x 2 root root 4096 Nov 12 02:51 grub.d
  778. drwxr-xr-x 2 root root 4096 Nov 12 02:29 grub.d.bak
  779. total 72
  780. -rwxr-xr-x 1 root root 9791 Jul 22 20:09 00_header
  781. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  782. -rwxr-xr-x 1 root root 12261 Jul 22 20:09 10_linux
  783. -rwxr-xr-x 1 root root 11082 Jul 22 20:09 20_linux_xen
  784. -rwxr-xr-x 1 root root 11692 Jul 22 20:09 30_os-prober
  785. -rwxr-xr-x 1 root root 1418 Jul 22 20:09 30_uefi-firmware
  786. -rwxr-xr-x 1 root root 214 Jul 22 20:09 40_custom
  787. -rwxr-xr-x 1 root root 216 Jul 22 20:09 41_custom
  788. -rw-r--r-- 1 root root 483 Jul 22 20:09 README
  789. =================== /etc/default/grub :
  790. # If you change this file, run 'update-grub' afterwards to update
  791. # /boot/grub/grub.cfg.
  792. # For full documentation of the options in this file, see:
  793. # info -f grub -n 'Simple configuration'
  794. GRUB_DEFAULT=0
  795. #GRUB_HIDDEN_TIMEOUT=0
  796. GRUB_HIDDEN_TIMEOUT_QUIET=true
  797. GRUB_TIMEOUT=10
  798. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  799. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  800. GRUB_CMDLINE_LINUX=""
  801. # Uncomment to enable BadRAM filtering, modify to suit your needs
  802. # This works with Linux (no patch required) and with any kernel that obtains
  803. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  804. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  805. # Uncomment to disable graphical terminal (grub-pc only)
  806. #GRUB_TERMINAL=console
  807. # The resolution used on graphical terminal
  808. # note that you can use only modes which your graphic card supports via VBE
  809. # you can see them in real GRUB with the command `vbeinfo'
  810. #GRUB_GFXMODE=640x480
  811. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  812. #GRUB_DISABLE_LINUX_UUID=true
  813. # Uncomment to disable generation of recovery mode menu entries
  814. #GRUB_DISABLE_RECOVERY="true"
  815. # Uncomment to get a beep at grub start
  816. #GRUB_INIT_TUNE="480 440 1"
  817. *******lspci -nnk | grep -iA3 vga
  818. 00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
  819. DeviceName: 64
  820. Subsystem: Hewlett-Packard Company 4th Gen Core Processor Integrated Graphics Controller [103c:1944]
  821. Kernel driver in use: i915
  822. *******
  823. grub-install --version
  824. grub-install (GRUB) 2.02~beta2-36ubuntu3.2,grub-install (GRUB) 2.
  825. Reinstall the GRUB of sda4 into the MBR of sda
  826. Installing for i386-pc platform.
  827. Installation finished. No error reported.
  828. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  829. update-grub
  830. Generating grub configuration file ...
  831. Found linux image: /boot/vmlinuz-4.4.0-47-generic
  832. Found initrd image: /boot/initrd.img-4.4.0-47-generic
  833. Found linux image: /boot/vmlinuz-4.4.0-31-generic
  834. Found initrd image: /boot/initrd.img-4.4.0-31-generic
  835. NTFS signature is missing.
  836. Failed to mount '/dev/sda1': Invalid argument
  837. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  838. Maybe the wrong device is used? Or the whole disk instead of a
  839. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  840. mount /dev/sda1 : Error code 12
  841. mount -r /dev/sda1 /mnt/boot-sav/sda1
  842. NTFS signature is missing.
  843. Failed to mount '/dev/sda1': Invalid argument
  844. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  845. Maybe the wrong device is used? Or the whole disk instead of a
  846. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  847. mount -r /dev/sda1 : Error code 12
  848. NTFS signature is missing.
  849. Failed to mount '/dev/sda2': Invalid argument
  850. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  851. Maybe the wrong device is used? Or the whole disk instead of a
  852. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  853. mount /dev/sda2 : Error code 12
  854. mount -r /dev/sda2 /mnt/boot-sav/sda2
  855. NTFS signature is missing.
  856. Failed to mount '/dev/sda2': Invalid argument
  857. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  858. Maybe the wrong device is used? Or the whole disk instead of a
  859. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  860. mount -r /dev/sda2 : Error code 12
  861. Unhide GRUB boot menu in sda4/boot/grub/grub.cfg
  862. Boot successfully repaired.
  863. You can now reboot your computer.
  864. 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)
  865. paste.ubuntu.com ko (), using paste.debian
  866. paste.debian.net ko (), using paste2