1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Windows is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: Unknown
  7. Boot sector info: According to the info in the boot sector, sda1 starts
  8. at sector 0. But according to the info from fdisk,
  9. sda1 starts at sector 40.
  10. Operating System:
  11. Boot files: /EFI/ubuntu/grubx64.efi
  12. sda2: __________________________________________________________________________
  13. File system: hfsplus
  14. Boot sector type: -
  15. Boot sector info:
  16. Operating System:
  17. Boot files:
  18. sda3: __________________________________________________________________________
  19. File system: hfsplus
  20. Boot sector type: -
  21. Boot sector info:
  22. Operating System:
  23. Boot files:
  24. sda4: __________________________________________________________________________
  25. File system: ext4
  26. Boot sector type: Grub2 (v1.99-2.00)
  27. Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda4
  28. and looks at sector 382754840 of the same hard drive
  29. for core.img. core.img is at this location and looks
  30. in partition 1 for (,gpt4)/boot/grub.
  31. Operating System: Ubuntu 12.10
  32. Boot files: /boot/grub/grub.cfg /etc/fstab
  33. /boot/grub/i386-pc/core.img
  34. sda5: __________________________________________________________________________
  35. File system: swap
  36. Boot sector type: -
  37. Boot sector info:
  38. sda6: __________________________________________________________________________
  39. File system: ntfs
  40. Boot sector type: Windows Vista/7: NTFS
  41. Boot sector info: No errors found in the Boot Parameter Block.
  42. Operating System: Windows 7
  43. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  44. ============================ Drive/Partition Info: =============================
  45. Drive: sda _____________________________________________________________________
  46. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  47. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  48. Units = sectors of 1 * 512 = 512 bytes
  49. Sector size (logical/physical): 512 bytes / 512 bytes
  50. Partition Boot Start Sector End Sector # of Sectors Id System
  51. /dev/sda1 1 409,639 409,639 ee GPT
  52. /dev/sda2 * 409,640 376,212,191 375,802,552 af HFS / HFS+
  53. /dev/sda3 376,212,192 377,481,735 1,269,544 af HFS / HFS+
  54. /dev/sda4 377,483,264 397,010,607 19,527,344 83 Linux
  55. GUID Partition Table detected.
  56. Partition Start Sector End Sector # of Sectors System
  57. /dev/sda1 40 409,639 409,600 EFI System partition
  58. /dev/sda2 409,640 376,212,191 375,802,552 Hierarchical File System Plus (HFS+) partition (Mac OS X)
  59. /dev/sda3 376,212,192 377,481,735 1,269,544 Apple Boot partition (Mac OS X)
  60. /dev/sda4 377,483,264 397,010,607 19,527,344 Data partition (Windows/Linux)
  61. /dev/sda5 397,012,992 399,108,095 2,095,104 Swap partition (Linux)
  62. /dev/sda6 399,110,144 488,396,799 89,286,656 Data partition (Windows/Linux)
  63. "blkid" output: ________________________________________________________________
  64. Device UUID TYPE LABEL
  65. /dev/loop0 squashfs
  66. /dev/sda1 70D6-1701 vfat EFI
  67. /dev/sda2 a1cf28e2-1299-3396-afc5-178239773b08 hfsplus Macintosh HD
  68. /dev/sda3 0990a019-ca5e-3cd6-93c7-b845fbeac6c2 hfsplus Recovery HD
  69. /dev/sda4 9be0f7ef-d9ec-4d82-b00f-f201cd538989 ext4
  70. /dev/sda5 63b154d5-14b6-4173-9d5c-f87c3b6940f9 swap
  71. /dev/sda6 86688F12688F0063 ntfs BOOTCAMP
  72. ================================ Mount points: =================================
  73. Device Mount_Point Type Options
  74. /dev/sr0 /live/image iso9660 (ro,noatime)
  75. =========================== sda4/boot/grub/grub.cfg: ===========================
  76. --------------------------------------------------------------------------------
  77. #
  78. # DO NOT EDIT THIS FILE
  79. #
  80. # It is automatically generated by grub-mkconfig using templates
  81. # from /etc/grub.d and settings from /etc/default/grub
  82. #
  83. ### BEGIN /etc/grub.d/00_header ###
  84. if [ -s $prefix/grubenv ]; then
  85. set have_grubenv=true
  86. load_env
  87. fi
  88. set default="0"
  89. if [ x"${feature_menuentry_id}" = xy ]; then
  90. menuentry_id_option="--id"
  91. else
  92. menuentry_id_option=""
  93. fi
  94. export menuentry_id_option
  95. if [ "${prev_saved_entry}" ]; then
  96. set saved_entry="${prev_saved_entry}"
  97. save_env saved_entry
  98. set prev_saved_entry=
  99. save_env prev_saved_entry
  100. set boot_once=true
  101. fi
  102. function savedefault {
  103. if [ -z "${boot_once}" ]; then
  104. saved_entry="${chosen}"
  105. save_env saved_entry
  106. fi
  107. }
  108. function recordfail {
  109. set recordfail=1
  110. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  111. }
  112. function load_video {
  113. if [ x$feature_all_video_module = xy ]; then
  114. insmod all_video
  115. else
  116. insmod efi_gop
  117. insmod efi_uga
  118. insmod ieee1275_fb
  119. insmod vbe
  120. insmod vga
  121. insmod video_bochs
  122. insmod video_cirrus
  123. fi
  124. }
  125. if [ x$feature_default_font_path = xy ] ; then
  126. font=unicode
  127. else
  128. insmod part_gpt
  129. insmod ext2
  130. set root='hd0,gpt4'
  131. if [ x$feature_platform_search_hint = xy ]; then
  132. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  133. else
  134. search --no-floppy --fs-uuid --set=root 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  135. fi
  136. font="/usr/share/grub/unicode.pf2"
  137. fi
  138. if loadfont $font ; then
  139. set gfxmode=auto
  140. load_video
  141. insmod gfxterm
  142. set locale_dir=$prefix/locale
  143. set lang=en_US
  144. insmod gettext
  145. fi
  146. terminal_output gfxterm
  147. if [ "${recordfail}" = 1 ]; then
  148. set timeout=10
  149. else
  150. set timeout=10
  151. fi
  152. ### END /etc/grub.d/00_header ###
  153. ### BEGIN /etc/grub.d/05_debian_theme ###
  154. set menu_color_normal=white/black
  155. set menu_color_highlight=black/light-gray
  156. if background_color 44,0,30; then
  157. clear
  158. fi
  159. ### END /etc/grub.d/05_debian_theme ###
  160. ### BEGIN /etc/grub.d/10_linux ###
  161. function gfxmode {
  162. set gfxpayload="${1}"
  163. if [ "${1}" = "keep" ]; then
  164. set vt_handoff=vt.handoff=7
  165. else
  166. set vt_handoff=
  167. fi
  168. }
  169. if [ "${recordfail}" != 1 ]; then
  170. if [ -e ${prefix}/gfxblacklist.txt ]; then
  171. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  172. if [ ${match} = 0 ]; then
  173. set linux_gfx_mode=keep
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=keep
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. export linux_gfx_mode
  187. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  188. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9be0f7ef-d9ec-4d82-b00f-f201cd538989' {
  189. recordfail
  190. gfxmode $linux_gfx_mode
  191. insmod gzio
  192. insmod part_gpt
  193. insmod ext2
  194. set root='hd0,gpt4'
  195. if [ x$feature_platform_search_hint = xy ]; then
  196. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  197. else
  198. search --no-floppy --fs-uuid --set=root 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  199. fi
  200. linux /boot/vmlinuz-3.5.0-21-generic root=UUID=9be0f7ef-d9ec-4d82-b00f-f201cd538989 ro quiet splash $vt_handoff
  201. initrd /boot/initrd.img-3.5.0-21-generic
  202. }
  203. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-9be0f7ef-d9ec-4d82-b00f-f201cd538989' {
  204. menuentry 'Ubuntu, with Linux 3.5.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-advanced-9be0f7ef-d9ec-4d82-b00f-f201cd538989' {
  205. recordfail
  206. gfxmode $linux_gfx_mode
  207. insmod gzio
  208. insmod part_gpt
  209. insmod ext2
  210. set root='hd0,gpt4'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  213. else
  214. search --no-floppy --fs-uuid --set=root 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  215. fi
  216. echo 'Loading Linux 3.5.0-21-generic ...'
  217. linux /boot/vmlinuz-3.5.0-21-generic root=UUID=9be0f7ef-d9ec-4d82-b00f-f201cd538989 ro quiet splash $vt_handoff
  218. echo 'Loading initial ramdisk ...'
  219. initrd /boot/initrd.img-3.5.0-21-generic
  220. }
  221. menuentry 'Ubuntu, with Linux 3.5.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-recovery-9be0f7ef-d9ec-4d82-b00f-f201cd538989' {
  222. recordfail
  223. insmod gzio
  224. insmod part_gpt
  225. insmod ext2
  226. set root='hd0,gpt4'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  229. else
  230. search --no-floppy --fs-uuid --set=root 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  231. fi
  232. echo 'Loading Linux 3.5.0-21-generic ...'
  233. linux /boot/vmlinuz-3.5.0-21-generic root=UUID=9be0f7ef-d9ec-4d82-b00f-f201cd538989 ro recovery nomodeset
  234. echo 'Loading initial ramdisk ...'
  235. initrd /boot/initrd.img-3.5.0-21-generic
  236. }
  237. menuentry 'Ubuntu, with Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-9be0f7ef-d9ec-4d82-b00f-f201cd538989' {
  238. recordfail
  239. gfxmode $linux_gfx_mode
  240. insmod gzio
  241. insmod part_gpt
  242. insmod ext2
  243. set root='hd0,gpt4'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  246. else
  247. search --no-floppy --fs-uuid --set=root 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  248. fi
  249. echo 'Loading Linux 3.5.0-17-generic ...'
  250. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=9be0f7ef-d9ec-4d82-b00f-f201cd538989 ro quiet splash $vt_handoff
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-3.5.0-17-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 3.5.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-9be0f7ef-d9ec-4d82-b00f-f201cd538989' {
  255. recordfail
  256. insmod gzio
  257. insmod part_gpt
  258. insmod ext2
  259. set root='hd0,gpt4'
  260. if [ x$feature_platform_search_hint = xy ]; then
  261. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  262. else
  263. search --no-floppy --fs-uuid --set=root 9be0f7ef-d9ec-4d82-b00f-f201cd538989
  264. fi
  265. echo 'Loading Linux 3.5.0-17-generic ...'
  266. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=9be0f7ef-d9ec-4d82-b00f-f201cd538989 ro recovery nomodeset
  267. echo 'Loading initial ramdisk ...'
  268. initrd /boot/initrd.img-3.5.0-17-generic
  269. }
  270. }
  271. ### END /etc/grub.d/10_linux ###
  272. ### BEGIN /etc/grub.d/20_linux_xen ###
  273. ### END /etc/grub.d/20_linux_xen ###
  274. ### BEGIN /etc/grub.d/30_os-prober ###
  275. menuentry 'Mac OS X (32-bit) (on /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-32-c7ac4dfab5b59863' {
  276. insmod part_gpt
  277. insmod hfsplus
  278. set root='hd0,gpt2'
  279. if [ x$feature_platform_search_hint = xy ]; then
  280. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c7ac4dfab5b59863
  281. else
  282. search --no-floppy --fs-uuid --set=root c7ac4dfab5b59863
  283. fi
  284. load_video
  285. set do_resume=0
  286. if [ /var/vm/sleepimage -nt10 / ]; then
  287. if xnu_resume /var/vm/sleepimage; then
  288. set do_resume=1
  289. fi
  290. fi
  291. if [ $do_resume = 0 ]; then
  292. xnu_uuid c7ac4dfab5b59863 uuid
  293. if [ -f /Extra/DSDT.aml ]; then
  294. acpi -e /Extra/DSDT.aml
  295. fi
  296. if [ /kernelcache -nt /System/Library/Extensions ]; then
  297. xnu_kernel /kernelcache boot-uuid=${uuid} rd=*uuid
  298. else
  299. xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
  300. if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
  301. xnu_mkext /System/Library/Extensions.mkext
  302. else
  303. xnu_kextdir /System/Library/Extensions
  304. fi
  305. fi
  306. if [ -f /Extra/Extensions.mkext ]; then
  307. xnu_mkext /Extra/Extensions.mkext
  308. fi
  309. if [ -d /Extra/Extensions ]; then
  310. xnu_kextdir /Extra/Extensions
  311. fi
  312. if [ -f /Extra/devprop.bin ]; then
  313. xnu_devprop_load /Extra/devprop.bin
  314. fi
  315. if [ -f /Extra/splash.jpg ]; then
  316. insmod jpeg
  317. xnu_splash /Extra/splash.jpg
  318. fi
  319. if [ -f /Extra/splash.png ]; then
  320. insmod png
  321. xnu_splash /Extra/splash.png
  322. fi
  323. if [ -f /Extra/splash.tga ]; then
  324. insmod tga
  325. xnu_splash /Extra/splash.tga
  326. fi
  327. fi
  328. }
  329. menuentry 'Mac OS X (64-bit) (on /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-64-c7ac4dfab5b59863' {
  330. insmod part_gpt
  331. insmod hfsplus
  332. set root='hd0,gpt2'
  333. if [ x$feature_platform_search_hint = xy ]; then
  334. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c7ac4dfab5b59863
  335. else
  336. search --no-floppy --fs-uuid --set=root c7ac4dfab5b59863
  337. fi
  338. load_video
  339. set do_resume=0
  340. if [ /var/vm/sleepimage -nt10 / ]; then
  341. if xnu_resume /var/vm/sleepimage; then
  342. set do_resume=1
  343. fi
  344. fi
  345. if [ $do_resume = 0 ]; then
  346. xnu_uuid c7ac4dfab5b59863 uuid
  347. if [ -f /Extra/DSDT.aml ]; then
  348. acpi -e /Extra/DSDT.aml
  349. fi
  350. if [ /kernelcache -nt /System/Library/Extensions ]; then
  351. xnu_kernel64 /kernelcache boot-uuid=${uuid} rd=*uuid
  352. else
  353. xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
  354. if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
  355. xnu_mkext /System/Library/Extensions.mkext
  356. else
  357. xnu_kextdir /System/Library/Extensions
  358. fi
  359. fi
  360. if [ -f /Extra/Extensions.mkext ]; then
  361. xnu_mkext /Extra/Extensions.mkext
  362. fi
  363. if [ -d /Extra/Extensions ]; then
  364. xnu_kextdir /Extra/Extensions
  365. fi
  366. if [ -f /Extra/devprop.bin ]; then
  367. xnu_devprop_load /Extra/devprop.bin
  368. fi
  369. if [ -f /Extra/splash.jpg ]; then
  370. insmod jpeg
  371. xnu_splash /Extra/splash.jpg
  372. fi
  373. if [ -f /Extra/splash.png ]; then
  374. insmod png
  375. xnu_splash /Extra/splash.png
  376. fi
  377. if [ -f /Extra/splash.tga ]; then
  378. insmod tga
  379. xnu_splash /Extra/splash.tga
  380. fi
  381. fi
  382. }
  383. menuentry 'Windows 7 (loader) (on /dev/sda6)' --class windows --class os $menuentry_id_option 'osprober-chain-86688F12688F0063' {
  384. insmod part_gpt
  385. insmod ntfs
  386. set root='hd0,gpt6'
  387. if [ x$feature_platform_search_hint = xy ]; then
  388. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 86688F12688F0063
  389. else
  390. search --no-floppy --fs-uuid --set=root 86688F12688F0063
  391. fi
  392. chainloader +1
  393. }
  394. ### END /etc/grub.d/30_os-prober ###
  395. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  396. ### END /etc/grub.d/30_uefi-firmware ###
  397. ### BEGIN /etc/grub.d/40_custom ###
  398. # This file provides an easy way to add custom menu entries. Simply type the
  399. # menu entries you want to add after this comment. Be careful not to change
  400. # the 'exec tail' line above.
  401. ### END /etc/grub.d/40_custom ###
  402. ### BEGIN /etc/grub.d/41_custom ###
  403. if [ -f ${config_directory}/custom.cfg ]; then
  404. source ${config_directory}/custom.cfg
  405. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  406. source $prefix/custom.cfg;
  407. fi
  408. ### END /etc/grub.d/41_custom ###
  409. --------------------------------------------------------------------------------
  410. =============================== sda4/etc/fstab: ================================
  411. --------------------------------------------------------------------------------
  412. # /etc/fstab: static file system information.
  413. #
  414. # Use 'blkid' to print the universally unique identifier for a
  415. # device; this may be used with UUID= as a more robust way to name devices
  416. # that works even if disks are added and removed. See fstab(5).
  417. #
  418. # <file system> <mount point> <type> <options> <dump> <pass>
  419. # / was on /dev/sda4 during installation
  420. UUID=9be0f7ef-d9ec-4d82-b00f-f201cd538989 / ext4 errors=remount-ro 0 1
  421. # /boot/efi was on /dev/sda1 during installation
  422. #UUID=70D6-1701 /boot/efi vfat defaults 0 1
  423. # swap was on /dev/sda5 during installation
  424. UUID=63b154d5-14b6-4173-9d5c-f87c3b6940f9 none swap sw 0 0
  425. --------------------------------------------------------------------------------
  426. =================== sda4: Location of files loaded by Grub: ====================
  427. GiB - GB File Fragment(s)
  428. ?? = ?? boot/grub/grub.cfg 1
  429. ?? = ?? boot/initrd.img-3.5.0-17-generic 1
  430. ?? = ?? boot/initrd.img-3.5.0-21-generic 1
  431. ?? = ?? boot/vmlinuz-3.5.0-17-generic 1
  432. ?? = ?? boot/vmlinuz-3.5.0-21-generic 1
  433. ?? = ?? initrd.img 1
  434. ?? = ?? vmlinuz 1
  435. ?? = ?? vmlinuz.old 1
  436. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  437. Unknown BootLoader on sda1
  438. 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.X.BSD 4.4... .|
  439. 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 |........ .......|
  440. 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 |[email protected]...........|
  441. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  442. 00000040 00 00 29 01 17 d6 70 45 46 49 20 20 20 20 20 20 |..)...pEFI |
  443. 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | FAT32 .1....|
  444. 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.|......^.......|
  445. 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd |...t.......0....|
  446. 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 |...Non-system di|
  447. 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..Press any ke|
  448. 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot.....|
  449. 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  450. *
  451. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  452. 00000200
  453. ========= Devices which don't seem to have a corresponding hard drive: =========
  454. sdb
  455. =============================== StdErr Messages: ===============================
  456. cat: write error: Broken pipe
  457. File descriptor 7 (pipe:[6192]) leaked on lvscan invocation. Parent PID 10815: bash
  458. File descriptor 8 (pipe:[6192]) leaked on lvscan invocation. Parent PID 10815: bash
  459. No volume groups found
  460. mdadm: No arrays found in config file or automatically
  461. ADDITIONAL INFORMATION :
  462. =================== log of boot-repair 2013-01-01__05h46 ===================
  463. boot-repair version : 3.195~ppa11~lucid
  464. boot-sav version : 3.195~ppa11~lucid
  465. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  466. boot-sav-extra version : 3.195~ppa11~lucid
  467. File descriptor 7 (pipe:[6192]) leaked on lvs invocation. Parent PID 3703: /bin/sh
  468. File descriptor 8 (pipe:[6192]) leaked on lvs invocation. Parent PID 3703: /bin/sh
  469. No volume groups found
  470. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, x86_64)
  471. CPU op-mode(s): 32-bit, 64-bit
  472. initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
  473. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  474. =================== os-prober:
  475. /dev/sda2:Mac OS X:MacOSX:macosx
  476. /dev/sda4:Ubuntu 12.10 (12.10):Ubuntu:linux
  477. /dev/sda6:Windows 7 (loader):Windows:chain
  478. =================== blkid:
  479. /dev/sda1: LABEL="EFI" UUID="70D6-1701" TYPE="vfat"
  480. /dev/sda2: UUID="a1cf28e2-1299-3396-afc5-178239773b08" LABEL="Macintosh HD" TYPE="hfsplus"
  481. /dev/sda3: UUID="0990a019-ca5e-3cd6-93c7-b845fbeac6c2" LABEL="Recovery HD" TYPE="hfsplus"
  482. /dev/sda4: UUID="9be0f7ef-d9ec-4d82-b00f-f201cd538989" TYPE="ext4"
  483. /dev/sda5: UUID="63b154d5-14b6-4173-9d5c-f87c3b6940f9" TYPE="swap"
  484. /dev/sda6: LABEL="BOOTCAMP" UUID="86688F12688F0063" TYPE="ntfs"
  485. /dev/loop0: TYPE="squashfs"
  486. 1 disks with OS, 3 OS : 1 Linux, 1 MacOS, 1 Windows, 0 unknown type OS.
  487. mkdir: cannot create directory `/mnt/boot-sav/sda2/boot-sav': Read-only file system
  488. sda2 is Read-only or full
  489. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  490. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  491. Presence of MacEFI file detected: /mnt/boot-sav/sda1/EFI/APPLE/EXTENSIONS/Firmware.scap
  492. Presence of MacEFI file detected: /mnt/boot-sav/sda1/EFI/APPLE/FIRMWARE/MBP71_0039_0EB_LOCKED.scap
  493. =================== sda4/etc/default/grub :
  494. # If you change this file, run 'update-grub' afterwards to update
  495. # /boot/grub/grub.cfg.
  496. # For full documentation of the options in this file, see:
  497. # info -f grub -n 'Simple configuration'
  498. GRUB_DEFAULT=0
  499. #GRUB_HIDDEN_TIMEOUT=0
  500. GRUB_HIDDEN_TIMEOUT_QUIET=true
  501. GRUB_TIMEOUT=10
  502. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  503. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  504. GRUB_CMDLINE_LINUX=""
  505. # Uncomment to enable BadRAM filtering, modify to suit your needs
  506. # This works with Linux (no patch required) and with any kernel that obtains
  507. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  508. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  509. # Uncomment to disable graphical terminal (grub-pc only)
  510. #GRUB_TERMINAL=console
  511. # The resolution used on graphical terminal
  512. # note that you can use only modes which your graphic card supports via VBE
  513. # you can see them in real GRUB with the command `vbeinfo'
  514. #GRUB_GFXMODE=640x480
  515. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  516. #GRUB_DISABLE_LINUX_UUID=true
  517. # Uncomment to disable generation of recovery mode menu entries
  518. #GRUB_DISABLE_RECOVERY="true"
  519. # Uncomment to get a beep at grub start
  520. #GRUB_INIT_TUNE="480 440 1"
  521. =================== sda4/etc/grub.d/ :
  522. drwxr-xr-x 2 root root 4096 Dec 24 05:23 grub.d
  523. drwxr-xr-x 2 root root 4096 Dec 24 05:22 grub.d.bak
  524. total 68
  525. -rwxr-xr-x 1 root root 7541 Oct 14 17:36 00_header
  526. -rwxr-xr-x 1 root root 5488 Oct 4 09:30 05_debian_theme
  527. -rwxr-xr-x 1 root root 10891 Oct 14 17:36 10_linux
  528. -rwxr-xr-x 1 root root 10258 Oct 14 17:36 20_linux_xen
  529. -rwxr-xr-x 1 root root 10976 Oct 14 17:36 30_os-prober
  530. -rwxr-xr-x 1 root root 1426 Oct 14 17:36 30_uefi-firmware
  531. -rwxr-xr-x 1 root root 214 Oct 14 17:36 40_custom
  532. -rwxr-xr-x 1 root root 216 Oct 14 17:36 41_custom
  533. -rw-r--r-- 1 root root 483 Oct 14 17:36 README
  534. =================== UEFI/Legacy mode:
  535. BIOS is EFI-compatible, but it is not setup in EFI-mode for this live-session.
  536. SecureBoot maybe enabled.
  537. =================== PARTITIONS & DISKS:
  538. sda1 : 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/sda1.
  539. sda2 : 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, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, with--usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  540. sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
  541. sda4 : sda, not-sepboot, grubenv-ok grub2, grub-pc, update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
  542. sda6 : 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, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda6.
  543. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 40 sectors * 512 bytes
  544. =================== parted -l:
  545. Model: ATA Hitachi HTS54502 (scsi)
  546. Disk /dev/sda: 250GB
  547. Sector size (logical/physical): 512B/512B
  548. Partition Table: gpt
  549. Number Start End Size File system Name Flags
  550. 1 20.5kB 210MB 210MB fat32 EFI System Partition boot
  551. 2 210MB 193GB 192GB hfs+ Customer
  552. 3 193GB 193GB 650MB hfs+ Recovery HD
  553. 4 193GB 203GB 9998MB ext4 LINUX
  554. 5 203GB 204GB 1073MB linux-swap(v1) UBUNTU 2
  555. 6 204GB 250GB 45.7GB ntfs BOOTCAMP
  556. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  557. has been opened read-only.
  558. Error: /dev/sr0: unrecognised disk label
  559. =================== parted -lm:
  560. BYT;
  561. /dev/sda:250GB:scsi:512:512:gpt:ATA Hitachi HTS54502;
  562. 1:20.5kB:210MB:210MB:fat32:EFI System Partition:boot;
  563. 2:210MB:193GB:192GB:hfs+:Customer:;
  564. 3:193GB:193GB:650MB:hfs+:Recovery HD:;
  565. 4:193GB:203GB:9998MB:ext4:LINUX:;
  566. 5:203GB:204GB:1073MB:linux-swap(v1):UBUNTU 2:;
  567. 6:204GB:250GB:45.7GB:ntfs:BOOTCAMP:;
  568. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  569. has been opened read-only.
  570. Error: /dev/sr0: unrecognised disk label
  571. =================== mount:
  572. aufs on / type aufs (rw)
  573. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  574. proc on /proc type proc (rw,noexec,nosuid,nodev)
  575. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  576. udev on /dev type tmpfs (rw,mode=0755)
  577. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  578. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  579. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  580. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  581. tmpfs on /live type tmpfs (rw,relatime)
  582. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  583. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  584. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  585. /dev/sda2 on /mnt/boot-sav/sda2 type hfsplus (rw)
  586. /dev/sda3 on /mnt/boot-sav/sda3 type hfsplus (rw)
  587. /dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw)
  588. /dev/sda6 on /mnt/boot-sav/sda6 type fuseblk (rw,allow_other,blksize=4096)
  589. =================== ls:
  590. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 size slaves stat subsystem trace uevent
  591. /sys/block/sdb (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  592. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  593. /dev (filtered): block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hpet initctl input kmsg log MAKEDEV mcelog md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda3 sda4 sda5 sda6 sdb sg0 sg1 sg2 shm snapshot snd sndstat sr0 stderr stdin stdout urandom usb v4l vga_arbiter video0 xconsole zero
  594. ls /dev/md:
  595. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  596. =================== df -Th:
  597. Filesystem Type Size Used Avail Use% Mounted on
  598. aufs aufs 1.9G 7.3M 1.9G 1% /
  599. tmpfs tmpfs 1.9G 0 1.9G 0% /lib/init/rw
  600. udev tmpfs 1.9G 236K 1.9G 1% /dev
  601. tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm
  602. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  603. tmpfs tmpfs 1.9G 7.3M 1.9G 1% /live/cow
  604. tmpfs tmpfs 1.9G 0 1.9G 0% /live
  605. tmpfs tmpfs 1.9G 8.0K 1.9G 1% /tmp
  606. /dev/sda1 vfat 197M 20M 178M 10% /mnt/boot-sav/sda1
  607. /dev/sda2 hfsplus 180G 138G 42G 77% /mnt/boot-sav/sda2
  608. /dev/sda3 hfsplus 620M 465M 156M 75% /mnt/boot-sav/sda3
  609. /dev/sda4 ext4 9.2G 3.6G 5.2G 41% /mnt/boot-sav/sda4
  610. /dev/sda6 fuseblk 43G 35G 8.2G 81% /mnt/boot-sav/sda6
  611. =================== fdisk -l:
  612. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  613. 255 heads, 63 sectors/track, 30401 cylinders
  614. Units = cylinders of 16065 * 512 = 8225280 bytes
  615. Sector size (logical/physical): 512 bytes / 512 bytes
  616. I/O size (minimum/optimal): 512 bytes / 512 bytes
  617. Disk identifier: 0x7c24769c
  618. Device Boot Start End Blocks Id System
  619. /dev/sda1 1 26 204819+ ee GPT
  620. /dev/sda2 * 26 23419 187901276 af HFS / HFS+
  621. /dev/sda3 23419 23498 634772 af HFS / HFS+
  622. /dev/sda4 23498 24713 9763672 83 Linux
  623. =================== Recommended repair
  624. Recommended-Repair
  625. This setting will reinstall the grub2 of sda4 into the PBR of sda4.
  626. Grub-efi will not be selected by default because: legacy-session no-win-efi mac-os
  627. Additional repair will be performed: unhide-bootmenu-10s
  628. mount: special device /run does not exist
  629. grub-install (GRUB) 2.00-7ubuntu11,grub-install (GRUB) 2.
  630. Reinstall the GRUB of sda4 into the sda4 partition
  631. /usr/sbin/grub-bios-setup: warning: File system `ext2' doesn't support embedding.
  632. /usr/sbin/grub-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
  633. Installation finished. No error reported.
  634. grub-install --force /dev/sda4: exit code of grub-install /dev/sda4:0
  635. chroot /mnt/boot-sav/sda4 update-grub
  636. Generating grub.cfg ...
  637. Found linux image: /boot/vmlinuz-3.5.0-21-generic
  638. Found initrd image: /boot/initrd.img-3.5.0-21-generic
  639. Found linux image: /boot/vmlinuz-3.5.0-17-generic
  640. Found initrd image: /boot/initrd.img-3.5.0-17-generic
  641. Found Mac OS X on /dev/sda2
  642. Found Windows 7 (loader) on /dev/sda6
  643. umount: /mnt/boot-sav/sda4/run: not mounted
  644. Unhide GRUB boot menu in sda4/boot/grub/grub.cfg
  645. Boot successfully repaired.
  646. You can now reboot your computer.
  647. Please do not forget to update your main bootloader!
  648. You may also want to install Refind. (https://help.ubuntu.com/community/ubuntupreciseon2011imac)