1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04.1 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 107.1 GiB, 115033153536 bytes, 224674128 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 512 bytes
  30. I/O size (minimum/optimal): 512 bytes / 512 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 216,289,279 216,287,232 83 Linux
  34. /dev/sda2 216,291,326 224,673,791 8,382,466 5 Extended
  35. /dev/sda5 216,291,328 224,673,791 8,382,464 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/loop0 squashfs
  39. /dev/sda1 c34225d3-c644-4d92-a8ea-00123e6255e1 ext4
  40. /dev/sda5 17310d8b-5b23-4c94-9790-450131aebade swap
  41. /dev/sr0 2016-04-20-22-29-52-00 iso9660 Ubuntu 16.04 LTS amd64
  42. ========================= "ls -l /dev/disk/by-id" output: ======================
  43. total 0
  44. lrwxrwxrwx 1 root root 9 Nov 5 21:43 ata-HL-DT-STDVD-RAM_GH22NP20 -> ../../sr0
  45. lrwxrwxrwx 1 root root 9 Nov 5 22:07 ata-OCZ-VERTEX2_OCZ-2VP54N1EG7S4U55Q -> ../../sda
  46. lrwxrwxrwx 1 root root 10 Nov 5 22:07 ata-OCZ-VERTEX2_OCZ-2VP54N1EG7S4U55Q-part1 -> ../../sda1
  47. lrwxrwxrwx 1 root root 10 Nov 5 22:07 ata-OCZ-VERTEX2_OCZ-2VP54N1EG7S4U55Q-part2 -> ../../sda2
  48. lrwxrwxrwx 1 root root 10 Nov 5 22:07 ata-OCZ-VERTEX2_OCZ-2VP54N1EG7S4U55Q-part5 -> ../../sda5
  49. lrwxrwxrwx 1 root root 9 Nov 5 22:07 wwn-0x5e83a97fce5c784c -> ../../sda
  50. lrwxrwxrwx 1 root root 10 Nov 5 22:07 wwn-0x5e83a97fce5c784c-part1 -> ../../sda1
  51. lrwxrwxrwx 1 root root 10 Nov 5 22:07 wwn-0x5e83a97fce5c784c-part2 -> ../../sda2
  52. lrwxrwxrwx 1 root root 10 Nov 5 22:07 wwn-0x5e83a97fce5c784c-part5 -> ../../sda5
  53. ================================ Mount points: =================================
  54. Device Mount_Point Type Options
  55. /dev/loop0 /rofs squashfs (ro,noatime)
  56. /dev/sr0 /cdrom iso9660 (ro,noatime)
  57. =========================== sda1/boot/grub/grub.cfg: ===========================
  58. --------------------------------------------------------------------------------
  59. #
  60. # DO NOT EDIT THIS FILE
  61. #
  62. # It is automatically generated by grub-mkconfig using templates
  63. # from /etc/grub.d and settings from /etc/default/grub
  64. #
  65. ### BEGIN /etc/grub.d/00_header ###
  66. if [ -s $prefix/grubenv ]; then
  67. set have_grubenv=true
  68. load_env
  69. fi
  70. if [ "${next_entry}" ] ; then
  71. set default="${next_entry}"
  72. set next_entry=
  73. save_env next_entry
  74. set boot_once=true
  75. else
  76. set default="0"
  77. fi
  78. if [ x"${feature_menuentry_id}" = xy ]; then
  79. menuentry_id_option="--id"
  80. else
  81. menuentry_id_option=""
  82. fi
  83. export menuentry_id_option
  84. if [ "${prev_saved_entry}" ]; then
  85. set saved_entry="${prev_saved_entry}"
  86. save_env saved_entry
  87. set prev_saved_entry=
  88. save_env prev_saved_entry
  89. set boot_once=true
  90. fi
  91. function savedefault {
  92. if [ -z "${boot_once}" ]; then
  93. saved_entry="${chosen}"
  94. save_env saved_entry
  95. fi
  96. }
  97. function recordfail {
  98. set recordfail=1
  99. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  100. }
  101. function load_video {
  102. if [ x$feature_all_video_module = xy ]; then
  103. insmod all_video
  104. else
  105. insmod efi_gop
  106. insmod efi_uga
  107. insmod ieee1275_fb
  108. insmod vbe
  109. insmod vga
  110. insmod video_bochs
  111. insmod video_cirrus
  112. fi
  113. }
  114. if [ x$feature_default_font_path = xy ] ; then
  115. font=unicode
  116. else
  117. insmod part_msdos
  118. insmod ext2
  119. set root='hd0,msdos1'
  120. if [ x$feature_platform_search_hint = xy ]; then
  121. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c34225d3-c644-4d92-a8ea-00123e6255e1
  122. else
  123. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  124. fi
  125. font="/usr/share/grub/unicode.pf2"
  126. fi
  127. if loadfont $font ; then
  128. set gfxmode=auto
  129. load_video
  130. insmod gfxterm
  131. set locale_dir=$prefix/locale
  132. set lang=en_US
  133. insmod gettext
  134. fi
  135. terminal_output gfxterm
  136. if [ "${recordfail}" = 1 ] ; then
  137. set timeout=10
  138. else
  139. if [ x$feature_timeout_style = xy ] ; then
  140. set timeout_style=menu
  141. set timeout=10
  142. # Fallback normal timeout code in case the timeout_style feature is
  143. # unavailable.
  144. else
  145. set timeout=10
  146. fi
  147. fi
  148. ### END /etc/grub.d/00_header ###
  149. ### BEGIN /etc/grub.d/05_debian_theme ###
  150. set menu_color_normal=white/black
  151. set menu_color_highlight=black/light-gray
  152. if background_color 44,0,30,0; then
  153. clear
  154. fi
  155. ### END /etc/grub.d/05_debian_theme ###
  156. ### BEGIN /etc/grub.d/10_linux ###
  157. function gfxmode {
  158. set gfxpayload="${1}"
  159. if [ "${1}" = "keep" ]; then
  160. set vt_handoff=vt.handoff=7
  161. else
  162. set vt_handoff=
  163. fi
  164. }
  165. if [ "${recordfail}" != 1 ]; then
  166. if [ -e ${prefix}/gfxblacklist.txt ]; then
  167. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  168. if [ ${match} = 0 ]; then
  169. set linux_gfx_mode=keep
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=keep
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. export linux_gfx_mode
  183. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  184. recordfail
  185. load_video
  186. gfxmode $linux_gfx_mode
  187. insmod gzio
  188. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  189. insmod part_msdos
  190. insmod ext2
  191. set root='hd0,msdos1'
  192. if [ x$feature_platform_search_hint = xy ]; then
  193. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c34225d3-c644-4d92-a8ea-00123e6255e1
  194. else
  195. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  196. fi
  197. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 ro quiet splash $vt_handoff
  198. initrd /boot/initrd.img-4.4.0-45-generic
  199. }
  200. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  201. menuentry 'Ubuntu, with Linux 4.4.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-advanced-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  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 c34225d3-c644-4d92-a8ea-00123e6255e1
  212. else
  213. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  214. fi
  215. echo 'Loading Linux 4.4.0-45-generic ...'
  216. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 ro quiet splash $vt_handoff
  217. echo 'Loading initial ramdisk ...'
  218. initrd /boot/initrd.img-4.4.0-45-generic
  219. }
  220. menuentry 'Ubuntu, with Linux 4.4.0-45-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-init-upstart-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  221. recordfail
  222. load_video
  223. gfxmode $linux_gfx_mode
  224. insmod gzio
  225. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  226. insmod part_msdos
  227. insmod ext2
  228. set root='hd0,msdos1'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c34225d3-c644-4d92-a8ea-00123e6255e1
  231. else
  232. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  233. fi
  234. echo 'Loading Linux 4.4.0-45-generic ...'
  235. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 ro quiet splash $vt_handoff init=/sbin/upstart
  236. echo 'Loading initial ramdisk ...'
  237. initrd /boot/initrd.img-4.4.0-45-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 4.4.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-recovery-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  240. recordfail
  241. load_video
  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 c34225d3-c644-4d92-a8ea-00123e6255e1
  249. else
  250. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  251. fi
  252. echo 'Loading Linux 4.4.0-45-generic ...'
  253. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 ro recovery nomodeset
  254. echo 'Loading initial ramdisk ...'
  255. initrd /boot/initrd.img-4.4.0-45-generic
  256. }
  257. menuentry 'Ubuntu, with Linux 4.4.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-advanced-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  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 c34225d3-c644-4d92-a8ea-00123e6255e1
  268. else
  269. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  270. fi
  271. echo 'Loading Linux 4.4.0-43-generic ...'
  272. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 ro quiet splash $vt_handoff
  273. echo 'Loading initial ramdisk ...'
  274. initrd /boot/initrd.img-4.4.0-43-generic
  275. }
  276. menuentry 'Ubuntu, with Linux 4.4.0-43-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-init-upstart-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  277. recordfail
  278. load_video
  279. gfxmode $linux_gfx_mode
  280. insmod gzio
  281. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  282. insmod part_msdos
  283. insmod ext2
  284. set root='hd0,msdos1'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c34225d3-c644-4d92-a8ea-00123e6255e1
  287. else
  288. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  289. fi
  290. echo 'Loading Linux 4.4.0-43-generic ...'
  291. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 ro quiet splash $vt_handoff init=/sbin/upstart
  292. echo 'Loading initial ramdisk ...'
  293. initrd /boot/initrd.img-4.4.0-43-generic
  294. }
  295. menuentry 'Ubuntu, with Linux 4.4.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-recovery-c34225d3-c644-4d92-a8ea-00123e6255e1' {
  296. recordfail
  297. load_video
  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,msdos1'
  303. if [ x$feature_platform_search_hint = xy ]; then
  304. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c34225d3-c644-4d92-a8ea-00123e6255e1
  305. else
  306. search --no-floppy --fs-uuid --set=root c34225d3-c644-4d92-a8ea-00123e6255e1
  307. fi
  308. echo 'Loading Linux 4.4.0-43-generic ...'
  309. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 ro recovery nomodeset
  310. echo 'Loading initial ramdisk ...'
  311. initrd /boot/initrd.img-4.4.0-43-generic
  312. }
  313. }
  314. ### END /etc/grub.d/10_linux ###
  315. ### BEGIN /etc/grub.d/20_linux_xen ###
  316. ### END /etc/grub.d/20_linux_xen ###
  317. ### BEGIN /etc/grub.d/30_os-prober ###
  318. ### END /etc/grub.d/30_os-prober ###
  319. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  320. ### END /etc/grub.d/30_uefi-firmware ###
  321. ### BEGIN /etc/grub.d/40_custom ###
  322. # This file provides an easy way to add custom menu entries. Simply type the
  323. # menu entries you want to add after this comment. Be careful not to change
  324. # the 'exec tail' line above.
  325. ### END /etc/grub.d/40_custom ###
  326. ### BEGIN /etc/grub.d/41_custom ###
  327. if [ -f ${config_directory}/custom.cfg ]; then
  328. source ${config_directory}/custom.cfg
  329. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  330. source $prefix/custom.cfg;
  331. fi
  332. ### END /etc/grub.d/41_custom ###
  333. --------------------------------------------------------------------------------
  334. =============================== sda1/etc/fstab: ================================
  335. --------------------------------------------------------------------------------
  336. # /etc/fstab: static file system information.
  337. #
  338. # Use 'blkid' to print the universally unique identifier for a
  339. # device; this may be used with UUID= as a more robust way to name devices
  340. # that works even if disks are added and removed. See fstab(5).
  341. #
  342. # <file system> <mount point> <type> <options> <dump> <pass>
  343. # / was on /dev/sda1 during installation
  344. UUID=c34225d3-c644-4d92-a8ea-00123e6255e1 / ext4 errors=remount-ro 0 1
  345. # swap was on /dev/sda5 during installation
  346. UUID=17310d8b-5b23-4c94-9790-450131aebade none swap sw 0 0
  347. --------------------------------------------------------------------------------
  348. =================== sda1: Location of files loaded by Grub: ====================
  349. GiB - GB File Fragment(s)
  350. 38.132015228 = 40.943939584 boot/grub/grub.cfg 1
  351. 36.456516266 = 39.144886272 boot/grub/i386-pc/core.img 1
  352. 93.023170471 = 99.882868736 boot/vmlinuz-4.4.0-43-generic 1
  353. 65.740917206 = 70.588772352 boot/vmlinuz-4.4.0-45-generic 1
  354. 65.740917206 = 70.588772352 vmlinuz 1
  355. 93.023170471 = 99.882868736 vmlinuz.old 1
  356. 93.860317230 = 100.781748224 boot/initrd.img-4.4.0-43-generic 4
  357. 88.815494537 = 95.364911104 boot/initrd.img-4.4.0-45-generic 4
  358. 88.815494537 = 95.364911104 initrd.img 4
  359. 93.860317230 = 100.781748224 initrd.img.old 4
  360. =============================== StdErr Messages: ===============================
  361. File descriptor 9 (/proc/8217/mounts) leaked on lvs invocation. Parent PID 19651: bash
  362. File descriptor 63 (pipe:[354829]) leaked on lvs invocation. Parent PID 19651: bash
  363. ADDITIONAL INFORMATION :
  364. =================== log of boot-repair 2016-11-05__22h03 ===================
  365. boot-repair version : 4ppa38
  366. boot-sav version : 4ppa38
  367. glade2script version : 3.2.3~ppa1
  368. boot-sav-extra version : 4ppa38
  369. boot-repair is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  370. CPU op-mode(s): 32-bit, 64-bit
  371. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  372. ls: cannot access '/home/usr/.config': No such file or directory
  373. =================== os-prober:
  374. /dev/sda1:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  375. =================== blkid:
  376. /dev/sda1: UUID="c34225d3-c644-4d92-a8ea-00123e6255e1" TYPE="ext4" PARTUUID="f65044a8-01"
  377. /dev/sr0: UUID="2016-04-20-22-29-52-00" LABEL="Ubuntu 16.04 LTS amd64" TYPE="iso9660" PTUUID="0e0e8e70" PTTYPE="dos"
  378. /dev/loop0: TYPE="squashfs"
  379. /dev/sda5: UUID="17310d8b-5b23-4c94-9790-450131aebade" TYPE="swap" PARTUUID="f65044a8-05"
  380. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  381. =================== sda1/etc/grub.d/ :
  382. drwxr-xr-x 2 root root 4096 Sep 8 17:50 grub.d
  383. total 76
  384. -rwxr-xr-x 1 root root 9791 Apr 15 2016 00_header
  385. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  386. -rwxr-xr-x 1 root root 12261 Apr 15 2016 10_linux
  387. -rwxr-xr-x 1 root root 11082 Apr 15 2016 20_linux_xen
  388. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  389. -rwxr-xr-x 1 root root 11692 Apr 15 2016 30_os-prober
  390. -rwxr-xr-x 1 root root 1418 Apr 15 2016 30_uefi-firmware
  391. -rwxr-xr-x 1 root root 214 Apr 15 2016 40_custom
  392. -rwxr-xr-x 1 root root 216 Apr 15 2016 41_custom
  393. -rw-r--r-- 1 root root 483 Apr 15 2016 README
  394. =================== sda1/etc/default/grub :
  395. # If you change this file, run 'update-grub' afterwards to update
  396. # /boot/grub/grub.cfg.
  397. # For full documentation of the options in this file, see:
  398. # info -f grub -n 'Simple configuration'
  399. GRUB_DEFAULT=0
  400. GRUB_HIDDEN_TIMEOUT=0
  401. GRUB_HIDDEN_TIMEOUT_QUIET=true
  402. GRUB_TIMEOUT=10
  403. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  404. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  405. GRUB_CMDLINE_LINUX=""
  406. # Uncomment to enable BadRAM filtering, modify to suit your needs
  407. # This works with Linux (no patch required) and with any kernel that obtains
  408. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  409. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  410. # Uncomment to disable graphical terminal (grub-pc only)
  411. #GRUB_TERMINAL=console
  412. # The resolution used on graphical terminal
  413. # note that you can use only modes which your graphic card supports via VBE
  414. # you can see them in real GRUB with the command `vbeinfo'
  415. #GRUB_GFXMODE=640x480
  416. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  417. #GRUB_DISABLE_LINUX_UUID=true
  418. # Uncomment to disable generation of recovery mode menu entries
  419. #GRUB_DISABLE_RECOVERY="true"
  420. # Uncomment to get a beep at grub start
  421. #GRUB_INIT_TUNE="480 440 1"
  422. =================== sda1snappy_os=ubuntu-core_109.snap
  423. snappy_mode=try/grub/grubenv :
  424. snappy_os=ubuntu-core_109.snap
  425. snappy_mode=try
  426. =================== UEFI/Legacy mode:
  427. This live-session is not in EFI-mode.
  428. SecureBoot maybe enabled.
  429. =================== PARTITIONS & DISKS:
  430. sda1 : sda, not-sepboot, grubenv-ng 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, /mnt/boot-sav/sda1.
  431. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  432. =================== parted -l:
  433. Model: ATA OCZ-VERTEX2 (scsi)
  434. Disk /dev/sda: 115GB
  435. Sector size (logical/physical): 512B/512B
  436. Partition Table: msdos
  437. Disk Flags:
  438. Number Start End Size Type File system Flags
  439. 1 1049kB 111GB 111GB primary ext4 boot
  440. 2 111GB 115GB 4292MB extended
  441. 5 111GB 115GB 4292MB logical linux-swap(v1)
  442. Model: HL-DT-ST DVD-RAM GH22NP20 (scsi)
  443. Disk /dev/sr0: 4700MB
  444. Sector size (logical/physical): 2048B/2048B
  445. Partition Table: mac
  446. Disk Flags:
  447. Number Start End Size File system Name Flags
  448. 1 2048B 6143B 4096B Apple
  449. 2 1479MB 1481MB 2425kB EFI
  450. =================== parted -lm:
  451. BYT;
  452. /dev/sda:115GB:scsi:512:512:msdos:ATA OCZ-VERTEX2:;
  453. 1:1049kB:111GB:111GB:ext4::boot;
  454. 2:111GB:115GB:4292MB:::;
  455. 5:111GB:115GB:4292MB:linux-swap(v1)::;
  456. BYT;
  457. /dev/sr0:4700MB:scsi:2048:2048:mac:HL-DT-ST DVD-RAM GH22NP20:;
  458. 1:2048B:6143B:4096B::Apple:;
  459. 2:1479MB:1481MB:2425kB::EFI:;
  460. =================== lsblk:
  461. KNAME TYPE FSTYPE SIZE LABEL
  462. sda disk 107.1G
  463. sda1 part ext4 103.1G
  464. sda2 part 1K
  465. sda5 part swap 4G
  466. sr0 rom iso9660 4.4G Ubuntu 16.04 LTS amd64
  467. loop0 loop squashfs 1.3G
  468. KNAME ROTA RO RM STATE MOUNTPOINT
  469. sda 0 0 0 running
  470. sda1 0 0 0 /mnt/boot-sav/sda1
  471. sda2 0 0 0
  472. sda5 0 0 0 [SWAP]
  473. sr0 1 0 1 running /cdrom
  474. loop0 1 1 0 /rofs
  475. =================== mount:
  476. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  477. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  478. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2007876k,nr_inodes=501969,mode=755)
  479. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  480. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=404508k,mode=755)
  481. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  482. /dev/loop0 on /rofs type squashfs (ro,noatime)
  483. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  484. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  485. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  486. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  487. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  488. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  489. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  490. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  491. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  492. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  493. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  494. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  495. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  496. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  497. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  498. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  499. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  500. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  501. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  502. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  503. mqueue on /dev/mqueue type mqueue (rw,relatime)
  504. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  505. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  506. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  507. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=404508k,mode=700,uid=999,gid=999)
  508. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  509. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  510. =================== ls:
  511. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  512. /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
  513. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hidraw3 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kfd kmsg kvm lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  514. ls /dev/mapper: control
  515. =================== df -Th:
  516. Filesystem Type Size Used Avail Use% Mounted on
  517. udev devtmpfs 2.0G 0 2.0G 0% /dev
  518. tmpfs tmpfs 396M 6.5M 389M 2% /run
  519. /dev/sr0 iso9660 1.4G 1.4G 0 100% /cdrom
  520. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  521. /cow overlay 2.0G 298M 1.7G 16% /
  522. tmpfs tmpfs 2.0G 276K 2.0G 1% /dev/shm
  523. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  524. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  525. tmpfs tmpfs 2.0G 256K 2.0G 1% /tmp
  526. tmpfs tmpfs 396M 84K 395M 1% /run/user/999
  527. /dev/sda1 ext4 102G 61G 36G 64% /mnt/boot-sav/sda1
  528. =================== fdisk -l:
  529. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  590. Units: sectors of 1 * 512 = 512 bytes
  591. Sector size (logical/physical): 512 bytes / 4096 bytes
  592. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  593. Disk /dev/loop0: 1.3 GiB, 1433468928 bytes, 2799744 sectors
  594. Units: sectors of 1 * 512 = 512 bytes
  595. Sector size (logical/physical): 512 bytes / 512 bytes
  596. I/O size (minimum/optimal): 512 bytes / 512 bytes
  597. Disk /dev/sda: 107.1 GiB, 115033153536 bytes, 224674128 sectors
  598. Units: sectors of 1 * 512 = 512 bytes
  599. Sector size (logical/physical): 512 bytes / 512 bytes
  600. I/O size (minimum/optimal): 512 bytes / 512 bytes
  601. Disklabel type: dos
  602. Disk identifier: 0xf65044a8
  603. Device Boot Start End Sectors Size Id Type
  604. /dev/sda1 * 2048 216289279 216287232 103.1G 83 Linux
  605. /dev/sda2 216291326 224673791 8382466 4G 5 Extended
  606. /dev/sda5 216291328 224673791 8382464 4G 82 Linux swap / Solaris
  607. =================== Recommended repair
  608. The default repair of the Boot-Repair utility will purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  609. Additional repair will be performed: unhide-bootmenu-10s
  610. chroot /mnt/boot-sav/sda1 apt-get -y --force-yes update
  611. Purge the GRUB of sda1
  612. grub-pc available
  613. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 20 not upgraded.
  614. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  615. DEBCHECK debOK, grub-pc
  616. DEBCHECK debOK
  617. shim-signed available
  618. linux-signed-generic available
  619. Please type: sudo chroot "/mnt/boot-sav/sda1" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda1" apt-get install -fynsudo chroot "/mnt/boot-sav/sda1" apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
  620. =================== sda1/etc/grub.d/ :
  621. drwxr-xr-x 2 root root 4096 Nov 5 22:04 grub.d
  622. total 4
  623. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  624. Then type: sudo chroot "/mnt/boot-sav/sda1" apt-get install -y --force-yes grub-pc linux-generic
  625. =================== sda1/etc/grub.d/ :
  626. drwxr-xr-x 2 root root 4096 Nov 5 22:05 grub.d
  627. drwxr-xr-x 2 root root 4096 Nov 5 22:04 grub.d.bak
  628. total 72
  629. -rwxr-xr-x 1 root root 9791 Jul 23 00:09 00_header
  630. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  631. -rwxr-xr-x 1 root root 12261 Jul 23 00:09 10_linux
  632. -rwxr-xr-x 1 root root 11082 Jul 23 00:09 20_linux_xen
  633. -rwxr-xr-x 1 root root 11692 Jul 23 00:09 30_os-prober
  634. -rwxr-xr-x 1 root root 1418 Jul 23 00:09 30_uefi-firmware
  635. -rwxr-xr-x 1 root root 214 Jul 23 00:09 40_custom
  636. -rwxr-xr-x 1 root root 216 Jul 23 00:09 41_custom
  637. -rw-r--r-- 1 root root 483 Jul 23 00:09 README
  638. =================== sda1/etc/default/grub :
  639. # If you change this file, run 'update-grub' afterwards to update
  640. # /boot/grub/grub.cfg.
  641. # For full documentation of the options in this file, see:
  642. # info -f grub -n 'Simple configuration'
  643. GRUB_DEFAULT=0
  644. GRUB_HIDDEN_TIMEOUT=0
  645. GRUB_HIDDEN_TIMEOUT_QUIET=true
  646. GRUB_TIMEOUT=10
  647. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  648. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  649. GRUB_CMDLINE_LINUX=""
  650. # Uncomment to enable BadRAM filtering, modify to suit your needs
  651. # This works with Linux (no patch required) and with any kernel that obtains
  652. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  653. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  654. # Uncomment to disable graphical terminal (grub-pc only)
  655. #GRUB_TERMINAL=console
  656. # The resolution used on graphical terminal
  657. # note that you can use only modes which your graphic card supports via VBE
  658. # you can see them in real GRUB with the command `vbeinfo'
  659. #GRUB_GFXMODE=640x480
  660. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  661. #GRUB_DISABLE_LINUX_UUID=true
  662. # Uncomment to disable generation of recovery mode menu entries
  663. #GRUB_DISABLE_RECOVERY="true"
  664. # Uncomment to get a beep at grub start
  665. #GRUB_INIT_TUNE="480 440 1"
  666. Unhide GRUB boot menu in sda1/etc/default/grub
  667. =================== sda1/etc/grub.d/ :
  668. drwxr-xr-x 2 root root 4096 Nov 5 22:05 grub.d
  669. drwxr-xr-x 2 root root 4096 Nov 5 22:04 grub.d.bak
  670. total 72
  671. -rwxr-xr-x 1 root root 9791 Jul 23 00:09 00_header
  672. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  673. -rwxr-xr-x 1 root root 12261 Jul 23 00:09 10_linux
  674. -rwxr-xr-x 1 root root 11082 Jul 23 00:09 20_linux_xen
  675. -rwxr-xr-x 1 root root 11692 Jul 23 00:09 30_os-prober
  676. -rwxr-xr-x 1 root root 1418 Jul 23 00:09 30_uefi-firmware
  677. -rwxr-xr-x 1 root root 214 Jul 23 00:09 40_custom
  678. -rwxr-xr-x 1 root root 216 Jul 23 00:09 41_custom
  679. -rw-r--r-- 1 root root 483 Jul 23 00:09 README
  680. =================== sda1/etc/default/grub :
  681. # If you change this file, run 'update-grub' afterwards to update
  682. # /boot/grub/grub.cfg.
  683. # For full documentation of the options in this file, see:
  684. # info -f grub -n 'Simple configuration'
  685. GRUB_DEFAULT=0
  686. #GRUB_HIDDEN_TIMEOUT=0
  687. GRUB_HIDDEN_TIMEOUT_QUIET=true
  688. GRUB_TIMEOUT=10
  689. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  690. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  691. GRUB_CMDLINE_LINUX=""
  692. # Uncomment to enable BadRAM filtering, modify to suit your needs
  693. # This works with Linux (no patch required) and with any kernel that obtains
  694. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  695. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  696. # Uncomment to disable graphical terminal (grub-pc only)
  697. #GRUB_TERMINAL=console
  698. # The resolution used on graphical terminal
  699. # note that you can use only modes which your graphic card supports via VBE
  700. # you can see them in real GRUB with the command `vbeinfo'
  701. #GRUB_GFXMODE=640x480
  702. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  703. #GRUB_DISABLE_LINUX_UUID=true
  704. # Uncomment to disable generation of recovery mode menu entries
  705. #GRUB_DISABLE_RECOVERY="true"
  706. # Uncomment to get a beep at grub start
  707. #GRUB_INIT_TUNE="480 440 1"
  708. lspci: Unable to load libkmod resources: error -12
  709. *******lspci -nnk | grep -iA3 vga
  710. 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cypress PRO [Radeon HD 5850] [1002:6899]
  711. Subsystem: PC Partner Limited / Sapphire Technology Cypress PRO [Radeon HD 5850] [174b:e174]
  712. Kernel driver in use: radeon
  713. 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cypress HDMI Audio [Radeon HD 5800 Series] [1002:aa50]
  714. *******
  715. grub-install --version
  716. grub-install (GRUB) 2.02~beta2-36ubuntu3.2,grub-install (GRUB) 2.
  717. Reinstall the GRUB of sda1 into the MBR of sda
  718. Installing for i386-pc platform.
  719. Installation finished. No error reported.
  720. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  721. chroot /mnt/boot-sav/sda1 update-grub
  722. Generating grub configuration file ...
  723. Found linux image: /boot/vmlinuz-4.4.0-45-generic
  724. Found initrd image: /boot/initrd.img-4.4.0-45-generic
  725. Found linux image: /boot/vmlinuz-4.4.0-43-generic
  726. Found initrd image: /boot/initrd.img-4.4.0-43-generic
  727. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  728. Boot successfully repaired.
  729. You can now reboot your computer.
  730. paste.ubuntu.com ko (), using paste.debian
  731. paste.debian.net ko (), using paste2