1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. in partition 1 for (,msdos1)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: Grub2 (v1.99-2.00)
  9. Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda1
  10. and looks at sector 34775088 of the same hard drive
  11. for core.img. core.img is at this location and looks
  12. in partition 1 for (,msdos1)/boot/grub.
  13. Operating System: Ubuntu 13.04
  14. Boot files: /boot/grub/grub.cfg /etc/fstab
  15. /boot/extlinux/extlinux.conf
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: ntfs
  19. Boot sector type: Windows Vista/7: NTFS
  20. Boot sector info: No errors found in the Boot Parameter Block.
  21. Operating System:
  22. Boot files:
  23. sda3: __________________________________________________________________________
  24. File system: Extended Partition
  25. Boot sector type: -
  26. Boot sector info:
  27. sda5: __________________________________________________________________________
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  34. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  35. Units = sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 4096 bytes
  37. Partition Boot Start Sector End Sector # of Sectors Id System
  38. /dev/sda1 * 2,048 40,062,975 40,060,928 83 Linux
  39. /dev/sda2 51,701,760 625,139,711 573,437,952 7 NTFS / exFAT / HPFS
  40. /dev/sda3 40,065,022 51,701,759 11,636,738 5 Extended
  41. /dev/sda5 40,065,024 51,701,759 11,636,736 82 Linux swap / Solaris
  42. "blkid" output: ________________________________________________________________
  43. Device UUID TYPE LABEL
  44. /dev/loop0 squashfs
  45. /dev/sda1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a ext4
  46. /dev/sda2 B84CAE654CAE1DDE ntfs Store
  47. /dev/sda5 fc9eb209-5a85-4546-86da-a5656ff9f581 swap
  48. ================================ Mount points: =================================
  49. Device Mount_Point Type Options
  50. /dev/sr0 /live/image iso9660 (ro,noatime)
  51. =========================== sda1/boot/grub/grub.cfg: ===========================
  52. --------------------------------------------------------------------------------
  53. #
  54. # DO NOT EDIT THIS FILE
  55. #
  56. # It is automatically generated by grub-mkconfig using templates
  57. # from /etc/grub.d and settings from /etc/default/grub
  58. #
  59. ### BEGIN /etc/grub.d/00_header ###
  60. if [ -s $prefix/grubenv ]; then
  61. set have_grubenv=true
  62. load_env
  63. fi
  64. set default="0"
  65. if [ x"${feature_menuentry_id}" = xy ]; then
  66. menuentry_id_option="--id"
  67. else
  68. menuentry_id_option=""
  69. fi
  70. export menuentry_id_option
  71. if [ "${prev_saved_entry}" ]; then
  72. set saved_entry="${prev_saved_entry}"
  73. save_env saved_entry
  74. set prev_saved_entry=
  75. save_env prev_saved_entry
  76. set boot_once=true
  77. fi
  78. function savedefault {
  79. if [ -z "${boot_once}" ]; then
  80. saved_entry="${chosen}"
  81. save_env saved_entry
  82. fi
  83. }
  84. function recordfail {
  85. set recordfail=1
  86. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  87. }
  88. function load_video {
  89. if [ x$feature_all_video_module = xy ]; then
  90. insmod all_video
  91. else
  92. insmod efi_gop
  93. insmod efi_uga
  94. insmod ieee1275_fb
  95. insmod vbe
  96. insmod vga
  97. insmod video_bochs
  98. insmod video_cirrus
  99. fi
  100. }
  101. if [ x$feature_default_font_path = xy ] ; then
  102. font=unicode
  103. else
  104. insmod part_msdos
  105. insmod ext2
  106. set root='hd0,msdos1'
  107. if [ x$feature_platform_search_hint = xy ]; then
  108. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  109. else
  110. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  111. fi
  112. font="/usr/share/grub/unicode.pf2"
  113. fi
  114. if loadfont $font ; then
  115. set gfxmode=auto
  116. load_video
  117. insmod gfxterm
  118. set locale_dir=$prefix/locale
  119. set lang=en_US
  120. insmod gettext
  121. fi
  122. terminal_output gfxterm
  123. if [ "${recordfail}" = 1 ]; then
  124. set timeout=10
  125. else
  126. set timeout=10
  127. fi
  128. ### END /etc/grub.d/00_header ###
  129. ### BEGIN /etc/grub.d/05_debian_theme ###
  130. set menu_color_normal=white/black
  131. set menu_color_highlight=black/light-gray
  132. if background_color 44,0,30; then
  133. clear
  134. fi
  135. ### END /etc/grub.d/05_debian_theme ###
  136. ### BEGIN /etc/grub.d/10_linux ###
  137. function gfxmode {
  138. set gfxpayload="${1}"
  139. if [ "${1}" = "keep" ]; then
  140. set vt_handoff=vt.handoff=7
  141. else
  142. set vt_handoff=
  143. fi
  144. }
  145. if [ "${recordfail}" != 1 ]; then
  146. if [ -e ${prefix}/gfxblacklist.txt ]; then
  147. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  148. if [ ${match} = 0 ]; then
  149. set linux_gfx_mode=keep
  150. else
  151. set linux_gfx_mode=text
  152. fi
  153. else
  154. set linux_gfx_mode=text
  155. fi
  156. else
  157. set linux_gfx_mode=keep
  158. fi
  159. else
  160. set linux_gfx_mode=text
  161. fi
  162. export linux_gfx_mode
  163. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  164. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  165. recordfail
  166. gfxmode $linux_gfx_mode
  167. insmod gzio
  168. insmod part_msdos
  169. insmod ext2
  170. set root='hd0,msdos1'
  171. if [ x$feature_platform_search_hint = xy ]; then
  172. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  173. else
  174. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  175. fi
  176. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro quiet splash $vt_handoff
  177. initrd /boot/initrd.img-3.5.0-27-generic
  178. }
  179. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  180. menuentry 'Ubuntu, with Linux 3.5.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-advanced-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  181. recordfail
  182. gfxmode $linux_gfx_mode
  183. insmod gzio
  184. insmod part_msdos
  185. insmod ext2
  186. set root='hd0,msdos1'
  187. if [ x$feature_platform_search_hint = xy ]; then
  188. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  189. else
  190. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  191. fi
  192. echo 'Loading Linux 3.5.0-27-generic ...'
  193. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro quiet splash $vt_handoff
  194. echo 'Loading initial ramdisk ...'
  195. initrd /boot/initrd.img-3.5.0-27-generic
  196. }
  197. menuentry 'Ubuntu, with Linux 3.5.0-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-recovery-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  198. recordfail
  199. insmod gzio
  200. insmod part_msdos
  201. insmod ext2
  202. set root='hd0,msdos1'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  205. else
  206. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  207. fi
  208. echo 'Loading Linux 3.5.0-27-generic ...'
  209. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro recovery nomodeset
  210. echo 'Loading initial ramdisk ...'
  211. initrd /boot/initrd.img-3.5.0-27-generic
  212. }
  213. menuentry 'Ubuntu, with Linux 3.5.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-advanced-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  214. recordfail
  215. gfxmode $linux_gfx_mode
  216. insmod gzio
  217. insmod part_msdos
  218. insmod ext2
  219. set root='hd0,msdos1'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  222. else
  223. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  224. fi
  225. echo 'Loading Linux 3.5.0-26-generic ...'
  226. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro quiet splash $vt_handoff
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-3.5.0-26-generic
  229. }
  230. menuentry 'Ubuntu, with Linux 3.5.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-recovery-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  231. recordfail
  232. insmod gzio
  233. insmod part_msdos
  234. insmod ext2
  235. set root='hd0,msdos1'
  236. if [ x$feature_platform_search_hint = xy ]; then
  237. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  238. else
  239. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  240. fi
  241. echo 'Loading Linux 3.5.0-26-generic ...'
  242. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro recovery nomodeset
  243. echo 'Loading initial ramdisk ...'
  244. initrd /boot/initrd.img-3.5.0-26-generic
  245. }
  246. menuentry 'Ubuntu, with Linux 3.5.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-advanced-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  247. recordfail
  248. gfxmode $linux_gfx_mode
  249. insmod gzio
  250. insmod part_msdos
  251. insmod ext2
  252. set root='hd0,msdos1'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  255. else
  256. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  257. fi
  258. echo 'Loading Linux 3.5.0-25-generic ...'
  259. linux /boot/vmlinuz-3.5.0-25-generic root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro quiet splash $vt_handoff
  260. echo 'Loading initial ramdisk ...'
  261. initrd /boot/initrd.img-3.5.0-25-generic
  262. }
  263. menuentry 'Ubuntu, with Linux 3.5.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-recovery-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  264. recordfail
  265. insmod gzio
  266. insmod part_msdos
  267. insmod ext2
  268. set root='hd0,msdos1'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  271. else
  272. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  273. fi
  274. echo 'Loading Linux 3.5.0-25-generic ...'
  275. linux /boot/vmlinuz-3.5.0-25-generic root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro recovery nomodeset
  276. echo 'Loading initial ramdisk ...'
  277. initrd /boot/initrd.img-3.5.0-25-generic
  278. }
  279. menuentry 'Ubuntu, with Linux 3.2.0-38-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-38-generic-pae-advanced-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  280. recordfail
  281. gfxmode $linux_gfx_mode
  282. insmod gzio
  283. insmod part_msdos
  284. insmod ext2
  285. set root='hd0,msdos1'
  286. if [ x$feature_platform_search_hint = xy ]; then
  287. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  288. else
  289. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  290. fi
  291. echo 'Loading Linux 3.2.0-38-generic-pae ...'
  292. linux /boot/vmlinuz-3.2.0-38-generic-pae root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro quiet splash $vt_handoff
  293. echo 'Loading initial ramdisk ...'
  294. initrd /boot/initrd.img-3.2.0-38-generic-pae
  295. }
  296. menuentry 'Ubuntu, with Linux 3.2.0-38-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-38-generic-pae-recovery-cb17a09a-ae4f-4abe-bb14-19ef97229a5a' {
  297. recordfail
  298. insmod gzio
  299. insmod part_msdos
  300. insmod ext2
  301. set root='hd0,msdos1'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  304. else
  305. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  306. fi
  307. echo 'Loading Linux 3.2.0-38-generic-pae ...'
  308. linux /boot/vmlinuz-3.2.0-38-generic-pae root=UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a ro recovery nomodeset
  309. echo 'Loading initial ramdisk ...'
  310. initrd /boot/initrd.img-3.2.0-38-generic-pae
  311. }
  312. }
  313. ### END /etc/grub.d/10_linux ###
  314. ### BEGIN /etc/grub.d/20_linux_xen ###
  315. ### END /etc/grub.d/20_linux_xen ###
  316. ### BEGIN /etc/grub.d/20_memtest86+ ###
  317. menuentry "Memory test (memtest86+)" {
  318. insmod part_msdos
  319. insmod ext2
  320. set root='hd0,msdos1'
  321. if [ x$feature_platform_search_hint = xy ]; then
  322. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  323. else
  324. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  325. fi
  326. linux16 /boot/memtest86+.bin
  327. }
  328. menuentry "Memory test (memtest86+, serial console 115200)" {
  329. insmod part_msdos
  330. insmod ext2
  331. set root='hd0,msdos1'
  332. if [ x$feature_platform_search_hint = xy ]; then
  333. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  334. else
  335. search --no-floppy --fs-uuid --set=root cb17a09a-ae4f-4abe-bb14-19ef97229a5a
  336. fi
  337. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  338. }
  339. ### END /etc/grub.d/20_memtest86+ ###
  340. ### BEGIN /etc/grub.d/30_os-prober ###
  341. ### END /etc/grub.d/30_os-prober ###
  342. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  343. ### END /etc/grub.d/30_uefi-firmware ###
  344. ### BEGIN /etc/grub.d/40_custom ###
  345. # This file provides an easy way to add custom menu entries. Simply type the
  346. # menu entries you want to add after this comment. Be careful not to change
  347. # the 'exec tail' line above.
  348. ### END /etc/grub.d/40_custom ###
  349. ### BEGIN /etc/grub.d/41_custom ###
  350. if [ -f ${config_directory}/custom.cfg ]; then
  351. source ${config_directory}/custom.cfg
  352. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  353. source $prefix/custom.cfg;
  354. fi
  355. ### END /etc/grub.d/41_custom ###
  356. --------------------------------------------------------------------------------
  357. =============================== sda1/etc/fstab: ================================
  358. --------------------------------------------------------------------------------
  359. # /etc/fstab: static file system information.
  360. #
  361. # Use 'blkid' to print the universally unique identifier for a
  362. # device; this may be used with UUID= as a more robust way to name devices
  363. # that works even if disks are added and removed. See fstab(5).
  364. #
  365. # <file system> <mount point> <type> <options> <dump> <pass>
  366. proc /proc proc nodev,noexec,nosuid 0 0
  367. # / was on /dev/sda1 during installation
  368. UUID=cb17a09a-ae4f-4abe-bb14-19ef97229a5a / ext4 errors=remount-ro 0 1
  369. # swap was on /dev/sda5 during installation
  370. UUID=fc9eb209-5a85-4546-86da-a5656ff9f581 none swap sw 0 0
  371. --------------------------------------------------------------------------------
  372. ====================== sda1/boot/extlinux/extlinux.conf: =======================
  373. --------------------------------------------------------------------------------
  374. ## /boot/extlinux/extlinux.conf
  375. ##
  376. ## IMPORTANT WARNING
  377. ##
  378. ## The configuration of this file is generated automatically.
  379. ## Do not edit this file manually, use: extlinux-update
  380. default l0
  381. prompt 1
  382. timeout 50
  383. include themes/debian/theme.cfg
  384. --------------------------------------------------------------------------------
  385. =================== sda1: Location of files loaded by Grub: ====================
  386. GiB - GB File Fragment(s)
  387. ?? = ?? boot/grub/grub.cfg 1
  388. ?? = ?? boot/initrd.img-3.2.0-38-generic-pae 2
  389. ?? = ?? boot/initrd.img-3.5.0-25-generic 2
  390. ?? = ?? boot/initrd.img-3.5.0-26-generic 1
  391. ?? = ?? boot/initrd.img-3.5.0-27-generic 1
  392. ?? = ?? boot/vmlinuz-3.2.0-38-generic-pae 1
  393. ?? = ?? boot/vmlinuz-3.5.0-25-generic 1
  394. ?? = ?? boot/vmlinuz-3.5.0-26-generic 1
  395. ?? = ?? boot/vmlinuz-3.5.0-27-generic 2
  396. ?? = ?? initrd.img 1
  397. ?? = ?? vmlinuz 2
  398. ?? = ?? vmlinuz.old 2
  399. ================= sda1: Location of files loaded by Syslinux: ==================
  400. GiB - GB File Fragment(s)
  401. ?? = ?? boot/extlinux/chain.c32 1
  402. ?? = ?? boot/extlinux/extlinux.conf 1
  403. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  404. boot/extlinux/chain.c32 : COM32R module (v4.xx)
  405. =============================== StdErr Messages: ===============================
  406. cat: write error: Broken pipe
  407. cat: write error: Broken pipe
  408. File descriptor 7 (pipe:[6589]) leaked on lvscan invocation. Parent PID 10154: bash
  409. File descriptor 8 (pipe:[6589]) leaked on lvscan invocation. Parent PID 10154: bash
  410. No volume groups found
  411. mdadm: No arrays found in config file or automatically
  412. ADDITIONAL INFORMATION :
  413. =================== log of boot-repair 2013-04-28__13h15 ===================
  414. boot-repair version : 3.195~ppa11~lucid
  415. boot-sav version : 3.195~ppa11~lucid
  416. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  417. boot-sav-extra version : 3.195~ppa11~lucid
  418. File descriptor 7 (pipe:[6589]) leaked on lvs invocation. Parent PID 3812: /bin/sh
  419. File descriptor 8 (pipe:[6589]) leaked on lvs invocation. Parent PID 3812: /bin/sh
  420. No volume groups found
  421. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, x86_64)
  422. CPU op-mode(s): 32-bit, 64-bit
  423. initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
  424. =================== os-prober:
  425. /dev/sda1:Ubuntu 13.04 (13.04):Ubuntu:linux
  426. =================== blkid:
  427. /dev/sda1: UUID="cb17a09a-ae4f-4abe-bb14-19ef97229a5a" TYPE="ext4"
  428. /dev/sda2: LABEL="Store" UUID="B84CAE654CAE1DDE" TYPE="ntfs"
  429. /dev/sda5: UUID="fc9eb209-5a85-4546-86da-a5656ff9f581" TYPE="swap"
  430. /dev/loop0: TYPE="squashfs"
  431. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  432. Warning: extended partition does not start at a cylinder boundary.
  433. DOS and Linux will interpret the contents differently.
  434. =================== sda1/etc/default/grub :
  435. # If you change this file, run 'update-grub' afterwards to update
  436. # /boot/grub/grub.cfg.
  437. # For full documentation of the options in this file, see:
  438. # info -f grub -n 'Simple configuration'
  439. GRUB_DEFAULT=0
  440. GRUB_HIDDEN_TIMEOUT=0
  441. GRUB_HIDDEN_TIMEOUT_QUIET=true
  442. GRUB_TIMEOUT=10
  443. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  444. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  445. GRUB_CMDLINE_LINUX=""
  446. # Uncomment to enable BadRAM filtering, modify to suit your needs
  447. # This works with Linux (no patch required) and with any kernel that obtains
  448. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  449. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  450. # Uncomment to disable graphical terminal (grub-pc only)
  451. #GRUB_TERMINAL=console
  452. # The resolution used on graphical terminal
  453. # note that you can use only modes which your graphic card supports via VBE
  454. # you can see them in real GRUB with the command `vbeinfo'
  455. #GRUB_GFXMODE=640x480
  456. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  457. #GRUB_DISABLE_LINUX_UUID=true
  458. # Uncomment to disable generation of recovery mode menu entries
  459. #GRUB_DISABLE_RECOVERY="true"
  460. # Uncomment to get a beep at grub start
  461. #GRUB_INIT_TUNE="480 440 1"
  462. =================== sda1/etc/grub.d/ :
  463. drwxr-xr-x 2 root root 4096 Mar 16 13:59 grub.d
  464. total 72
  465. -rwxr-xr-x 1 root root 7541 Oct 14 2012 00_header
  466. -rwxr-xr-x 1 root root 5488 Oct 4 2012 05_debian_theme
  467. -rwxr-xr-x 1 root root 10891 Oct 14 2012 10_linux
  468. -rwxr-xr-x 1 root root 10258 Oct 14 2012 20_linux_xen
  469. -rwxr-xr-x 1 root root 1688 Jan 3 22:47 20_memtest86+
  470. -rwxr-xr-x 1 root root 10976 Oct 14 2012 30_os-prober
  471. -rwxr-xr-x 1 root root 1426 Oct 14 2012 30_uefi-firmware
  472. -rwxr-xr-x 1 root root 214 May 17 2012 40_custom
  473. -rwxr-xr-x 1 root root 216 Oct 14 2012 41_custom
  474. -rw-r--r-- 1 root root 483 May 17 2012 README
  475. =================== sda1recordfail=1/grub/grubenv :
  476. recordfail=1
  477. =================== UEFI/Legacy mode:
  478. This live-session is not EFI-compatible.
  479. SecureBoot maybe enabled.
  480. =================== PARTITIONS & DISKS:
  481. sda1 : sda, not-sepboot, grubenv-ng grub2, grub-pc, update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  482. sda2 : 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/sda2.
  483. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  484. =================== parted -l:
  485. Model: ATA WDC WD3200BPVT-8 (scsi)
  486. Disk /dev/sda: 320GB
  487. Sector size (logical/physical): 512B/4096B
  488. Partition Table: msdos
  489. Number Start End Size Type File system Flags
  490. 1 1049kB 20.5GB 20.5GB primary ext4 boot
  491. 3 20.5GB 26.5GB 5958MB extended
  492. 5 20.5GB 26.5GB 5958MB logical linux-swap(v1)
  493. 2 26.5GB 320GB 294GB primary ntfs
  494. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  495. has been opened read-only.
  496. Error: /dev/sr0: unrecognised disk label
  497. =================== parted -lm:
  498. BYT;
  499. /dev/sda:320GB:scsi:512:4096:msdos:ATA WDC WD3200BPVT-8;
  500. 1:1049kB:20.5GB:20.5GB:ext4::boot;
  501. 3:20.5GB:26.5GB:5958MB:::;
  502. 5:20.5GB:26.5GB:5958MB:linux-swap(v1)::;
  503. 2:26.5GB:320GB:294GB:ntfs::;
  504. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  505. has been opened read-only.
  506. Error: /dev/sr0: unrecognised disk label
  507. =================== mount:
  508. aufs on / type aufs (rw)
  509. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  510. proc on /proc type proc (rw,noexec,nosuid,nodev)
  511. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  512. udev on /dev type tmpfs (rw,mode=0755)
  513. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  514. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  515. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  516. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  517. tmpfs on /live type tmpfs (rw,relatime)
  518. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  519. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  520. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
  521. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,allow_other,blksize=4096)
  522. =================== ls:
  523. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda5 size slaves stat subsystem trace uevent
  524. /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
  525. /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd full fuse 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 sda5 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom vga_arbiter xconsole zero
  526. ls /dev/md:
  527. =================== df -Th:
  528. Filesystem Type Size Used Avail Use% Mounted on
  529. aufs aufs 1.9G 8.4M 1.9G 1% /
  530. tmpfs tmpfs 1.9G 0 1.9G 0% /lib/init/rw
  531. udev tmpfs 1.9G 176K 1.9G 1% /dev
  532. tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm
  533. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  534. tmpfs tmpfs 1.9G 8.4M 1.9G 1% /live/cow
  535. tmpfs tmpfs 1.9G 0 1.9G 0% /live
  536. tmpfs tmpfs 1.9G 8.0K 1.9G 1% /tmp
  537. /dev/sda1 ext4 19G 13G 5.4G 71% /mnt/boot-sav/sda1
  538. /dev/sda2 fuseblk 274G 174G 100G 64% /mnt/boot-sav/sda2
  539. =================== fdisk -l:
  540. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  541. 255 heads, 63 sectors/track, 38913 cylinders
  542. Units = cylinders of 16065 * 512 = 8225280 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk identifier: 0xef24b474
  546. Device Boot Start End Blocks Id System
  547. /dev/sda1 * 1 2494 20030464 83 Linux
  548. /dev/sda2 3219 38914 286718976 7 HPFS/NTFS
  549. Partition 2 does not end on cylinder boundary.
  550. /dev/sda3 2494 3219 5818369 5 Extended
  551. Partition 3 does not start on physical sector boundary.
  552. /dev/sda5 2494 3219 5818368 82 Linux swap / Solaris
  553. Partition table entries are not in disk order
  554. =================== Recommended repair
  555. Recommended-Repair
  556. This setting will reinstall the grub2 of sda1 into the MBR of sda.
  557. Additional repair will be performed: unhide-bootmenu-10s
  558. mount: special device /run does not exist
  559. Unhide GRUB boot menu in sda1/etc/default/grub
  560. grub-install (GRUB) 2.00-7ubuntu11,grub-install (GRUB) 2.
  561. Reinstall the GRUB of sda1 into the MBR of sda
  562. Installation finished. No error reported.
  563. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  564. chroot /mnt/boot-sav/sda1 update-grub
  565. Generating grub.cfg ...
  566. Found linux image: /boot/vmlinuz-3.5.0-27-generic
  567. Found initrd image: /boot/initrd.img-3.5.0-27-generic
  568. Found linux image: /boot/vmlinuz-3.5.0-26-generic
  569. Found initrd image: /boot/initrd.img-3.5.0-26-generic
  570. Found linux image: /boot/vmlinuz-3.5.0-25-generic
  571. Found initrd image: /boot/initrd.img-3.5.0-25-generic
  572. Found linux image: /boot/vmlinuz-3.2.0-38-generic-pae
  573. Found initrd image: /boot/initrd.img-3.2.0-38-generic-pae
  574. Found memtest86+ image: /boot/memtest86+.bin
  575. umount: /mnt/boot-sav/sda1/run: not mounted
  576. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  577. Boot successfully repaired.
  578. You can now reboot your computer.