1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. in partition 112 for .
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Zorin OS 9
  11. Boot files: /boot/grub/grub.cfg /etc/fstab
  12. /boot/grub/i386-pc/core.img
  13. sda2: __________________________________________________________________________
  14. File system: Extended Partition
  15. Boot sector type: Unknown
  16. Boot sector info:
  17. sda5: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. ============================ Drive/Partition Info: =============================
  22. Drive: sda _____________________________________________________________________
  23. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  24. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  25. Units = sectors of 1 * 512 = 512 bytes
  26. Sector size (logical/physical): 512 bytes / 512 bytes
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 * 2,048 484,220,927 484,218,880 83 Linux
  29. /dev/sda2 484,222,974 488,396,799 4,173,826 5 Extended
  30. /dev/sda5 484,222,976 488,396,799 4,173,824 82 Linux swap / Solaris
  31. "blkid" output: ________________________________________________________________
  32. Device UUID TYPE LABEL
  33. /dev/loop0 squashfs
  34. /dev/sda1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 ext4
  35. /dev/sda5 e4a4c9ea-d93b-4dd2-b277-28584877609e swap
  36. /dev/sr0 iso9660 Zorin OS 9 Core 32 bit
  37. ================================ Mount points: =================================
  38. Device Mount_Point Type Options
  39. /dev/loop0 /rofs squashfs (ro,noatime)
  40. /dev/sda1 /media/live/d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 ext4 (rw,nosuid,nodev,uhelper=udisks2)
  41. /dev/sda1 /mnt ext4 (rw)
  42. /dev/sr0 /cdrom iso9660 (ro,noatime)
  43. =========================== sda1/boot/grub/grub.cfg: ===========================
  44. --------------------------------------------------------------------------------
  45. #
  46. # DO NOT EDIT THIS FILE
  47. #
  48. # It is automatically generated by grub-mkconfig using templates
  49. # from /etc/grub.d and settings from /etc/default/grub
  50. #
  51. ### BEGIN /etc/grub.d/00_header ###
  52. if [ -s $prefix/grubenv ]; then
  53. set have_grubenv=true
  54. load_env
  55. fi
  56. if [ "${next_entry}" ] ; then
  57. set default="${next_entry}"
  58. set next_entry=
  59. save_env next_entry
  60. set boot_once=true
  61. else
  62. set default="0"
  63. fi
  64. if [ x"${feature_menuentry_id}" = xy ]; then
  65. menuentry_id_option="--id"
  66. else
  67. menuentry_id_option=""
  68. fi
  69. export menuentry_id_option
  70. if [ "${prev_saved_entry}" ]; then
  71. set saved_entry="${prev_saved_entry}"
  72. save_env saved_entry
  73. set prev_saved_entry=
  74. save_env prev_saved_entry
  75. set boot_once=true
  76. fi
  77. function savedefault {
  78. if [ -z "${boot_once}" ]; then
  79. saved_entry="${chosen}"
  80. save_env saved_entry
  81. fi
  82. }
  83. function recordfail {
  84. set recordfail=1
  85. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  86. }
  87. function load_video {
  88. if [ x$feature_all_video_module = xy ]; then
  89. insmod all_video
  90. else
  91. insmod efi_gop
  92. insmod efi_uga
  93. insmod ieee1275_fb
  94. insmod vbe
  95. insmod vga
  96. insmod video_bochs
  97. insmod video_cirrus
  98. fi
  99. }
  100. if [ x$feature_default_font_path = xy ] ; then
  101. font=unicode
  102. else
  103. insmod part_msdos
  104. insmod ext2
  105. set root='hd0,msdos1'
  106. if [ x$feature_platform_search_hint = xy ]; then
  107. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  108. else
  109. search --no-floppy --fs-uuid --set=root d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  110. fi
  111. font="/usr/share/grub/unicode.pf2"
  112. fi
  113. if loadfont $font ; then
  114. set gfxmode=auto
  115. load_video
  116. insmod gfxterm
  117. set locale_dir=$prefix/locale
  118. set lang=en_US
  119. insmod gettext
  120. fi
  121. terminal_output gfxterm
  122. insmod part_msdos
  123. insmod ext2
  124. set root='hd0,msdos1'
  125. if [ x$feature_platform_search_hint = xy ]; then
  126. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  127. else
  128. search --no-floppy --fs-uuid --set=root d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  129. fi
  130. insmod gfxmenu
  131. loadfont ($root)/boot/grub/themes/Zorin/Roboto-18.pf2
  132. insmod png
  133. set theme=($root)/boot/grub/themes/Zorin/theme.txt
  134. export theme
  135. if [ "${recordfail}" = 1 ] ; then
  136. set timeout=10
  137. else
  138. if [ x$feature_timeout_style = xy ] ; then
  139. set timeout_style=menu
  140. set timeout=10
  141. # Fallback normal timeout code in case the timeout_style feature is
  142. # unavailable.
  143. else
  144. set timeout=10
  145. fi
  146. fi
  147. ### END /etc/grub.d/00_header ###
  148. ### BEGIN /etc/grub.d/05_debian_theme ###
  149. set menu_color_normal=white/black
  150. set menu_color_highlight=black/light-gray
  151. if background_color 0,0,0; then
  152. clear
  153. fi
  154. ### END /etc/grub.d/05_debian_theme ###
  155. ### BEGIN /etc/grub.d/10_linux ###
  156. function gfxmode {
  157. set gfxpayload="${1}"
  158. if [ "${1}" = "keep" ]; then
  159. set vt_handoff=vt.handoff=7
  160. else
  161. set vt_handoff=
  162. fi
  163. }
  164. if [ "${recordfail}" != 1 ]; then
  165. if [ -e ${prefix}/gfxblacklist.txt ]; then
  166. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  167. if [ ${match} = 0 ]; then
  168. set linux_gfx_mode=keep
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=keep
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. export linux_gfx_mode
  182. menuentry 'Zorin' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d3d3da42-bd7c-4811-8170-cd5d1e92d0b3' {
  183. recordfail
  184. load_video
  185. gfxmode $linux_gfx_mode
  186. insmod gzio
  187. insmod part_msdos
  188. insmod ext2
  189. set root='hd0,msdos1'
  190. if [ x$feature_platform_search_hint = xy ]; then
  191. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  192. else
  193. search --no-floppy --fs-uuid --set=root d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  194. fi
  195. linux /boot/vmlinuz-3.13.0-30-generic root=UUID=d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 ro quiet splash $vt_handoff
  196. initrd /boot/initrd.img-3.13.0-30-generic
  197. }
  198. submenu 'Advanced options for Zorin' $menuentry_id_option 'gnulinux-advanced-d3d3da42-bd7c-4811-8170-cd5d1e92d0b3' {
  199. menuentry 'Zorin, with Linux 3.13.0-30-generic' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-30-generic-advanced-d3d3da42-bd7c-4811-8170-cd5d1e92d0b3' {
  200. recordfail
  201. load_video
  202. gfxmode $linux_gfx_mode
  203. insmod gzio
  204. insmod part_msdos
  205. insmod ext2
  206. set root='hd0,msdos1'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  209. else
  210. search --no-floppy --fs-uuid --set=root d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  211. fi
  212. echo 'Loading Linux 3.13.0-30-generic ...'
  213. linux /boot/vmlinuz-3.13.0-30-generic root=UUID=d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-3.13.0-30-generic
  216. }
  217. menuentry 'Zorin, with Linux 3.13.0-30-generic (recovery mode)' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-30-generic-recovery-d3d3da42-bd7c-4811-8170-cd5d1e92d0b3' {
  218. recordfail
  219. load_video
  220. insmod gzio
  221. insmod part_msdos
  222. insmod ext2
  223. set root='hd0,msdos1'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  226. else
  227. search --no-floppy --fs-uuid --set=root d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  228. fi
  229. echo 'Loading Linux 3.13.0-30-generic ...'
  230. linux /boot/vmlinuz-3.13.0-30-generic root=UUID=d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 ro recovery nomodeset
  231. echo 'Loading initial ramdisk ...'
  232. initrd /boot/initrd.img-3.13.0-30-generic
  233. }
  234. }
  235. ### END /etc/grub.d/10_linux ###
  236. ### BEGIN /etc/grub.d/20_linux_xen ###
  237. ### END /etc/grub.d/20_linux_xen ###
  238. ### BEGIN /etc/grub.d/20_memtest86+ ###
  239. menuentry 'Memory test (memtest86+)' {
  240. insmod part_msdos
  241. insmod ext2
  242. set root='hd0,msdos1'
  243. if [ x$feature_platform_search_hint = xy ]; then
  244. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  245. else
  246. search --no-floppy --fs-uuid --set=root d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  247. fi
  248. knetbsd /boot/memtest86+.elf
  249. }
  250. menuentry 'Memory test (memtest86+, serial console 115200)' {
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos1'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  256. else
  257. search --no-floppy --fs-uuid --set=root d3d3da42-bd7c-4811-8170-cd5d1e92d0b3
  258. fi
  259. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  260. }
  261. ### END /etc/grub.d/20_memtest86+ ###
  262. ### BEGIN /etc/grub.d/30_os-prober ###
  263. ### END /etc/grub.d/30_os-prober ###
  264. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  265. ### END /etc/grub.d/30_uefi-firmware ###
  266. ### BEGIN /etc/grub.d/40_custom ###
  267. # This file provides an easy way to add custom menu entries. Simply type the
  268. # menu entries you want to add after this comment. Be careful not to change
  269. # the 'exec tail' line above.
  270. ### END /etc/grub.d/40_custom ###
  271. ### BEGIN /etc/grub.d/41_custom ###
  272. if [ -f ${config_directory}/custom.cfg ]; then
  273. source ${config_directory}/custom.cfg
  274. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  275. source $prefix/custom.cfg;
  276. fi
  277. ### END /etc/grub.d/41_custom ###
  278. --------------------------------------------------------------------------------
  279. =============================== sda1/etc/fstab: ================================
  280. --------------------------------------------------------------------------------
  281. # /etc/fstab: static file system information.
  282. #
  283. # Use 'blkid' to print the universally unique identifier for a
  284. # device; this may be used with UUID= as a more robust way to name devices
  285. # that works even if disks are added and removed. See fstab(5).
  286. #
  287. # <file system> <mount point> <type> <options> <dump> <pass>
  288. # / was on /dev/sda1 during installation
  289. UUID=d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 / ext4 errors=remount-ro 0 1
  290. # swap was on /dev/sda5 during installation
  291. UUID=e4a4c9ea-d93b-4dd2-b277-28584877609e none swap sw 0 0
  292. --------------------------------------------------------------------------------
  293. =================== sda1: Location of files loaded by Grub: ====================
  294. GiB - GB File Fragment(s)
  295. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  296. Unknown BootLoader on sda2
  297. 00000000 62 cb c2 07 bd 81 2b ee 33 fd 4e b1 6f 39 ec fb |b.....+.3.N.o9..|
  298. 00000010 02 c1 d3 e1 0d 41 ec ea bf 59 f6 bb 25 74 40 84 |.....A...Y..%t@.|
  299. 00000020 75 b0 c7 33 54 bb 20 4b 6f 9b f1 b3 8e d8 73 7d |u..3T. Ko.....s}|
  300. 00000030 dd 19 a5 e9 cf 00 16 fc a5 b8 71 e9 cc 8c 12 25 |..........q....%|
  301. 00000040 55 ee a4 f6 7a e4 dc fb 87 cf 3c 57 68 c3 cc 96 |U...z.....<Wh...|
  302. 00000050 06 4c 72 5c a4 21 19 9a 41 3d 3b b9 8c 77 a1 d5 |.Lr\.!..A=;..w..|
  303. 00000060 39 29 05 f9 a1 b1 31 05 09 03 e7 74 67 34 14 36 |9)....1....tg4.6|
  304. 00000070 f9 ea 00 ab 68 b3 5e fc 5c 76 9a c4 c9 37 9d 39 |....h.^.\v...7.9|
  305. 00000080 49 8f 84 e8 f4 7c 2a 91 30 08 32 60 f3 1a 44 7e |I....|*.0.2`..D~|
  306. 00000090 c6 61 68 12 6e 9b ce 38 05 1a 53 8a 9f 6f 9b 32 |.ah.n..8..S..o.2|
  307. 000000a0 bd c2 b6 cd 07 39 e2 3f 39 0d 7c 8e ea 91 fd ff |.....9.?9.|.....|
  308. 000000b0 43 3f bf d7 93 3c 9e c6 a9 cf 72 bc 77 89 98 53 |C?...<....r.w..S|
  309. 000000c0 5c af 19 55 d9 dd f0 92 7f e2 3e 65 02 dc b5 85 |\..U......>e....|
  310. 000000d0 8b 9a 9c a6 1b 6b 7e fa 74 b7 58 90 3a c8 29 bf |.....k~.t.X.:.).|
  311. 000000e0 f3 07 4d 8b 7e b1 00 1a bf 18 18 1e 92 63 7e 2f |..M.~........c~/|
  312. 000000f0 9d df 16 3f d9 95 08 8c 3e 61 48 fe 26 88 42 5c |...?....>aH.&.B\|
  313. 00000100 4f fa bf 56 0f 15 fb ad 5a f9 ea e6 3c 0c bb 48 |O..V....Z...<..H|
  314. 00000110 dc be f9 b0 95 4d 41 c1 8a b3 fc 4d 7f a6 1b f4 |.....MA....M....|
  315. 00000120 42 e6 34 97 68 09 6b c7 37 2a 1b f1 5d 7c bd 89 |B.4.h.k.7*..]|..|
  316. 00000130 e1 1d 57 6e ed 12 6a f5 71 26 50 08 5c b1 b0 11 |..Wn..j.q&P.\...|
  317. 00000140 39 71 ec 56 c5 6a ba 9a c4 c7 02 f4 37 1f c5 3f |9q.V.j......7..?|
  318. 00000150 3b 17 12 88 8e 0b cb 3a 68 f3 3a 1c a7 ce 0f cd |;......:h.:.....|
  319. 00000160 f1 3e 80 c3 76 9f ca 88 75 01 a1 3b c3 a4 65 55 |.>..v...u..;..eU|
  320. 00000170 c9 7e d5 7c 7f e9 3d d9 b5 fa 3c bb 9d 88 c5 c5 |.~.|..=...<.....|
  321. 00000180 da 0f 94 df 61 50 1f 89 21 ed 0c 67 cc fc a4 e4 |....aP..!..g....|
  322. 00000190 18 97 62 07 7f 1c 0a e0 08 a1 e2 cf 0d 0c d2 57 |..b............W|
  323. 000001a0 20 f7 8f cb 94 9c 0e e9 28 b9 26 d0 3f 66 10 95 | .......(.&.?f..|
  324. 000001b0 b9 ac 6d dc 9d 70 64 08 20 dc 82 a7 ac a8 00 fe |..m..pd. .......|
  325. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 b0 3f 00 00 00 |............?...|
  326. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  327. *
  328. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  329. 00000200
  330. =============================== StdErr Messages: ===============================
  331. cat: write error: Broken pipe
  332. cat: /tmp/BootInfo-vGB1RdCh/Tmp_Log: No such file or directory
  333. File descriptor 9 (/proc/7323/mounts) leaked on lvscan invocation. Parent PID 14089: bash
  334. File descriptor 63 (pipe:[59768]) leaked on lvscan invocation. Parent PID 14089: bash
  335. No volume groups found
  336. ADDITIONAL INFORMATION :
  337. =================== log of boot-repair 2014-07-27__08h39 ===================
  338. boot-repair version : 3.199~ppa40~saucy
  339. boot-sav version : 3.199~ppa40~saucy
  340. glade2script version : 3.2.2~ppa47~saucy
  341. boot-sav-extra version : 3.199~ppa40~saucy
  342. boot-repair is executed in live-session (Zorin OS 9, trusty, Zorin, i686)
  343. ls: cannot access /home/usr/.config: No such file or directory
  344. CPU op-mode(s): 32-bit
  345. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  346. =================== os-prober:
  347. /dev/sda1:Zorin OS 9 (9):Zorin:linux
  348. =================== blkid:
  349. /dev/loop0: TYPE="squashfs"
  350. /dev/sr0: LABEL="Zorin OS 9 Core 32 bit" TYPE="iso9660"
  351. /dev/sda1: UUID="d3d3da42-bd7c-4811-8170-cd5d1e92d0b3" TYPE="ext4"
  352. /dev/sda5: UUID="e4a4c9ea-d93b-4dd2-b277-28584877609e" TYPE="swap"
  353. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  354. Warning: extended partition does not start at a cylinder boundary.
  355. DOS and Linux will interpret the contents differently.
  356. =================== /media/live/d3d3da42-bd7c-4811-8170-cd5d1e92d0b3/etc/grub.d/ :
  357. drwxr-xr-x 2 root root 4096 Apr 17 01:26 grub.d
  358. total 76
  359. -rwxr-xr-x 1 root root 9424 Apr 11 10:48 00_header
  360. -rwxr-xr-x 1 root root 5975 Jul 12 14:53 05_debian_theme
  361. -rwxr-xr-x 1 root root 11614 Jul 12 14:53 10_linux
  362. -rwxr-xr-x 1 root root 10412 Apr 11 10:48 20_linux_xen
  363. -rwxr-xr-x 1 root root 1992 Mar 12 12:31 20_memtest86+
  364. -rwxr-xr-x 1 root root 11692 Apr 11 10:48 30_os-prober
  365. -rwxr-xr-x 1 root root 1416 Apr 11 10:48 30_uefi-firmware
  366. -rwxr-xr-x 1 root root 214 Apr 11 10:48 40_custom
  367. -rwxr-xr-x 1 root root 216 Apr 11 10:48 41_custom
  368. -rw-r--r-- 1 root root 483 Apr 11 10:48 README
  369. =================== /media/live/d3d3da42-bd7c-4811-8170-cd5d1e92d0b3/etc/default/grub :
  370. # If you change this file, run 'update-grub' afterwards to update
  371. # /boot/grub/grub.cfg.
  372. # For full documentation of the options in this file, see:
  373. # info -f grub -n 'Simple configuration'
  374. GRUB_DEFAULT=0
  375. #GRUB_HIDDEN_TIMEOUT=0
  376. GRUB_HIDDEN_TIMEOUT_QUIET=true
  377. GRUB_TIMEOUT=10
  378. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  379. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  380. GRUB_CMDLINE_LINUX=""
  381. # Uncomment to enable BadRAM filtering, modify to suit your needs
  382. # This works with Linux (no patch required) and with any kernel that obtains
  383. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  384. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  385. # Uncomment to disable graphical terminal (grub-pc only)
  386. #GRUB_TERMINAL=console
  387. # The resolution used on graphical terminal
  388. # note that you can use only modes which your graphic card supports via VBE
  389. # you can see them in real GRUB with the command `vbeinfo'
  390. #GRUB_GFXMODE=640x480
  391. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  392. #GRUB_DISABLE_LINUX_UUID=true
  393. # Uncomment to disable generation of recovery mode menu entries
  394. #GRUB_DISABLE_RECOVERY="true"
  395. # Uncomment to get a beep at grub start
  396. #GRUB_INIT_TUNE="480 440 1"
  397. GRUB_THEME=/boot/grub/themes/Zorin/theme.txt
  398. =================== UEFI/Legacy mode:
  399. This live-session is not EFI-compatible.
  400. SecureBoot maybe enabled.
  401. =================== PARTITIONS & DISKS:
  402. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, 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, /media/live/d3d3da42-bd7c-4811-8170-cd5d1e92d0b3.
  403. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  404. =================== parted -l:
  405. Model: ATA WDC WD2500BEVE-0 (scsi)
  406. Disk /dev/sda: 250GB
  407. Sector size (logical/physical): 512B/512B
  408. Partition Table: msdos
  409. Number Start End Size Type File system Flags
  410. 1 1049kB 248GB 248GB primary ext4 boot
  411. 2 248GB 250GB 2137MB extended
  412. 5 248GB 250GB 2137MB logical linux-swap(v1)
  413. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  414. has been opened read-only.
  415. Error: /dev/sr0: unrecognised disk label
  416. =================== parted -lm:
  417. BYT;
  418. /dev/sda:250GB:scsi:512:512:msdos:ATA WDC WD2500BEVE-0;
  419. 1:1049kB:248GB:248GB:ext4::boot;
  420. 2:248GB:250GB:2137MB:::;
  421. 5:248GB:250GB:2137MB:linux-swap(v1)::;
  422. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  423. has been opened read-only.
  424. Error: /dev/sr0: unrecognised disk label
  425. =================== mount:
  426. /cow on / type overlayfs (rw)
  427. proc on /proc type proc (rw,noexec,nosuid,nodev)
  428. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  429. udev on /dev type devtmpfs (rw,mode=0755)
  430. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  431. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  432. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  433. /dev/loop0 on /rofs type squashfs (ro,noatime)
  434. none on /sys/fs/cgroup type tmpfs (rw)
  435. none on /sys/fs/fuse/connections type fusectl (rw)
  436. none on /sys/kernel/debug type debugfs (rw)
  437. none on /sys/kernel/security type securityfs (rw)
  438. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  439. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  440. none on /run/shm type tmpfs (rw,nosuid,nodev)
  441. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  442. none on /sys/fs/pstore type pstore (rw)
  443. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  444. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  445. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=live)
  446. /dev/sda1 on /media/live/d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
  447. /dev/sda1 on /mnt type ext4 (rw)
  448. =================== ls:
  449. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  450. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  451. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 uhid uinput urandom vga_arbiter vhci vhost-net zero
  452. ls /dev/mapper: control
  453. =================== df -Th:
  454. Filesystem Type Size Used Avail Use% Mounted on
  455. /cow overlayfs 1004M 149M 856M 15% /
  456. udev devtmpfs 991M 12K 991M 1% /dev
  457. tmpfs tmpfs 201M 1.4M 200M 1% /run
  458. /dev/sr0 iso9660 1.4G 1.4G 0 100% /cdrom
  459. /dev/loop0 squashfs 1.3G 1.3G 0 100% /rofs
  460. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  461. tmpfs tmpfs 1004M 48K 1004M 1% /tmp
  462. none tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  463. none tmpfs 1004M 80K 1004M 1% /run/shm
  464. none tmpfs 100M 28K 100M 1% /run/user
  465. /dev/sda1 ext4 228G 4.6G 211G 3% /mnt
  466. =================== fdisk -l:
  467. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  468. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  469. Units = sectors of 1 * 512 = 512 bytes
  470. Sector size (logical/physical): 512 bytes / 512 bytes
  471. I/O size (minimum/optimal): 512 bytes / 512 bytes
  472. Disk identifier: 0x00011f48
  473. Device Boot Start End Blocks Id System
  474. /dev/sda1 * 2048 484220927 242109440 83 Linux
  475. /dev/sda2 484222974 488396799 2086913 5 Extended
  476. /dev/sda5 484222976 488396799 2086912 82 Linux swap / Solaris
  477. =================== Recommended repair
  478. Recommended-Repair
  479. This setting will reinstall the grub2 of sda1 into the MBR of sda.
  480. Additional repair will be performed: unhide-bootmenu-10s
  481. *******lspci -nnk | grep -iA3 vga
  482. 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03)
  483. Subsystem: Hewlett-Packard Company NC6220 [103c:308a]
  484. Kernel driver in use: i915
  485. 00:02.1 Display controller [0380]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2792] (rev 03)
  486. *******
  487. grub-install: info: executing modprobe efivars 2>/dev/null.
  488. grub-install: info: Looking for /sys/firmware/efi ...
  489. grub-install: info: ... not found. Looking for /proc/device-tree ...
  490. grub-install: info: ... not found.
  491. Installing for i386-pc platform.
  492. grub-install: error: install device isn't specified.
  493. ,.
  494. Reinstall the GRUB of sda1 into the MBR of sda
  495. Installing for i386-pc platform.
  496. Installation finished. No error reported.
  497. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  498. chroot /media/live/d3d3da42-bd7c-4811-8170-cd5d1e92d0b3 update-grub
  499. Generating grub configuration file ...
  500. Found theme: /boot/grub/themes/Zorin/theme.txt
  501. Found linux image: /boot/vmlinuz-3.13.0-30-generic
  502. Found initrd image: /boot/initrd.img-3.13.0-30-generic
  503. Found memtest86+ image: /boot/memtest86+.elf
  504. Found memtest86+ image: /boot/memtest86+.bin
  505. File descriptor 9 (/proc/7323/mounts) leaked on lvs invocation. Parent PID 12703: /bin/sh
  506. File descriptor 63 (pipe:[59768]) leaked on lvs invocation. Parent PID 12703: /bin/sh
  507. No volume groups found
  508. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  509. Boot successfully repaired.
  510. You can now reboot your computer.