1. Boot Info Script 0.61 [1 April 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) 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. in partition 97 for .
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Ubuntu 16.04.1 LTS
  11. Boot files: /boot/grub/grub.cfg /etc/fstab
  12. sda2: __________________________________________________________________________
  13. File system: Extended Partition
  14. Boot sector type: Unknown
  15. Boot sector info:
  16. sda5: __________________________________________________________________________
  17. File system: swap
  18. Boot sector type: -
  19. Boot sector info:
  20. ============================ Drive/Partition Info: =============================
  21. Drive: sda _____________________________________________________________________
  22. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  23. Units: sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 512 bytes
  26. Disklabel type: dos
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 * 2,048 455,012,351 455,010,304 83 Linux
  29. /dev/sda2 455,014,398 488,396,799 33,382,402 5 Extended
  30. /dev/sda5 455,014,400 488,396,799 33,382,400 82 Linux swap / Solaris
  31. "blkid" output: ________________________________________________________________
  32. Device UUID TYPE LABEL
  33. /dev/sda1 02e84177-60c5-43fe-828a-7a11f80c4181 ext4
  34. /dev/sda5 e7cff12b-b34d-44d9-a223-1c6c46ad740b swap
  35. ================================ Mount points: =================================
  36. Device Mount_Point Type Options
  37. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  38. =========================== sda1/boot/grub/grub.cfg: ===========================
  39. --------------------------------------------------------------------------------
  40. #
  41. # DO NOT EDIT THIS FILE
  42. #
  43. # It is automatically generated by grub-mkconfig using templates
  44. # from /etc/grub.d and settings from /etc/default/grub
  45. #
  46. ### BEGIN /etc/grub.d/00_header ###
  47. if [ -s $prefix/grubenv ]; then
  48. set have_grubenv=true
  49. load_env
  50. fi
  51. if [ "${next_entry}" ] ; then
  52. set default="${next_entry}"
  53. set next_entry=
  54. save_env next_entry
  55. set boot_once=true
  56. else
  57. set default="0"
  58. fi
  59. if [ x"${feature_menuentry_id}" = xy ]; then
  60. menuentry_id_option="--id"
  61. else
  62. menuentry_id_option=""
  63. fi
  64. export menuentry_id_option
  65. if [ "${prev_saved_entry}" ]; then
  66. set saved_entry="${prev_saved_entry}"
  67. save_env saved_entry
  68. set prev_saved_entry=
  69. save_env prev_saved_entry
  70. set boot_once=true
  71. fi
  72. function savedefault {
  73. if [ -z "${boot_once}" ]; then
  74. saved_entry="${chosen}"
  75. save_env saved_entry
  76. fi
  77. }
  78. function recordfail {
  79. set recordfail=1
  80. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  81. }
  82. function load_video {
  83. if [ x$feature_all_video_module = xy ]; then
  84. insmod all_video
  85. else
  86. insmod efi_gop
  87. insmod efi_uga
  88. insmod ieee1275_fb
  89. insmod vbe
  90. insmod vga
  91. insmod video_bochs
  92. insmod video_cirrus
  93. fi
  94. }
  95. if [ x$feature_default_font_path = xy ] ; then
  96. font=unicode
  97. else
  98. insmod part_msdos
  99. insmod ext2
  100. set root='hd0,msdos1'
  101. if [ x$feature_platform_search_hint = xy ]; then
  102. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  103. else
  104. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  105. fi
  106. font="/usr/share/grub/unicode.pf2"
  107. fi
  108. if loadfont $font ; then
  109. set gfxmode=auto
  110. load_video
  111. insmod gfxterm
  112. set locale_dir=$prefix/locale
  113. set lang=en_GB
  114. insmod gettext
  115. fi
  116. terminal_output gfxterm
  117. if [ "${recordfail}" = 1 ] ; then
  118. set timeout=30
  119. else
  120. if [ x$feature_timeout_style = xy ] ; then
  121. set timeout_style=menu
  122. set timeout=10
  123. # Fallback normal timeout code in case the timeout_style feature is
  124. # unavailable.
  125. else
  126. set timeout=10
  127. fi
  128. fi
  129. ### END /etc/grub.d/00_header ###
  130. ### BEGIN /etc/grub.d/05_debian_theme ###
  131. set menu_color_normal=white/black
  132. set menu_color_highlight=black/light-gray
  133. if background_color 44,0,30,0; then
  134. clear
  135. fi
  136. ### END /etc/grub.d/05_debian_theme ###
  137. ### BEGIN /etc/grub.d/10_linux ###
  138. function gfxmode {
  139. set gfxpayload="${1}"
  140. if [ "${1}" = "keep" ]; then
  141. set vt_handoff=vt.handoff=7
  142. else
  143. set vt_handoff=
  144. fi
  145. }
  146. if [ "${recordfail}" != 1 ]; then
  147. if [ -e ${prefix}/gfxblacklist.txt ]; then
  148. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  149. if [ ${match} = 0 ]; then
  150. set linux_gfx_mode=keep
  151. else
  152. set linux_gfx_mode=text
  153. fi
  154. else
  155. set linux_gfx_mode=text
  156. fi
  157. else
  158. set linux_gfx_mode=keep
  159. fi
  160. else
  161. set linux_gfx_mode=text
  162. fi
  163. export linux_gfx_mode
  164. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-02e84177-60c5-43fe-828a-7a11f80c4181' {
  165. recordfail
  166. load_video
  167. gfxmode $linux_gfx_mode
  168. insmod gzio
  169. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  170. insmod part_msdos
  171. insmod ext2
  172. set root='hd0,msdos1'
  173. if [ x$feature_platform_search_hint = xy ]; then
  174. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  175. else
  176. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  177. fi
  178. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=02e84177-60c5-43fe-828a-7a11f80c4181 ro quiet splash $vt_handoff
  179. initrd /boot/initrd.img-4.4.0-57-generic
  180. }
  181. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-02e84177-60c5-43fe-828a-7a11f80c4181' {
  182. menuentry 'Ubuntu, with Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-02e84177-60c5-43fe-828a-7a11f80c4181' {
  183. recordfail
  184. load_video
  185. gfxmode $linux_gfx_mode
  186. insmod gzio
  187. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  188. insmod part_msdos
  189. insmod ext2
  190. set root='hd0,msdos1'
  191. if [ x$feature_platform_search_hint = xy ]; then
  192. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  193. else
  194. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  195. fi
  196. echo 'Loading Linux 4.4.0-57-generic ...'
  197. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=02e84177-60c5-43fe-828a-7a11f80c4181 ro quiet splash $vt_handoff
  198. echo 'Loading initial ramdisk ...'
  199. initrd /boot/initrd.img-4.4.0-57-generic
  200. }
  201. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-init-upstart-02e84177-60c5-43fe-828a-7a11f80c4181' {
  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,msdos1'
  210. if [ x$feature_platform_search_hint = xy ]; then
  211. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  212. else
  213. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  214. fi
  215. echo 'Loading Linux 4.4.0-57-generic ...'
  216. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=02e84177-60c5-43fe-828a-7a11f80c4181 ro quiet splash $vt_handoff init=/sbin/upstart
  217. echo 'Loading initial ramdisk ...'
  218. initrd /boot/initrd.img-4.4.0-57-generic
  219. }
  220. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-02e84177-60c5-43fe-828a-7a11f80c4181' {
  221. recordfail
  222. load_video
  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,msdos1'
  228. if [ x$feature_platform_search_hint = xy ]; then
  229. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  230. else
  231. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  232. fi
  233. echo 'Loading Linux 4.4.0-57-generic ...'
  234. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=02e84177-60c5-43fe-828a-7a11f80c4181 ro recovery nomodeset
  235. echo 'Loading initial ramdisk ...'
  236. initrd /boot/initrd.img-4.4.0-57-generic
  237. }
  238. 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-02e84177-60c5-43fe-828a-7a11f80c4181' {
  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,msdos1'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  249. else
  250. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  251. fi
  252. echo 'Loading Linux 4.4.0-31-generic ...'
  253. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=02e84177-60c5-43fe-828a-7a11f80c4181 ro quiet splash $vt_handoff
  254. echo 'Loading initial ramdisk ...'
  255. initrd /boot/initrd.img-4.4.0-31-generic
  256. }
  257. 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-02e84177-60c5-43fe-828a-7a11f80c4181' {
  258. recordfail
  259. load_video
  260. gfxmode $linux_gfx_mode
  261. insmod gzio
  262. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  263. insmod part_msdos
  264. insmod ext2
  265. set root='hd0,msdos1'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  268. else
  269. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  270. fi
  271. echo 'Loading Linux 4.4.0-31-generic ...'
  272. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=02e84177-60c5-43fe-828a-7a11f80c4181 ro quiet splash $vt_handoff init=/sbin/upstart
  273. echo 'Loading initial ramdisk ...'
  274. initrd /boot/initrd.img-4.4.0-31-generic
  275. }
  276. 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-02e84177-60c5-43fe-828a-7a11f80c4181' {
  277. recordfail
  278. load_video
  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,msdos1'
  284. if [ x$feature_platform_search_hint = xy ]; then
  285. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 02e84177-60c5-43fe-828a-7a11f80c4181
  286. else
  287. search --no-floppy --fs-uuid --set=root 02e84177-60c5-43fe-828a-7a11f80c4181
  288. fi
  289. echo 'Loading Linux 4.4.0-31-generic ...'
  290. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=02e84177-60c5-43fe-828a-7a11f80c4181 ro recovery nomodeset
  291. echo 'Loading initial ramdisk ...'
  292. initrd /boot/initrd.img-4.4.0-31-generic
  293. }
  294. }
  295. ### END /etc/grub.d/10_linux ###
  296. ### BEGIN /etc/grub.d/20_linux_xen ###
  297. ### END /etc/grub.d/20_linux_xen ###
  298. ### BEGIN /etc/grub.d/30_os-prober ###
  299. ### END /etc/grub.d/30_os-prober ###
  300. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  301. ### END /etc/grub.d/30_uefi-firmware ###
  302. ### BEGIN /etc/grub.d/40_custom ###
  303. # This file provides an easy way to add custom menu entries. Simply type the
  304. # menu entries you want to add after this comment. Be careful not to change
  305. # the 'exec tail' line above.
  306. ### END /etc/grub.d/40_custom ###
  307. ### BEGIN /etc/grub.d/41_custom ###
  308. if [ -f ${config_directory}/custom.cfg ]; then
  309. source ${config_directory}/custom.cfg
  310. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  311. source $prefix/custom.cfg;
  312. fi
  313. ### END /etc/grub.d/41_custom ###
  314. --------------------------------------------------------------------------------
  315. =============================== sda1/etc/fstab: ================================
  316. --------------------------------------------------------------------------------
  317. # /etc/fstab: static file system information.
  318. #
  319. # Use 'blkid' to print the universally unique identifier for a
  320. # device; this may be used with UUID= as a more robust way to name devices
  321. # that works even if disks are added and removed. See fstab(5).
  322. #
  323. # <file system> <mount point> <type> <options> <dump> <pass>
  324. # / was on /dev/sda1 during installation
  325. UUID=02e84177-60c5-43fe-828a-7a11f80c4181 / ext4 errors=remount-ro 0 1
  326. # swap was on /dev/sda5 during installation
  327. UUID=e7cff12b-b34d-44d9-a223-1c6c46ad740b none swap sw 0 0
  328. --------------------------------------------------------------------------------
  329. =================== sda1: Location of files loaded by Grub: ====================
  330. GiB - GB File Fragment(s)
  331. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  332. Unknown BootLoader on sda2
  333. 00000000 13 a0 15 38 a7 de e7 15 0f dc 0f 83 c5 21 0c 27 |...8.........!.'|
  334. 00000010 0f 2e f1 1a 2c d2 60 8a a7 31 05 a7 0b c7 e7 d6 |....,.`..1......|
  335. 00000020 0f 52 a4 af 73 09 ce b6 a5 83 48 f6 4f 01 14 e8 |.R..s.....H.O...|
  336. 00000030 bb d5 43 f4 63 dc 99 06 97 03 48 62 76 25 dd cd |..C.c.....Hbv%..|
  337. 00000040 87 15 57 fd c0 c1 df 9d c1 bf a2 fd aa f9 b9 fa |..W.............|
  338. 00000050 b5 1a cc d3 76 31 f2 fa 95 c4 66 c6 7b c9 39 cc |....v1....f.{.9.|
  339. 00000060 fb fd fd 5c b5 5b e7 88 4e fa 60 80 a4 59 70 2a |...\.[..N.`..Yp*|
  340. 00000070 04 08 72 dc 6e 4c d8 86 d5 d8 e6 12 ab dd 37 88 |..r.nL........7.|
  341. 00000080 18 9e 95 b4 80 b2 7d 59 4f 73 3d 10 a6 91 b9 ca |......}YOs=.....|
  342. 00000090 d5 81 44 a9 b0 26 09 ca 52 aa 51 5c 26 f4 6d 61 |..D..&..R.Q\&.ma|
  343. 000000a0 fc 64 01 ef f1 ef 72 ee 01 aa 95 39 e6 fa 62 86 |.d....r....9..b.|
  344. 000000b0 b8 3d 45 c8 3a c8 b0 3b cc e7 98 2e 74 e4 3f 3a |.=E.:..;....t.?:|
  345. 000000c0 27 89 3b df 83 e4 ed 74 e3 88 05 75 da 68 8e 2d |'.;....t...u.h.-|
  346. 000000d0 40 a7 01 30 33 4f 33 9c 8e 2c 20 bf 93 21 9c dd |@..03O3.., ..!..|
  347. 000000e0 c5 32 37 68 dd c5 ba 01 bf 2c cb f4 00 d4 ac bb |.27h.....,......|
  348. 000000f0 ea cc ef 32 96 42 d4 a5 65 f7 c2 c3 5f d0 cf ad |...2.B..e..._...|
  349. 00000100 c5 65 d8 c9 b4 2d 88 03 69 44 c4 ec a0 77 fd a3 |.e...-..iD...w..|
  350. 00000110 c5 c3 80 f8 d6 b7 c6 d0 b7 87 09 c6 eb 1d a9 08 |................|
  351. 00000120 c6 42 45 0f 7b 29 27 89 62 21 da c5 c1 a4 b0 7e |.BE.{)'.b!.....~|
  352. 00000130 2a 9a 6a 49 3c 27 38 d7 38 a6 27 f8 fa 9d 23 9c |*.jI<'8.8.'...#.|
  353. 00000140 93 8d 24 79 48 50 9a d9 d8 92 cf 82 64 c3 7f a3 |..$yHP......d...|
  354. 00000150 83 4e a8 2f 48 6d 40 c1 3c 4a 91 b1 91 59 6e 07 |.N./Hm@.<J...Yn.|
  355. 00000160 28 6b 01 50 9a e1 5d 02 be dc 33 c4 b4 30 ca e7 |(k.P..]...3..0..|
  356. 00000170 36 b0 d1 02 71 75 cb 72 61 31 21 cb ee 93 f0 32 |6...qu.ra1!....2|
  357. 00000180 7d 66 30 f1 0e 11 36 01 00 68 e5 2c 33 bb 1a e1 |}f0...6..h.,3...|
  358. 00000190 af e3 5e 24 fd 4d 6b a9 86 52 6e 40 17 21 b2 ec |..^$.Mk..Rn@.!..|
  359. 000001a0 af 1e 4b 80 e4 3a f5 46 2d 50 c2 f7 c7 13 7b e3 |..K..:.F-P....{.|
  360. 000001b0 9d 7c cf 45 a0 10 3d fc 2d 33 ea 30 c2 97 00 fe |.|.E..=.-3.0....|
  361. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 60 fd 01 00 00 |...........`....|
  362. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  363. *
  364. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  365. 00000200
  366. =============================== StdErr Messages: ===============================
  367. cat: /tmp/BootInfo-83hro39r/Tmp_Log: No such file or directory