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