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: ntfs
  6. Boot sector type: Windows Vista/7: NTFS
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /bootmgr /Boot/BCD
  10. sda2: __________________________________________________________________________
  11. File system: Extended Partition
  12. Boot sector type: Unknown
  13. Boot sector info:
  14. sda5: __________________________________________________________________________
  15. File system: ntfs
  16. Boot sector type: Grub2 (v1.99-2.00)
  17. Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
  18. sda5 and looks at sector 222469520 of the same hard
  19. drive for core.img, but core.img can not be found at
  20. this location. According to the info in the boot
  21. sector, sda5 starts at sector 63.
  22. Operating System: Windows 7
  23. Boot files: /bootmgr /boot/BCD /Windows/System32/winload.exe
  24. sda6: __________________________________________________________________________
  25. File system: ntfs
  26. Boot sector type: Windows XP: NTFS
  27. Boot sector info: According to the info in the boot sector, sda6 starts
  28. at sector 63.
  29. Operating System:
  30. Boot files:
  31. sda7: __________________________________________________________________________
  32. File system: ntfs
  33. Boot sector type: Windows Vista/7: NTFS
  34. Boot sector info: No errors found in the Boot Parameter Block.
  35. Operating System:
  36. Boot files: /bootmgr /boot/bcd
  37. sda8: __________________________________________________________________________
  38. File system: vfat
  39. Boot sector type: Windows 7: FAT32
  40. Boot sector info: According to the info in the boot sector, sda8 starts
  41. at sector 63. But according to the info from fdisk,
  42. sda8 starts at sector 976560192. "63" and "2048" are
  43. quite common values for the starting sector of a
  44. logical partition and they only need to be fixed when
  45. you want to boot Windows from a logical partition.
  46. Operating System:
  47. Boot files: /Hewlett-Packard/SystemDiags/CryptRSA.efi
  48. /Hewlett-Packard/SystemDiags/CryptRSA32.efi
  49. /Hewlett-Packard/SystemDiags/SystemDiags.efi
  50. /Hewlett-Packard/SystemDiags/SystemDiags32.efi
  51. sda9: __________________________________________________________________________
  52. File system: swap
  53. Boot sector type: -
  54. Boot sector info:
  55. sda10: _________________________________________________________________________
  56. File system: ext4
  57. Boot sector type: -
  58. Boot sector info:
  59. Operating System: Ubuntu 12.10
  60. Boot files: /boot/grub/grub.cfg /etc/fstab
  61. /boot/grub/i386-pc/core.img
  62. ============================ Drive/Partition Info: =============================
  63. Drive: sda _____________________________________________________________________
  64. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  65. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  66. Units = sectors of 1 * 512 = 512 bytes
  67. Sector size (logical/physical): 512 bytes / 512 bytes
  68. Partition Boot Start Sector End Sector # of Sectors Id System
  69. /dev/sda1 * 2,048 409,599 407,552 7 NTFS / exFAT / HPFS
  70. /dev/sda2 409,662 976,771,119 976,361,458 f W95 Extended (LBA)
  71. /dev/sda5 409,664 164,917,247 164,507,584 7 NTFS / exFAT / HPFS
  72. /dev/sda6 369,719,296 944,330,751 574,611,456 7 NTFS / exFAT / HPFS
  73. /dev/sda7 944,332,800 976,560,127 32,227,328 7 NTFS / exFAT / HPFS
  74. /dev/sda8 976,560,192 976,771,119 210,928 b W95 FAT32
  75. /dev/sda9 164,919,296 184,449,023 19,529,728 82 Linux swap / Solaris
  76. /dev/sda10 * 184,451,072 369,702,911 185,251,840 83 Linux
  77. "blkid" output: ________________________________________________________________
  78. Device UUID TYPE LABEL
  79. /dev/loop0 squashfs
  80. /dev/sda1 04808A43808A3AE6 ntfs SYSTEM
  81. /dev/sda10 3150cd05-9623-441a-8f57-7240b31e528a ext4
  82. /dev/sda5 01CD2ACC3553ED00 ntfs Windows 7
  83. /dev/sda6 01CDBBF795E19E80 ntfs DATA
  84. /dev/sda7 3AE498B6E498763B ntfs RECOVERY
  85. /dev/sda8 9816-27A1 vfat HP_TOOLS
  86. /dev/sda9 bf712498-c04d-4882-a9af-a1ceb6123bc3 swap
  87. ================================ Mount points: =================================
  88. Device Mount_Point Type Options
  89. /dev/sr0 /live/image iso9660 (ro,noatime)
  90. ========================== sda10/boot/grub/grub.cfg: ===========================
  91. --------------------------------------------------------------------------------
  92. #
  93. # DO NOT EDIT THIS FILE
  94. #
  95. # It is automatically generated by grub-mkconfig using templates
  96. # from /etc/grub.d and settings from /etc/default/grub
  97. #
  98. ### BEGIN /etc/grub.d/00_header ###
  99. if [ -s $prefix/grubenv ]; then
  100. set have_grubenv=true
  101. load_env
  102. fi
  103. set default="0"
  104. if [ x"${feature_menuentry_id}" = xy ]; then
  105. menuentry_id_option="--id"
  106. else
  107. menuentry_id_option=""
  108. fi
  109. export menuentry_id_option
  110. if [ "${prev_saved_entry}" ]; then
  111. set saved_entry="${prev_saved_entry}"
  112. save_env saved_entry
  113. set prev_saved_entry=
  114. save_env prev_saved_entry
  115. set boot_once=true
  116. fi
  117. function savedefault {
  118. if [ -z "${boot_once}" ]; then
  119. saved_entry="${chosen}"
  120. save_env saved_entry
  121. fi
  122. }
  123. function recordfail {
  124. set recordfail=1
  125. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  126. }
  127. function load_video {
  128. if [ x$feature_all_video_module = xy ]; then
  129. insmod all_video
  130. else
  131. insmod efi_gop
  132. insmod efi_uga
  133. insmod ieee1275_fb
  134. insmod vbe
  135. insmod vga
  136. insmod video_bochs
  137. insmod video_cirrus
  138. fi
  139. }
  140. if [ x$feature_default_font_path = xy ] ; then
  141. font=unicode
  142. else
  143. insmod part_msdos
  144. insmod ext2
  145. set root='hd0,msdos10'
  146. if [ x$feature_platform_search_hint = xy ]; then
  147. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos10 --hint-efi=hd0,msdos10 --hint-baremetal=ahci0,msdos10 3150cd05-9623-441a-8f57-7240b31e528a
  148. else
  149. search --no-floppy --fs-uuid --set=root 3150cd05-9623-441a-8f57-7240b31e528a
  150. fi
  151. font="/usr/share/grub/unicode.pf2"
  152. fi
  153. if loadfont $font ; then
  154. set gfxmode=auto
  155. load_video
  156. insmod gfxterm
  157. set locale_dir=$prefix/locale
  158. set lang=en_US
  159. insmod gettext
  160. fi
  161. terminal_output gfxterm
  162. if [ "${recordfail}" = 1 ]; then
  163. set timeout=10
  164. else
  165. set timeout=10
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. if background_color 44,0,30; then
  172. clear
  173. fi
  174. ### END /etc/grub.d/05_debian_theme ###
  175. ### BEGIN /etc/grub.d/10_linux ###
  176. function gfxmode {
  177. set gfxpayload="${1}"
  178. if [ "${1}" = "keep" ]; then
  179. set vt_handoff=vt.handoff=7
  180. else
  181. set vt_handoff=
  182. fi
  183. }
  184. if [ "${recordfail}" != 1 ]; then
  185. if [ -e ${prefix}/gfxblacklist.txt ]; then
  186. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  187. if [ ${match} = 0 ]; then
  188. set linux_gfx_mode=keep
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=keep
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. export linux_gfx_mode
  202. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  203. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3150cd05-9623-441a-8f57-7240b31e528a' {
  204. recordfail
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. insmod part_msdos
  208. insmod ext2
  209. set root='hd0,msdos10'
  210. if [ x$feature_platform_search_hint = xy ]; then
  211. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos10 --hint-efi=hd0,msdos10 --hint-baremetal=ahci0,msdos10 3150cd05-9623-441a-8f57-7240b31e528a
  212. else
  213. search --no-floppy --fs-uuid --set=root 3150cd05-9623-441a-8f57-7240b31e528a
  214. fi
  215. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=3150cd05-9623-441a-8f57-7240b31e528a ro quiet splash $vt_handoff
  216. initrd /boot/initrd.img-3.5.0-17-generic
  217. }
  218. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3150cd05-9623-441a-8f57-7240b31e528a' {
  219. 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-3150cd05-9623-441a-8f57-7240b31e528a' {
  220. recordfail
  221. gfxmode $linux_gfx_mode
  222. insmod gzio
  223. insmod part_msdos
  224. insmod ext2
  225. set root='hd0,msdos10'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos10 --hint-efi=hd0,msdos10 --hint-baremetal=ahci0,msdos10 3150cd05-9623-441a-8f57-7240b31e528a
  228. else
  229. search --no-floppy --fs-uuid --set=root 3150cd05-9623-441a-8f57-7240b31e528a
  230. fi
  231. echo 'Loading Linux 3.5.0-17-generic ...'
  232. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=3150cd05-9623-441a-8f57-7240b31e528a ro quiet splash $vt_handoff
  233. echo 'Loading initial ramdisk ...'
  234. initrd /boot/initrd.img-3.5.0-17-generic
  235. }
  236. 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-3150cd05-9623-441a-8f57-7240b31e528a' {
  237. recordfail
  238. insmod gzio
  239. insmod part_msdos
  240. insmod ext2
  241. set root='hd0,msdos10'
  242. if [ x$feature_platform_search_hint = xy ]; then
  243. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos10 --hint-efi=hd0,msdos10 --hint-baremetal=ahci0,msdos10 3150cd05-9623-441a-8f57-7240b31e528a
  244. else
  245. search --no-floppy --fs-uuid --set=root 3150cd05-9623-441a-8f57-7240b31e528a
  246. fi
  247. echo 'Loading Linux 3.5.0-17-generic ...'
  248. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=3150cd05-9623-441a-8f57-7240b31e528a ro recovery nomodeset
  249. echo 'Loading initial ramdisk ...'
  250. initrd /boot/initrd.img-3.5.0-17-generic
  251. }
  252. }
  253. ### END /etc/grub.d/10_linux ###
  254. ### BEGIN /etc/grub.d/20_linux_xen ###
  255. ### END /etc/grub.d/20_linux_xen ###
  256. ### BEGIN /etc/grub.d/20_memtest86+ ###
  257. menuentry "Memory test (memtest86+)" {
  258. insmod part_msdos
  259. insmod ext2
  260. set root='hd0,msdos10'
  261. if [ x$feature_platform_search_hint = xy ]; then
  262. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos10 --hint-efi=hd0,msdos10 --hint-baremetal=ahci0,msdos10 3150cd05-9623-441a-8f57-7240b31e528a
  263. else
  264. search --no-floppy --fs-uuid --set=root 3150cd05-9623-441a-8f57-7240b31e528a
  265. fi
  266. linux16 /boot/memtest86+.bin
  267. }
  268. menuentry "Memory test (memtest86+, serial console 115200)" {
  269. insmod part_msdos
  270. insmod ext2
  271. set root='hd0,msdos10'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos10 --hint-efi=hd0,msdos10 --hint-baremetal=ahci0,msdos10 3150cd05-9623-441a-8f57-7240b31e528a
  274. else
  275. search --no-floppy --fs-uuid --set=root 3150cd05-9623-441a-8f57-7240b31e528a
  276. fi
  277. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  278. }
  279. ### END /etc/grub.d/20_memtest86+ ###
  280. ### BEGIN /etc/grub.d/30_os-prober ###
  281. menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-04808A43808A3AE6' {
  282. insmod ldm
  283. insmod ntfs
  284. set root='ldm/d0e15122-955a-11e1-bf34-00269e4f5302/Volume1'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0 --hint-efi=hd0 --hint-baremetal=ahci0 --hint='ldm/d0e15122-955a-11e1-bf34-00269e4f5302/Volume1' 04808A43808A3AE6
  287. else
  288. search --no-floppy --fs-uuid --set=root 04808A43808A3AE6
  289. fi
  290. drivemap -s (hd0) ${root}
  291. chainloader +1
  292. }
  293. menuentry 'Windows 8 (loader) (on /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-01CD2ACC3553ED00' {
  294. insmod part_msdos
  295. insmod ntfs
  296. set root='hd0,msdos5'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 01CD2ACC3553ED00
  299. else
  300. search --no-floppy --fs-uuid --set=root 01CD2ACC3553ED00
  301. fi
  302. drivemap -s (hd0) ${root}
  303. chainloader +1
  304. }
  305. menuentry 'Windows Recovery Environment (loader) (on /dev/sda7)' --class windows --class os $menuentry_id_option 'osprober-chain-3AE498B6E498763B' {
  306. insmod ldm
  307. insmod ntfs
  308. set root='ldm/d0e15122-955a-11e1-bf34-00269e4f5302/Volume3'
  309. if [ x$feature_platform_search_hint = xy ]; then
  310. search --no-floppy --fs-uuid --set=root --hint-bios=hd0 --hint-efi=hd0 --hint-baremetal=ahci0 --hint='ldm/d0e15122-955a-11e1-bf34-00269e4f5302/Volume3' 3AE498B6E498763B
  311. else
  312. search --no-floppy --fs-uuid --set=root 3AE498B6E498763B
  313. fi
  314. drivemap -s (hd0) ${root}
  315. chainloader +1
  316. }
  317. ### END /etc/grub.d/30_os-prober ###
  318. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  319. ### END /etc/grub.d/30_uefi-firmware ###
  320. ### BEGIN /etc/grub.d/40_custom ###
  321. # This file provides an easy way to add custom menu entries. Simply type the
  322. # menu entries you want to add after this comment. Be careful not to change
  323. # the 'exec tail' line above.
  324. ### END /etc/grub.d/40_custom ###
  325. ### BEGIN /etc/grub.d/41_custom ###
  326. if [ -f ${config_directory}/custom.cfg ]; then
  327. source ${config_directory}/custom.cfg
  328. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  329. source $prefix/custom.cfg;
  330. fi
  331. ### END /etc/grub.d/41_custom ###
  332. --------------------------------------------------------------------------------
  333. =============================== sda10/etc/fstab: ===============================
  334. --------------------------------------------------------------------------------
  335. # /etc/fstab: static file system information.
  336. #
  337. # Use 'blkid' to print the universally unique identifier for a
  338. # device; this may be used with UUID= as a more robust way to name devices
  339. # that works even if disks are added and removed. See fstab(5).
  340. #
  341. # <file system> <mount point> <type> <options> <dump> <pass>
  342. # / was on /dev/sda10 during installation
  343. UUID=3150cd05-9623-441a-8f57-7240b31e528a / ext4 errors=remount-ro 0 1
  344. # swap was on /dev/sda9 during installation
  345. UUID=bf712498-c04d-4882-a9af-a1ceb6123bc3 none swap sw 0 0
  346. --------------------------------------------------------------------------------
  347. =================== sda10: Location of files loaded by Grub: ===================
  348. GiB - GB File Fragment(s)
  349. ?? = ?? boot/grub/grub.cfg 1
  350. ?? = ?? boot/initrd.img-3.5.0-17-generic 1
  351. ?? = ?? boot/vmlinuz-3.5.0-17-generic 1
  352. ?? = ?? initrd.img 1
  353. ?? = ?? vmlinuz 1
  354. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  355. Unknown BootLoader on sda2
  356. 00000000 00 26 01 26 02 26 03 26 04 26 05 26 06 26 07 26 |.&.&.&.&.&.&.&.&|
  357. 00000010 08 26 09 26 0a 26 0b 26 0c 26 0d 26 0e 26 0f 26 |.&.&.&.&.&.&.&.&|
  358. 00000020 10 26 11 26 12 26 13 26 14 26 15 26 16 26 17 26 |.&.&.&.&.&.&.&.&|
  359. 00000030 18 26 19 26 1a 26 1b 26 1c 26 1d 26 1e 26 1f 26 |.&.&.&.&.&.&.&.&|
  360. 00000040 20 26 21 26 22 26 23 26 24 26 25 26 26 26 27 26 | &!&"&#&$&%&&&'&|
  361. 00000050 28 26 29 26 2a 26 2b 26 2c 26 2d 26 2e 26 2f 26 |(&)&*&+&,&-&.&/&|
  362. 00000060 30 26 31 26 32 26 33 26 34 26 35 26 36 26 37 26 |0&1&2&3&4&5&6&7&|
  363. 00000070 38 26 39 26 3a 26 3b 26 3c 26 3d 26 3e 26 3f 26 |8&9&:&;&<&=&>&?&|
  364. 00000080 40 26 41 26 42 26 43 26 44 26 45 26 46 26 47 26 |@&A&B&C&D&E&F&G&|
  365. 00000090 48 26 49 26 4a 26 4b 26 4c 26 4d 26 4e 26 4f 26 |H&I&J&K&L&M&N&O&|
  366. 000000a0 50 26 51 26 52 26 53 26 54 26 55 26 56 26 57 26 |P&Q&R&S&T&U&V&W&|
  367. 000000b0 58 26 59 26 5a 26 5b 26 5c 26 5d 26 5e 26 5f 26 |X&Y&Z&[&\&]&^&_&|
  368. 000000c0 60 26 61 26 62 26 63 26 64 26 65 26 66 26 67 26 |`&a&b&c&d&e&f&g&|
  369. 000000d0 68 26 69 26 6a 26 6b 26 6c 26 6d 26 6e 26 6f 26 |h&i&j&k&l&m&n&o&|
  370. 000000e0 70 26 71 26 72 26 73 26 74 26 75 26 76 26 77 26 |p&q&r&s&t&u&v&w&|
  371. 000000f0 78 26 79 26 7a 26 7b 26 7c 26 7d 26 7e 26 7f 26 |x&y&z&{&|&}&~&.&|
  372. 00000100 80 26 81 26 82 26 83 26 84 26 85 26 86 26 87 26 |.&.&.&.&.&.&.&.&|
  373. 00000110 88 26 89 26 8a 26 8b 26 8c 26 8d 26 8e 26 8f 26 |.&.&.&.&.&.&.&.&|
  374. 00000120 90 26 91 26 92 26 93 26 94 26 95 26 96 26 97 26 |.&.&.&.&.&.&.&.&|
  375. 00000130 98 26 99 26 9a 26 9b 26 9c 26 9d 26 9e 26 9f 26 |.&.&.&.&.&.&.&.&|
  376. 00000140 a0 26 a1 26 a2 26 a3 26 a4 26 a5 26 a6 26 a7 26 |.&.&.&.&.&.&.&.&|
  377. 00000150 a8 26 a9 26 aa 26 ab 26 ac 26 ad 26 ae 26 af 26 |.&.&.&.&.&.&.&.&|
  378. 00000160 b0 26 b1 26 b2 26 b3 26 b4 26 b5 26 b6 26 b7 26 |.&.&.&.&.&.&.&.&|
  379. 00000170 b8 26 b9 26 ba 26 bb 26 bc 26 bd 26 be 26 bf 26 |.&.&.&.&.&.&.&.&|
  380. 00000180 c0 26 c1 26 c2 26 c3 26 c4 26 c5 26 c6 26 c7 26 |.&.&.&.&.&.&.&.&|
  381. 00000190 c8 26 c9 26 ca 26 cb 26 cc 26 cd 26 ce 26 cf 26 |.&.&.&.&.&.&.&.&|
  382. 000001a0 d0 26 d1 26 d2 26 d3 26 d4 26 d5 26 d6 26 d7 26 |.&.&.&.&.&.&.&.&|
  383. 000001b0 d8 26 d9 26 da 26 db 26 dc 26 dd 26 de 26 00 7f |.&.&.&.&.&.&.&..|
  384. 000001c0 27 19 07 fe ff ff 02 00 00 00 c0 2f ce 09 00 fe |'........../....|
  385. 000001d0 ff ff 05 fe ff ff 67 fb 02 16 5b 1c 40 22 00 00 |......g...[.@"..|
  386. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  387. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  388. 00000200
  389. =============================== StdErr Messages: ===============================
  390. File descriptor 7 (pipe:[6693]) leaked on lvscan invocation. Parent PID 12474: bash
  391. File descriptor 8 (pipe:[6693]) leaked on lvscan invocation. Parent PID 12474: bash
  392. No volume groups found
  393. mdadm: No arrays found in config file or automatically
  394. ADDITIONAL INFORMATION :
  395. =================== log of boot-repair 2013-03-23__15h19 ===================
  396. boot-repair version : 3.195~ppa11~lucid
  397. boot-sav version : 3.195~ppa11~lucid
  398. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  399. boot-sav-extra version : 3.195~ppa11~lucid
  400. File descriptor 7 (pipe:[6693]) leaked on lvs invocation. Parent PID 4149: /bin/sh
  401. File descriptor 8 (pipe:[6693]) leaked on lvs invocation. Parent PID 4149: /bin/sh
  402. No volume groups found
  403. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, x86_64)
  404. CPU op-mode(s): 32-bit, 64-bit
  405. initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
  406. =================== os-prober:
  407. /dev/sda1:Windows 7 (loader):Windows:chain
  408. /dev/sda10:Ubuntu 12.10 (12.10):Ubuntu:linux
  409. /dev/sda5:Windows 7 (loader):Windows1:chain
  410. /dev/sda7:Windows Recovery Environment (loader):Windows2:chain
  411. =================== blkid:
  412. /dev/sda1: LABEL="SYSTEM" UUID="04808A43808A3AE6" TYPE="ntfs"
  413. /dev/sda5: LABEL="Windows 7" UUID="01CD2ACC3553ED00" TYPE="ntfs"
  414. /dev/sda6: LABEL="DATA" UUID="01CDBBF795E19E80" TYPE="ntfs"
  415. /dev/sda7: LABEL="RECOVERY" UUID="3AE498B6E498763B" TYPE="ntfs"
  416. /dev/sda8: LABEL="HP_TOOLS" UUID="9816-27A1" TYPE="vfat"
  417. /dev/sda9: UUID="bf712498-c04d-4882-a9af-a1ceb6123bc3" TYPE="swap"
  418. /dev/sda10: UUID="3150cd05-9623-441a-8f57-7240b31e528a" TYPE="ext4"
  419. /dev/loop0: TYPE="squashfs"
  420. 1 disks with OS, 4 OS : 1 Linux, 0 MacOS, 3 Windows, 0 unknown type OS.
  421. Warning: extended partition does not start at a cylinder boundary.
  422. DOS and Linux will interpret the contents differently.
  423. =================== sda10/etc/default/grub :
  424. # If you change this file, run 'update-grub' afterwards to update
  425. # /boot/grub/grub.cfg.
  426. # For full documentation of the options in this file, see:
  427. # info -f grub -n 'Simple configuration'
  428. GRUB_DEFAULT=0
  429. #GRUB_HIDDEN_TIMEOUT=0
  430. GRUB_HIDDEN_TIMEOUT_QUIET=true
  431. GRUB_TIMEOUT=10
  432. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  433. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  434. GRUB_CMDLINE_LINUX=""
  435. # Uncomment to enable BadRAM filtering, modify to suit your needs
  436. # This works with Linux (no patch required) and with any kernel that obtains
  437. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  438. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  439. # Uncomment to disable graphical terminal (grub-pc only)
  440. #GRUB_TERMINAL=console
  441. # The resolution used on graphical terminal
  442. # note that you can use only modes which your graphic card supports via VBE
  443. # you can see them in real GRUB with the command `vbeinfo'
  444. #GRUB_GFXMODE=640x480
  445. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  446. #GRUB_DISABLE_LINUX_UUID=true
  447. # Uncomment to disable generation of recovery mode menu entries
  448. #GRUB_DISABLE_RECOVERY="true"
  449. # Uncomment to get a beep at grub start
  450. #GRUB_INIT_TUNE="480 440 1"
  451. =================== sda10/etc/grub.d/ :
  452. drwxr-xr-x 2 root root 4096 Oct 17 14:59 grub.d
  453. total 72
  454. -rwxr-xr-x 1 root root 7541 Oct 14 17:36 00_header
  455. -rwxr-xr-x 1 root root 5488 Oct 4 09:30 05_debian_theme
  456. -rwxr-xr-x 1 root root 10891 Oct 14 17:36 10_linux
  457. -rwxr-xr-x 1 root root 10258 Oct 14 17:36 20_linux_xen
  458. -rwxr-xr-x 1 root root 1688 Oct 11 14:10 20_memtest86+
  459. -rwxr-xr-x 1 root root 10976 Oct 14 17:36 30_os-prober
  460. -rwxr-xr-x 1 root root 1426 Oct 14 17:36 30_uefi-firmware
  461. -rwxr-xr-x 1 root root 214 Oct 14 17:36 40_custom
  462. -rwxr-xr-x 1 root root 216 Oct 14 17:36 41_custom
  463. -rw-r--r-- 1 root root 483 Oct 14 17:36 README
  464. =================== UEFI/Legacy mode:
  465. This live-session is not EFI-compatible.
  466. SecureBoot maybe enabled.
  467. =================== PARTITIONS & DISKS:
  468. sda1 : 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, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  469. sda5 : 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, not-far, /mnt/boot-sav/sda5.
  470. 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, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda6.
  471. sda7 : 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, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda7.
  472. sda8 : 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/sda8.
  473. sda10 : 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/sda10.
  474. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  475. =================== parted -l:
  476. Model: ATA ST9500420AS (scsi)
  477. Disk /dev/sda: 500GB
  478. Sector size (logical/physical): 512B/512B
  479. Partition Table: msdos
  480. Number Start End Size Type File system Flags
  481. 1 1049kB 210MB 209MB primary ntfs boot
  482. 2 210MB 500GB 500GB extended lba
  483. 5 210MB 84.4GB 84.2GB logical ntfs
  484. 9 84.4GB 94.4GB 9999MB logical linux-swap(v1)
  485. 10 94.4GB 189GB 94.8GB logical ext4 boot
  486. 6 189GB 483GB 294GB logical ntfs
  487. 7 483GB 500GB 16.5GB logical ntfs
  488. 8 500GB 500GB 108MB logical fat32
  489. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  490. has been opened read-only.
  491. Error: /dev/sr0: unrecognised disk label
  492. =================== parted -lm:
  493. BYT;
  494. /dev/sda:500GB:scsi:512:512:msdos:ATA ST9500420AS;
  495. 1:1049kB:210MB:209MB:ntfs::boot;
  496. 2:210MB:500GB:500GB:::lba;
  497. 5:210MB:84.4GB:84.2GB:ntfs::;
  498. 9:84.4GB:94.4GB:9999MB:linux-swap(v1)::;
  499. 10:94.4GB:189GB:94.8GB:ext4::boot;
  500. 6:189GB:483GB:294GB:ntfs::;
  501. 7:483GB:500GB:16.5GB:ntfs::;
  502. 8:500GB:500GB:108MB:fat32::;
  503. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  504. has been opened read-only.
  505. Error: /dev/sr0: unrecognised disk label
  506. =================== mount:
  507. aufs on / type aufs (rw)
  508. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  509. proc on /proc type proc (rw,noexec,nosuid,nodev)
  510. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  511. udev on /dev type tmpfs (rw,mode=0755)
  512. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  513. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  514. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  515. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  516. tmpfs on /live type tmpfs (rw,relatime)
  517. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  518. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  519. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  520. /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,allow_other,blksize=4096)
  521. /dev/sda6 on /mnt/boot-sav/sda6 type fuseblk (rw,allow_other,blksize=4096)
  522. /dev/sda7 on /mnt/boot-sav/sda7 type fuseblk (rw,allow_other,blksize=4096)
  523. /dev/sda8 on /mnt/boot-sav/sda8 type vfat (rw)
  524. /dev/sda10 on /mnt/boot-sav/sda10 type ext4 (rw)
  525. =================== ls:
  526. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda10 sda2 sda5 sda6 sda7 sda8 sda9 size slaves stat subsystem trace uevent
  527. /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
  528. /dev (filtered): block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd freefall full fuse fw0 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 sda10 sda2 sda5 sda6 sda7 sda8 sda9 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom v4l vga_arbiter video0 xconsole zero
  529. ls /dev/md:
  530. =================== df -Th:
  531. Filesystem Type Size Used Avail Use% Mounted on
  532. aufs aufs 2.0G 8.4M 2.0G 1% /
  533. tmpfs tmpfs 2.0G 0 2.0G 0% /lib/init/rw
  534. udev tmpfs 2.0G 244K 2.0G 1% /dev
  535. tmpfs tmpfs 2.0G 0 2.0G 0% /dev/shm
  536. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  537. tmpfs tmpfs 2.0G 8.4M 2.0G 1% /live/cow
  538. tmpfs tmpfs 2.0G 0 2.0G 0% /live
  539. tmpfs tmpfs 2.0G 8.0K 2.0G 1% /tmp
  540. /dev/sda1 fuseblk 199M 43M 157M 22% /mnt/boot-sav/sda1
  541. /dev/sda5 fuseblk 79G 75G 4.4G 95% /mnt/boot-sav/sda5
  542. /dev/sda6 fuseblk 274G 137G 138G 50% /mnt/boot-sav/sda6
  543. /dev/sda7 fuseblk 16G 13G 2.6G 84% /mnt/boot-sav/sda7
  544. /dev/sda8 vfat 99M 3.9M 96M 4% /mnt/boot-sav/sda8
  545. /dev/sda10 ext4 87G 2.9G 80G 4% /mnt/boot-sav/sda10
  546. =================== fdisk -l:
  547. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  548. 255 heads, 63 sectors/track, 60801 cylinders
  549. Units = cylinders of 16065 * 512 = 8225280 bytes
  550. Sector size (logical/physical): 512 bytes / 512 bytes
  551. I/O size (minimum/optimal): 512 bytes / 512 bytes
  552. Disk identifier: 0x13f539e9
  553. Device Boot Start End Blocks Id System
  554. /dev/sda1 * 1 26 203776 7 HPFS/NTFS
  555. Partition 1 does not end on cylinder boundary.
  556. /dev/sda2 26 60802 488180729 f W95 Ext'd (LBA)
  557. /dev/sda5 26 10266 82253792 7 HPFS/NTFS
  558. /dev/sda6 23014 58782 287305728 7 HPFS/NTFS
  559. /dev/sda7 58782 60789 16113664 7 HPFS/NTFS
  560. /dev/sda8 60789 60802 105464 b W95 FAT32
  561. /dev/sda9 10266 11482 9764864 82 Linux swap / Solaris
  562. /dev/sda10 * 11482 23013 92625920 83 Linux
  563. Partition table entries are not in disk order
  564. =================== Recommended repair
  565. Recommended-Repair
  566. This setting will reinstall the grub2 of sda10 into the MBR of sda.
  567. Additional repair will be performed: unhide-bootmenu-10s
  568. mount: special device /run does not exist
  569. grub-install (GRUB) 2.00-7ubuntu11,grub-install (GRUB) 2.
  570. Reinstall the GRUB of sda10 into the MBR of sda
  571. /usr/sbin/grub-bios-setup: warning: this LDM has no Embedding Partition; embedding won't be possible.
  572. /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..
  573. /usr/sbin/grub-bios-setup: error: will not proceed with blocklists.
  574. grub-install /dev/sda: exit code of grub-install /dev/sda:1
  575. cat: /sys/block/sda: Is a directory
  576. dd if=/dev/sda bs=512 count=1 skip=-1 | hd
  577. Error: bad parameters for LDM workaround. Please report this message to [email protected]
  578. Embedding-error-in-sda detected. You may want to retry after activating the [Separate /boot partition:] option.
  579. chroot /mnt/boot-sav/sda10 update-grub
  580. Generating grub.cfg ...
  581. Found linux image: /boot/vmlinuz-3.5.0-17-generic
  582. Found initrd image: /boot/initrd.img-3.5.0-17-generic
  583. Found memtest86+ image: /boot/memtest86+.bin
  584. Found Windows 8 (loader) on /dev/sda1
  585. Found Windows 8 (loader) on /dev/sda5
  586. Found Windows Recovery Environment (loader) on /dev/sda7
  587. umount: /mnt/boot-sav/sda10/run: not mounted
  588. Unhide GRUB boot menu in sda10/boot/grub/grub.cfg
  589. An error occurred during the repair.
  590. You can now reboot your computer.