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 94 for .
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. in partition 94 for .
  9. sda1: __________________________________________________________________________
  10. File system: ext4
  11. Boot sector type: -
  12. Boot sector info:
  13. Operating System:
  14. Boot files: /grub/grub.cfg /grub/i386-pc/core.img
  15. sda2: __________________________________________________________________________
  16. File system: Extended Partition
  17. Boot sector type: -
  18. Boot sector info:
  19. sda5: __________________________________________________________________________
  20. File system: ext4
  21. Boot sector type: -
  22. Boot sector info:
  23. Operating System: Linux Mint 16 Petra
  24. Boot files: /etc/fstab
  25. sda6: __________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System:
  30. Boot files:
  31. sda7: __________________________________________________________________________
  32. File system: swap
  33. Boot sector type: -
  34. Boot sector info:
  35. sdb1: __________________________________________________________________________
  36. File system: ext4
  37. Boot sector type: -
  38. Boot sector info:
  39. Operating System:
  40. Boot files: /grub/grub.cfg /grub/i386-pc/core.img
  41. sdb2: __________________________________________________________________________
  42. File system: Extended Partition
  43. Boot sector type: -
  44. Boot sector info:
  45. sdb5: __________________________________________________________________________
  46. File system: ext4
  47. Boot sector type: -
  48. Boot sector info:
  49. Operating System: Linux Mint 16 Petra
  50. Boot files: /etc/fstab
  51. sdb6: __________________________________________________________________________
  52. File system: ext4
  53. Boot sector type: -
  54. Boot sector info:
  55. Operating System:
  56. Boot files:
  57. sdb7: __________________________________________________________________________
  58. File system: swap
  59. Boot sector type: -
  60. Boot sector info:
  61. ============================ Drive/Partition Info: =============================
  62. Drive: sda _____________________________________________________________________
  63. Disk /dev/sda: 256.1 GB, 256060514304 bytes
  64. 255 heads, 63 sectors/track, 31130 cylinders, total 500118192 sectors
  65. Units = sectors of 1 * 512 = 512 bytes
  66. Sector size (logical/physical): 512 bytes / 512 bytes
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68. /dev/sda1 * 2,048 976,895 974,848 83 Linux
  69. /dev/sda2 978,942 488,396,799 487,417,858 5 Extended
  70. /dev/sda5 978,944 30,273,535 29,294,592 83 Linux
  71. /dev/sda6 30,275,584 479,492,095 449,216,512 83 Linux
  72. /dev/sda7 479,494,144 488,396,799 8,902,656 82 Linux swap / Solaris
  73. Drive: sdb _____________________________________________________________________
  74. Disk /dev/sdb: 250.1 GB, 250059350016 bytes
  75. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  76. Units = sectors of 1 * 512 = 512 bytes
  77. Sector size (logical/physical): 512 bytes / 512 bytes
  78. Partition Boot Start Sector End Sector # of Sectors Id System
  79. /dev/sdb1 * 2,048 976,895 974,848 83 Linux
  80. /dev/sdb2 978,942 488,396,799 487,417,858 5 Extended
  81. /dev/sdb5 978,944 30,273,535 29,294,592 83 Linux
  82. /dev/sdb6 30,275,584 479,492,095 449,216,512 83 Linux
  83. /dev/sdb7 479,494,144 488,396,799 8,902,656 82 Linux swap / Solaris
  84. "blkid" output: ________________________________________________________________
  85. Device UUID TYPE LABEL
  86. /dev/sda1 24073ec5-af34-424b-9bc1-6c2a07f142d6 ext4
  87. /dev/sda5 83e278e8-95f2-4a86-b9b2-695db7de0a4d ext4
  88. /dev/sda6 899935f2-36cb-4827-b71f-c6135607d983 ext4
  89. /dev/sda7 318297bd-e391-43b0-a6e5-1d5516bf4069 swap
  90. /dev/sdb1 24073ec5-af34-424b-9bc1-6c2a07f142d6 ext4
  91. /dev/sdb5 83e278e8-95f2-4a86-b9b2-695db7de0a4d ext4
  92. /dev/sdb6 899935f2-36cb-4827-b71f-c6135607d983 ext4
  93. /dev/sdb7 318297bd-e391-43b0-a6e5-1d5516bf4069 swap
  94. ================================ Mount points: =================================
  95. Device Mount_Point Type Options
  96. /dev/sda1 /boot ext4 (rw)
  97. /dev/sda5 / ext4 (rw,errors=remount-ro)
  98. /dev/sda6 /home ext4 (rw)
  99. ============================= sda1/grub/grub.cfg: ==============================
  100. --------------------------------------------------------------------------------
  101. #
  102. # DO NOT EDIT THIS FILE
  103. #
  104. # It is automatically generated by grub-mkconfig using templates
  105. # from /etc/grub.d and settings from /etc/default/grub
  106. #
  107. ### BEGIN /etc/grub.d/00_header ###
  108. if [ -s $prefix/grubenv ]; then
  109. set have_grubenv=true
  110. load_env
  111. fi
  112. set default="0"
  113. if [ x"${feature_menuentry_id}" = xy ]; then
  114. menuentry_id_option="--id"
  115. else
  116. menuentry_id_option=""
  117. fi
  118. export menuentry_id_option
  119. if [ "${prev_saved_entry}" ]; then
  120. set saved_entry="${prev_saved_entry}"
  121. save_env saved_entry
  122. set prev_saved_entry=
  123. save_env prev_saved_entry
  124. set boot_once=true
  125. fi
  126. function savedefault {
  127. if [ -z "${boot_once}" ]; then
  128. saved_entry="${chosen}"
  129. save_env saved_entry
  130. fi
  131. }
  132. function recordfail {
  133. set recordfail=1
  134. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  135. }
  136. function load_video {
  137. if [ x$feature_all_video_module = xy ]; then
  138. insmod all_video
  139. else
  140. insmod efi_gop
  141. insmod efi_uga
  142. insmod ieee1275_fb
  143. insmod vbe
  144. insmod vga
  145. insmod video_bochs
  146. insmod video_cirrus
  147. fi
  148. }
  149. if [ x$feature_default_font_path = xy ] ; then
  150. font=unicode
  151. else
  152. insmod part_msdos
  153. insmod ext2
  154. set root='hd1,msdos5'
  155. if [ x$feature_platform_search_hint = xy ]; then
  156. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 83e278e8-95f2-4a86-b9b2-695db7de0a4d
  157. else
  158. search --no-floppy --fs-uuid --set=root 83e278e8-95f2-4a86-b9b2-695db7de0a4d
  159. fi
  160. font="/usr/share/grub/unicode.pf2"
  161. fi
  162. if loadfont $font ; then
  163. set gfxmode=auto
  164. load_video
  165. insmod gfxterm
  166. set locale_dir=$prefix/locale
  167. set lang=en_HK
  168. insmod gettext
  169. fi
  170. terminal_output gfxterm
  171. if [ "${recordfail}" = 1 ]; then
  172. set timeout=-1
  173. else
  174. set timeout=10
  175. fi
  176. ### END /etc/grub.d/00_header ###
  177. ### BEGIN /etc/grub.d/05_debian_theme ###
  178. set menu_color_normal=white/black
  179. set menu_color_highlight=black/light-gray
  180. ### END /etc/grub.d/05_debian_theme ###
  181. ### BEGIN /etc/grub.d/06_mint_theme ###
  182. set menu_color_normal=white/black
  183. set menu_color_highlight=white/light-gray
  184. ### END /etc/grub.d/06_mint_theme ###
  185. ### BEGIN /etc/grub.d/10_linux ###
  186. function gfxmode {
  187. set gfxpayload="$1"
  188. if [ "$1" = "keep" ]; then
  189. set vt_handoff=vt.handoff=7
  190. else
  191. set vt_handoff=
  192. fi
  193. }
  194. if [ ${recordfail} != 1 ]; then
  195. if [ -e ${prefix}/gfxblacklist.txt ]; then
  196. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  197. if [ ${match} = 0 ]; then
  198. set linux_gfx_mode=keep
  199. else
  200. set linux_gfx_mode=text
  201. fi
  202. else
  203. set linux_gfx_mode=text
  204. fi
  205. else
  206. set linux_gfx_mode=keep
  207. fi
  208. else
  209. set linux_gfx_mode=text
  210. fi
  211. export linux_gfx_mode
  212. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  213. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  214. recordfail
  215. gfxmode $linux_gfx_mode
  216. insmod gzio
  217. insmod part_msdos
  218. insmod ext2
  219. set root='hd0,msdos1'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  222. else
  223. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  224. fi
  225. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash $vt_handoff
  226. initrd /initrd.img-3.11.0-12-generic
  227. }
  228. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  229. recordfail
  230. insmod gzio
  231. insmod part_msdos
  232. insmod ext2
  233. set root='hd0,msdos1'
  234. if [ x$feature_platform_search_hint = xy ]; then
  235. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  236. else
  237. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  238. fi
  239. echo 'Loading Linux 3.11.0-12-generic ...'
  240. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro recovery nomodeset
  241. echo 'Loading initial ramdisk ...'
  242. initrd /initrd.img-3.11.0-12-generic
  243. }
  244. ### END /etc/grub.d/10_linux ###
  245. ### BEGIN /etc/grub.d/10_lupin ###
  246. ### END /etc/grub.d/10_lupin ###
  247. ### BEGIN /etc/grub.d/20_linux_xen ###
  248. ### END /etc/grub.d/20_linux_xen ###
  249. ### BEGIN /etc/grub.d/20_memtest86+ ###
  250. menuentry 'Memory test (memtest86+)' {
  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 24073ec5-af34-424b-9bc1-6c2a07f142d6
  256. else
  257. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  258. fi
  259. linux16 /memtest86+.bin
  260. }
  261. menuentry 'Memory test (memtest86+, serial console 115200)' {
  262. insmod part_msdos
  263. insmod ext2
  264. set root='hd0,msdos1'
  265. if [ x$feature_platform_search_hint = xy ]; then
  266. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  267. else
  268. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  269. fi
  270. linux16 /memtest86+.bin console=ttyS0,115200n8
  271. }
  272. ### END /etc/grub.d/20_memtest86+ ###
  273. ### BEGIN /etc/grub.d/30_os-prober ###
  274. menuentry 'Linux Mint 16 Petra (16)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  275. insmod part_msdos
  276. insmod ext2
  277. set root='hd0,msdos1'
  278. if [ x$feature_platform_search_hint = xy ]; then
  279. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  280. else
  281. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  282. fi
  283. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash $vt_handoff
  284. initrd /initrd.img-3.11.0-12-generic
  285. }
  286. submenu 'Advanced options for Linux Mint 16 Petra (16)' $menuentry_id_option 'osprober-gnulinux-advanced-83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  287. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sda1) (on /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-12-generic--83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  288. insmod part_msdos
  289. insmod ext2
  290. set root='hd0,msdos1'
  291. if [ x$feature_platform_search_hint = xy ]; then
  292. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  293. else
  294. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  295. fi
  296. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash $vt_handoff
  297. initrd /initrd.img-3.11.0-12-generic
  298. }
  299. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sda1) -- recovery mode (on /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-12-generic-root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro recovery nomodeset-83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  300. insmod part_msdos
  301. insmod ext2
  302. set root='hd0,msdos1'
  303. if [ x$feature_platform_search_hint = xy ]; then
  304. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  305. else
  306. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  307. fi
  308. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro recovery nomodeset
  309. initrd /initrd.img-3.11.0-12-generic
  310. }
  311. menuentry 'Linux Mint 16 Petra (16) (on /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-12-generic--83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  312. insmod part_msdos
  313. insmod ext2
  314. set root='hd0,msdos1'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  317. else
  318. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  319. fi
  320. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash $vt_handoff
  321. initrd /initrd.img-3.11.0-12-generic
  322. }
  323. }
  324. ### END /etc/grub.d/30_os-prober ###
  325. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  326. ### END /etc/grub.d/30_uefi-firmware ###
  327. ### BEGIN /etc/grub.d/40_custom ###
  328. # This file provides an easy way to add custom menu entries. Simply type the
  329. # menu entries you want to add after this comment. Be careful not to change
  330. # the 'exec tail' line above.
  331. ### END /etc/grub.d/40_custom ###
  332. ### BEGIN /etc/grub.d/41_custom ###
  333. if [ -f ${config_directory}/custom.cfg ]; then
  334. source ${config_directory}/custom.cfg
  335. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  336. source $prefix/custom.cfg;
  337. fi
  338. ### END /etc/grub.d/41_custom ###
  339. --------------------------------------------------------------------------------
  340. =================== sda1: Location of files loaded by Grub: ====================
  341. GiB - GB File Fragment(s)
  342. =============================== sda5/etc/fstab: ================================
  343. --------------------------------------------------------------------------------
  344. # /etc/fstab: static file system information.
  345. #
  346. # Use 'blkid' to print the universally unique identifier for a
  347. # device; this may be used with UUID= as a more robust way to name devices
  348. # that works even if disks are added and removed. See fstab(5).
  349. #
  350. # <file system> <mount point> <type> <options> <dump> <pass>
  351. # / was on /dev/sdb5 during installation
  352. UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d / ext4 errors=remount-ro 0 1
  353. # /boot was on /dev/sdb1 during installation
  354. #UUID=24073ec5-af34-424b-9bc1-6c2a07f142d6 /boot ext4 defaults 0 2
  355. # /home was on /dev/sdb6 during installation
  356. UUID=899935f2-36cb-4827-b71f-c6135607d983 /home ext4 defaults 0 2
  357. /dev/mapper/mint--vg-swap_1 none swap sw 0 0
  358. # swap was on /dev/sdb7 during installation
  359. UUID=318297bd-e391-43b0-a6e5-1d5516bf4069 none swap sw 0 0
  360. UUID=24073ec5-af34-424b-9bc1-6c2a07f142d6 /boot ext4 defaults 0 2
  361. --------------------------------------------------------------------------------
  362. =================== sda5: Location of files loaded by Grub: ====================
  363. GiB - GB File Fragment(s)
  364. ============================= sdb1/grub/grub.cfg: ==============================
  365. --------------------------------------------------------------------------------
  366. #
  367. # DO NOT EDIT THIS FILE
  368. #
  369. # It is automatically generated by grub-mkconfig using templates
  370. # from /etc/grub.d and settings from /etc/default/grub
  371. #
  372. ### BEGIN /etc/grub.d/00_header ###
  373. if [ -s $prefix/grubenv ]; then
  374. set have_grubenv=true
  375. load_env
  376. fi
  377. set default="0"
  378. if [ x"${feature_menuentry_id}" = xy ]; then
  379. menuentry_id_option="--id"
  380. else
  381. menuentry_id_option=""
  382. fi
  383. export menuentry_id_option
  384. if [ "${prev_saved_entry}" ]; then
  385. set saved_entry="${prev_saved_entry}"
  386. save_env saved_entry
  387. set prev_saved_entry=
  388. save_env prev_saved_entry
  389. set boot_once=true
  390. fi
  391. function savedefault {
  392. if [ -z "${boot_once}" ]; then
  393. saved_entry="${chosen}"
  394. save_env saved_entry
  395. fi
  396. }
  397. function recordfail {
  398. set recordfail=1
  399. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  400. }
  401. function load_video {
  402. if [ x$feature_all_video_module = xy ]; then
  403. insmod all_video
  404. else
  405. insmod efi_gop
  406. insmod efi_uga
  407. insmod ieee1275_fb
  408. insmod vbe
  409. insmod vga
  410. insmod video_bochs
  411. insmod video_cirrus
  412. fi
  413. }
  414. if [ x$feature_default_font_path = xy ] ; then
  415. font=unicode
  416. else
  417. insmod part_msdos
  418. insmod ext2
  419. set root='hd1,msdos5'
  420. if [ x$feature_platform_search_hint = xy ]; then
  421. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 83e278e8-95f2-4a86-b9b2-695db7de0a4d
  422. else
  423. search --no-floppy --fs-uuid --set=root 83e278e8-95f2-4a86-b9b2-695db7de0a4d
  424. fi
  425. font="/usr/share/grub/unicode.pf2"
  426. fi
  427. if loadfont $font ; then
  428. set gfxmode=auto
  429. load_video
  430. insmod gfxterm
  431. set locale_dir=$prefix/locale
  432. set lang=en_HK
  433. insmod gettext
  434. fi
  435. terminal_output gfxterm
  436. if [ "${recordfail}" = 1 ]; then
  437. set timeout=-1
  438. else
  439. set timeout=10
  440. fi
  441. ### END /etc/grub.d/00_header ###
  442. ### BEGIN /etc/grub.d/05_debian_theme ###
  443. set menu_color_normal=white/black
  444. set menu_color_highlight=black/light-gray
  445. ### END /etc/grub.d/05_debian_theme ###
  446. ### BEGIN /etc/grub.d/06_mint_theme ###
  447. set menu_color_normal=white/black
  448. set menu_color_highlight=white/light-gray
  449. ### END /etc/grub.d/06_mint_theme ###
  450. ### BEGIN /etc/grub.d/10_linux ###
  451. function gfxmode {
  452. set gfxpayload="$1"
  453. if [ "$1" = "keep" ]; then
  454. set vt_handoff=vt.handoff=7
  455. else
  456. set vt_handoff=
  457. fi
  458. }
  459. if [ ${recordfail} != 1 ]; then
  460. if [ -e ${prefix}/gfxblacklist.txt ]; then
  461. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  462. if [ ${match} = 0 ]; then
  463. set linux_gfx_mode=keep
  464. else
  465. set linux_gfx_mode=text
  466. fi
  467. else
  468. set linux_gfx_mode=text
  469. fi
  470. else
  471. set linux_gfx_mode=keep
  472. fi
  473. else
  474. set linux_gfx_mode=text
  475. fi
  476. export linux_gfx_mode
  477. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  478. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sdb1)' --class ubuntu --class gnu-linux --class gnu --class os {
  479. recordfail
  480. gfxmode $linux_gfx_mode
  481. insmod gzio
  482. insmod part_msdos
  483. insmod ext2
  484. set root='hd1,msdos1'
  485. if [ x$feature_platform_search_hint = xy ]; then
  486. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  487. else
  488. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  489. fi
  490. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash $vt_handoff
  491. initrd /initrd.img-3.11.0-12-generic
  492. }
  493. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sdb1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  494. recordfail
  495. insmod gzio
  496. insmod part_msdos
  497. insmod ext2
  498. set root='hd1,msdos1'
  499. if [ x$feature_platform_search_hint = xy ]; then
  500. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  501. else
  502. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  503. fi
  504. echo 'Loading Linux 3.11.0-12-generic ...'
  505. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro recovery nomodeset
  506. echo 'Loading initial ramdisk ...'
  507. initrd /initrd.img-3.11.0-12-generic
  508. }
  509. ### END /etc/grub.d/10_linux ###
  510. ### BEGIN /etc/grub.d/10_lupin ###
  511. ### END /etc/grub.d/10_lupin ###
  512. ### BEGIN /etc/grub.d/20_linux_xen ###
  513. ### END /etc/grub.d/20_linux_xen ###
  514. ### BEGIN /etc/grub.d/20_memtest86+ ###
  515. menuentry 'Memory test (memtest86+)' {
  516. insmod part_msdos
  517. insmod ext2
  518. set root='hd1,msdos1'
  519. if [ x$feature_platform_search_hint = xy ]; then
  520. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  521. else
  522. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  523. fi
  524. linux16 /memtest86+.bin
  525. }
  526. menuentry 'Memory test (memtest86+, serial console 115200)' {
  527. insmod part_msdos
  528. insmod ext2
  529. set root='hd1,msdos1'
  530. if [ x$feature_platform_search_hint = xy ]; then
  531. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  532. else
  533. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  534. fi
  535. linux16 /memtest86+.bin console=ttyS0,115200n8
  536. }
  537. ### END /etc/grub.d/20_memtest86+ ###
  538. ### BEGIN /etc/grub.d/30_os-prober ###
  539. menuentry 'Linux Mint 16 Petra (16)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  540. insmod part_msdos
  541. insmod ext2
  542. set root='hd1,msdos1'
  543. if [ x$feature_platform_search_hint = xy ]; then
  544. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  545. else
  546. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  547. fi
  548. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash $vt_handoff
  549. initrd /initrd.img-3.11.0-12-generic
  550. }
  551. submenu 'Advanced options for Linux Mint 16 Petra (16)' $menuentry_id_option 'osprober-gnulinux-advanced-83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  552. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sdb1) (on /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-12-generic--83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  553. insmod part_msdos
  554. insmod ext2
  555. set root='hd1,msdos1'
  556. if [ x$feature_platform_search_hint = xy ]; then
  557. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  558. else
  559. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  560. fi
  561. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash $vt_handoff
  562. initrd /initrd.img-3.11.0-12-generic
  563. }
  564. menuentry 'Linux Mint 16 MATE 32-bit, 3.11.0-12-generic (/dev/sdb1) -- recovery mode (on /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-12-generic-root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro recovery nomodeset-83e278e8-95f2-4a86-b9b2-695db7de0a4d' {
  565. insmod part_msdos
  566. insmod ext2
  567. set root='hd1,msdos1'
  568. if [ x$feature_platform_search_hint = xy ]; then
  569. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 24073ec5-af34-424b-9bc1-6c2a07f142d6
  570. else
  571. search --no-floppy --fs-uuid --set=root 24073ec5-af34-424b-9bc1-6c2a07f142d6
  572. fi
  573. linux /vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro recovery nomodeset
  574. initrd /initrd.img-3.11.0-12-generic
  575. }
  576. }
  577. ### END /etc/grub.d/30_os-prober ###
  578. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  579. ### END /etc/grub.d/30_uefi-firmware ###
  580. ### BEGIN /etc/grub.d/40_custom ###
  581. # This file provides an easy way to add custom menu entries. Simply type the
  582. # menu entries you want to add after this comment. Be careful not to change
  583. # the 'exec tail' line above.
  584. ### END /etc/grub.d/40_custom ###
  585. ### BEGIN /etc/grub.d/41_custom ###
  586. if [ -f ${config_directory}/custom.cfg ]; then
  587. source ${config_directory}/custom.cfg
  588. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  589. source $prefix/custom.cfg;
  590. fi
  591. ### END /etc/grub.d/41_custom ###
  592. --------------------------------------------------------------------------------
  593. =================== sdb1: Location of files loaded by Grub: ====================
  594. GiB - GB File Fragment(s)
  595. =============================== sdb5/etc/fstab: ================================
  596. --------------------------------------------------------------------------------
  597. # /etc/fstab: static file system information.
  598. #
  599. # Use 'blkid' to print the universally unique identifier for a
  600. # device; this may be used with UUID= as a more robust way to name devices
  601. # that works even if disks are added and removed. See fstab(5).
  602. #
  603. # <file system> <mount point> <type> <options> <dump> <pass>
  604. # / was on /dev/sdb5 during installation
  605. UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d / ext4 errors=remount-ro 0 1
  606. # /boot was on /dev/sdb1 during installation
  607. UUID=24073ec5-af34-424b-9bc1-6c2a07f142d6 /boot ext4 defaults 0 2
  608. # /home was on /dev/sdb6 during installation
  609. UUID=899935f2-36cb-4827-b71f-c6135607d983 /home ext4 defaults 0 2
  610. /dev/mapper/mint--vg-swap_1 none swap sw 0 0
  611. # swap was on /dev/sdb7 during installation
  612. UUID=318297bd-e391-43b0-a6e5-1d5516bf4069 none swap sw 0 0
  613. --------------------------------------------------------------------------------
  614. =================== sdb5: Location of files loaded by Grub: ====================
  615. GiB - GB File Fragment(s)
  616. =============================== StdErr Messages: ===============================
  617. cat: write error: Broken pipe
  618. cat: /tmp/BootInfo-KafZc82s/Tmp_Log: No such file or directory
  619. cat: /tmp/BootInfo-KafZc82s/Tmp_Log: No such file or directory
  620. cat: /tmp/BootInfo-KafZc82s/Tmp_Log: No such file or directory
  621. cat: /tmp/BootInfo-KafZc82s/Tmp_Log: No such file or directory
  622. File descriptor 9 (/proc/8464/mounts) leaked on lvscan invocation. Parent PID 18353: bash
  623. No volume groups found
  624. ADDITIONAL INFORMATION :
  625. =================== log of boot-repair 2014-08-02__16h02 ===================
  626. boot-repair version : 3.199~ppa40~saucy
  627. boot-sav version : 3.199~ppa40~saucy
  628. glade2script version : 3.2.2~ppa47~saucy
  629. boot-sav-extra version :
  630. File descriptor 9 (/proc/8464/mounts) leaked on lvs invocation. Parent PID 9934: /bin/sh
  631. No volume groups found
  632. boot-repair is executed in installed-session (Linux Mint 16 Petra, petra, LinuxMint, i686)
  633. CPU op-mode(s): 32-bit, 64-bit
  634. BOOT_IMAGE=/vmlinuz-3.11.0-12-generic root=UUID=83e278e8-95f2-4a86-b9b2-695db7de0a4d ro quiet splash
  635. =================== os-prober:
  636. /dev/sda5:The OS now in use - Linux Mint 16 Petra CurrentSession:linux
  637. /dev/sda5:Linux Mint 16 Petra (16):LinuxMint:linux
  638. =================== blkid:
  639. /dev/sdb5: UUID="83e278e8-95f2-4a86-b9b2-695db7de0a4d" TYPE="ext4"
  640. /dev/sda5: UUID="83e278e8-95f2-4a86-b9b2-695db7de0a4d" TYPE="ext4"
  641. /dev/sda1: UUID="24073ec5-af34-424b-9bc1-6c2a07f142d6" TYPE="ext4"
  642. /dev/sda6: UUID="899935f2-36cb-4827-b71f-c6135607d983" TYPE="ext4"
  643. /dev/sda7: UUID="318297bd-e391-43b0-a6e5-1d5516bf4069" TYPE="swap"
  644. /dev/sdb1: UUID="24073ec5-af34-424b-9bc1-6c2a07f142d6" TYPE="ext4"
  645. /dev/sdb6: UUID="899935f2-36cb-4827-b71f-c6135607d983" TYPE="ext4"
  646. /dev/sdb7: UUID="318297bd-e391-43b0-a6e5-1d5516bf4069" TYPE="swap"
  647. 1 disks with OS, 2 OS : 2 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  648. Linux not detected by os-prober on sdb5. Please report this message to [email protected]
  649. Warning: extended partition does not start at a cylinder boundary.
  650. DOS and Linux will interpret the contents differently.
  651. Warning: extended partition does not start at a cylinder boundary.
  652. DOS and Linux will interpret the contents differently.
  653. =================== /etc/grub.d/ :
  654. drwxr-xr-x 2 root root 4096 Jul 12 10:06 grub.d
  655. total 84
  656. -rwxr-xr-x 1 root root 7850 Oct 11 2013 00_header
  657. -rwxr-xr-x 1 root root 5949 Aug 15 2013 05_debian_theme
  658. -rwxr-xr-x 1 root root 1183 Oct 24 2011 06_mint_theme
  659. -rwxr-xr-x 1 root root 7500 Aug 2 15:53 10_linux
  660. -rwxr-xr-x 1 root root 10634 May 14 2013 10_lupin
  661. -rwxr-xr-x 1 root root 10258 Oct 11 2013 20_linux_xen
  662. -rwxr-xr-x 1 root root 1798 Jun 17 2013 20_memtest86+
  663. -rwxr-xr-x 1 root root 11531 Oct 11 2013 30_os-prober
  664. -rwxr-xr-x 1 root root 1426 Oct 11 2013 30_uefi-firmware
  665. -rwxr-xr-x 1 root root 214 Oct 11 2013 40_custom
  666. -rwxr-xr-x 1 root root 216 Oct 11 2013 41_custom
  667. -rw-r--r-- 1 root root 483 Oct 11 2013 README
  668. =================== /etc/default/grub :
  669. # If you change this file, run 'update-grub' afterwards to update
  670. # /boot/grub/grub.cfg.
  671. # For full documentation of the options in this file, see:
  672. # info -f grub -n 'Simple configuration'
  673. GRUB_DEFAULT=0
  674. #GRUB_HIDDEN_TIMEOUT=0
  675. GRUB_HIDDEN_TIMEOUT_QUIET=true
  676. GRUB_TIMEOUT=10
  677. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  678. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  679. GRUB_CMDLINE_LINUX=""
  680. # Uncomment to enable BadRAM filtering, modify to suit your needs
  681. # This works with Linux (no patch required) and with any kernel that obtains
  682. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  683. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  684. # Uncomment to disable graphical terminal (grub-pc only)
  685. #GRUB_TERMINAL=console
  686. # The resolution used on graphical terminal
  687. # note that you can use only modes which your graphic card supports via VBE
  688. # you can see them in real GRUB with the command `vbeinfo'
  689. #GRUB_GFXMODE=640x480
  690. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  691. #GRUB_DISABLE_LINUX_UUID=true
  692. # Uncomment to disable generation of recovery mode menu entries
  693. #GRUB_DISABLE_RECOVERY="true"
  694. # Uncomment to get a beep at grub start
  695. #GRUB_INIT_TUNE="480 440 1"
  696. /boot detected in the fstab of sda5: UUID=24073ec5-af34-424b-9bc1-6c2a07f142d6 (sdb1)
  697. =================== sdb5/etc/grub.d/ :
  698. drwxr-xr-x 2 root root 4096 Jul 12 10:06 grub.d
  699. total 84
  700. -rwxr-xr-x 1 root root 7850 Oct 11 2013 00_header
  701. -rwxr-xr-x 1 root root 5949 Aug 15 2013 05_debian_theme
  702. -rwxr-xr-x 1 root root 1183 Oct 24 2011 06_mint_theme
  703. -rwxr-xr-x 1 root root 7500 Aug 2 15:51 10_linux
  704. -rwxr-xr-x 1 root root 10634 May 14 2013 10_lupin
  705. -rwxr-xr-x 1 root root 10258 Oct 11 2013 20_linux_xen
  706. -rwxr-xr-x 1 root root 1798 Jun 17 2013 20_memtest86+
  707. -rwxr-xr-x 1 root root 11531 Oct 11 2013 30_os-prober
  708. -rwxr-xr-x 1 root root 1426 Oct 11 2013 30_uefi-firmware
  709. -rwxr-xr-x 1 root root 214 Oct 11 2013 40_custom
  710. -rwxr-xr-x 1 root root 216 Oct 11 2013 41_custom
  711. -rw-r--r-- 1 root root 483 Oct 11 2013 README
  712. =================== sdb5/etc/default/grub :
  713. # If you change this file, run 'update-grub' afterwards to update
  714. # /boot/grub/grub.cfg.
  715. # For full documentation of the options in this file, see:
  716. # info -f grub -n 'Simple configuration'
  717. GRUB_DEFAULT=0
  718. #GRUB_HIDDEN_TIMEOUT=0
  719. GRUB_HIDDEN_TIMEOUT_QUIET=true
  720. GRUB_TIMEOUT=10
  721. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  722. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  723. GRUB_CMDLINE_LINUX=""
  724. # Uncomment to enable BadRAM filtering, modify to suit your needs
  725. # This works with Linux (no patch required) and with any kernel that obtains
  726. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  727. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  728. # Uncomment to disable graphical terminal (grub-pc only)
  729. #GRUB_TERMINAL=console
  730. # The resolution used on graphical terminal
  731. # note that you can use only modes which your graphic card supports via VBE
  732. # you can see them in real GRUB with the command `vbeinfo'
  733. #GRUB_GFXMODE=640x480
  734. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  735. #GRUB_DISABLE_LINUX_UUID=true
  736. # Uncomment to disable generation of recovery mode menu entries
  737. #GRUB_DISABLE_RECOVERY="true"
  738. # Uncomment to get a beep at grub start
  739. #GRUB_INIT_TUNE="480 440 1"
  740. /boot detected in the fstab of sdb5: UUID=24073ec5-af34-424b-9bc1-6c2a07f142d6 (sdb1)
  741. =================== UEFI/Legacy mode:
  742. This installed-session is not EFI-compatible.
  743. SecureBoot disabled.
  744. =================== PARTITIONS & DISKS:
  745. sda5 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-has-goodBOOT, 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, .
  746. sdb5 : sdb, not-sepboot, no-grubenv grub2, grub-pc , update-grub, 32, no-boot, is-os, not--efi--part, fstab-has-goodBOOT, 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, /mnt/boot-sav/sdb5.
  747. sda1 : sda, is-sepboot, grubenv-ok 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, /boot.
  748. sda6 : 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, /home.
  749. sdb1 : sdb, is-sepboot, grubenv-ok 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, /mnt/boot-sav/sdb1.
  750. sdb6 : sdb, 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/sdb6.
  751. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  752. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  753. =================== parted -l:
  754. Model: ATA TS256GSSD340 (scsi)
  755. Disk /dev/sda: 256GB
  756. Sector size (logical/physical): 512B/512B
  757. Partition Table: msdos
  758. Number Start End Size Type File system Flags
  759. 1 1049kB 500MB 499MB primary ext4 boot
  760. 2 501MB 250GB 250GB extended
  761. 5 501MB 15.5GB 15.0GB logical ext4
  762. 6 15.5GB 245GB 230GB logical ext4
  763. 7 246GB 250GB 4558MB logical linux-swap(v1)
  764. Model: ATA WDC WD2500BEVS-1 (scsi)
  765. Disk /dev/sdb: 250GB
  766. Sector size (logical/physical): 512B/512B
  767. Partition Table: msdos
  768. Number Start End Size Type File system Flags
  769. 1 1049kB 500MB 499MB primary ext4 boot
  770. 2 501MB 250GB 250GB extended
  771. 5 501MB 15.5GB 15.0GB logical ext4
  772. 6 15.5GB 245GB 230GB logical ext4
  773. 7 246GB 250GB 4558MB logical linux-swap(v1)
  774. =================== parted -lm:
  775. BYT;
  776. /dev/sda:256GB:scsi:512:512:msdos:ATA TS256GSSD340;
  777. 1:1049kB:500MB:499MB:ext4::boot;
  778. 2:501MB:250GB:250GB:::;
  779. 5:501MB:15.5GB:15.0GB:ext4::;
  780. 6:15.5GB:245GB:230GB:ext4::;
  781. 7:246GB:250GB:4558MB:linux-swap(v1)::;
  782. BYT;
  783. /dev/sdb:250GB:scsi:512:512:msdos:ATA WDC WD2500BEVS-1;
  784. 1:1049kB:500MB:499MB:ext4::boot;
  785. 2:501MB:250GB:250GB:::;
  786. 5:501MB:15.5GB:15.0GB:ext4::;
  787. 6:15.5GB:245GB:230GB:ext4::;
  788. 7:246GB:250GB:4558MB:linux-swap(v1)::;
  789. =================== mount:
  790. /dev/sda5 on / type ext4 (rw,errors=remount-ro)
  791. proc on /proc type proc (rw,noexec,nosuid,nodev)
  792. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  793. none on /sys/fs/cgroup type tmpfs (rw)
  794. none on /sys/fs/fuse/connections type fusectl (rw)
  795. none on /sys/kernel/debug type debugfs (rw)
  796. none on /sys/kernel/security type securityfs (rw)
  797. udev on /dev type devtmpfs (rw,mode=0755)
  798. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  799. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  800. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  801. none on /run/shm type tmpfs (rw,nosuid,nodev)
  802. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  803. none on /sys/fs/pstore type pstore (rw)
  804. /dev/sda6 on /home type ext4 (rw)
  805. /dev/sda1 on /boot type ext4 (rw)
  806. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  807. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  808. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=enochhsu)
  809. /dev/sdb5 on /mnt/boot-sav/sdb5 type ext4 (rw)
  810. /dev/sdb1 on /mnt/boot-sav/sdb1 type ext4 (rw)
  811. /dev/sdb6 on /mnt/boot-sav/sdb6 type ext4 (rw)
  812. =================== ls:
  813. /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 sda6 sda7 size slaves stat subsystem trace uevent
  814. /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 sdb2 sdb5 sdb6 sdb7 size slaves stat subsystem trace uevent
  815. /dev (filtered): agpgart autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse fw0 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 sda6 sda7 sdb sdb1 sdb2 sdb5 sdb6 sdb7 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uinput urandom v4l vga_arbiter vhost-net video0 zero
  816. ls /dev/mapper: control
  817. =================== df -Th:
  818. Filesystem Type Size Used Avail Use% Mounted on
  819. /dev/sda5 ext4 14G 5.4G 7.6G 42% /
  820. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  821. udev devtmpfs 2.0G 12K 2.0G 1% /dev
  822. tmpfs tmpfs 399M 1.3M 398M 1% /run
  823. none tmpfs 5.0M 0 5.0M 0% /run/lock
  824. none tmpfs 2.0G 15M 2.0G 1% /run/shm
  825. none tmpfs 100M 24K 100M 1% /run/user
  826. /dev/sda6 ext4 211G 76G 125G 38% /home
  827. /dev/sda1 ext4 453M 46M 380M 11% /boot
  828. /dev/sdb5 ext4 14G 5.4G 7.7G 42% /mnt/boot-sav/sdb5
  829. /dev/sdb1 ext4 453M 42M 384M 10% /mnt/boot-sav/sdb1
  830. /dev/sdb6 ext4 211G 76G 125G 38% /mnt/boot-sav/sdb6
  831. =================== fdisk -l:
  832. Disk /dev/sda: 256.1 GB, 256060514304 bytes
  833. 255 heads, 63 sectors/track, 31130 cylinders, total 500118192 sectors
  834. Units = sectors of 1 * 512 = 512 bytes
  835. Sector size (logical/physical): 512 bytes / 512 bytes
  836. I/O size (minimum/optimal): 512 bytes / 512 bytes
  837. Disk identifier: 0x000387b4
  838. Device Boot Start End Blocks Id System
  839. /dev/sda1 * 2048 976895 487424 83 Linux
  840. /dev/sda2 978942 488396799 243708929 5 Extended
  841. /dev/sda5 978944 30273535 14647296 83 Linux
  842. /dev/sda6 30275584 479492095 224608256 83 Linux
  843. /dev/sda7 479494144 488396799 4451328 82 Linux swap / Solaris
  844. Disk /dev/sdb: 250.1 GB, 250059350016 bytes
  845. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  846. Units = sectors of 1 * 512 = 512 bytes
  847. Sector size (logical/physical): 512 bytes / 512 bytes
  848. I/O size (minimum/optimal): 512 bytes / 512 bytes
  849. Disk identifier: 0x000387b4
  850. Device Boot Start End Blocks Id System
  851. /dev/sdb1 * 2048 976895 487424 83 Linux
  852. /dev/sdb2 978942 488396799 243708929 5 Extended
  853. /dev/sdb5 978944 30273535 14647296 83 Linux
  854. /dev/sdb6 30275584 479492095 224608256 83 Linux
  855. /dev/sdb7 479494144 488396799 4451328 82 Linux swap / Solaris
  856. =================== Final advice in case of recommended repair
  857. Please do not forget to make your BIOS boot on sda (256GB) disk!
  858. =================== Default settings
  859. Recommended-Repair
  860. This setting would reinstall the grub2 of sda5 into the MBRs of all disks (except USB without OS), using the following options: sda1/boot,
  861. Additional repair would be performed: unhide-bootmenu-10s
  862. =================== Settings chosen by the user
  863. Boot-Info
  864. This setting will not act on the MBR.
  865. No change has been performed on your computer.