1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
  4. => Windows 7/8/2012 is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: Extended Partition
  7. Boot sector type: -
  8. Boot sector info:
  9. sda5: __________________________________________________________________________
  10. File system: ext4
  11. Boot sector type: -
  12. Boot sector info:
  13. Operating System: elementary OS Freya
  14. Boot files: /boot/grub/grub.cfg /etc/fstab
  15. /boot/extlinux/extlinux.conf
  16. /boot/grub/i386-pc/core.img
  17. sda6: __________________________________________________________________________
  18. File system:
  19. Boot sector type: -
  20. Boot sector info:
  21. Mounting failed: mount: unknown filesystem type ''
  22. sda7: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System:
  27. Boot files:
  28. sdb1: __________________________________________________________________________
  29. File system: ntfs
  30. Boot sector type: Windows 8/2012: NTFS
  31. Boot sector info: No errors found in the Boot Parameter Block.
  32. Operating System:
  33. Boot files: /grldr /bootmgr /Boot/BCD
  34. /Windows/System32/winload.exe /grldr /ntldr
  35. /NTDETECT.COM
  36. sdb2: __________________________________________________________________________
  37. File system:
  38. Boot sector type: Unknown
  39. Boot sector info:
  40. Mounting failed: mount: unknown filesystem type ''
  41. mount: unknown filesystem type ''
  42. ============================ Drive/Partition Info: =============================
  43. Drive: sda _____________________________________________________________________
  44. Disk /dev/sda: 80.0 GB, 80032038912 bytes
  45. 255 heads, 63 sectors/track, 9730 cylinders, total 156312576 sectors
  46. Units = sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48. Partition Boot Start Sector End Sector # of Sectors Id System
  49. /dev/sda1 2,046 156,311,551 156,309,506 5 Extended
  50. /dev/sda5 * 2,048 39,063,551 39,061,504 83 Linux
  51. /dev/sda6 39,065,600 56,641,535 17,575,936 82 Linux swap / Solaris
  52. /dev/sda7 56,643,584 156,311,551 99,667,968 83 Linux
  53. Drive: sdb _____________________________________________________________________
  54. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  55. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58. Partition Boot Start Sector End Sector # of Sectors Id System
  59. /dev/sdb1 * 63 976,767,038 976,766,976 42 SFS
  60. /dev/sdb2 976,767,039 976,771,119 4,081 42 SFS
  61. "blkid" output: ________________________________________________________________
  62. Device UUID TYPE LABEL
  63. /dev/sda5 9db7ba10-5b53-46ef-b71a-185ef6832210 ext4
  64. /dev/sda7 44676fd0-e292-4fc2-a9a4-2bf8fa483dc4 ext4
  65. /dev/sdb1 5618004E18002F93 ntfs
  66. ========================= "ls -l /dev/disk/by-id" output: ======================
  67. total 0
  68. lrwxrwxrwx 1 root root 9 Aug 19 06:39 ata-HL-DT-ST_RW_DVD_GCC-H20N -> ../../sr1
  69. lrwxrwxrwx 1 root root 9 Aug 19 06:39 ata-HL-DT-ST_RW_DVD_GCC-H30N -> ../../sr0
  70. lrwxrwxrwx 1 root root 9 Aug 19 06:39 ata-Hitachi_HDP725050GLA360_GEB531RE00U9TB -> ../../sdb
  71. lrwxrwxrwx 1 root root 10 Aug 19 06:39 ata-Hitachi_HDP725050GLA360_GEB531RE00U9TB-part1 -> ../../sdb1
  72. lrwxrwxrwx 1 root root 9 Aug 19 09:08 ata-ST380815AS_5QZ3SX87 -> ../../sda
  73. lrwxrwxrwx 1 root root 10 Aug 19 09:08 ata-ST380815AS_5QZ3SX87-part1 -> ../../sda1
  74. lrwxrwxrwx 1 root root 10 Aug 19 06:39 ata-ST380815AS_5QZ3SX87-part5 -> ../../sda5
  75. lrwxrwxrwx 1 root root 10 Aug 19 06:39 ata-ST380815AS_5QZ3SX87-part6 -> ../../sda6
  76. lrwxrwxrwx 1 root root 10 Aug 19 06:39 ata-ST380815AS_5QZ3SX87-part7 -> ../../sda7
  77. lrwxrwxrwx 1 root root 9 Aug 19 06:39 wwn-0x5000cca32cc05f08 -> ../../sdb
  78. lrwxrwxrwx 1 root root 10 Aug 19 06:39 wwn-0x5000cca32cc05f08-part1 -> ../../sdb1
  79. ================================ Mount points: =================================
  80. Device Mount_Point Type Options
  81. /dev/sda5 / ext4 (rw,errors=remount-ro)
  82. /dev/sda7 /home ext4 (rw)
  83. =========================== sda5/boot/grub/grub.cfg: ===========================
  84. --------------------------------------------------------------------------------
  85. #
  86. # DO NOT EDIT THIS FILE
  87. #
  88. # It is automatically generated by grub-mkconfig using templates
  89. # from /etc/grub.d and settings from /etc/default/grub
  90. #
  91. ### BEGIN /etc/grub.d/00_header ###
  92. if [ -s $prefix/grubenv ]; then
  93. set have_grubenv=true
  94. load_env
  95. fi
  96. if [ "${next_entry}" ] ; then
  97. set default="${next_entry}"
  98. set next_entry=
  99. save_env next_entry
  100. set boot_once=true
  101. else
  102. set default="0"
  103. fi
  104. if [ x"${feature_menuentry_id}" = xy ]; then
  105. menuentry_id_option="--id"
  106. else
  107. menuentry_id_option=""
  108. fi
  109. export menuentry_id_option
  110. if [ "${prev_saved_entry}" ]; then
  111. set saved_entry="${prev_saved_entry}"
  112. save_env saved_entry
  113. set prev_saved_entry=
  114. save_env prev_saved_entry
  115. set boot_once=true
  116. fi
  117. function savedefault {
  118. if [ -z "${boot_once}" ]; then
  119. saved_entry="${chosen}"
  120. save_env saved_entry
  121. fi
  122. }
  123. function recordfail {
  124. set recordfail=1
  125. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  126. }
  127. function load_video {
  128. if [ x$feature_all_video_module = xy ]; then
  129. insmod all_video
  130. else
  131. insmod efi_gop
  132. insmod efi_uga
  133. insmod ieee1275_fb
  134. insmod vbe
  135. insmod vga
  136. insmod video_bochs
  137. insmod video_cirrus
  138. fi
  139. }
  140. if [ x$feature_default_font_path = xy ] ; then
  141. font=unicode
  142. else
  143. insmod part_msdos
  144. insmod ext2
  145. set root='hd0,msdos5'
  146. if [ x$feature_platform_search_hint = xy ]; then
  147. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  148. else
  149. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  150. fi
  151. font="/usr/share/grub/unicode.pf2"
  152. fi
  153. if loadfont $font ; then
  154. set gfxmode=auto
  155. load_video
  156. insmod gfxterm
  157. set locale_dir=$prefix/locale
  158. set lang=en_CA
  159. insmod gettext
  160. fi
  161. terminal_output gfxterm
  162. if [ "${recordfail}" = 1 ] ; then
  163. set timeout=10
  164. else
  165. if [ x$feature_timeout_style = xy ] ; then
  166. set timeout_style=menu
  167. set timeout=10
  168. # Fallback normal timeout code in case the timeout_style feature is
  169. # unavailable.
  170. else
  171. set timeout=10
  172. fi
  173. fi
  174. ### END /etc/grub.d/00_header ###
  175. ### BEGIN /etc/grub.d/05_debian_theme ###
  176. set menu_color_normal=white/black
  177. set menu_color_highlight=black/white
  178. ### END /etc/grub.d/05_debian_theme ###
  179. ### BEGIN /etc/grub.d/10_linux ###
  180. function gfxmode {
  181. set gfxpayload="${1}"
  182. if [ "${1}" = "keep" ]; then
  183. set vt_handoff=vt.handoff=7
  184. else
  185. set vt_handoff=
  186. fi
  187. }
  188. if [ "${recordfail}" != 1 ]; then
  189. if [ -e ${prefix}/gfxblacklist.txt ]; then
  190. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  191. if [ ${match} = 0 ]; then
  192. set linux_gfx_mode=keep
  193. else
  194. set linux_gfx_mode=text
  195. fi
  196. else
  197. set linux_gfx_mode=text
  198. fi
  199. else
  200. set linux_gfx_mode=keep
  201. fi
  202. else
  203. set linux_gfx_mode=text
  204. fi
  205. export linux_gfx_mode
  206. menuentry 'elementary OS' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  207. recordfail
  208. load_video
  209. gfxmode $linux_gfx_mode
  210. insmod gzio
  211. insmod part_msdos
  212. insmod ext2
  213. set root='hd0,msdos5'
  214. if [ x$feature_platform_search_hint = xy ]; then
  215. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  216. else
  217. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  218. fi
  219. linux /boot/vmlinuz-3.16.0-46-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  220. initrd /boot/initrd.img-3.16.0-46-generic
  221. }
  222. submenu 'Advanced options for elementary OS' $menuentry_id_option 'gnulinux-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  223. menuentry 'elementary OS, with Linux 3.16.0-46-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-46-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  224. recordfail
  225. load_video
  226. gfxmode $linux_gfx_mode
  227. insmod gzio
  228. insmod part_msdos
  229. insmod ext2
  230. set root='hd0,msdos5'
  231. if [ x$feature_platform_search_hint = xy ]; then
  232. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  233. else
  234. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  235. fi
  236. echo 'Loading Linux 3.16.0-46-generic ...'
  237. linux /boot/vmlinuz-3.16.0-46-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  238. echo 'Loading initial ramdisk ...'
  239. initrd /boot/initrd.img-3.16.0-46-generic
  240. }
  241. menuentry 'elementary OS, with Linux 3.16.0-46-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-46-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  242. recordfail
  243. load_video
  244. insmod gzio
  245. insmod part_msdos
  246. insmod ext2
  247. set root='hd0,msdos5'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  250. else
  251. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  252. fi
  253. echo 'Loading Linux 3.16.0-46-generic ...'
  254. linux /boot/vmlinuz-3.16.0-46-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  255. echo 'Loading initial ramdisk ...'
  256. initrd /boot/initrd.img-3.16.0-46-generic
  257. }
  258. menuentry 'elementary OS, with Linux 3.16.0-45-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-45-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  259. recordfail
  260. load_video
  261. gfxmode $linux_gfx_mode
  262. insmod gzio
  263. insmod part_msdos
  264. insmod ext2
  265. set root='hd0,msdos5'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  268. else
  269. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  270. fi
  271. echo 'Loading Linux 3.16.0-45-generic ...'
  272. linux /boot/vmlinuz-3.16.0-45-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  273. echo 'Loading initial ramdisk ...'
  274. initrd /boot/initrd.img-3.16.0-45-generic
  275. }
  276. menuentry 'elementary OS, with Linux 3.16.0-45-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-45-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  277. recordfail
  278. load_video
  279. insmod gzio
  280. insmod part_msdos
  281. insmod ext2
  282. set root='hd0,msdos5'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  285. else
  286. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  287. fi
  288. echo 'Loading Linux 3.16.0-45-generic ...'
  289. linux /boot/vmlinuz-3.16.0-45-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  290. echo 'Loading initial ramdisk ...'
  291. initrd /boot/initrd.img-3.16.0-45-generic
  292. }
  293. menuentry 'elementary OS, with Linux 3.16.0-44-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-44-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  294. recordfail
  295. load_video
  296. gfxmode $linux_gfx_mode
  297. insmod gzio
  298. insmod part_msdos
  299. insmod ext2
  300. set root='hd0,msdos5'
  301. if [ x$feature_platform_search_hint = xy ]; then
  302. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  303. else
  304. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  305. fi
  306. echo 'Loading Linux 3.16.0-44-generic ...'
  307. linux /boot/vmlinuz-3.16.0-44-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  308. echo 'Loading initial ramdisk ...'
  309. initrd /boot/initrd.img-3.16.0-44-generic
  310. }
  311. menuentry 'elementary OS, with Linux 3.16.0-44-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-44-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  312. recordfail
  313. load_video
  314. insmod gzio
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos5'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  320. else
  321. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  322. fi
  323. echo 'Loading Linux 3.16.0-44-generic ...'
  324. linux /boot/vmlinuz-3.16.0-44-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  325. echo 'Loading initial ramdisk ...'
  326. initrd /boot/initrd.img-3.16.0-44-generic
  327. }
  328. menuentry 'elementary OS, with Linux 3.16.0-43-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-43-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  329. recordfail
  330. load_video
  331. gfxmode $linux_gfx_mode
  332. insmod gzio
  333. insmod part_msdos
  334. insmod ext2
  335. set root='hd0,msdos5'
  336. if [ x$feature_platform_search_hint = xy ]; then
  337. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  338. else
  339. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  340. fi
  341. echo 'Loading Linux 3.16.0-43-generic ...'
  342. linux /boot/vmlinuz-3.16.0-43-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  343. echo 'Loading initial ramdisk ...'
  344. initrd /boot/initrd.img-3.16.0-43-generic
  345. }
  346. menuentry 'elementary OS, with Linux 3.16.0-43-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-43-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  347. recordfail
  348. load_video
  349. insmod gzio
  350. insmod part_msdos
  351. insmod ext2
  352. set root='hd0,msdos5'
  353. if [ x$feature_platform_search_hint = xy ]; then
  354. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  355. else
  356. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  357. fi
  358. echo 'Loading Linux 3.16.0-43-generic ...'
  359. linux /boot/vmlinuz-3.16.0-43-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  360. echo 'Loading initial ramdisk ...'
  361. initrd /boot/initrd.img-3.16.0-43-generic
  362. }
  363. menuentry 'elementary OS, with Linux 3.16.0-41-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-41-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  364. recordfail
  365. load_video
  366. gfxmode $linux_gfx_mode
  367. insmod gzio
  368. insmod part_msdos
  369. insmod ext2
  370. set root='hd0,msdos5'
  371. if [ x$feature_platform_search_hint = xy ]; then
  372. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  373. else
  374. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  375. fi
  376. echo 'Loading Linux 3.16.0-41-generic ...'
  377. linux /boot/vmlinuz-3.16.0-41-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  378. echo 'Loading initial ramdisk ...'
  379. initrd /boot/initrd.img-3.16.0-41-generic
  380. }
  381. menuentry 'elementary OS, with Linux 3.16.0-41-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-41-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  382. recordfail
  383. load_video
  384. insmod gzio
  385. insmod part_msdos
  386. insmod ext2
  387. set root='hd0,msdos5'
  388. if [ x$feature_platform_search_hint = xy ]; then
  389. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  390. else
  391. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  392. fi
  393. echo 'Loading Linux 3.16.0-41-generic ...'
  394. linux /boot/vmlinuz-3.16.0-41-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  395. echo 'Loading initial ramdisk ...'
  396. initrd /boot/initrd.img-3.16.0-41-generic
  397. }
  398. menuentry 'elementary OS, with Linux 3.16.0-40-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-40-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  399. recordfail
  400. load_video
  401. gfxmode $linux_gfx_mode
  402. insmod gzio
  403. insmod part_msdos
  404. insmod ext2
  405. set root='hd0,msdos5'
  406. if [ x$feature_platform_search_hint = xy ]; then
  407. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  408. else
  409. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  410. fi
  411. echo 'Loading Linux 3.16.0-40-generic ...'
  412. linux /boot/vmlinuz-3.16.0-40-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  413. echo 'Loading initial ramdisk ...'
  414. initrd /boot/initrd.img-3.16.0-40-generic
  415. }
  416. menuentry 'elementary OS, with Linux 3.16.0-40-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-40-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  417. recordfail
  418. load_video
  419. insmod gzio
  420. insmod part_msdos
  421. insmod ext2
  422. set root='hd0,msdos5'
  423. if [ x$feature_platform_search_hint = xy ]; then
  424. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  425. else
  426. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  427. fi
  428. echo 'Loading Linux 3.16.0-40-generic ...'
  429. linux /boot/vmlinuz-3.16.0-40-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  430. echo 'Loading initial ramdisk ...'
  431. initrd /boot/initrd.img-3.16.0-40-generic
  432. }
  433. menuentry 'elementary OS, with Linux 3.16.0-39-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-39-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  434. recordfail
  435. load_video
  436. gfxmode $linux_gfx_mode
  437. insmod gzio
  438. insmod part_msdos
  439. insmod ext2
  440. set root='hd0,msdos5'
  441. if [ x$feature_platform_search_hint = xy ]; then
  442. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  443. else
  444. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  445. fi
  446. echo 'Loading Linux 3.16.0-39-generic ...'
  447. linux /boot/vmlinuz-3.16.0-39-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  448. echo 'Loading initial ramdisk ...'
  449. initrd /boot/initrd.img-3.16.0-39-generic
  450. }
  451. menuentry 'elementary OS, with Linux 3.16.0-39-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-39-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  452. recordfail
  453. load_video
  454. insmod gzio
  455. insmod part_msdos
  456. insmod ext2
  457. set root='hd0,msdos5'
  458. if [ x$feature_platform_search_hint = xy ]; then
  459. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  460. else
  461. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  462. fi
  463. echo 'Loading Linux 3.16.0-39-generic ...'
  464. linux /boot/vmlinuz-3.16.0-39-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  465. echo 'Loading initial ramdisk ...'
  466. initrd /boot/initrd.img-3.16.0-39-generic
  467. }
  468. menuentry 'elementary OS, with Linux 3.16.0-38-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  469. recordfail
  470. load_video
  471. gfxmode $linux_gfx_mode
  472. insmod gzio
  473. insmod part_msdos
  474. insmod ext2
  475. set root='hd0,msdos5'
  476. if [ x$feature_platform_search_hint = xy ]; then
  477. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  478. else
  479. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  480. fi
  481. echo 'Loading Linux 3.16.0-38-generic ...'
  482. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  483. echo 'Loading initial ramdisk ...'
  484. initrd /boot/initrd.img-3.16.0-38-generic
  485. }
  486. menuentry 'elementary OS, with Linux 3.16.0-38-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  487. recordfail
  488. load_video
  489. insmod gzio
  490. insmod part_msdos
  491. insmod ext2
  492. set root='hd0,msdos5'
  493. if [ x$feature_platform_search_hint = xy ]; then
  494. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  495. else
  496. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  497. fi
  498. echo 'Loading Linux 3.16.0-38-generic ...'
  499. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  500. echo 'Loading initial ramdisk ...'
  501. initrd /boot/initrd.img-3.16.0-38-generic
  502. }
  503. menuentry 'elementary OS, with Linux 3.16.0-37-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-37-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  504. recordfail
  505. load_video
  506. gfxmode $linux_gfx_mode
  507. insmod gzio
  508. insmod part_msdos
  509. insmod ext2
  510. set root='hd0,msdos5'
  511. if [ x$feature_platform_search_hint = xy ]; then
  512. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  513. else
  514. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  515. fi
  516. echo 'Loading Linux 3.16.0-37-generic ...'
  517. linux /boot/vmlinuz-3.16.0-37-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  518. echo 'Loading initial ramdisk ...'
  519. initrd /boot/initrd.img-3.16.0-37-generic
  520. }
  521. menuentry 'elementary OS, with Linux 3.16.0-37-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-37-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  522. recordfail
  523. load_video
  524. insmod gzio
  525. insmod part_msdos
  526. insmod ext2
  527. set root='hd0,msdos5'
  528. if [ x$feature_platform_search_hint = xy ]; then
  529. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  530. else
  531. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  532. fi
  533. echo 'Loading Linux 3.16.0-37-generic ...'
  534. linux /boot/vmlinuz-3.16.0-37-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  535. echo 'Loading initial ramdisk ...'
  536. initrd /boot/initrd.img-3.16.0-37-generic
  537. }
  538. menuentry 'elementary OS, with Linux 3.16.0-34-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-34-generic-advanced-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  539. recordfail
  540. load_video
  541. gfxmode $linux_gfx_mode
  542. insmod gzio
  543. insmod part_msdos
  544. insmod ext2
  545. set root='hd0,msdos5'
  546. if [ x$feature_platform_search_hint = xy ]; then
  547. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  548. else
  549. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  550. fi
  551. echo 'Loading Linux 3.16.0-34-generic ...'
  552. linux /boot/vmlinuz-3.16.0-34-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash $vt_handoff
  553. echo 'Loading initial ramdisk ...'
  554. initrd /boot/initrd.img-3.16.0-34-generic
  555. }
  556. menuentry 'elementary OS, with Linux 3.16.0-34-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-34-generic-recovery-9db7ba10-5b53-46ef-b71a-185ef6832210' {
  557. recordfail
  558. load_video
  559. insmod gzio
  560. insmod part_msdos
  561. insmod ext2
  562. set root='hd0,msdos5'
  563. if [ x$feature_platform_search_hint = xy ]; then
  564. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  565. else
  566. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  567. fi
  568. echo 'Loading Linux 3.16.0-34-generic ...'
  569. linux /boot/vmlinuz-3.16.0-34-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro recovery nomodeset
  570. echo 'Loading initial ramdisk ...'
  571. initrd /boot/initrd.img-3.16.0-34-generic
  572. }
  573. }
  574. ### END /etc/grub.d/10_linux ###
  575. ### BEGIN /etc/grub.d/20_linux_xen ###
  576. ### END /etc/grub.d/20_linux_xen ###
  577. ### BEGIN /etc/grub.d/20_memtest86+ ###
  578. menuentry 'Memory test (memtest86+)' {
  579. insmod part_msdos
  580. insmod ext2
  581. set root='hd0,msdos5'
  582. if [ x$feature_platform_search_hint = xy ]; then
  583. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  584. else
  585. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  586. fi
  587. knetbsd /boot/memtest86+.elf
  588. }
  589. menuentry 'Memory test (memtest86+, serial console 115200)' {
  590. insmod part_msdos
  591. insmod ext2
  592. set root='hd0,msdos5'
  593. if [ x$feature_platform_search_hint = xy ]; then
  594. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9db7ba10-5b53-46ef-b71a-185ef6832210
  595. else
  596. search --no-floppy --fs-uuid --set=root 9db7ba10-5b53-46ef-b71a-185ef6832210
  597. fi
  598. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  599. }
  600. ### END /etc/grub.d/20_memtest86+ ###
  601. ### BEGIN /etc/grub.d/30_os-prober ###
  602. menuentry 'Windows 8 (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-5618004E18002F93' {
  603. insmod ldm
  604. insmod ntfs
  605. set root='ldm/7491b301-d718-11e3-bf55-806e6f6e6963/Volume2'
  606. if [ x$feature_platform_search_hint = xy ]; then
  607. search --no-floppy --fs-uuid --set=root --hint-bios=hd1 --hint-efi=hd1 --hint-baremetal=ahci1 --hint='ldm/7491b301-d718-11e3-bf55-806e6f6e6963/Volume2' 5618004E18002F93
  608. else
  609. search --no-floppy --fs-uuid --set=root 5618004E18002F93
  610. fi
  611. drivemap -s (hd0) ${root}
  612. chainloader +1
  613. }
  614. set timeout_style=menu
  615. if [ "${timeout}" = 0 ]; then
  616. set timeout=10
  617. fi
  618. ### END /etc/grub.d/30_os-prober ###
  619. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  620. ### END /etc/grub.d/30_uefi-firmware ###
  621. ### BEGIN /etc/grub.d/40_custom ###
  622. # This file provides an easy way to add custom menu entries. Simply type the
  623. # menu entries you want to add after this comment. Be careful not to change
  624. # the 'exec tail' line above.
  625. ### END /etc/grub.d/40_custom ###
  626. ### BEGIN /etc/grub.d/41_custom ###
  627. if [ -f ${config_directory}/custom.cfg ]; then
  628. source ${config_directory}/custom.cfg
  629. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  630. source $prefix/custom.cfg;
  631. fi
  632. ### END /etc/grub.d/41_custom ###
  633. --------------------------------------------------------------------------------
  634. =============================== sda5/etc/fstab: ================================
  635. --------------------------------------------------------------------------------
  636. # /etc/fstab: static file system information.
  637. #
  638. # Use 'blkid' to print the universally unique identifier for a
  639. # device; this may be used with UUID= as a more robust way to name devices
  640. # that works even if disks are added and removed. See fstab(5).
  641. #
  642. # <file system> <mount point> <type> <options> <dump> <pass>
  643. # / was on /dev/sda5 during installation
  644. UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 / ext4 errors=remount-ro 0 1
  645. # /home was on /dev/sda7 during installation
  646. UUID=44676fd0-e292-4fc2-a9a4-2bf8fa483dc4 /home ext4 defaults 0 2
  647. # swap was on /dev/sda6 during installation
  648. #UUID=51ff4da1-33f4-4bd0-8841-c260fe188af7 none swap sw 0 0
  649. /dev/mapper/cryptswap1 none swap sw 0 0
  650. --------------------------------------------------------------------------------
  651. ====================== sda5/boot/extlinux/extlinux.conf: =======================
  652. --------------------------------------------------------------------------------
  653. ## /boot/extlinux/extlinux.conf
  654. ##
  655. ## IMPORTANT WARNING
  656. ##
  657. ## The configuration of this file is generated automatically.
  658. ## Do not edit this file manually, use: extlinux-update
  659. default l0
  660. prompt 1
  661. timeout 50
  662. include themes/debian/theme.cfg
  663. --------------------------------------------------------------------------------
  664. ============== sda5: Version of COM32(R) files used by Syslinux: ===============
  665. boot/extlinux/chain.c32 : COM32R module (v4.xx)
  666. ========================== sdb1/grldr embedded menu: ===========================
  667. --------------------------------------------------------------------------------
  668. --------------------------------------------------------------------------------
  669. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  670. Unknown BootLoader on sdb2
  671. =============================== StdErr Messages: ===============================
  672. hexdump: /dev/sdb2: No such device or address
  673. hexdump: /dev/sdb2: No such device or address
  674. ADDITIONAL INFORMATION :
  675. =================== log of boot-repair 2015-08-19__09h02 ===================
  676. boot-repair version : 4ppa33
  677. boot-sav version : 4ppa33
  678. glade2script version : 3.2.2~ppa47~saucy
  679. boot-sav-extra version : 4ppa33
  680. boot-repair is executed in installed-session (elementary OS Freya, freya, elementary OS, x86_64)
  681. CPU op-mode(s): 32-bit, 64-bit
  682. BOOT_IMAGE=/boot/vmlinuz-3.16.0-46-generic root=UUID=9db7ba10-5b53-46ef-b71a-185ef6832210 ro quiet splash vt.handoff=7
  683. =================== os-prober:
  684. /dev/sda5:The OS now in use - elementary OS Freya CurrentSession:linux
  685. /dev/sdb1:Windows 8 (loader):Windows:chain
  686. =================== blkid:
  687. /dev/sda5: UUID="9db7ba10-5b53-46ef-b71a-185ef6832210" TYPE="ext4"
  688. /dev/sda7: UUID="44676fd0-e292-4fc2-a9a4-2bf8fa483dc4" TYPE="ext4"
  689. /dev/sdb1: UUID="5618004E18002F93" TYPE="ntfs"
  690. 2 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  691. Warning: extended partition does not start at a cylinder boundary.
  692. DOS and Linux will interpret the contents differently.
  693. =================== /etc/grub.d/ :
  694. drwxr-xr-x 2 root root 4096 Jul 9 21:19 grub.d
  695. total 76
  696. -rwxr-xr-x 1 root root 9424 Jul 8 10:00 00_header
  697. -rwxr-xr-x 1 root root 6076 Dec 9 2014 05_debian_theme
  698. -rwxr-xr-x 1 root root 11481 Dec 9 2014 10_linux
  699. -rwxr-xr-x 1 root root 10412 Dec 9 2014 20_linux_xen
  700. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  701. -rwxr-xr-x 1 root root 11692 Dec 9 2014 30_os-prober
  702. -rwxr-xr-x 1 root root 1416 Dec 9 2014 30_uefi-firmware
  703. -rwxr-xr-x 1 root root 214 Dec 9 2014 40_custom
  704. -rwxr-xr-x 1 root root 216 Dec 9 2014 41_custom
  705. -rw-r--r-- 1 root root 483 Dec 9 2014 README
  706. =================== /etc/default/grub :
  707. # If you change this file, run 'update-grub' afterwards to update
  708. # /boot/grub/grub.cfg.
  709. # For full documentation of the options in this file, see:
  710. # info -f grub -n 'Simple configuration'
  711. GRUB_DEFAULT=0
  712. #GRUB_HIDDEN_TIMEOUT=0
  713. GRUB_HIDDEN_TIMEOUT_QUIET=true
  714. GRUB_TIMEOUT=10
  715. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  716. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  717. GRUB_CMDLINE_LINUX=""
  718. # Uncomment to enable BadRAM filtering, modify to suit your needs
  719. # This works with Linux (no patch required) and with any kernel that obtains
  720. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  721. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  722. # Uncomment to disable graphical terminal (grub-pc only)
  723. #GRUB_TERMINAL=console
  724. # The resolution used on graphical terminal
  725. # note that you can use only modes which your graphic card supports via VBE
  726. # you can see them in real GRUB with the command `vbeinfo'
  727. #GRUB_GFXMODE=640x480
  728. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  729. #GRUB_DISABLE_LINUX_UUID=true
  730. # Uncomment to disable generation of recovery mode menu entries
  731. #GRUB_DISABLE_RECOVERY="true"
  732. # Uncomment to get a beep at grub start
  733. #GRUB_INIT_TUNE="480 440 1"
  734. =================== UEFI/Legacy mode:
  735. This installed-session is not in EFI-mode.
  736. SecureBoot disabled.
  737. =================== PARTITIONS & DISKS:
  738. sda5 : sda, not-sepboot, grubenv-ok grub2, 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, not-far, .
  739. sda7 : 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, not-far, /home.
  740. sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, ntldr, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, with--usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sdb1.
  741. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2046 sectors * 512 bytes
  742. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  743. =================== parted -l:
  744. Model: ATA ST380815AS (scsi)
  745. Disk /dev/sda: 80.0GB
  746. Sector size (logical/physical): 512B/512B
  747. Partition Table: msdos
  748. Number Start End Size Type File system Flags
  749. 1 1048kB 80.0GB 80.0GB extended boot
  750. 5 1049kB 20.0GB 20.0GB logical ext4
  751. 6 20.0GB 29.0GB 8999MB logical
  752. 7 29.0GB 80.0GB 51.0GB logical ext4
  753. Model: ATA Hitachi HDP72505 (scsi)
  754. Disk /dev/sdb: 500GB
  755. Sector size (logical/physical): 512B/512B
  756. Partition Table: msdos
  757. Number Start End Size Type File system Flags
  758. 1 32.3kB 500GB 500GB primary ntfs boot
  759. 2 500GB 500GB 2089kB primary
  760. =================== parted -lm:
  761. BYT;
  762. /dev/sda:80.0GB:scsi:512:512:msdos:ATA ST380815AS;
  763. 1:1048kB:80.0GB:80.0GB:::boot;
  764. 5:1049kB:20.0GB:20.0GB:ext4::;
  765. 6:20.0GB:29.0GB:8999MB:::;
  766. 7:29.0GB:80.0GB:51.0GB:ext4::;
  767. BYT;
  768. /dev/sdb:500GB:scsi:512:512:msdos:ATA Hitachi HDP72505;
  769. 1:32.3kB:500GB:500GB:ntfs::boot;
  770. 2:500GB:500GB:2089kB:::;
  771. =================== lsblk:
  772. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  773. sda disk 74.5G ST380815AS
  774. sda1 part 1K
  775. sda5 part ext4 18.6G 9db7ba10-5b53-46ef-b71a-185ef6832210
  776. sda6 part 8.4G
  777. sda7 part ext4 47.5G 44676fd0-e292-4fc2-a9a4-2bf8fa483dc4
  778. sdb disk 465.8G Hitachi HDP7
  779. sdb1 part ntfs 465.8G 5618004E18002F93
  780. sr0 rom 1024M RW/DVD GCC-H
  781. sr1 rom 1024M RW/DVD GCC-H
  782. KNAME ROTA RO RM STATE MOUNTPOINT
  783. sda 1 0 0 running
  784. sda1 1 0 0
  785. sda5 1 0 0 /
  786. sda6 1 0 0
  787. sda7 1 0 0 /home
  788. sdb 1 0 0 running
  789. sdb1 1 0 0 /mnt/boot-sav/sdb1
  790. sr0 1 0 1 running
  791. sr1 1 0 1 running
  792. =================== mount:
  793. /dev/sda5 on / type ext4 (rw,errors=remount-ro)
  794. proc on /proc type proc (rw,noexec,nosuid,nodev)
  795. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  796. none on /sys/fs/cgroup type tmpfs (rw)
  797. none on /sys/fs/fuse/connections type fusectl (rw)
  798. none on /sys/kernel/debug type debugfs (rw)
  799. none on /sys/kernel/security type securityfs (rw)
  800. udev on /dev type devtmpfs (rw,mode=0755)
  801. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  802. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  803. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  804. none on /run/shm type tmpfs (rw,nosuid,nodev)
  805. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  806. none on /sys/fs/pstore type pstore (rw)
  807. /dev/sda7 on /home type ext4 (rw)
  808. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  809. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  810. /home/richard/.Private on /home/richard type ecryptfs (ecryptfs_check_dev_ruid,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs,ecryptfs_sig=81397a426dfb9ca9,ecryptfs_fnek_sig=98b3075aacdab3af)
  811. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=richard)
  812. /dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  813. =================== ls:
  814. /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 sda5 sda6 sda7 size slaves stat subsystem trace uevent
  815. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  816. /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
  817. /sys/block/sr1 (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
  818. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda5 sda6 sda7 sdb sdb1 sdb2 sg0 sg1 sg2 sg3 shm snapshot snd sr0 sr1 stderr stdin stdout tpm0 uhid uinput urandom usb vfio vga_arbiter vhci vhost-net zero
  819. ls /dev/mapper: control
  820. ls: cannot access : No such file or directory
  821. =================== hexdump -n512 -C /dev/sdb1
  822. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  823. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  824. 00000020 00 00 00 00 80 00 80 00 ff 47 38 3a 00 00 00 00 |.........G8:....|
  825. 00000030 00 00 0c 00 00 00 00 00 c0 84 a3 03 00 00 00 00 |................|
  826. 00000040 f6 00 00 00 01 00 00 00 93 2f 00 18 4e 00 18 56 |........./..N..V|
  827. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  828. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  829. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  830. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  831. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  832. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  833. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  834. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  835. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  836. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  837. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  838. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  839. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  840. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  841. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  842. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  843. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  844. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  845. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  846. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  847. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  848. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  849. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  850. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  851. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  852. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  853. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  854. 00000200
  855. =================== df -Th:
  856. Filesystem Type Size Used Avail Use% Mounted on
  857. /dev/sda5 ext4 19G 9.6G 7.8G 56% /
  858. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  859. udev devtmpfs 2.2G 12K 2.2G 1% /dev
  860. tmpfs tmpfs 446M 1.4M 445M 1% /run
  861. none tmpfs 5.0M 0 5.0M 0% /run/lock
  862. none tmpfs 2.2G 31M 2.2G 2% /run/shm
  863. none tmpfs 100M 52K 100M 1% /run/user
  864. /dev/sda7 ext4 47G 13G 32G 29% /home
  865. /home/richard/.Private ecryptfs 47G 13G 32G 29% /home/richard
  866. /dev/sdb1 fuseblk 466G 409G 58G 88% /mnt/boot-sav/sdb1
  867. =================== fdisk -l:
  868. Disk /dev/sda: 80.0 GB, 80032038912 bytes
  869. 255 heads, 63 sectors/track, 9730 cylinders, total 156312576 sectors
  870. Units = sectors of 1 * 512 = 512 bytes
  871. Sector size (logical/physical): 512 bytes / 512 bytes
  872. I/O size (minimum/optimal): 512 bytes / 512 bytes
  873. Disk identifier: 0x000b4731
  874. Device Boot Start End Blocks Id System
  875. /dev/sda1 * 2046 156311551 78154753 5 Extended
  876. /dev/sda5 2048 39063551 19530752 83 Linux
  877. /dev/sda6 39065600 56641535 8787968 82 Linux swap / Solaris
  878. /dev/sda7 56643584 156311551 49833984 83 Linux
  879. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  880. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  881. Units = sectors of 1 * 512 = 512 bytes
  882. Sector size (logical/physical): 512 bytes / 512 bytes
  883. I/O size (minimum/optimal): 512 bytes / 512 bytes
  884. Disk identifier: 0x7d51d913
  885. Device Boot Start End Blocks Id System
  886. /dev/sdb1 * 63 976767038 488383488 42 SFS
  887. /dev/sdb2 976767039 976771119 2040+ 42 SFS
  888. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  889. User choice: Is sda (80.0GB) a removable disk? no
  890. =================== Default settings of Boot Repair
  891. The default repair of the Boot-Repair utility would reinstall the grub2 of sda5 into the MBRs of all disks (except USB without OS).
  892. Additional repair would be performed: unhide-bootmenu-10s
  893. =================== Advice in case of suggested repair
  894. SFS detected. You may want to retry after converting Windows dynamic partitioning (SFS partitions) to a basic disk. This can be performed via tools such as TestDisk or EASEUS-Partition-Master / MiniTool-Partition-Wizard.
  895. Do you want to continue?
  896. =================== Final advice in case of suggested repair
  897. Please do not forget to make your BIOS boot on sda (80.0GB) disk!
  898. =================== User settings
  899. The settings chosen by the user will restore the [(generic mbr)] MBR in sda, and make it boot on sda5.
  900. Additional repair will be performed: unhide-bootmenu-10s
  901. Will restore the MBR_TO_RESTORE : sda (generic mbr) into sda
  902. dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda
  903. 0+1 records in
  904. 0+1 records out
  905. parted /dev/sda set 5 boot on
  906. Information: You may need to update /etc/fstab.
  907. Boot successfully repaired.
  908. You can now reboot your computer.