1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sda and looks at sector
  4. 1235529568 of the same hard drive for core.img. core.img is at this
  5. location and looks in partition 256 for /boot/burg.
  6. sda1: __________________________________________________________________________
  7. File system: ntfs
  8. Boot sector type: Windows 8/2012: NTFS
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files:
  12. sda2: __________________________________________________________________________
  13. File system: vfat
  14. Boot sector type: Windows 8/2012: FAT32
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System:
  17. Boot files: /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi
  18. /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
  19. /EFI/ubuntu/shimx64.efi
  20. /EFI/Microsoft/Boot/bkpbootmgfw.efi
  21. /EFI/Microsoft/Boot/bootmgfw.efi
  22. /EFI/Microsoft/Boot/bootmgr.efi
  23. /EFI/Microsoft/Boot/bootx64.efi
  24. /EFI/Microsoft/Boot/memtest.efi
  25. sda3: __________________________________________________________________________
  26. File system:
  27. Boot sector type: -
  28. Boot sector info:
  29. Mounting failed: mount: unknown filesystem type ''
  30. sda4: __________________________________________________________________________
  31. File system: ntfs
  32. Boot sector type: Windows 8/2012: NTFS
  33. Boot sector info: No errors found in the Boot Parameter Block.
  34. Operating System:
  35. Boot files: /bootmgr /Windows/System32/winload.exe
  36. sda5: __________________________________________________________________________
  37. File system: ntfs
  38. Boot sector type: Windows 8/2012: NTFS
  39. Boot sector info: No errors found in the Boot Parameter Block.
  40. Operating System:
  41. Boot files:
  42. sda6: __________________________________________________________________________
  43. File system: ntfs
  44. Boot sector type: Windows 8/2012: NTFS
  45. Boot sector info: No errors found in the Boot Parameter Block.
  46. Operating System:
  47. Boot files:
  48. sda7: __________________________________________________________________________
  49. File system: ext4
  50. Boot sector type: -
  51. Boot sector info:
  52. Operating System: Linux Mint 16 Petra
  53. Boot files: /boot/grub/grub.cfg /boot/burg/burg.cfg /etc/fstab
  54. /boot/burg/core.img
  55. sda8: __________________________________________________________________________
  56. File system: swap
  57. Boot sector type: -
  58. Boot sector info:
  59. ============================ Drive/Partition Info: =============================
  60. Drive: sda _____________________________________________________________________
  61. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  62. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  63. Units = sectors of 1 * 512 = 512 bytes
  64. Sector size (logical/physical): 512 bytes / 512 bytes
  65. Partition Boot Start Sector End Sector # of Sectors Id System
  66. /dev/sda1 1 1,465,149,167 1,465,149,167 ee GPT
  67. GUID Partition Table detected.
  68. Partition Start Sector End Sector # of Sectors System
  69. /dev/sda1 2,048 616,447 614,400 Windows Recovery Environment (Windows)
  70. /dev/sda2 616,448 821,247 204,800 EFI System partition
  71. /dev/sda3 821,248 1,083,391 262,144 Microsoft Reserved Partition (Windows)
  72. /dev/sda4 1,083,392 419,432,447 418,349,056 Data partition (Windows/Linux)
  73. /dev/sda5 419,432,448 1,231,030,271 811,597,824 Data partition (Windows/Linux)
  74. /dev/sda6 1,442,273,280 1,465,147,391 22,874,112 Windows Recovery Environment (Windows)
  75. /dev/sda7 1,231,030,272 1,430,271,999 199,241,728 Data partition (Linux)
  76. /dev/sda8 1,430,272,000 1,442,273,279 12,001,280 Swap partition (Linux)
  77. "blkid" output: ________________________________________________________________
  78. Device UUID TYPE LABEL
  79. /dev/loop0 squashfs
  80. /dev/sda1 A86AB09E6AB06B28 ntfs Recovery
  81. /dev/sda2 90B3-3E55 vfat
  82. /dev/sda4 3018D9B518D97A74 ntfs
  83. /dev/sda5 6E2ED5792ED53B33 ntfs
  84. /dev/sda6 C2AA386CAA385F5B ntfs RECOVERY
  85. /dev/sda7 0368412f-4e6d-4783-87d8-22ed976ab128 ext4
  86. /dev/sda8 b2dfada3-156a-4342-bf9d-c7a230c37953 swap
  87. /dev/sr0 iso9660 Linux Mint 16 Cinnamon 64-bit
  88. ================================ Mount points: =================================
  89. Device Mount_Point Type Options
  90. /dev/loop0 /rofs squashfs (ro,noatime)
  91. /dev/sr0 /cdrom iso9660 (ro,noatime)
  92. =========================== sda7/boot/grub/grub.cfg: ===========================
  93. --------------------------------------------------------------------------------
  94. #
  95. # DO NOT EDIT THIS FILE
  96. #
  97. # It is automatically generated by grub-mkconfig using templates
  98. # from /etc/grub.d and settings from /etc/default/grub
  99. #
  100. ### BEGIN /etc/grub.d/00_header ###
  101. if [ -s $prefix/grubenv ]; then
  102. set have_grubenv=true
  103. load_env
  104. fi
  105. set default="Windows Boot UEFI loader"
  106. if [ x"${feature_menuentry_id}" = xy ]; then
  107. menuentry_id_option="--id"
  108. else
  109. menuentry_id_option=""
  110. fi
  111. export menuentry_id_option
  112. if [ "${prev_saved_entry}" ]; then
  113. set saved_entry="${prev_saved_entry}"
  114. save_env saved_entry
  115. set prev_saved_entry=
  116. save_env prev_saved_entry
  117. set boot_once=true
  118. fi
  119. function savedefault {
  120. if [ -z "${boot_once}" ]; then
  121. saved_entry="${chosen}"
  122. save_env saved_entry
  123. fi
  124. }
  125. function recordfail {
  126. set recordfail=1
  127. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  128. }
  129. function load_video {
  130. if [ x$feature_all_video_module = xy ]; then
  131. insmod all_video
  132. else
  133. insmod efi_gop
  134. insmod efi_uga
  135. insmod ieee1275_fb
  136. insmod vbe
  137. insmod vga
  138. insmod video_bochs
  139. insmod video_cirrus
  140. fi
  141. }
  142. if [ x$feature_default_font_path = xy ] ; then
  143. font=unicode
  144. else
  145. insmod part_gpt
  146. insmod ext2
  147. set root='hd0,gpt7'
  148. if [ x$feature_platform_search_hint = xy ]; then
  149. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0368412f-4e6d-4783-87d8-22ed976ab128
  150. else
  151. search --no-floppy --fs-uuid --set=root 0368412f-4e6d-4783-87d8-22ed976ab128
  152. fi
  153. font="/usr/share/grub/unicode.pf2"
  154. fi
  155. if loadfont $font ; then
  156. set gfxmode=auto
  157. load_video
  158. insmod gfxterm
  159. set locale_dir=$prefix/locale
  160. set lang=en_US
  161. insmod gettext
  162. fi
  163. terminal_output gfxterm
  164. if [ "${recordfail}" = 1 ]; then
  165. set timeout=10
  166. else
  167. set timeout=10
  168. fi
  169. ### END /etc/grub.d/00_header ###
  170. ### BEGIN /etc/grub.d/05_debian_theme ###
  171. set menu_color_normal=white/black
  172. set menu_color_highlight=black/light-gray
  173. ### END /etc/grub.d/05_debian_theme ###
  174. ### BEGIN /etc/grub.d/10_linux ###
  175. function gfxmode {
  176. set gfxpayload="$1"
  177. if [ "$1" = "keep" ]; then
  178. set vt_handoff=vt.handoff=7
  179. else
  180. set vt_handoff=
  181. fi
  182. }
  183. if [ ${recordfail} != 1 ]; then
  184. if [ -e ${prefix}/gfxblacklist.txt ]; then
  185. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  186. if [ ${match} = 0 ]; then
  187. set linux_gfx_mode=keep
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. else
  195. set linux_gfx_mode=keep
  196. fi
  197. else
  198. set linux_gfx_mode=text
  199. fi
  200. export linux_gfx_mode
  201. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  202. menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-20-generic.efi.signed (/dev/sda7)' --class ubuntu --class gnu-linux --class gnu --class os {
  203. recordfail
  204. gfxmode $linux_gfx_mode
  205. insmod gzio
  206. insmod part_gpt
  207. insmod ext2
  208. set root='hd0,gpt7'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0368412f-4e6d-4783-87d8-22ed976ab128
  211. else
  212. search --no-floppy --fs-uuid --set=root 0368412f-4e6d-4783-87d8-22ed976ab128
  213. fi
  214. linux /boot/vmlinuz-3.11.0-20-generic.efi.signed root=/dev/sda7 ro quiet splash $vt_handoff
  215. }
  216. menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-20-generic.efi.signed (/dev/sda7) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  217. recordfail
  218. insmod gzio
  219. insmod part_gpt
  220. insmod ext2
  221. set root='hd0,gpt7'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0368412f-4e6d-4783-87d8-22ed976ab128
  224. else
  225. search --no-floppy --fs-uuid --set=root 0368412f-4e6d-4783-87d8-22ed976ab128
  226. fi
  227. echo 'Loading Linux 3.11.0-20-generic.efi.signed ...'
  228. linux /boot/vmlinuz-3.11.0-20-generic.efi.signed root=/dev/sda7 ro recovery nomodeset
  229. }
  230. submenu "Previous Linux versions" {
  231. menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-20-generic (/dev/sda7)' --class ubuntu --class gnu-linux --class gnu --class os {
  232. recordfail
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. insmod part_gpt
  236. insmod ext2
  237. set root='hd0,gpt7'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0368412f-4e6d-4783-87d8-22ed976ab128
  240. else
  241. search --no-floppy --fs-uuid --set=root 0368412f-4e6d-4783-87d8-22ed976ab128
  242. fi
  243. linux /boot/vmlinuz-3.11.0-20-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro quiet splash $vt_handoff
  244. initrd /boot/initrd.img-3.11.0-20-generic
  245. }
  246. menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-20-generic (/dev/sda7) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  247. recordfail
  248. insmod gzio
  249. insmod part_gpt
  250. insmod ext2
  251. set root='hd0,gpt7'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0368412f-4e6d-4783-87d8-22ed976ab128
  254. else
  255. search --no-floppy --fs-uuid --set=root 0368412f-4e6d-4783-87d8-22ed976ab128
  256. fi
  257. echo 'Loading Linux 3.11.0-20-generic ...'
  258. linux /boot/vmlinuz-3.11.0-20-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro recovery nomodeset
  259. echo 'Loading initial ramdisk ...'
  260. initrd /boot/initrd.img-3.11.0-20-generic
  261. }
  262. menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-12-generic (/dev/sda7)' --class ubuntu --class gnu-linux --class gnu --class os {
  263. recordfail
  264. gfxmode $linux_gfx_mode
  265. insmod gzio
  266. insmod part_gpt
  267. insmod ext2
  268. set root='hd0,gpt7'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0368412f-4e6d-4783-87d8-22ed976ab128
  271. else
  272. search --no-floppy --fs-uuid --set=root 0368412f-4e6d-4783-87d8-22ed976ab128
  273. fi
  274. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro quiet splash $vt_handoff
  275. initrd /boot/initrd.img-3.11.0-12-generic
  276. }
  277. menuentry 'Linux Mint 16 Cinnamon 64-bit, 3.11.0-12-generic (/dev/sda7) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  278. recordfail
  279. insmod gzio
  280. insmod part_gpt
  281. insmod ext2
  282. set root='hd0,gpt7'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 0368412f-4e6d-4783-87d8-22ed976ab128
  285. else
  286. search --no-floppy --fs-uuid --set=root 0368412f-4e6d-4783-87d8-22ed976ab128
  287. fi
  288. echo 'Loading Linux 3.11.0-12-generic ...'
  289. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro recovery nomodeset
  290. echo 'Loading initial ramdisk ...'
  291. initrd /boot/initrd.img-3.11.0-12-generic
  292. }
  293. }
  294. ### END /etc/grub.d/10_linux ###
  295. ### BEGIN /etc/grub.d/20_linux_xen ###
  296. ### END /etc/grub.d/20_linux_xen ###
  297. ### BEGIN /etc/grub.d/25_custom ###
  298. menuentry "Windows UEFI bkpbootmgfw.efi" {
  299. search --fs-uuid --no-floppy --set=root 90B3-3E55
  300. chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
  301. }
  302. menuentry "Windows Boot UEFI loader" {
  303. search --fs-uuid --no-floppy --set=root 90B3-3E55
  304. chainloader (${root})/EFI/Boot/bkpbootx64.efi
  305. }
  306. menuentry "EFI/ubuntu/MokManager.efi" {
  307. search --fs-uuid --no-floppy --set=root 90B3-3E55
  308. chainloader (${root})/EFI/ubuntu/MokManager.efi
  309. }
  310. ### END /etc/grub.d/25_custom ###
  311. ### BEGIN /etc/grub.d/30_os-prober ###
  312. menuentry "Windows Boot Manager (UEFI on /dev/sda2)" --class windows --class os {
  313. insmod part_gpt
  314. insmod fat
  315. set root='hd0,gpt2'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 90B3-3E55
  318. else
  319. search --no-floppy --fs-uuid --set=root 90B3-3E55
  320. fi
  321. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  322. }
  323. ### END /etc/grub.d/30_os-prober ###
  324. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  325. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  326. fwsetup
  327. }
  328. ### END /etc/grub.d/30_uefi-firmware ###
  329. ### BEGIN /etc/grub.d/40_custom ###
  330. # This file provides an easy way to add custom menu entries. Simply type the
  331. # menu entries you want to add after this comment. Be careful not to change
  332. # the 'exec tail' line above.
  333. ### END /etc/grub.d/40_custom ###
  334. ### BEGIN /etc/grub.d/41_custom ###
  335. if [ -f ${config_directory}/custom.cfg ]; then
  336. source ${config_directory}/custom.cfg
  337. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  338. source $prefix/custom.cfg;
  339. fi
  340. ### END /etc/grub.d/41_custom ###
  341. --------------------------------------------------------------------------------
  342. =========================== sda7/boot/burg/burg.cfg: ===========================
  343. --------------------------------------------------------------------------------
  344. #
  345. # DO NOT EDIT THIS FILE
  346. #
  347. # It is automatically generated by /usr/sbin/burg-mkconfig using templates
  348. # from /etc/burg.d and settings from /etc/default/burg
  349. #
  350. ### BEGIN /etc/burg.d/00_header ###
  351. set theme_name=burg
  352. set gfxmode=640x480
  353. if [ -s $prefix/burgenv ]; then
  354. load_env
  355. fi
  356. set default="0"
  357. if [ ${prev_saved_entry} ]; then
  358. set saved_entry=${prev_saved_entry}
  359. save_env saved_entry
  360. set prev_saved_entry=
  361. save_env prev_saved_entry
  362. set boot_once=true
  363. fi
  364. function savedefault {
  365. if [ -z ${boot_once} ]; then
  366. saved_entry=${chosen}
  367. save_env saved_entry
  368. fi
  369. }
  370. function select_menu {
  371. if menu_popup -t template_popup theme_menu ; then
  372. free_config template_popup template_subitem menu class screen
  373. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  374. save_env theme_name
  375. menu_refresh
  376. fi
  377. }
  378. function toggle_fold {
  379. if test -z $theme_fold ; then
  380. set theme_fold=1
  381. else
  382. set theme_fold=
  383. fi
  384. save_env theme_fold
  385. menu_refresh
  386. }
  387. function select_resolution {
  388. if menu_popup -t template_popup resolution_menu ; then
  389. menu_reload_mode
  390. save_env gfxmode
  391. fi
  392. }
  393. if test -f ${prefix}/themes/${theme_name}/theme ; then
  394. insmod coreui
  395. menu_region.text
  396. load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}'
  397. load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}'
  398. load_string '+theme_menu { -burg { command="set theme_name=burg" }}'
  399. load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}'
  400. load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}'
  401. load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}'
  402. load_string '+theme_menu { -proto { command="set theme_name=proto" }}'
  403. load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}'
  404. load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}'
  405. load_string '+theme_menu { -refit { command="set theme_name=refit" }}'
  406. load_string '+theme_menu { -sora { command="set theme_name=sora" }}'
  407. load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}'
  408. load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}'
  409. load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}'
  410. load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}'
  411. load_string '+theme_menu { -winter { command="set theme_name=winter" }}'
  412. load_config ${prefix}/themes/conf.d/10_hotkey
  413. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  414. insmod vbe
  415. insmod png
  416. insmod jpeg
  417. set gfxfont="Unifont Regular 16"
  418. menu_region.gfx
  419. vmenu resolution_menu
  420. controller.ext
  421. fi
  422. insmod ext2
  423. set root='(hd0,7)'
  424. search --no-floppy --fs-uuid --set 0368412f-4e6d-4783-87d8-22ed976ab128
  425. set locale_dir=($root)/boot/burg/locale
  426. set lang=tr
  427. insmod gettext
  428. set timeout=5
  429. ### END /etc/burg.d/00_header ###
  430. ### BEGIN /etc/burg.d/10_linux ###
  431. menuentry 'LinuxMint GNU/Linux, with Linux 3.11.0-20-generic.efi.signed' --class linuxmint --class gnu-linux --class gnu --class os --group group_main {
  432. insmod ext2
  433. set root='(hd0,7)'
  434. search --no-floppy --fs-uuid --set 0368412f-4e6d-4783-87d8-22ed976ab128
  435. echo 'Loading Linux 3.11.0-20-generic.efi.signed ...'
  436. linux /boot/vmlinuz-3.11.0-20-generic.efi.signed root=/dev/sda7 ro quiet splash
  437. }
  438. menuentry 'LinuxMint GNU/Linux, with Linux 3.11.0-20-generic.efi.signed (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os --group group_main {
  439. insmod ext2
  440. set root='(hd0,7)'
  441. search --no-floppy --fs-uuid --set 0368412f-4e6d-4783-87d8-22ed976ab128
  442. echo 'Loading Linux 3.11.0-20-generic.efi.signed ...'
  443. linux /boot/vmlinuz-3.11.0-20-generic.efi.signed root=/dev/sda7 ro single
  444. }
  445. menuentry 'LinuxMint GNU/Linux, with Linux 3.11.0-20-generic' --class linuxmint --class gnu-linux --class gnu --class os --group group_main {
  446. insmod ext2
  447. set root='(hd0,7)'
  448. search --no-floppy --fs-uuid --set 0368412f-4e6d-4783-87d8-22ed976ab128
  449. echo 'Loading Linux 3.11.0-20-generic ...'
  450. linux /boot/vmlinuz-3.11.0-20-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro quiet splash
  451. echo 'Loading initial ramdisk ...'
  452. initrd /boot/initrd.img-3.11.0-20-generic
  453. }
  454. menuentry 'LinuxMint GNU/Linux, with Linux 3.11.0-20-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os --group group_main {
  455. insmod ext2
  456. set root='(hd0,7)'
  457. search --no-floppy --fs-uuid --set 0368412f-4e6d-4783-87d8-22ed976ab128
  458. echo 'Loading Linux 3.11.0-20-generic ...'
  459. linux /boot/vmlinuz-3.11.0-20-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro single
  460. echo 'Loading initial ramdisk ...'
  461. initrd /boot/initrd.img-3.11.0-20-generic
  462. }
  463. menuentry 'LinuxMint GNU/Linux, with Linux 3.11.0-12-generic' --class linuxmint --class gnu-linux --class gnu --class os --group group_main {
  464. insmod ext2
  465. set root='(hd0,7)'
  466. search --no-floppy --fs-uuid --set 0368412f-4e6d-4783-87d8-22ed976ab128
  467. echo 'Loading Linux 3.11.0-12-generic ...'
  468. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro quiet splash
  469. echo 'Loading initial ramdisk ...'
  470. initrd /boot/initrd.img-3.11.0-12-generic
  471. }
  472. menuentry 'LinuxMint GNU/Linux, with Linux 3.11.0-12-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os --group group_main {
  473. insmod ext2
  474. set root='(hd0,7)'
  475. search --no-floppy --fs-uuid --set 0368412f-4e6d-4783-87d8-22ed976ab128
  476. echo 'Loading Linux 3.11.0-12-generic ...'
  477. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=0368412f-4e6d-4783-87d8-22ed976ab128 ro single
  478. echo 'Loading initial ramdisk ...'
  479. initrd /boot/initrd.img-3.11.0-12-generic
  480. }
  481. ### END /etc/burg.d/10_linux ###
  482. ### BEGIN /etc/burg.d/30_os-prober ###
  483. ### END /etc/burg.d/30_os-prober ###
  484. ### BEGIN /etc/burg.d/40_custom ###
  485. # This file provides an easy way to add custom menu entries. Simply type the
  486. # menu entries you want to add after this comment. Be careful not to change
  487. # the 'exec tail' line above.
  488. ### END /etc/burg.d/40_custom ###
  489. --------------------------------------------------------------------------------
  490. =============================== sda7/etc/fstab: ================================
  491. --------------------------------------------------------------------------------
  492. # /etc/fstab: static file system information.
  493. #
  494. # Use 'blkid' to print the universally unique identifier for a
  495. # device; this may be used with UUID= as a more robust way to name devices
  496. # that works even if disks are added and removed. See fstab(5).
  497. #
  498. # <file system> <mount point> <type> <options> <dump> <pass>
  499. # / was on /dev/sda7 during installation
  500. UUID=0368412f-4e6d-4783-87d8-22ed976ab128 / ext4 errors=remount-ro 0 1
  501. # /boot/efi was on /dev/sda2 during installation
  502. #UUID=90B3-3E55 /boot/efi vfat defaults 0 1
  503. # swap was on /dev/sda8 during installation
  504. UUID=b2dfada3-156a-4342-bf9d-c7a230c37953 none swap sw 0 0
  505. UUID=90B3-3E55 /boot/efi vfat defaults 0 1
  506. --------------------------------------------------------------------------------
  507. =================== sda7: Location of files loaded by Grub: ====================
  508. GiB - GB File Fragment(s)
  509. ========= Devices which don't seem to have a corresponding hard drive: =========
  510. sdb
  511. =============================== StdErr Messages: ===============================
  512. cat: /tmp/BootInfo-IjwPYi15/Tmp_Log: No such file or directory
  513. File descriptor 9 (/proc/3645/mounts) leaked on lvscan invocation. Parent PID 19229: bash
  514. No volume groups found
  515. ADDITIONAL INFORMATION :
  516. =================== log of boot-repair 2014-05-28__15h13 ===================
  517. boot-repair version : 3.199~ppa40~saucy
  518. boot-sav version : 3.199~ppa40~saucy
  519. glade2script version : 3.2.2~ppa47~saucy
  520. boot-sav-extra version :
  521. boot-repair is executed in live-session (Linux Mint 16 Petra, petra, LinuxMint, x86_64)
  522. ls: cannot access /home/usr/.config: No such file or directory
  523. CPU op-mode(s): 32-bit, 64-bit
  524. BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
  525. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  526. =================== os-prober:
  527. /dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  528. /dev/sda7:Linux Mint 16 Petra (16):LinuxMint:linux
  529. =================== blkid:
  530. /dev/loop0: TYPE="squashfs"
  531. /dev/sda1: LABEL="Recovery" UUID="A86AB09E6AB06B28" TYPE="ntfs"
  532. /dev/sda2: UUID="90B3-3E55" TYPE="vfat"
  533. /dev/sda4: UUID="3018D9B518D97A74" TYPE="ntfs"
  534. /dev/sda5: UUID="6E2ED5792ED53B33" TYPE="ntfs"
  535. /dev/sda6: LABEL="RECOVERY" UUID="C2AA386CAA385F5B" TYPE="ntfs"
  536. /dev/sda7: UUID="0368412f-4e6d-4783-87d8-22ed976ab128" TYPE="ext4"
  537. /dev/sda8: UUID="b2dfada3-156a-4342-bf9d-c7a230c37953" TYPE="swap"
  538. /dev/sr0: LABEL="Linux Mint 16 Cinnamon 64-bit" TYPE="iso9660"
  539. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  540. Windows not detected by os-prober on sda4.
  541. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  542. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  543. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bkpbootmgfw.efi
  544. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
  545. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootx64.efi
  546. Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bkpbootx64.efi
  547. Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
  548. Presence of .bkp file detected: /mnt/boot-sav/sda2/EFI/Boot/bkpbootx64.efi
  549. Presence of .bkp file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bkpbootmgfw.efi
  550. =================== sda7/etc/grub.d/ :
  551. drwxr-xr-x 3 root root 4096 May 27 15:28 grub.d
  552. drwxr-xr-x 2 root root 4096 May 26 22:42 grub.d.bak
  553. total 72
  554. -rwxr-xr-x 1 root root 7850 Oct 23 2013 00_header
  555. -rwxr-xr-x 1 root root 5949 Aug 15 2013 05_debian_theme
  556. -rwxr-xr-x 1 root root 7500 May 27 15:17 10_linux
  557. -rwxr-xr-x 1 root root 10258 Oct 23 2013 20_linux_xen
  558. -rwxr-xr-x 1 root root 461 May 27 00:08 25_custom
  559. -rwxr-xr-x 1 root root 11531 Oct 23 2013 30_os-prober
  560. -rwxr-xr-x 1 root root 1426 Oct 23 2013 30_uefi-firmware
  561. -rwxr-xr-x 1 root root 214 Oct 23 2013 40_custom
  562. -rwxr-xr-x 1 root root 216 Oct 23 2013 41_custom
  563. drwxr-xr-x 4 root root 4096 May 27 15:28 backup
  564. -rw-r--r-- 1 root root 483 Oct 23 2013 README
  565. =================== sda7/etc/default/grub :
  566. # If you change this file, run 'update-grub' afterwards to update
  567. # /boot/grub/grub.cfg.
  568. # For full documentation of the options in this file, see:
  569. # info -f grub -n 'Simple configuration'
  570. GRUB_DEFAULT="4"
  571. #GRUB_HIDDEN_TIMEOUT="0"
  572. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  573. GRUB_TIMEOUT="10"
  574. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  575. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  576. GRUB_CMDLINE_LINUX=""
  577. # Uncomment to enable BadRAM filtering, modify to suit your needs
  578. # This works with Linux (no patch required) and with any kernel that obtains
  579. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  580. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  581. # Uncomment to disable graphical terminal (grub-pc only)
  582. #GRUB_TERMINAL="console"
  583. # The resolution used on graphical terminal
  584. # note that you can use only modes which your graphic card supports via VBE
  585. # you can see them in real GRUB with the command `vbeinfo'
  586. #GRUB_GFXMODE="640x480"
  587. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  588. #GRUB_DISABLE_LINUX_UUID="true"
  589. # Uncomment to disable generation of recovery mode menu entries
  590. #GRUB_DISABLE_RECOVERY="true"
  591. # Uncomment to get a beep at grub start
  592. #GRUB_INIT_TUNE="480 440 1"
  593. GRUB_SAVEDEFAULT="false"
  594. /boot/efi detected in the fstab of sda7: UUID=90B3-3E55 (sda2)
  595. =================== sda7recordfail=1/grub/grubenv :
  596. recordfail=1
  597. =================== UEFI/Legacy mode:
  598. Unusual EFI: Please report this message to [email protected]
  599. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  600. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  601. =================== PARTITIONS & DISKS:
  602. sda1 : sda, not-sepboot, 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  603. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, 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/sda2.
  604. sda4 : sda, 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, no-nt, haswinload, no-recov-nor-hid, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
  605. sda5 : sda, not-sepboot, 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/sda5.
  606. sda6 : sda, not-sepboot, 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda6.
  607. sda7 : sda, not-sepboot, grubenv-ng grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda7.
  608. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  609. =================== parted -l:
  610. Model: ATA TOSHIBA MQ01ABD0 (scsi)
  611. Disk /dev/sda: 750GB
  612. Sector size (logical/physical): 512B/512B
  613. Partition Table: gpt
  614. Number Start End Size File system Name Flags
  615. 1 1049kB 316MB 315MB ntfs Basic data partition hidden, diag
  616. 2 316MB 420MB 105MB fat32 EFI system partition boot
  617. 3 420MB 555MB 134MB Microsoft reserved partition msftres
  618. 4 555MB 215GB 214GB ntfs Basic data partition msftdata
  619. 5 215GB 630GB 416GB ntfs Basic data partition msftdata
  620. 7 630GB 732GB 102GB ext4
  621. 8 732GB 738GB 6145MB linux-swap(v1)
  622. 6 738GB 750GB 11.7GB ntfs Basic data partition hidden, diag
  623. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  624. has been opened read-only.
  625. Model: TSSTcorp CDDVDW SU-208DB (scsi)
  626. Disk /dev/sr0: 1252MB
  627. Sector size (logical/physical): 2048B/2048B
  628. Partition Table: mac
  629. Number Start End Size File system Name Flags
  630. 1 8192B 24.6kB 16.4kB Apple
  631. 2 171MB 180MB 9306kB EFI
  632. =================== parted -lm:
  633. BYT;
  634. /dev/sda:750GB:scsi:512:512:gpt:ATA TOSHIBA MQ01ABD0;
  635. 1:1049kB:316MB:315MB:ntfs:Basic data partition:hidden, diag;
  636. 2:316MB:420MB:105MB:fat32:EFI system partition:boot;
  637. 3:420MB:555MB:134MB::Microsoft reserved partition:msftres;
  638. 4:555MB:215GB:214GB:ntfs:Basic data partition:msftdata;
  639. 5:215GB:630GB:416GB:ntfs:Basic data partition:msftdata;
  640. 7:630GB:732GB:102GB:ext4::;
  641. 8:732GB:738GB:6145MB:linux-swap(v1)::;
  642. 6:738GB:750GB:11.7GB:ntfs:Basic data partition:hidden, diag;
  643. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  644. has been opened read-only.
  645. BYT;
  646. /dev/sr0:1252MB:scsi:2048:2048:mac:TSSTcorp CDDVDW SU-208DB;
  647. 1:8192B:24.6kB:16.4kB::Apple:;
  648. 2:171MB:180MB:9306kB::EFI:;
  649. =================== mount:
  650. /cow on / type overlayfs (rw)
  651. proc on /proc type proc (rw,noexec,nosuid,nodev)
  652. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  653. udev on /dev type devtmpfs (rw,mode=0755)
  654. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  655. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  656. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  657. /dev/loop0 on /rofs type squashfs (ro,noatime)
  658. none on /sys/fs/cgroup type tmpfs (rw)
  659. none on /sys/fs/fuse/connections type fusectl (rw)
  660. none on /sys/kernel/debug type debugfs (rw)
  661. none on /sys/kernel/security type securityfs (rw)
  662. none on /sys/firmware/efi/efivars type efivarfs (rw)
  663. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  664. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  665. none on /run/shm type tmpfs (rw,nosuid,nodev)
  666. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  667. none on /sys/fs/pstore type pstore (rw)
  668. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  669. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  670. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  671. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  672. /dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw)
  673. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  674. /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=512)
  675. /dev/sda6 on /mnt/boot-sav/sda6 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  676. /dev/sda7 on /mnt/boot-sav/sda7 type ext4 (rw)
  677. =================== ls:
  678. /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 sda3 sda4 sda5 sda6 sda7 sda8 size slaves stat subsystem trace uevent
  679. /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 size slaves stat subsystem trace uevent
  680. /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
  681. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb v4l vga_arbiter vhost-net video0 zero
  682. ls /dev/mapper: control
  683. =================== hexdump -n512 -C /dev/sda1
  684. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  685. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  686. 00000020 00 00 00 00 80 00 80 00 ff 5f 09 00 00 00 00 00 |........._......|
  687. 00000030 00 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.d..............|
  688. 00000040 f6 00 00 00 01 00 00 00 28 6b b0 6a 9e b0 6a a8 |........(k.j..j.|
  689. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  690. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  691. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  692. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  693. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  694. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  695. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  696. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  697. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  698. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  699. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  700. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  701. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  702. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  703. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  704. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  705. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  706. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  707. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  708. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  709. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  710. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  711. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  712. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  713. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  714. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  715. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  716. 00000200
  717. ls /mnt/boot-sav/sda2/1:
  718. =================== hexdump -n512 -C /dev/sda2
  719. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  720. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 |........?....h..|
  721. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  722. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  723. 00000040 80 01 29 55 3e b3 90 4e 4f 20 4e 41 4d 45 20 20 |..)U>..NO NAME |
  724. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  725. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  726. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  727. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  728. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  729. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  730. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  731. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  732. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  733. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  734. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  735. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  736. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  737. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  738. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  739. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  740. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  741. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  742. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  743. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  744. *
  745. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  746. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  747. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  748. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  749. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  750. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  751. 00000200
  752. =================== hexdump -n512 -C /dev/sda4
  753. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  754. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 10 00 |........?.......|
  755. 00000020 00 00 00 00 80 00 80 00 ff 7f ef 18 00 00 00 00 |................|
  756. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  757. 00000040 f6 00 00 00 01 00 00 00 74 7a d9 18 b5 d9 18 30 |........tz.....0|
  758. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  759. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  760. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  761. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  762. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  763. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  764. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  765. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  766. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  767. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  768. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  769. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  770. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  771. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  772. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  773. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  774. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  775. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  776. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  777. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  778. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  779. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  780. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  781. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  782. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  783. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  784. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  785. 00000200
  786. =================== hexdump -n512 -C /dev/sda5
  787. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 01 00 00 |.R.NTFS .....|
  788. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 19 |........?.......|
  789. 00000020 00 00 00 00 80 00 80 00 ff ff 5f 30 00 00 00 00 |.........._0....|
  790. 00000030 00 00 60 00 00 00 00 00 10 00 00 00 00 00 00 00 |..`.............|
  791. 00000040 02 00 00 00 08 00 00 00 33 3b d5 2e 79 d5 2e 6e |........3;..y..n|
  792. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  793. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  794. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  795. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  796. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  797. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  798. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  799. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  800. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  801. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  802. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  803. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  804. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  805. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  806. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  807. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  808. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  809. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  810. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  811. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  812. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  813. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  814. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  815. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  816. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  817. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  818. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  819. 00000200
  820. =================== hexdump -n512 -C /dev/sda6
  821. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  822. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 58 f7 55 |........?....X.U|
  823. 00000020 00 00 00 00 80 00 80 00 ff 07 5d 01 00 00 00 00 |..........].....|
  824. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  825. 00000040 f6 00 00 00 01 00 00 00 5b 5f 38 aa 6c 38 aa c2 |........[_8.l8..|
  826. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  827. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  828. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  829. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  830. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  831. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  832. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  833. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  834. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  835. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  836. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  837. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  838. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  839. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  840. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  841. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  842. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  843. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  844. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  845. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  846. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  847. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  848. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  849. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  850. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  851. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  852. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  853. 00000200
  854. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  855. =================== df -Th:
  856. Filesystem Type Size Used Avail Use% Mounted on
  857. /cow overlayfs 1.9G 261M 1.7G 14% /
  858. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  859. tmpfs tmpfs 383M 1.3M 382M 1% /run
  860. /dev/sr0 iso9660 1.2G 1.2G 0 100% /cdrom
  861. /dev/loop0 squashfs 1.2G 1.2G 0 100% /rofs
  862. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  863. tmpfs tmpfs 1.9G 12K 1.9G 1% /tmp
  864. none tmpfs 5.0M 0 5.0M 0% /run/lock
  865. none tmpfs 1.9G 720K 1.9G 1% /run/shm
  866. none tmpfs 100M 12K 100M 1% /run/user
  867. /dev/sda1 fuseblk 300M 265M 36M 89% /mnt/boot-sav/sda1
  868. /dev/sda2 vfat 96M 33M 64M 34% /mnt/boot-sav/sda2
  869. /dev/sda4 fuseblk 200G 40G 161G 20% /mnt/boot-sav/sda4
  870. /dev/sda5 fuseblk 387G 324M 387G 1% /mnt/boot-sav/sda5
  871. /dev/sda6 fuseblk 11G 11G 641M 95% /mnt/boot-sav/sda6
  872. /dev/sda7 ext4 94G 4.5G 85G 6% /mnt/boot-sav/sda7
  873. =================== fdisk -l:
  874. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  875. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  876. Units = sectors of 1 * 512 = 512 bytes
  877. Sector size (logical/physical): 512 bytes / 512 bytes
  878. I/O size (minimum/optimal): 512 bytes / 512 bytes
  879. Disk identifier: 0x00000000
  880. Device Boot Start End Blocks Id System
  881. /dev/sda1 1 1465149167 732574583+ ee GPT
  882. EFI detected. Please check the options.
  883. =================== Default settings
  884. Recommended-Repair
  885. This setting would reinstall the grub-efi-amd64-signed of sda7, using the following options: sda2/boot/efi,
  886. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  887. =================== Settings chosen by the user
  888. Custom-Repair
  889. This setting will reinstall the grub-efi-amd64-signed of sda7, using the following options: set-windows-as-default sda2/boot/efi,
  890. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  891. Quantity of real Windows: 1
  892. df: ‘/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi’: No such file or directory
  893. Could not detect USEDPERCENT of sda2@/efi/Microsoft/Boot/bootmgfw.efi ().
  894. df: ‘/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi’: No such file or directory
  895. Mount sda2 on /mnt/boot-sav/sda7/boot/efi
  896. ls /mnt/boot-sav/sda7/boot/efi/1:
  897. Unhide GRUB boot menu in sda7/etc/default/grub
  898. *******lspci -nnk | grep -iA3 vga
  899. 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
  900. Subsystem: Toshiba America Info Systems Device [1179:fa33]
  901. Kernel driver in use: i915
  902. 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
  903. *******
  904. grub-install (GRUB) 2.00-19ubuntu2.1,grub-install (GRUB) 2.
  905. chroot /mnt/boot-sav/sda7 efibootmgr -v
  906. BootCurrent: 0004
  907. Timeout: 0 seconds
  908. BootOrder: 0005,0000,0003,2002,2003,2001
  909. Boot0000* ubuntu HD(2,96800,32000,96254a0a-b10e-4fc1-9609-322a3c23f7f3)File(EFIubuntushimx64.efi)
  910. Boot0001* EFI Network 0 for IPv6 (54-BE-F7-70-CF-12) ACPI(a0341d0,0)PCI(1c,2)PCI(0,0)MAC(54bef770cf12,0)030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000RC
  911. Boot0002* EFI Network 0 for IPv4 (54-BE-F7-70-CF-12) ACPI(a0341d0,0)PCI(1c,2)PCI(0,0)MAC(54bef770cf12,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0RC
  912. Boot0003* Ubuntu HD(2,96800,32000,96254a0a-b10e-4fc1-9609-322a3c23f7f3)File(EFIubuntugrubx64.efi)RC
  913. Boot0004* EFI DVD/CDROM (TSSTcorp CDDVDW SU-208DB) ACPI(a0341d0,0)PCI(1f,2)03120a00020000000000CD-ROM(1,517d,11c0)RC
  914. Boot0005* Windows Boot Manager HD(2,96800,32000,96254a0a-b10e-4fc1-9609-322a3c23f7f3)File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...3................
  915. Boot2001* EFI USB Device RC
  916. Boot2002* EFI DVD/CDROM RC
  917. Boot2003* EFI Network RC
  918. chroot /mnt/boot-sav/sda7 uname -r
  919. Kernel: 3.11.0-12-generic
  920. WinEFI detected. Do you want to activate [Backup and rename Windows EFI files]? yes (if any choice fails, please retry with the other)
  921. Reinstall the grub-efi-amd64-signed of sda7
  922. Installation finished. No error reported.
  923. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : BootCurrent: 0004
  924. Timeout: 0 seconds
  925. BootOrder: 0005,0003,2002,2003,2001
  926. Boot0001* EFI Network 0 for IPv6 (54-BE-F7-70-CF-12)
  927. Boot0002* EFI Network 0 for IPv4 (54-BE-F7-70-CF-12)
  928. Boot0003* Ubuntu
  929. Boot0004* EFI DVD/CDROM (TSSTcorp CDDVDW SU-208DB)
  930. Boot0005* Windows Boot Manager
  931. Boot2001* EFI USB Device
  932. Boot2002* EFI DVD/CDROM
  933. Boot2003* EFI Network
  934. BootCurrent: 0004
  935. Timeout: 0 seconds
  936. BootOrder: 0005,2002,2003,2001
  937. Boot0001* EFI Network 0 for IPv6 (54-BE-F7-70-CF-12)
  938. Boot0002* EFI Network 0 for IPv4 (54-BE-F7-70-CF-12)
  939. Boot0004* EFI DVD/CDROM (TSSTcorp CDDVDW SU-208DB)
  940. Boot0005* Windows Boot Manager
  941. Boot2001* EFI USB Device
  942. Boot2002* EFI DVD/CDROM
  943. Boot2003* EFI Network
  944. BootCurrent: 0004
  945. Timeout: 0 seconds
  946. BootOrder: 0000,0005,2002,2003,2001
  947. Boot0001* EFI Network 0 for IPv6 (54-BE-F7-70-CF-12)
  948. Boot0002* EFI Network 0 for IPv4 (54-BE-F7-70-CF-12)
  949. Boot0004* EFI DVD/CDROM (TSSTcorp CDDVDW SU-208DB)
  950. Boot0005* Windows Boot Manager
  951. Boot2001* EFI USB Device
  952. Boot2002* EFI DVD/CDROM
  953. Boot2003* EFI Network
  954. Boot0000* ubuntu
  955. exit code of grub-install :0
  956. mv 25_custom
  957. ls /mnt/boot-sav/sda7/boot/efi/1:
  958. df /dev/sda2
  959. df /dev/sda2
  960. df /dev/sda2
  961. ls /mnt/boot-sav/sda7/boot/efi/1:
  962. Add /mnt/boot-sav/sda7/boot/efi efi entries in /mnt/boot-sav/sda7/etc/grub.d/25_custom
  963. Adding custom /mnt/boot-sav/sda7/boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi
  964. Adding custom /mnt/boot-sav/sda7/boot/efi/EFI/Boot/bkpbootx64.efi
  965. sda2/bkpbootx64.efi already added
  966. sda2/bkpbootmgfw.efi already added
  967. Adding custom /mnt/boot-sav/sda7/boot/efi/EFI/ubuntu/MokManager.efi
  968. chroot /mnt/boot-sav/sda7 efibootmgr -v
  969. BootCurrent: 0004
  970. Timeout: 0 seconds
  971. BootOrder: 0000,0005,2002,2003,2001
  972. Boot0000* ubuntu HD(2,96800,32000,96254a0a-b10e-4fc1-9609-322a3c23f7f3)File(EFIubuntushimx64.efi)
  973. Boot0001* EFI Network 0 for IPv6 (54-BE-F7-70-CF-12) ACPI(a0341d0,0)PCI(1c,2)PCI(0,0)MAC(54bef770cf12,0)030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000RC
  974. Boot0002* EFI Network 0 for IPv4 (54-BE-F7-70-CF-12) ACPI(a0341d0,0)PCI(1c,2)PCI(0,0)MAC(54bef770cf12,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0RC
  975. Boot0004* EFI DVD/CDROM (TSSTcorp CDDVDW SU-208DB) ACPI(a0341d0,0)PCI(1f,2)03120a00020000000000CD-ROM(1,517d,11c0)RC
  976. Boot0005* Windows Boot Manager HD(2,96800,32000,96254a0a-b10e-4fc1-9609-322a3c23f7f3)File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...3................
  977. Boot2001* EFI USB Device RC
  978. Boot2002* EFI DVD/CDROM RC
  979. Boot2003* EFI Network RC
  980. chroot /mnt/boot-sav/sda7 update-grub
  981. Generating grub.cfg ...
  982. Found linux image: /boot/vmlinuz-3.11.0-20-generic.efi.signed
  983. Found linux image: /boot/vmlinuz-3.11.0-20-generic
  984. Found initrd image: /boot/initrd.img-3.11.0-20-generic
  985. Found linux image: /boot/vmlinuz-3.11.0-12-generic
  986. Found initrd image: /boot/initrd.img-3.11.0-12-generic
  987. File descriptor 9 (/proc/3645/mounts) leaked on lvs invocation. Parent PID 12985: /bin/sh
  988. No volume groups found
  989. Found Windows Boot Manager on /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi
  990. Adding boot menu entry for EFI firmware configuration
  991. Set Windows Boot UEFI loader as default entry
  992. chroot /mnt/boot-sav/sda7 update-grub
  993. Generating grub.cfg ...
  994. Found linux image: /boot/vmlinuz-3.11.0-20-generic.efi.signed
  995. Found linux image: /boot/vmlinuz-3.11.0-20-generic
  996. Found initrd image: /boot/initrd.img-3.11.0-20-generic
  997. Found linux image: /boot/vmlinuz-3.11.0-12-generic
  998. Found initrd image: /boot/initrd.img-3.11.0-12-generic
  999. File descriptor 9 (/proc/3645/mounts) leaked on lvs invocation. Parent PID 13830: /bin/sh
  1000. No volume groups found
  1001. Found Windows Boot Manager on /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi
  1002. Adding boot menu entry for EFI firmware configuration
  1003. Unhide GRUB boot menu in sda7/boot/grub/grub.cfg
  1004. Boot successfully repaired.
  1005. You can now reboot your computer.
  1006. You may want to retry after deactivating the [Backup and rename Windows EFI files] option.
  1007. pastebinit packages needed
  1008. W: Failed to fetch cdrom://Linux Mint 16 _petra_ - Release amd64 20131126/dists/saucy/contrib/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  1009. W: Failed to fetch cdrom://Linux Mint 16 _petra_ - Release amd64 20131126/dists/saucy/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  1010. W: Failed to fetch cdrom://Linux Mint 16 _petra_ - Release amd64 20131126/dists/saucy/non-free/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  1011. E: Some index files failed to download. They have been ignored, or old ones used instead.
  1012. debconf: unable to initialize frontend: Dialog
  1013. debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
  1014. debconf: falling back to frontend: Readline
  1015. debconf: unable to initialize frontend: Readline
  1016. debconf: (This frontend requires a controlling tty.)
  1017. debconf: falling back to frontend: Teletype
  1018. dpkg-preconfigure: unable to re-open stdin:
  1019. debconf: unable to initialize frontend: Dialog
  1020. debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
  1021. debconf: falling back to frontend: Readline
  1022. debconf: unable to initialize frontend: Readline
  1023. debconf: (This frontend requires a controlling tty.)
  1024. debconf: falling back to frontend: Teletype