1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos5)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System:
  15. Boot files:
  16. sda2: __________________________________________________________________________
  17. File system: Extended Partition
  18. Boot sector type: -
  19. Boot sector info:
  20. sda5: __________________________________________________________________________
  21. File system: ext4
  22. Boot sector type: -
  23. Boot sector info:
  24. Operating System: Ubuntu 16.04.1 LTS
  25. Boot files: /boot/grub/grub.cfg /etc/fstab
  26. /boot/grub/i386-pc/core.img
  27. sda6: __________________________________________________________________________
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 512 bytes
  36. I/O size (minimum/optimal): 512 bytes / 512 bytes
  37. Disklabel type: dos
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 2,048 224,854,848 224,852,801 83 Linux
  40. /dev/sda2 224,856,062 500,117,503 275,261,442 5 Extended
  41. /dev/sda5 * 224,856,064 483,569,663 258,713,600 83 Linux
  42. /dev/sda6 483,571,712 500,117,503 16,545,792 82 Linux swap / Solaris
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/sda1 42230789-b1c9-46cf-a175-6ac5ff24a92c ext4
  46. /dev/sda5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe ext4
  47. /dev/sda6 8cc28e9e-372e-4c4e-bf50-c825570d8e69 swap
  48. ========================= "ls -l /dev/disk/by-id" output: ======================
  49. total 0
  50. lrwxrwxrwx 1 root root 9 Sep 15 18:12 ata-SAMSUNG_SSD_PM871_2.5_7mm_256GB_S1ZTNSAG400699 -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Sep 15 18:12 ata-SAMSUNG_SSD_PM871_2.5_7mm_256GB_S1ZTNSAG400699-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Sep 15 18:12 ata-SAMSUNG_SSD_PM871_2.5_7mm_256GB_S1ZTNSAG400699-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Sep 15 18:12 ata-SAMSUNG_SSD_PM871_2.5_7mm_256GB_S1ZTNSAG400699-part5 -> ../../sda5
  54. lrwxrwxrwx 1 root root 10 Sep 15 18:12 ata-SAMSUNG_SSD_PM871_2.5_7mm_256GB_S1ZTNSAG400699-part6 -> ../../sda6
  55. lrwxrwxrwx 1 root root 9 Sep 15 18:12 wwn-0x5002538da029d380 -> ../../sda
  56. lrwxrwxrwx 1 root root 10 Sep 15 18:12 wwn-0x5002538da029d380-part1 -> ../../sda1
  57. lrwxrwxrwx 1 root root 10 Sep 15 18:12 wwn-0x5002538da029d380-part2 -> ../../sda2
  58. lrwxrwxrwx 1 root root 10 Sep 15 18:12 wwn-0x5002538da029d380-part5 -> ../../sda5
  59. lrwxrwxrwx 1 root root 10 Sep 15 18:12 wwn-0x5002538da029d380-part6 -> ../../sda6
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/sda5 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  63. =========================== sda5/boot/grub/grub.cfg: ===========================
  64. --------------------------------------------------------------------------------
  65. #
  66. # DO NOT EDIT THIS FILE
  67. #
  68. # It is automatically generated by grub-mkconfig using templates
  69. # from /etc/grub.d and settings from /etc/default/grub
  70. #
  71. ### BEGIN /etc/grub.d/00_header ###
  72. if [ -s $prefix/grubenv ]; then
  73. set have_grubenv=true
  74. load_env
  75. fi
  76. if [ "${next_entry}" ] ; then
  77. set default="${next_entry}"
  78. set next_entry=
  79. save_env next_entry
  80. set boot_once=true
  81. else
  82. set default="0"
  83. fi
  84. if [ x"${feature_menuentry_id}" = xy ]; then
  85. menuentry_id_option="--id"
  86. else
  87. menuentry_id_option=""
  88. fi
  89. export menuentry_id_option
  90. if [ "${prev_saved_entry}" ]; then
  91. set saved_entry="${prev_saved_entry}"
  92. save_env saved_entry
  93. set prev_saved_entry=
  94. save_env prev_saved_entry
  95. set boot_once=true
  96. fi
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103. function recordfail {
  104. set recordfail=1
  105. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  106. }
  107. function load_video {
  108. if [ x$feature_all_video_module = xy ]; then
  109. insmod all_video
  110. else
  111. insmod efi_gop
  112. insmod efi_uga
  113. insmod ieee1275_fb
  114. insmod vbe
  115. insmod vga
  116. insmod video_bochs
  117. insmod video_cirrus
  118. fi
  119. }
  120. if [ x$feature_default_font_path = xy ] ; then
  121. font=unicode
  122. else
  123. insmod part_msdos
  124. insmod ext2
  125. set root='hd0,msdos5'
  126. if [ x$feature_platform_search_hint = xy ]; then
  127. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  128. else
  129. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  130. fi
  131. font="/usr/share/grub/unicode.pf2"
  132. fi
  133. if loadfont $font ; then
  134. set gfxmode=auto
  135. load_video
  136. insmod gfxterm
  137. set locale_dir=$prefix/locale
  138. set lang=en_US
  139. insmod gettext
  140. fi
  141. terminal_output gfxterm
  142. if [ "${recordfail}" = 1 ] ; then
  143. set timeout=10
  144. else
  145. if [ x$feature_timeout_style = xy ] ; then
  146. set timeout_style=menu
  147. set timeout=10
  148. # Fallback normal timeout code in case the timeout_style feature is
  149. # unavailable.
  150. else
  151. set timeout=10
  152. fi
  153. fi
  154. ### END /etc/grub.d/00_header ###
  155. ### BEGIN /etc/grub.d/05_debian_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=black/light-gray
  158. if background_color 44,0,30,0; then
  159. clear
  160. fi
  161. ### END /etc/grub.d/05_debian_theme ###
  162. ### BEGIN /etc/grub.d/10_linux ###
  163. function gfxmode {
  164. set gfxpayload="${1}"
  165. if [ "${1}" = "keep" ]; then
  166. set vt_handoff=vt.handoff=7
  167. else
  168. set vt_handoff=
  169. fi
  170. }
  171. if [ "${recordfail}" != 1 ]; then
  172. if [ -e ${prefix}/gfxblacklist.txt ]; then
  173. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  174. if [ ${match} = 0 ]; then
  175. set linux_gfx_mode=keep
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=keep
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. export linux_gfx_mode
  189. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  190. recordfail
  191. load_video
  192. gfxmode $linux_gfx_mode
  193. insmod gzio
  194. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  195. insmod part_msdos
  196. insmod ext2
  197. set root='hd0,msdos5'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  200. else
  201. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  202. fi
  203. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  204. initrd /boot/initrd.img-4.4.0-36-generic
  205. }
  206. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  207. menuentry 'Ubuntu, with Linux 4.4.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  208. recordfail
  209. load_video
  210. gfxmode $linux_gfx_mode
  211. insmod gzio
  212. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  213. insmod part_msdos
  214. insmod ext2
  215. set root='hd0,msdos5'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  218. else
  219. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  220. fi
  221. echo 'Loading Linux 4.4.0-36-generic ...'
  222. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  223. echo 'Loading initial ramdisk ...'
  224. initrd /boot/initrd.img-4.4.0-36-generic
  225. }
  226. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  227. recordfail
  228. load_video
  229. gfxmode $linux_gfx_mode
  230. insmod gzio
  231. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  232. insmod part_msdos
  233. insmod ext2
  234. set root='hd0,msdos5'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  237. else
  238. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  239. fi
  240. echo 'Loading Linux 4.4.0-36-generic ...'
  241. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  242. echo 'Loading initial ramdisk ...'
  243. initrd /boot/initrd.img-4.4.0-36-generic
  244. }
  245. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  246. recordfail
  247. load_video
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_msdos
  251. insmod ext2
  252. set root='hd0,msdos5'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  255. else
  256. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  257. fi
  258. echo 'Loading Linux 4.4.0-36-generic ...'
  259. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  260. echo 'Loading initial ramdisk ...'
  261. initrd /boot/initrd.img-4.4.0-36-generic
  262. }
  263. menuentry 'Ubuntu, with Linux 4.2.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  264. recordfail
  265. load_video
  266. gfxmode $linux_gfx_mode
  267. insmod gzio
  268. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  269. insmod part_msdos
  270. insmod ext2
  271. set root='hd0,msdos5'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  274. else
  275. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  276. fi
  277. echo 'Loading Linux 4.2.0-42-generic ...'
  278. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  279. echo 'Loading initial ramdisk ...'
  280. initrd /boot/initrd.img-4.2.0-42-generic
  281. }
  282. menuentry 'Ubuntu, with Linux 4.2.0-42-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  283. recordfail
  284. load_video
  285. gfxmode $linux_gfx_mode
  286. insmod gzio
  287. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  288. insmod part_msdos
  289. insmod ext2
  290. set root='hd0,msdos5'
  291. if [ x$feature_platform_search_hint = xy ]; then
  292. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  293. else
  294. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  295. fi
  296. echo 'Loading Linux 4.2.0-42-generic ...'
  297. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  298. echo 'Loading initial ramdisk ...'
  299. initrd /boot/initrd.img-4.2.0-42-generic
  300. }
  301. menuentry 'Ubuntu, with Linux 4.2.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  302. recordfail
  303. load_video
  304. insmod gzio
  305. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  306. insmod part_msdos
  307. insmod ext2
  308. set root='hd0,msdos5'
  309. if [ x$feature_platform_search_hint = xy ]; then
  310. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  311. else
  312. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  313. fi
  314. echo 'Loading Linux 4.2.0-42-generic ...'
  315. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  316. echo 'Loading initial ramdisk ...'
  317. initrd /boot/initrd.img-4.2.0-42-generic
  318. }
  319. menuentry 'Ubuntu, with Linux 3.19.0-68-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-68-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  320. recordfail
  321. load_video
  322. gfxmode $linux_gfx_mode
  323. insmod gzio
  324. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  325. insmod part_msdos
  326. insmod ext2
  327. set root='hd0,msdos5'
  328. if [ x$feature_platform_search_hint = xy ]; then
  329. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  330. else
  331. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  332. fi
  333. echo 'Loading Linux 3.19.0-68-generic ...'
  334. linux /boot/vmlinuz-3.19.0-68-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  335. echo 'Loading initial ramdisk ...'
  336. initrd /boot/initrd.img-3.19.0-68-generic
  337. }
  338. menuentry 'Ubuntu, with Linux 3.19.0-68-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-68-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  339. recordfail
  340. load_video
  341. gfxmode $linux_gfx_mode
  342. insmod gzio
  343. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  344. insmod part_msdos
  345. insmod ext2
  346. set root='hd0,msdos5'
  347. if [ x$feature_platform_search_hint = xy ]; then
  348. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  349. else
  350. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  351. fi
  352. echo 'Loading Linux 3.19.0-68-generic ...'
  353. linux /boot/vmlinuz-3.19.0-68-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  354. echo 'Loading initial ramdisk ...'
  355. initrd /boot/initrd.img-3.19.0-68-generic
  356. }
  357. menuentry 'Ubuntu, with Linux 3.19.0-68-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-68-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  358. recordfail
  359. load_video
  360. insmod gzio
  361. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  362. insmod part_msdos
  363. insmod ext2
  364. set root='hd0,msdos5'
  365. if [ x$feature_platform_search_hint = xy ]; then
  366. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  367. else
  368. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  369. fi
  370. echo 'Loading Linux 3.19.0-68-generic ...'
  371. linux /boot/vmlinuz-3.19.0-68-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  372. echo 'Loading initial ramdisk ...'
  373. initrd /boot/initrd.img-3.19.0-68-generic
  374. }
  375. menuentry 'Ubuntu, with Linux 3.19.0-64-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-64-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  376. recordfail
  377. load_video
  378. gfxmode $linux_gfx_mode
  379. insmod gzio
  380. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  381. insmod part_msdos
  382. insmod ext2
  383. set root='hd0,msdos5'
  384. if [ x$feature_platform_search_hint = xy ]; then
  385. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  386. else
  387. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  388. fi
  389. echo 'Loading Linux 3.19.0-64-generic ...'
  390. linux /boot/vmlinuz-3.19.0-64-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  391. echo 'Loading initial ramdisk ...'
  392. initrd /boot/initrd.img-3.19.0-64-generic
  393. }
  394. menuentry 'Ubuntu, with Linux 3.19.0-64-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-64-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  395. recordfail
  396. load_video
  397. gfxmode $linux_gfx_mode
  398. insmod gzio
  399. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  400. insmod part_msdos
  401. insmod ext2
  402. set root='hd0,msdos5'
  403. if [ x$feature_platform_search_hint = xy ]; then
  404. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  405. else
  406. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  407. fi
  408. echo 'Loading Linux 3.19.0-64-generic ...'
  409. linux /boot/vmlinuz-3.19.0-64-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  410. echo 'Loading initial ramdisk ...'
  411. initrd /boot/initrd.img-3.19.0-64-generic
  412. }
  413. menuentry 'Ubuntu, with Linux 3.19.0-64-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-64-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  414. recordfail
  415. load_video
  416. insmod gzio
  417. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  418. insmod part_msdos
  419. insmod ext2
  420. set root='hd0,msdos5'
  421. if [ x$feature_platform_search_hint = xy ]; then
  422. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  423. else
  424. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  425. fi
  426. echo 'Loading Linux 3.19.0-64-generic ...'
  427. linux /boot/vmlinuz-3.19.0-64-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  428. echo 'Loading initial ramdisk ...'
  429. initrd /boot/initrd.img-3.19.0-64-generic
  430. }
  431. menuentry 'Ubuntu, with Linux 3.19.0-61-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-61-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  432. recordfail
  433. load_video
  434. gfxmode $linux_gfx_mode
  435. insmod gzio
  436. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  437. insmod part_msdos
  438. insmod ext2
  439. set root='hd0,msdos5'
  440. if [ x$feature_platform_search_hint = xy ]; then
  441. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  442. else
  443. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  444. fi
  445. echo 'Loading Linux 3.19.0-61-generic ...'
  446. linux /boot/vmlinuz-3.19.0-61-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  447. echo 'Loading initial ramdisk ...'
  448. initrd /boot/initrd.img-3.19.0-61-generic
  449. }
  450. menuentry 'Ubuntu, with Linux 3.19.0-61-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-61-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  451. recordfail
  452. load_video
  453. gfxmode $linux_gfx_mode
  454. insmod gzio
  455. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  456. insmod part_msdos
  457. insmod ext2
  458. set root='hd0,msdos5'
  459. if [ x$feature_platform_search_hint = xy ]; then
  460. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  461. else
  462. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  463. fi
  464. echo 'Loading Linux 3.19.0-61-generic ...'
  465. linux /boot/vmlinuz-3.19.0-61-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  466. echo 'Loading initial ramdisk ...'
  467. initrd /boot/initrd.img-3.19.0-61-generic
  468. }
  469. menuentry 'Ubuntu, with Linux 3.19.0-61-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-61-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  470. recordfail
  471. load_video
  472. insmod gzio
  473. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  474. insmod part_msdos
  475. insmod ext2
  476. set root='hd0,msdos5'
  477. if [ x$feature_platform_search_hint = xy ]; then
  478. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  479. else
  480. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  481. fi
  482. echo 'Loading Linux 3.19.0-61-generic ...'
  483. linux /boot/vmlinuz-3.19.0-61-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  484. echo 'Loading initial ramdisk ...'
  485. initrd /boot/initrd.img-3.19.0-61-generic
  486. }
  487. menuentry 'Ubuntu, with Linux 3.19.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-59-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  488. recordfail
  489. load_video
  490. gfxmode $linux_gfx_mode
  491. insmod gzio
  492. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  493. insmod part_msdos
  494. insmod ext2
  495. set root='hd0,msdos5'
  496. if [ x$feature_platform_search_hint = xy ]; then
  497. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  498. else
  499. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  500. fi
  501. echo 'Loading Linux 3.19.0-59-generic ...'
  502. linux /boot/vmlinuz-3.19.0-59-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  503. echo 'Loading initial ramdisk ...'
  504. initrd /boot/initrd.img-3.19.0-59-generic
  505. }
  506. menuentry 'Ubuntu, with Linux 3.19.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-59-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  507. recordfail
  508. load_video
  509. gfxmode $linux_gfx_mode
  510. insmod gzio
  511. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  512. insmod part_msdos
  513. insmod ext2
  514. set root='hd0,msdos5'
  515. if [ x$feature_platform_search_hint = xy ]; then
  516. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  517. else
  518. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  519. fi
  520. echo 'Loading Linux 3.19.0-59-generic ...'
  521. linux /boot/vmlinuz-3.19.0-59-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  522. echo 'Loading initial ramdisk ...'
  523. initrd /boot/initrd.img-3.19.0-59-generic
  524. }
  525. menuentry 'Ubuntu, with Linux 3.19.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-59-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  526. recordfail
  527. load_video
  528. insmod gzio
  529. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  530. insmod part_msdos
  531. insmod ext2
  532. set root='hd0,msdos5'
  533. if [ x$feature_platform_search_hint = xy ]; then
  534. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  535. else
  536. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  537. fi
  538. echo 'Loading Linux 3.19.0-59-generic ...'
  539. linux /boot/vmlinuz-3.19.0-59-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  540. echo 'Loading initial ramdisk ...'
  541. initrd /boot/initrd.img-3.19.0-59-generic
  542. }
  543. menuentry 'Ubuntu, with Linux 3.19.0-58-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-58-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  544. recordfail
  545. load_video
  546. gfxmode $linux_gfx_mode
  547. insmod gzio
  548. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  549. insmod part_msdos
  550. insmod ext2
  551. set root='hd0,msdos5'
  552. if [ x$feature_platform_search_hint = xy ]; then
  553. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  554. else
  555. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  556. fi
  557. echo 'Loading Linux 3.19.0-58-generic ...'
  558. linux /boot/vmlinuz-3.19.0-58-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  559. echo 'Loading initial ramdisk ...'
  560. initrd /boot/initrd.img-3.19.0-58-generic
  561. }
  562. menuentry 'Ubuntu, with Linux 3.19.0-58-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-58-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  563. recordfail
  564. load_video
  565. gfxmode $linux_gfx_mode
  566. insmod gzio
  567. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  568. insmod part_msdos
  569. insmod ext2
  570. set root='hd0,msdos5'
  571. if [ x$feature_platform_search_hint = xy ]; then
  572. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  573. else
  574. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  575. fi
  576. echo 'Loading Linux 3.19.0-58-generic ...'
  577. linux /boot/vmlinuz-3.19.0-58-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  578. echo 'Loading initial ramdisk ...'
  579. initrd /boot/initrd.img-3.19.0-58-generic
  580. }
  581. menuentry 'Ubuntu, with Linux 3.19.0-58-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-58-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  582. recordfail
  583. load_video
  584. insmod gzio
  585. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  586. insmod part_msdos
  587. insmod ext2
  588. set root='hd0,msdos5'
  589. if [ x$feature_platform_search_hint = xy ]; then
  590. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  591. else
  592. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  593. fi
  594. echo 'Loading Linux 3.19.0-58-generic ...'
  595. linux /boot/vmlinuz-3.19.0-58-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  596. echo 'Loading initial ramdisk ...'
  597. initrd /boot/initrd.img-3.19.0-58-generic
  598. }
  599. menuentry 'Ubuntu, with Linux 3.19.0-56-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-56-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  600. recordfail
  601. load_video
  602. gfxmode $linux_gfx_mode
  603. insmod gzio
  604. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  605. insmod part_msdos
  606. insmod ext2
  607. set root='hd0,msdos5'
  608. if [ x$feature_platform_search_hint = xy ]; then
  609. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  610. else
  611. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  612. fi
  613. echo 'Loading Linux 3.19.0-56-generic ...'
  614. linux /boot/vmlinuz-3.19.0-56-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  615. echo 'Loading initial ramdisk ...'
  616. initrd /boot/initrd.img-3.19.0-56-generic
  617. }
  618. menuentry 'Ubuntu, with Linux 3.19.0-56-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-56-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  619. recordfail
  620. load_video
  621. gfxmode $linux_gfx_mode
  622. insmod gzio
  623. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  624. insmod part_msdos
  625. insmod ext2
  626. set root='hd0,msdos5'
  627. if [ x$feature_platform_search_hint = xy ]; then
  628. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  629. else
  630. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  631. fi
  632. echo 'Loading Linux 3.19.0-56-generic ...'
  633. linux /boot/vmlinuz-3.19.0-56-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  634. echo 'Loading initial ramdisk ...'
  635. initrd /boot/initrd.img-3.19.0-56-generic
  636. }
  637. menuentry 'Ubuntu, with Linux 3.19.0-56-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-56-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  638. recordfail
  639. load_video
  640. insmod gzio
  641. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  642. insmod part_msdos
  643. insmod ext2
  644. set root='hd0,msdos5'
  645. if [ x$feature_platform_search_hint = xy ]; then
  646. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  647. else
  648. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  649. fi
  650. echo 'Loading Linux 3.19.0-56-generic ...'
  651. linux /boot/vmlinuz-3.19.0-56-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  652. echo 'Loading initial ramdisk ...'
  653. initrd /boot/initrd.img-3.19.0-56-generic
  654. }
  655. menuentry 'Ubuntu, with Linux 3.19.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-49-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  656. recordfail
  657. load_video
  658. gfxmode $linux_gfx_mode
  659. insmod gzio
  660. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  661. insmod part_msdos
  662. insmod ext2
  663. set root='hd0,msdos5'
  664. if [ x$feature_platform_search_hint = xy ]; then
  665. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  666. else
  667. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  668. fi
  669. echo 'Loading Linux 3.19.0-49-generic ...'
  670. linux /boot/vmlinuz-3.19.0-49-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  671. echo 'Loading initial ramdisk ...'
  672. initrd /boot/initrd.img-3.19.0-49-generic
  673. }
  674. menuentry 'Ubuntu, with Linux 3.19.0-49-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-49-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  675. recordfail
  676. load_video
  677. gfxmode $linux_gfx_mode
  678. insmod gzio
  679. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  680. insmod part_msdos
  681. insmod ext2
  682. set root='hd0,msdos5'
  683. if [ x$feature_platform_search_hint = xy ]; then
  684. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  685. else
  686. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  687. fi
  688. echo 'Loading Linux 3.19.0-49-generic ...'
  689. linux /boot/vmlinuz-3.19.0-49-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  690. echo 'Loading initial ramdisk ...'
  691. initrd /boot/initrd.img-3.19.0-49-generic
  692. }
  693. menuentry 'Ubuntu, with Linux 3.19.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-49-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  694. recordfail
  695. load_video
  696. insmod gzio
  697. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  698. insmod part_msdos
  699. insmod ext2
  700. set root='hd0,msdos5'
  701. if [ x$feature_platform_search_hint = xy ]; then
  702. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  703. else
  704. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  705. fi
  706. echo 'Loading Linux 3.19.0-49-generic ...'
  707. linux /boot/vmlinuz-3.19.0-49-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  708. echo 'Loading initial ramdisk ...'
  709. initrd /boot/initrd.img-3.19.0-49-generic
  710. }
  711. menuentry 'Ubuntu, with Linux 3.19.0-47-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-47-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  712. recordfail
  713. load_video
  714. gfxmode $linux_gfx_mode
  715. insmod gzio
  716. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  717. insmod part_msdos
  718. insmod ext2
  719. set root='hd0,msdos5'
  720. if [ x$feature_platform_search_hint = xy ]; then
  721. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  722. else
  723. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  724. fi
  725. echo 'Loading Linux 3.19.0-47-generic ...'
  726. linux /boot/vmlinuz-3.19.0-47-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  727. echo 'Loading initial ramdisk ...'
  728. initrd /boot/initrd.img-3.19.0-47-generic
  729. }
  730. menuentry 'Ubuntu, with Linux 3.19.0-47-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-47-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  731. recordfail
  732. load_video
  733. gfxmode $linux_gfx_mode
  734. insmod gzio
  735. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  736. insmod part_msdos
  737. insmod ext2
  738. set root='hd0,msdos5'
  739. if [ x$feature_platform_search_hint = xy ]; then
  740. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  741. else
  742. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  743. fi
  744. echo 'Loading Linux 3.19.0-47-generic ...'
  745. linux /boot/vmlinuz-3.19.0-47-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  746. echo 'Loading initial ramdisk ...'
  747. initrd /boot/initrd.img-3.19.0-47-generic
  748. }
  749. menuentry 'Ubuntu, with Linux 3.19.0-47-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-47-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  750. recordfail
  751. load_video
  752. insmod gzio
  753. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  754. insmod part_msdos
  755. insmod ext2
  756. set root='hd0,msdos5'
  757. if [ x$feature_platform_search_hint = xy ]; then
  758. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  759. else
  760. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  761. fi
  762. echo 'Loading Linux 3.19.0-47-generic ...'
  763. linux /boot/vmlinuz-3.19.0-47-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  764. echo 'Loading initial ramdisk ...'
  765. initrd /boot/initrd.img-3.19.0-47-generic
  766. }
  767. menuentry 'Ubuntu, with Linux 3.19.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  768. recordfail
  769. load_video
  770. gfxmode $linux_gfx_mode
  771. insmod gzio
  772. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  773. insmod part_msdos
  774. insmod ext2
  775. set root='hd0,msdos5'
  776. if [ x$feature_platform_search_hint = xy ]; then
  777. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  778. else
  779. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  780. fi
  781. echo 'Loading Linux 3.19.0-43-generic ...'
  782. linux /boot/vmlinuz-3.19.0-43-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  783. echo 'Loading initial ramdisk ...'
  784. initrd /boot/initrd.img-3.19.0-43-generic
  785. }
  786. menuentry 'Ubuntu, with Linux 3.19.0-43-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  787. recordfail
  788. load_video
  789. gfxmode $linux_gfx_mode
  790. insmod gzio
  791. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  792. insmod part_msdos
  793. insmod ext2
  794. set root='hd0,msdos5'
  795. if [ x$feature_platform_search_hint = xy ]; then
  796. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  797. else
  798. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  799. fi
  800. echo 'Loading Linux 3.19.0-43-generic ...'
  801. linux /boot/vmlinuz-3.19.0-43-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  802. echo 'Loading initial ramdisk ...'
  803. initrd /boot/initrd.img-3.19.0-43-generic
  804. }
  805. menuentry 'Ubuntu, with Linux 3.19.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  806. recordfail
  807. load_video
  808. insmod gzio
  809. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  810. insmod part_msdos
  811. insmod ext2
  812. set root='hd0,msdos5'
  813. if [ x$feature_platform_search_hint = xy ]; then
  814. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  815. else
  816. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  817. fi
  818. echo 'Loading Linux 3.19.0-43-generic ...'
  819. linux /boot/vmlinuz-3.19.0-43-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  820. echo 'Loading initial ramdisk ...'
  821. initrd /boot/initrd.img-3.19.0-43-generic
  822. }
  823. menuentry 'Ubuntu, with Linux 3.19.0-39-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-39-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  824. recordfail
  825. load_video
  826. gfxmode $linux_gfx_mode
  827. insmod gzio
  828. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  829. insmod part_msdos
  830. insmod ext2
  831. set root='hd0,msdos5'
  832. if [ x$feature_platform_search_hint = xy ]; then
  833. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  834. else
  835. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  836. fi
  837. echo 'Loading Linux 3.19.0-39-generic ...'
  838. linux /boot/vmlinuz-3.19.0-39-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  839. echo 'Loading initial ramdisk ...'
  840. initrd /boot/initrd.img-3.19.0-39-generic
  841. }
  842. menuentry 'Ubuntu, with Linux 3.19.0-39-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-39-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  843. recordfail
  844. load_video
  845. gfxmode $linux_gfx_mode
  846. insmod gzio
  847. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  848. insmod part_msdos
  849. insmod ext2
  850. set root='hd0,msdos5'
  851. if [ x$feature_platform_search_hint = xy ]; then
  852. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  853. else
  854. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  855. fi
  856. echo 'Loading Linux 3.19.0-39-generic ...'
  857. linux /boot/vmlinuz-3.19.0-39-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  858. echo 'Loading initial ramdisk ...'
  859. initrd /boot/initrd.img-3.19.0-39-generic
  860. }
  861. menuentry 'Ubuntu, with Linux 3.19.0-39-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-39-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  862. recordfail
  863. load_video
  864. insmod gzio
  865. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  866. insmod part_msdos
  867. insmod ext2
  868. set root='hd0,msdos5'
  869. if [ x$feature_platform_search_hint = xy ]; then
  870. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  871. else
  872. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  873. fi
  874. echo 'Loading Linux 3.19.0-39-generic ...'
  875. linux /boot/vmlinuz-3.19.0-39-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  876. echo 'Loading initial ramdisk ...'
  877. initrd /boot/initrd.img-3.19.0-39-generic
  878. }
  879. menuentry 'Ubuntu, with Linux 3.19.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-37-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  880. recordfail
  881. load_video
  882. gfxmode $linux_gfx_mode
  883. insmod gzio
  884. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  885. insmod part_msdos
  886. insmod ext2
  887. set root='hd0,msdos5'
  888. if [ x$feature_platform_search_hint = xy ]; then
  889. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  890. else
  891. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  892. fi
  893. echo 'Loading Linux 3.19.0-37-generic ...'
  894. linux /boot/vmlinuz-3.19.0-37-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  895. echo 'Loading initial ramdisk ...'
  896. initrd /boot/initrd.img-3.19.0-37-generic
  897. }
  898. menuentry 'Ubuntu, with Linux 3.19.0-37-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-37-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  899. recordfail
  900. load_video
  901. gfxmode $linux_gfx_mode
  902. insmod gzio
  903. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  904. insmod part_msdos
  905. insmod ext2
  906. set root='hd0,msdos5'
  907. if [ x$feature_platform_search_hint = xy ]; then
  908. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  909. else
  910. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  911. fi
  912. echo 'Loading Linux 3.19.0-37-generic ...'
  913. linux /boot/vmlinuz-3.19.0-37-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  914. echo 'Loading initial ramdisk ...'
  915. initrd /boot/initrd.img-3.19.0-37-generic
  916. }
  917. menuentry 'Ubuntu, with Linux 3.19.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-37-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  918. recordfail
  919. load_video
  920. insmod gzio
  921. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  922. insmod part_msdos
  923. insmod ext2
  924. set root='hd0,msdos5'
  925. if [ x$feature_platform_search_hint = xy ]; then
  926. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  927. else
  928. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  929. fi
  930. echo 'Loading Linux 3.19.0-37-generic ...'
  931. linux /boot/vmlinuz-3.19.0-37-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  932. echo 'Loading initial ramdisk ...'
  933. initrd /boot/initrd.img-3.19.0-37-generic
  934. }
  935. menuentry 'Ubuntu, with Linux 3.19.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  936. recordfail
  937. load_video
  938. gfxmode $linux_gfx_mode
  939. insmod gzio
  940. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  941. insmod part_msdos
  942. insmod ext2
  943. set root='hd0,msdos5'
  944. if [ x$feature_platform_search_hint = xy ]; then
  945. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  946. else
  947. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  948. fi
  949. echo 'Loading Linux 3.19.0-33-generic ...'
  950. linux /boot/vmlinuz-3.19.0-33-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  951. echo 'Loading initial ramdisk ...'
  952. initrd /boot/initrd.img-3.19.0-33-generic
  953. }
  954. menuentry 'Ubuntu, with Linux 3.19.0-33-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  955. recordfail
  956. load_video
  957. gfxmode $linux_gfx_mode
  958. insmod gzio
  959. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  960. insmod part_msdos
  961. insmod ext2
  962. set root='hd0,msdos5'
  963. if [ x$feature_platform_search_hint = xy ]; then
  964. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  965. else
  966. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  967. fi
  968. echo 'Loading Linux 3.19.0-33-generic ...'
  969. linux /boot/vmlinuz-3.19.0-33-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  970. echo 'Loading initial ramdisk ...'
  971. initrd /boot/initrd.img-3.19.0-33-generic
  972. }
  973. menuentry 'Ubuntu, with Linux 3.19.0-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  974. recordfail
  975. load_video
  976. insmod gzio
  977. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  978. insmod part_msdos
  979. insmod ext2
  980. set root='hd0,msdos5'
  981. if [ x$feature_platform_search_hint = xy ]; then
  982. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  983. else
  984. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  985. fi
  986. echo 'Loading Linux 3.19.0-33-generic ...'
  987. linux /boot/vmlinuz-3.19.0-33-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  988. echo 'Loading initial ramdisk ...'
  989. initrd /boot/initrd.img-3.19.0-33-generic
  990. }
  991. menuentry 'Ubuntu, with Linux 3.19.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  992. recordfail
  993. load_video
  994. gfxmode $linux_gfx_mode
  995. insmod gzio
  996. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  997. insmod part_msdos
  998. insmod ext2
  999. set root='hd0,msdos5'
  1000. if [ x$feature_platform_search_hint = xy ]; then
  1001. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1002. else
  1003. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1004. fi
  1005. echo 'Loading Linux 3.19.0-32-generic ...'
  1006. linux /boot/vmlinuz-3.19.0-32-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  1007. echo 'Loading initial ramdisk ...'
  1008. initrd /boot/initrd.img-3.19.0-32-generic
  1009. }
  1010. menuentry 'Ubuntu, with Linux 3.19.0-32-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1011. recordfail
  1012. load_video
  1013. gfxmode $linux_gfx_mode
  1014. insmod gzio
  1015. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1016. insmod part_msdos
  1017. insmod ext2
  1018. set root='hd0,msdos5'
  1019. if [ x$feature_platform_search_hint = xy ]; then
  1020. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1021. else
  1022. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1023. fi
  1024. echo 'Loading Linux 3.19.0-32-generic ...'
  1025. linux /boot/vmlinuz-3.19.0-32-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  1026. echo 'Loading initial ramdisk ...'
  1027. initrd /boot/initrd.img-3.19.0-32-generic
  1028. }
  1029. menuentry 'Ubuntu, with Linux 3.19.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1030. recordfail
  1031. load_video
  1032. insmod gzio
  1033. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1034. insmod part_msdos
  1035. insmod ext2
  1036. set root='hd0,msdos5'
  1037. if [ x$feature_platform_search_hint = xy ]; then
  1038. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1039. else
  1040. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1041. fi
  1042. echo 'Loading Linux 3.19.0-32-generic ...'
  1043. linux /boot/vmlinuz-3.19.0-32-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  1044. echo 'Loading initial ramdisk ...'
  1045. initrd /boot/initrd.img-3.19.0-32-generic
  1046. }
  1047. menuentry 'Ubuntu, with Linux 3.19.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-31-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1048. recordfail
  1049. load_video
  1050. gfxmode $linux_gfx_mode
  1051. insmod gzio
  1052. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1053. insmod part_msdos
  1054. insmod ext2
  1055. set root='hd0,msdos5'
  1056. if [ x$feature_platform_search_hint = xy ]; then
  1057. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1058. else
  1059. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1060. fi
  1061. echo 'Loading Linux 3.19.0-31-generic ...'
  1062. linux /boot/vmlinuz-3.19.0-31-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  1063. echo 'Loading initial ramdisk ...'
  1064. initrd /boot/initrd.img-3.19.0-31-generic
  1065. }
  1066. menuentry 'Ubuntu, with Linux 3.19.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-31-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1067. recordfail
  1068. load_video
  1069. gfxmode $linux_gfx_mode
  1070. insmod gzio
  1071. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1072. insmod part_msdos
  1073. insmod ext2
  1074. set root='hd0,msdos5'
  1075. if [ x$feature_platform_search_hint = xy ]; then
  1076. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1077. else
  1078. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1079. fi
  1080. echo 'Loading Linux 3.19.0-31-generic ...'
  1081. linux /boot/vmlinuz-3.19.0-31-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  1082. echo 'Loading initial ramdisk ...'
  1083. initrd /boot/initrd.img-3.19.0-31-generic
  1084. }
  1085. menuentry 'Ubuntu, with Linux 3.19.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-31-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1086. recordfail
  1087. load_video
  1088. insmod gzio
  1089. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1090. insmod part_msdos
  1091. insmod ext2
  1092. set root='hd0,msdos5'
  1093. if [ x$feature_platform_search_hint = xy ]; then
  1094. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1095. else
  1096. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1097. fi
  1098. echo 'Loading Linux 3.19.0-31-generic ...'
  1099. linux /boot/vmlinuz-3.19.0-31-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  1100. echo 'Loading initial ramdisk ...'
  1101. initrd /boot/initrd.img-3.19.0-31-generic
  1102. }
  1103. menuentry 'Ubuntu, with Linux 3.19.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1104. recordfail
  1105. load_video
  1106. gfxmode $linux_gfx_mode
  1107. insmod gzio
  1108. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1109. insmod part_msdos
  1110. insmod ext2
  1111. set root='hd0,msdos5'
  1112. if [ x$feature_platform_search_hint = xy ]; then
  1113. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1114. else
  1115. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1116. fi
  1117. echo 'Loading Linux 3.19.0-28-generic ...'
  1118. linux /boot/vmlinuz-3.19.0-28-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  1119. echo 'Loading initial ramdisk ...'
  1120. initrd /boot/initrd.img-3.19.0-28-generic
  1121. }
  1122. menuentry 'Ubuntu, with Linux 3.19.0-28-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1123. recordfail
  1124. load_video
  1125. gfxmode $linux_gfx_mode
  1126. insmod gzio
  1127. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1128. insmod part_msdos
  1129. insmod ext2
  1130. set root='hd0,msdos5'
  1131. if [ x$feature_platform_search_hint = xy ]; then
  1132. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1133. else
  1134. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1135. fi
  1136. echo 'Loading Linux 3.19.0-28-generic ...'
  1137. linux /boot/vmlinuz-3.19.0-28-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  1138. echo 'Loading initial ramdisk ...'
  1139. initrd /boot/initrd.img-3.19.0-28-generic
  1140. }
  1141. menuentry 'Ubuntu, with Linux 3.19.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-28-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1142. recordfail
  1143. load_video
  1144. insmod gzio
  1145. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1146. insmod part_msdos
  1147. insmod ext2
  1148. set root='hd0,msdos5'
  1149. if [ x$feature_platform_search_hint = xy ]; then
  1150. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1151. else
  1152. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1153. fi
  1154. echo 'Loading Linux 3.19.0-28-generic ...'
  1155. linux /boot/vmlinuz-3.19.0-28-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  1156. echo 'Loading initial ramdisk ...'
  1157. initrd /boot/initrd.img-3.19.0-28-generic
  1158. }
  1159. menuentry 'Ubuntu, with Linux 3.19.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-26-generic-advanced-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1160. recordfail
  1161. load_video
  1162. gfxmode $linux_gfx_mode
  1163. insmod gzio
  1164. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1165. insmod part_msdos
  1166. insmod ext2
  1167. set root='hd0,msdos5'
  1168. if [ x$feature_platform_search_hint = xy ]; then
  1169. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1170. else
  1171. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1172. fi
  1173. echo 'Loading Linux 3.19.0-26-generic ...'
  1174. linux /boot/vmlinuz-3.19.0-26-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff
  1175. echo 'Loading initial ramdisk ...'
  1176. initrd /boot/initrd.img-3.19.0-26-generic
  1177. }
  1178. menuentry 'Ubuntu, with Linux 3.19.0-26-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-26-generic-init-upstart-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1179. recordfail
  1180. load_video
  1181. gfxmode $linux_gfx_mode
  1182. insmod gzio
  1183. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1184. insmod part_msdos
  1185. insmod ext2
  1186. set root='hd0,msdos5'
  1187. if [ x$feature_platform_search_hint = xy ]; then
  1188. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1189. else
  1190. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1191. fi
  1192. echo 'Loading Linux 3.19.0-26-generic ...'
  1193. linux /boot/vmlinuz-3.19.0-26-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash $vt_handoff init=/sbin/upstart
  1194. echo 'Loading initial ramdisk ...'
  1195. initrd /boot/initrd.img-3.19.0-26-generic
  1196. }
  1197. menuentry 'Ubuntu, with Linux 3.19.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-26-generic-recovery-f40b5ab9-0926-45d4-bbc2-c0de98a996fe' {
  1198. recordfail
  1199. load_video
  1200. insmod gzio
  1201. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  1202. insmod part_msdos
  1203. insmod ext2
  1204. set root='hd0,msdos5'
  1205. if [ x$feature_platform_search_hint = xy ]; then
  1206. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1207. else
  1208. search --no-floppy --fs-uuid --set=root f40b5ab9-0926-45d4-bbc2-c0de98a996fe
  1209. fi
  1210. echo 'Loading Linux 3.19.0-26-generic ...'
  1211. linux /boot/vmlinuz-3.19.0-26-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro recovery nomodeset
  1212. echo 'Loading initial ramdisk ...'
  1213. initrd /boot/initrd.img-3.19.0-26-generic
  1214. }
  1215. }
  1216. ### END /etc/grub.d/10_linux ###
  1217. ### BEGIN /etc/grub.d/20_linux_xen ###
  1218. ### END /etc/grub.d/20_linux_xen ###
  1219. ### BEGIN /etc/grub.d/30_os-prober ###
  1220. ### END /etc/grub.d/30_os-prober ###
  1221. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  1222. ### END /etc/grub.d/30_uefi-firmware ###
  1223. ### BEGIN /etc/grub.d/40_custom ###
  1224. # This file provides an easy way to add custom menu entries. Simply type the
  1225. # menu entries you want to add after this comment. Be careful not to change
  1226. # the 'exec tail' line above.
  1227. ### END /etc/grub.d/40_custom ###
  1228. ### BEGIN /etc/grub.d/41_custom ###
  1229. if [ -f ${config_directory}/custom.cfg ]; then
  1230. source ${config_directory}/custom.cfg
  1231. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  1232. source $prefix/custom.cfg;
  1233. fi
  1234. ### END /etc/grub.d/41_custom ###
  1235. --------------------------------------------------------------------------------
  1236. =============================== sda5/etc/fstab: ================================
  1237. --------------------------------------------------------------------------------
  1238. # /etc/fstab: static file system information.
  1239. #
  1240. # Use 'blkid' to print the universally unique identifier for a
  1241. # device; this may be used with UUID= as a more robust way to name devices
  1242. # that works even if disks are added and removed. See fstab(5).
  1243. #
  1244. # <file system> <mount point> <type> <options> <dump> <pass>
  1245. # / was on /dev/sdb5 during installation
  1246. UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe / ext4 errors=remount-ro 0 1
  1247. # swap was on /dev/sdb6 during installation
  1248. UUID=8cc28e9e-372e-4c4e-bf50-c825570d8e69 none swap sw 0 0
  1249. --------------------------------------------------------------------------------
  1250. =================== sda5: Location of files loaded by Grub: ====================
  1251. GiB - GB File Fragment(s)
  1252. 183.469837189 = 196.999237632 boot/grub/grub.cfg 1
  1253. 185.537914276 = 199.219818496 boot/grub/i386-pc/core.img 1
  1254. 109.260036469 = 117.317070848 boot/vmlinuz-3.19.0-26-generic 1
  1255. 113.791767120 = 122.182979584 boot/vmlinuz-3.19.0-28-generic 1
  1256. 143.891735077 = 154.502574080 boot/vmlinuz-3.19.0-31-generic 1
  1257. 153.606658936 = 164.933894144 boot/vmlinuz-3.19.0-32-generic 1
  1258. 154.508197784 = 165.901914112 boot/vmlinuz-3.19.0-33-generic 1
  1259. 166.007144928 = 178.248814592 boot/vmlinuz-3.19.0-37-generic 1
  1260. 174.350894928 = 187.207847936 boot/vmlinuz-3.19.0-39-generic 1
  1261. 196.913394928 = 211.434147840 boot/vmlinuz-3.19.0-43-generic 1
  1262. 181.270362854 = 194.637570048 boot/vmlinuz-3.19.0-47-generic 1
  1263. 115.344070435 = 123.849752576 boot/vmlinuz-3.19.0-49-generic 1
  1264. 215.335151672 = 231.214358528 boot/vmlinuz-3.19.0-56-generic 1
  1265. 159.319664001 = 171.068186624 boot/vmlinuz-3.19.0-58-generic 1
  1266. 224.850914001 = 241.431830528 boot/vmlinuz-3.19.0-59-generic 1
  1267. 227.323673248 = 244.086935552 boot/vmlinuz-3.19.0-61-generic 1
  1268. 188.100914001 = 201.971818496 boot/vmlinuz-3.19.0-64-generic 1
  1269. 182.475914001 = 195.932020736 boot/vmlinuz-3.19.0-68-generic 1
  1270. 177.343280792 = 190.420897792 boot/vmlinuz-4.2.0-42-generic 1
  1271. 227.209445953 = 243.964284928 boot/vmlinuz-4.4.0-36-generic 1
  1272. 227.209445953 = 243.964284928 vmlinuz 1
  1273. 177.343280792 = 190.420897792 vmlinuz.old 1
  1274. 109.903171539 = 118.007631872 boot/initrd.img-3.19.0-26-generic 1
  1275. 114.451957703 = 122.891853824 boot/initrd.img-3.19.0-28-generic 2
  1276. 144.563472748 = 155.223846912 boot/initrd.img-3.19.0-31-generic 2
  1277. 144.307052612 = 154.948517888 boot/initrd.img-3.19.0-32-generic 3
  1278. 204.992301941 = 220.108808192 boot/initrd.img-3.19.0-33-generic 3
  1279. 155.268348694 = 166.718119936 boot/initrd.img-3.19.0-37-generic 2
  1280. 174.598491669 = 187.473702912 boot/initrd.img-3.19.0-39-generic 3
  1281. 198.368160248 = 212.996190208 boot/initrd.img-3.19.0-43-generic 2
  1282. 197.028179169 = 211.557396480 boot/initrd.img-3.19.0-47-generic 1
  1283. 113.305526733 = 121.660882944 boot/initrd.img-3.19.0-49-generic 3
  1284. 222.063472748 = 238.438838272 boot/initrd.img-3.19.0-56-generic 2
  1285. 224.258666992 = 240.795910144 boot/initrd.img-3.19.0-58-generic 2
  1286. 205.288558960 = 220.426911744 boot/initrd.img-3.19.0-59-generic 2
  1287. 228.309444427 = 245.145399296 boot/initrd.img-3.19.0-61-generic 2
  1288. 188.246944427 = 202.128617472 boot/initrd.img-3.19.0-64-generic 1
  1289. 186.149410248 = 199.876407296 boot/initrd.img-3.19.0-68-generic 2
  1290. 222.194377899 = 238.579396608 boot/initrd.img-4.2.0-42-generic 5
  1291. 208.057548523 = 223.400091648 boot/initrd.img-4.4.0-36-generic 3
  1292. 208.057548523 = 223.400091648 initrd.img 3
  1293. 222.194377899 = 238.579396608 initrd.img.old 5
  1294. ADDITIONAL INFORMATION :
  1295. =================== log of boot-repair 2016-09-15__18h08 ===================
  1296. boot-repair version : 4ppa38
  1297. boot-sav version : 4ppa38
  1298. glade2script version : 3.2.3~ppa1
  1299. boot-sav-extra version : 4ppa38
  1300. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  1301. CPU op-mode(s): 32-bit, 64-bit
  1302. BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic root=UUID=f40b5ab9-0926-45d4-bbc2-c0de98a996fe ro quiet splash vt.handoff=7
  1303. =================== os-prober:
  1304. /dev/sda5:The OS now in use - Ubuntu 16.04.1 LTS CurrentSession:linux
  1305. =================== blkid:
  1306. /dev/sda1: UUID="42230789-b1c9-46cf-a175-6ac5ff24a92c" TYPE="ext4" PARTUUID="0aeedb51-01"
  1307. /dev/sda5: UUID="f40b5ab9-0926-45d4-bbc2-c0de98a996fe" TYPE="ext4" PARTUUID="0aeedb51-05"
  1308. /dev/sda6: UUID="8cc28e9e-372e-4c4e-bf50-c825570d8e69" TYPE="swap" PARTUUID="0aeedb51-06"
  1309. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  1310. =================== /etc/grub.d/ :
  1311. drwxr-xr-x 2 root root 4096 Sep 15 17:06 grub.d
  1312. total 76
  1313. -rwxr-xr-x 1 root root 9791 Dec 17 2015 00_header
  1314. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  1315. -rwxr-xr-x 1 root root 12261 Apr 6 2015 10_linux
  1316. -rwxr-xr-x 1 root root 11082 Apr 6 2015 20_linux_xen
  1317. -rwxr-xr-x 1 root root 1992 Mar 6 2015 20_memtest86+
  1318. -rwxr-xr-x 1 root root 11692 Apr 6 2015 30_os-prober
  1319. -rwxr-xr-x 1 root root 1418 Dec 17 2015 30_uefi-firmware
  1320. -rwxr-xr-x 1 root root 214 Apr 6 2015 40_custom
  1321. -rwxr-xr-x 1 root root 216 Apr 6 2015 41_custom
  1322. -rw-r--r-- 1 root root 483 Apr 6 2015 README
  1323. =================== /etc/default/grub :
  1324. # If you change this file, run 'update-grub' afterwards to update
  1325. # /boot/grub/grub.cfg.
  1326. # For full documentation of the options in this file, see:
  1327. # info -f grub -n 'Simple configuration'
  1328. GRUB_DEFAULT=0
  1329. #GRUB_HIDDEN_TIMEOUT=0
  1330. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1331. GRUB_TIMEOUT=10
  1332. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1333. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1334. GRUB_CMDLINE_LINUX=""
  1335. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1336. # This works with Linux (no patch required) and with any kernel that obtains
  1337. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1338. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1339. # Uncomment to disable graphical terminal (grub-pc only)
  1340. #GRUB_TERMINAL=console
  1341. # The resolution used on graphical terminal
  1342. # note that you can use only modes which your graphic card supports via VBE
  1343. # you can see them in real GRUB with the command `vbeinfo'
  1344. #GRUB_GFXMODE=640x480
  1345. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1346. #GRUB_DISABLE_LINUX_UUID=true
  1347. # Uncomment to disable generation of recovery mode menu entries
  1348. #GRUB_DISABLE_RECOVERY="true"
  1349. # Uncomment to get a beep at grub start
  1350. #GRUB_INIT_TUNE="480 440 1"
  1351. =================== UEFI/Legacy mode:
  1352. This installed-session is not in EFI-mode.
  1353. EFI in dmesg.
  1354. [ 0.000000] ACPI: UEFI 0x00000000CA6EC248 000042 (v01 00000000 00000000)
  1355. SecureBoot disabled.
  1356. =================== PARTITIONS & DISKS:
  1357. sda5 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  1358. 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.
  1359. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  1360. =================== parted -l:
  1361. Model: ATA SAMSUNG SSD PM87 (scsi)
  1362. Disk /dev/sda: 256GB
  1363. Sector size (logical/physical): 512B/512B
  1364. Partition Table: msdos
  1365. Disk Flags:
  1366. Number Start End Size Type File system Flags
  1367. 1 1049kB 115GB 115GB primary ext4
  1368. 2 115GB 256GB 141GB extended
  1369. 5 115GB 248GB 132GB logical ext4 boot
  1370. 6 248GB 256GB 8471MB logical linux-swap(v1)
  1371. =================== parted -lm:
  1372. BYT;
  1373. /dev/sda:256GB:scsi:512:512:msdos:ATA SAMSUNG SSD PM87:;
  1374. 1:1049kB:115GB:115GB:ext4::;
  1375. 2:115GB:256GB:141GB:::;
  1376. 5:115GB:248GB:132GB:ext4::boot;
  1377. 6:248GB:256GB:8471MB:linux-swap(v1)::;
  1378. =================== lsblk:
  1379. KNAME TYPE FSTYPE SIZE LABEL
  1380. sda disk 238.5G
  1381. sda1 part ext4 107.2G
  1382. sda2 part 1K
  1383. sda5 part ext4 123.4G
  1384. sda6 part swap 7.9G
  1385. KNAME ROTA RO RM STATE MOUNTPOINT
  1386. sda 0 0 0 running
  1387. sda1 0 0 0 /mnt/boot-sav/sda1
  1388. sda2 0 0 0
  1389. sda5 0 0 0 /
  1390. sda6 0 0 0 [SWAP]
  1391. =================== mount:
  1392. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  1393. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  1394. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4011488k,nr_inodes=1002872,mode=755)
  1395. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  1396. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=806120k,mode=755)
  1397. /dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  1398. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  1399. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  1400. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  1401. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  1402. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  1403. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  1404. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  1405. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  1406. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  1407. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  1408. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  1409. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  1410. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  1411. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  1412. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  1413. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  1414. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  1415. mqueue on /dev/mqueue type mqueue (rw,relatime)
  1416. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  1417. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  1418. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  1419. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  1420. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  1421. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=806120k,mode=700,uid=1000,gid=1000)
  1422. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  1423. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  1424. =================== ls:
  1425. /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 sda6 size slaves stat subsystem trace uevent
  1426. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd freefall full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sg0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
  1427. ls /dev/mapper: control
  1428. ls: cannot access '': No such file or directory
  1429. =================== df -Th:
  1430. Filesystem Type Size Used Avail Use% Mounted on
  1431. udev devtmpfs 3.9G 0 3.9G 0% /dev
  1432. tmpfs tmpfs 788M 9.7M 778M 2% /run
  1433. /dev/sda5 ext4 122G 110G 5.4G 96% /
  1434. tmpfs tmpfs 3.9G 20M 3.9G 1% /dev/shm
  1435. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  1436. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  1437. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  1438. tmpfs tmpfs 788M 64K 788M 1% /run/user/1000
  1439. /dev/sda1 ext4 106G 26G 75G 26% /mnt/boot-sav/sda1
  1440. =================== fdisk -l:
  1441. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  1442. Units: sectors of 1 * 512 = 512 bytes
  1443. Sector size (logical/physical): 512 bytes / 4096 bytes
  1444. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1445. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  1446. Units: sectors of 1 * 512 = 512 bytes
  1447. Sector size (logical/physical): 512 bytes / 4096 bytes
  1448. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1449. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  1450. Units: sectors of 1 * 512 = 512 bytes
  1451. Sector size (logical/physical): 512 bytes / 4096 bytes
  1452. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1453. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  1454. Units: sectors of 1 * 512 = 512 bytes
  1455. Sector size (logical/physical): 512 bytes / 4096 bytes
  1456. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1457. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  1458. Units: sectors of 1 * 512 = 512 bytes
  1459. Sector size (logical/physical): 512 bytes / 4096 bytes
  1460. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1461. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  1462. Units: sectors of 1 * 512 = 512 bytes
  1463. Sector size (logical/physical): 512 bytes / 4096 bytes
  1464. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1465. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  1466. Units: sectors of 1 * 512 = 512 bytes
  1467. Sector size (logical/physical): 512 bytes / 4096 bytes
  1468. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1469. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  1470. Units: sectors of 1 * 512 = 512 bytes
  1471. Sector size (logical/physical): 512 bytes / 4096 bytes
  1472. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1473. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  1474. Units: sectors of 1 * 512 = 512 bytes
  1475. Sector size (logical/physical): 512 bytes / 4096 bytes
  1476. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1477. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  1478. Units: sectors of 1 * 512 = 512 bytes
  1479. Sector size (logical/physical): 512 bytes / 4096 bytes
  1480. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1481. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  1482. Units: sectors of 1 * 512 = 512 bytes
  1483. Sector size (logical/physical): 512 bytes / 4096 bytes
  1484. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1485. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  1486. Units: sectors of 1 * 512 = 512 bytes
  1487. Sector size (logical/physical): 512 bytes / 4096 bytes
  1488. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1489. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  1490. Units: sectors of 1 * 512 = 512 bytes
  1491. Sector size (logical/physical): 512 bytes / 4096 bytes
  1492. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1493. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  1494. Units: sectors of 1 * 512 = 512 bytes
  1495. Sector size (logical/physical): 512 bytes / 4096 bytes
  1496. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1497. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  1498. Units: sectors of 1 * 512 = 512 bytes
  1499. Sector size (logical/physical): 512 bytes / 4096 bytes
  1500. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1501. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1502. Units: sectors of 1 * 512 = 512 bytes
  1503. Sector size (logical/physical): 512 bytes / 4096 bytes
  1504. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1505. Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  1506. Units: sectors of 1 * 512 = 512 bytes
  1507. Sector size (logical/physical): 512 bytes / 512 bytes
  1508. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1509. Disklabel type: dos
  1510. Disk identifier: 0x0aeedb51
  1511. Device Boot Start End Sectors Size Id Type
  1512. /dev/sda1 2048 224854848 224852801 107.2G 83 Linux
  1513. /dev/sda2 224856062 500117503 275261442 131.3G 5 Extended
  1514. /dev/sda5 * 224856064 483569663 258713600 123.4G 83 Linux
  1515. /dev/sda6 483571712 500117503 16545792 7.9G 82 Linux swap / Solaris
  1516. =================== Recommended repair
  1517. The default repair of the Boot-Repair utility will purge (in order to) and reinstall the grub2 of sda5 into the MBR of sda.
  1518. The boot flag will be placed on sda5.
  1519. Additional repair will be performed: unhide-bootmenu-10s
  1520. apt-get -y --force-yes update
  1521. Purge the GRUB of sda5
  1522. grub-pc available
  1523. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
  1524. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  1525. DEBCHECK debOK, grub-pc
  1526. DEBCHECK debOK
  1527. shim-signed available
  1528. linux-signed-generic available
  1529. 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*
  1530. =================== /etc/grub.d/ :
  1531. drwxr-xr-x 2 root root 4096 Sep 15 18:09 grub.d
  1532. total 4
  1533. -rwxr-xr-x 1 root root 1992 Mar 6 2015 20_memtest86+
  1534. Then type: sudo apt-get install -y --force-yes grub-pc linux-generic
  1535. =================== /etc/grub.d/ :
  1536. drwxr-xr-x 2 root root 4096 Sep 15 18:10 grub.d
  1537. drwxr-xr-x 2 root root 4096 Sep 15 18:09 grub.d.bak
  1538. total 72
  1539. -rwxr-xr-x 1 root root 9791 Jul 23 02:09 00_header
  1540. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  1541. -rwxr-xr-x 1 root root 12261 Jul 23 02:09 10_linux
  1542. -rwxr-xr-x 1 root root 11082 Jul 23 02:09 20_linux_xen
  1543. -rwxr-xr-x 1 root root 11692 Jul 23 02:09 30_os-prober
  1544. -rwxr-xr-x 1 root root 1418 Jul 23 02:09 30_uefi-firmware
  1545. -rwxr-xr-x 1 root root 214 Jul 23 02:09 40_custom
  1546. -rwxr-xr-x 1 root root 216 Jul 23 02:09 41_custom
  1547. -rw-r--r-- 1 root root 483 Jul 23 02:09 README
  1548. =================== /etc/default/grub :
  1549. # If you change this file, run 'update-grub' afterwards to update
  1550. # /boot/grub/grub.cfg.
  1551. # For full documentation of the options in this file, see:
  1552. # info -f grub -n 'Simple configuration'
  1553. GRUB_DEFAULT=0
  1554. GRUB_HIDDEN_TIMEOUT=0
  1555. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1556. GRUB_TIMEOUT=10
  1557. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1558. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1559. GRUB_CMDLINE_LINUX=""
  1560. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1561. # This works with Linux (no patch required) and with any kernel that obtains
  1562. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1563. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1564. # Uncomment to disable graphical terminal (grub-pc only)
  1565. #GRUB_TERMINAL=console
  1566. # The resolution used on graphical terminal
  1567. # note that you can use only modes which your graphic card supports via VBE
  1568. # you can see them in real GRUB with the command `vbeinfo'
  1569. #GRUB_GFXMODE=640x480
  1570. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1571. #GRUB_DISABLE_LINUX_UUID=true
  1572. # Uncomment to disable generation of recovery mode menu entries
  1573. #GRUB_DISABLE_RECOVERY="true"
  1574. # Uncomment to get a beep at grub start
  1575. #GRUB_INIT_TUNE="480 440 1"
  1576. Unhide GRUB boot menu in sda5/etc/default/grub
  1577. =================== /etc/grub.d/ :
  1578. drwxr-xr-x 2 root root 4096 Sep 15 18:10 grub.d
  1579. drwxr-xr-x 2 root root 4096 Sep 15 18:09 grub.d.bak
  1580. total 72
  1581. -rwxr-xr-x 1 root root 9791 Jul 23 02:09 00_header
  1582. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  1583. -rwxr-xr-x 1 root root 12261 Jul 23 02:09 10_linux
  1584. -rwxr-xr-x 1 root root 11082 Jul 23 02:09 20_linux_xen
  1585. -rwxr-xr-x 1 root root 11692 Jul 23 02:09 30_os-prober
  1586. -rwxr-xr-x 1 root root 1418 Jul 23 02:09 30_uefi-firmware
  1587. -rwxr-xr-x 1 root root 214 Jul 23 02:09 40_custom
  1588. -rwxr-xr-x 1 root root 216 Jul 23 02:09 41_custom
  1589. -rw-r--r-- 1 root root 483 Jul 23 02:09 README
  1590. =================== /etc/default/grub :
  1591. # If you change this file, run 'update-grub' afterwards to update
  1592. # /boot/grub/grub.cfg.
  1593. # For full documentation of the options in this file, see:
  1594. # info -f grub -n 'Simple configuration'
  1595. GRUB_DEFAULT=0
  1596. #GRUB_HIDDEN_TIMEOUT=0
  1597. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1598. GRUB_TIMEOUT=10
  1599. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1600. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1601. GRUB_CMDLINE_LINUX=""
  1602. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1603. # This works with Linux (no patch required) and with any kernel that obtains
  1604. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1605. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1606. # Uncomment to disable graphical terminal (grub-pc only)
  1607. #GRUB_TERMINAL=console
  1608. # The resolution used on graphical terminal
  1609. # note that you can use only modes which your graphic card supports via VBE
  1610. # you can see them in real GRUB with the command `vbeinfo'
  1611. #GRUB_GFXMODE=640x480
  1612. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1613. #GRUB_DISABLE_LINUX_UUID=true
  1614. # Uncomment to disable generation of recovery mode menu entries
  1615. #GRUB_DISABLE_RECOVERY="true"
  1616. # Uncomment to get a beep at grub start
  1617. #GRUB_INIT_TUNE="480 440 1"
  1618. *******lspci -nnk | grep -iA3 vga
  1619. 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09)
  1620. DeviceName: Onboard IGD
  1621. Subsystem: Dell Broadwell-U Integrated Graphics [1028:062c]
  1622. Kernel driver in use: i915
  1623. *******
  1624. grub-install --version
  1625. grub-install (GRUB) 2.02~beta2-36ubuntu3.2,grub-install (GRUB) 2.
  1626. Reinstall the GRUB of sda5 into the MBR of sda
  1627. Installing for i386-pc platform.
  1628. Installation finished. No error reported.
  1629. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  1630. update-grub
  1631. Generating grub configuration file ...
  1632. Found linux image: /boot/vmlinuz-4.4.0-36-generic
  1633. Found initrd image: /boot/initrd.img-4.4.0-36-generic
  1634. Found linux image: /boot/vmlinuz-4.2.0-42-generic
  1635. Found initrd image: /boot/initrd.img-4.2.0-42-generic
  1636. Found linux image: /boot/vmlinuz-3.19.0-68-generic
  1637. Found initrd image: /boot/initrd.img-3.19.0-68-generic
  1638. Found linux image: /boot/vmlinuz-3.19.0-64-generic
  1639. Found initrd image: /boot/initrd.img-3.19.0-64-generic
  1640. Found linux image: /boot/vmlinuz-3.19.0-61-generic
  1641. Found initrd image: /boot/initrd.img-3.19.0-61-generic
  1642. Found linux image: /boot/vmlinuz-3.19.0-59-generic
  1643. Found initrd image: /boot/initrd.img-3.19.0-59-generic
  1644. Found linux image: /boot/vmlinuz-3.19.0-58-generic
  1645. Found initrd image: /boot/initrd.img-3.19.0-58-generic
  1646. Found linux image: /boot/vmlinuz-3.19.0-56-generic
  1647. Found initrd image: /boot/initrd.img-3.19.0-56-generic
  1648. Found linux image: /boot/vmlinuz-3.19.0-49-generic
  1649. Found initrd image: /boot/initrd.img-3.19.0-49-generic
  1650. Found linux image: /boot/vmlinuz-3.19.0-47-generic
  1651. Found initrd image: /boot/initrd.img-3.19.0-47-generic
  1652. Found linux image: /boot/vmlinuz-3.19.0-43-generic
  1653. Found initrd image: /boot/initrd.img-3.19.0-43-generic
  1654. Found linux image: /boot/vmlinuz-3.19.0-39-generic
  1655. Found initrd image: /boot/initrd.img-3.19.0-39-generic
  1656. Found linux image: /boot/vmlinuz-3.19.0-37-generic
  1657. Found initrd image: /boot/initrd.img-3.19.0-37-generic
  1658. Found linux image: /boot/vmlinuz-3.19.0-33-generic
  1659. Found initrd image: /boot/initrd.img-3.19.0-33-generic
  1660. Found linux image: /boot/vmlinuz-3.19.0-32-generic
  1661. Found initrd image: /boot/initrd.img-3.19.0-32-generic
  1662. Found linux image: /boot/vmlinuz-3.19.0-31-generic
  1663. Found initrd image: /boot/initrd.img-3.19.0-31-generic
  1664. Found linux image: /boot/vmlinuz-3.19.0-28-generic
  1665. Found initrd image: /boot/initrd.img-3.19.0-28-generic
  1666. Found linux image: /boot/vmlinuz-3.19.0-26-generic
  1667. Found initrd image: /boot/initrd.img-3.19.0-26-generic
  1668. Unhide GRUB boot menu in sda5/boot/grub/grub.cfg
  1669. Boot successfully repaired.
  1670. You can now reboot your computer.
  1671. 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)
  1672. paste.ubuntu.com ko (), using paste.debian
  1673. paste.debian.net ko (), using paste2