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. for (,msdos6)/boot/grub on this drive.
  6. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  7. sda1: __________________________________________________________________________
  8. File system: ntfs
  9. Boot sector type: Windows Vista/7: NTFS
  10. Boot sector info: No errors found in the Boot Parameter Block.
  11. Operating System: Windows Vista
  12. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  13. sda2: __________________________________________________________________________
  14. File system: Extended Partition
  15. Boot sector type: -
  16. Boot sector info:
  17. sda5: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. sda6: __________________________________________________________________________
  22. File system: ext4
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System: Ubuntu 12.04.1 LTS
  26. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  27. sdb1: __________________________________________________________________________
  28. File system: vfat
  29. Boot sector type: SYSLINUX 4.05 20120131
  30. Boot sector info: Syslinux looks at sector 733752 of /dev/sdb1 for its
  31. second stage. SYSLINUX is installed in the directory.
  32. According to the info in the boot sector, sdb1 starts
  33. at sector 0. But according to the info from fdisk,
  34. sdb1 starts at sector 62.
  35. Operating System:
  36. Boot files: /syslinux.cfg /ldlinux.sys
  37. ============================ Drive/Partition Info: =============================
  38. Drive: sda _____________________________________________________________________
  39. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  40. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  41. Units = sectors of 1 * 512 = 512 bytes
  42. Sector size (logical/physical): 512 bytes / 4096 bytes
  43. Partition Boot Start Sector End Sector # of Sectors Id System
  44. /dev/sda1 * 2,048 227,557,375 227,555,328 7 NTFS / exFAT / HPFS
  45. /dev/sda2 227,559,422 976,771,071 749,211,650 5 Extended
  46. /dev/sda5 972,863,488 976,771,071 3,907,584 82 Linux swap / Solaris
  47. /dev/sda6 227,559,424 972,863,487 745,304,064 83 Linux
  48. Drive: sdb _____________________________________________________________________
  49. Disk /dev/sdb: 4051 MB, 4051697664 bytes
  50. 125 heads, 62 sectors/track, 1021 cylinders, total 7913472 sectors
  51. Units = sectors of 1 * 512 = 512 bytes
  52. Sector size (logical/physical): 512 bytes / 512 bytes
  53. Partition Boot Start Sector End Sector # of Sectors Id System
  54. /dev/sdb1 * 62 7,912,749 7,912,688 c W95 FAT32 (LBA)
  55. "blkid" output: ________________________________________________________________
  56. Device UUID TYPE LABEL
  57. /dev/loop0 squashfs
  58. /dev/sda1 003649913649891C ntfs
  59. /dev/sda5 388d41d8-07cf-4982-bda4-bffdbdb0213d swap
  60. /dev/sda6 d4c9e2f2-049b-4359-96ab-9ff446ae470e ext4
  61. /dev/sdb1 B586-9C5C vfat Precise
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/sdb1 /live/image vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro)
  65. =========================== sda6/boot/grub/grub.cfg: ===========================
  66. --------------------------------------------------------------------------------
  67. #
  68. # DO NOT EDIT THIS FILE
  69. #
  70. # It is automatically generated by grub-mkconfig using templates
  71. # from /etc/grub.d and settings from /etc/default/grub
  72. #
  73. ### BEGIN /etc/grub.d/00_header ###
  74. if [ -s $prefix/grubenv ]; then
  75. set have_grubenv=true
  76. load_env
  77. fi
  78. set default="0"
  79. if [ "${prev_saved_entry}" ]; then
  80. set saved_entry="${prev_saved_entry}"
  81. save_env saved_entry
  82. set prev_saved_entry=
  83. save_env prev_saved_entry
  84. set boot_once=true
  85. fi
  86. function savedefault {
  87. if [ -z "${boot_once}" ]; then
  88. saved_entry="${chosen}"
  89. save_env saved_entry
  90. fi
  91. }
  92. function recordfail {
  93. set recordfail=1
  94. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  95. }
  96. function load_video {
  97. insmod vbe
  98. insmod vga
  99. insmod video_bochs
  100. insmod video_cirrus
  101. }
  102. insmod part_msdos
  103. insmod ext2
  104. set root='(hd0,msdos6)'
  105. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  106. if loadfont /usr/share/grub/unicode.pf2 ; then
  107. set gfxmode=auto
  108. load_video
  109. insmod gfxterm
  110. insmod part_msdos
  111. insmod ext2
  112. set root='(hd0,msdos6)'
  113. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  114. set locale_dir=($root)/boot/grub/locale
  115. set lang=en_US
  116. insmod gettext
  117. fi
  118. terminal_output gfxterm
  119. if [ "${recordfail}" = 1 ]; then
  120. set timeout=10
  121. else
  122. set timeout=10
  123. fi
  124. ### END /etc/grub.d/00_header ###
  125. ### BEGIN /etc/grub.d/05_debian_theme ###
  126. set menu_color_normal=white/black
  127. set menu_color_highlight=black/light-gray
  128. if background_color 44,0,30; then
  129. clear
  130. fi
  131. ### END /etc/grub.d/05_debian_theme ###
  132. ### BEGIN /etc/grub.d/10_linux ###
  133. function gfxmode {
  134. set gfxpayload="${1}"
  135. if [ "${1}" = "keep" ]; then
  136. set vt_handoff=vt.handoff=7
  137. else
  138. set vt_handoff=
  139. fi
  140. }
  141. if [ "${recordfail}" != 1 ]; then
  142. if [ -e ${prefix}/gfxblacklist.txt ]; then
  143. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  144. if [ ${match} = 0 ]; then
  145. set linux_gfx_mode=keep
  146. else
  147. set linux_gfx_mode=text
  148. fi
  149. else
  150. set linux_gfx_mode=text
  151. fi
  152. else
  153. set linux_gfx_mode=keep
  154. fi
  155. else
  156. set linux_gfx_mode=text
  157. fi
  158. export linux_gfx_mode
  159. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  160. menuentry 'Ubuntu, with Linux 3.2.0-34-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  161. recordfail
  162. gfxmode $linux_gfx_mode
  163. insmod gzio
  164. insmod part_msdos
  165. insmod ext2
  166. set root='(hd0,msdos6)'
  167. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  168. linux /boot/vmlinuz-3.2.0-34-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  169. initrd /boot/initrd.img-3.2.0-34-generic-pae
  170. }
  171. menuentry 'Ubuntu, with Linux 3.2.0-34-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  172. recordfail
  173. insmod gzio
  174. insmod part_msdos
  175. insmod ext2
  176. set root='(hd0,msdos6)'
  177. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  178. echo 'Loading Linux 3.2.0-34-generic-pae ...'
  179. linux /boot/vmlinuz-3.2.0-34-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  180. echo 'Loading initial ramdisk ...'
  181. initrd /boot/initrd.img-3.2.0-34-generic-pae
  182. }
  183. submenu "Previous Linux versions" {
  184. menuentry 'Ubuntu, with Linux 3.2.0-33-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  185. recordfail
  186. gfxmode $linux_gfx_mode
  187. insmod gzio
  188. insmod part_msdos
  189. insmod ext2
  190. set root='(hd0,msdos6)'
  191. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  192. linux /boot/vmlinuz-3.2.0-33-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  193. initrd /boot/initrd.img-3.2.0-33-generic-pae
  194. }
  195. menuentry 'Ubuntu, with Linux 3.2.0-33-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  196. recordfail
  197. insmod gzio
  198. insmod part_msdos
  199. insmod ext2
  200. set root='(hd0,msdos6)'
  201. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  202. echo 'Loading Linux 3.2.0-33-generic-pae ...'
  203. linux /boot/vmlinuz-3.2.0-33-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  204. echo 'Loading initial ramdisk ...'
  205. initrd /boot/initrd.img-3.2.0-33-generic-pae
  206. }
  207. menuentry 'Ubuntu, with Linux 3.2.0-32-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  208. recordfail
  209. gfxmode $linux_gfx_mode
  210. insmod gzio
  211. insmod part_msdos
  212. insmod ext2
  213. set root='(hd0,msdos6)'
  214. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  215. linux /boot/vmlinuz-3.2.0-32-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  216. initrd /boot/initrd.img-3.2.0-32-generic-pae
  217. }
  218. menuentry 'Ubuntu, with Linux 3.2.0-32-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  219. recordfail
  220. insmod gzio
  221. insmod part_msdos
  222. insmod ext2
  223. set root='(hd0,msdos6)'
  224. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  225. echo 'Loading Linux 3.2.0-32-generic-pae ...'
  226. linux /boot/vmlinuz-3.2.0-32-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-3.2.0-32-generic-pae
  229. }
  230. menuentry 'Ubuntu, with Linux 3.2.0-31-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  231. recordfail
  232. gfxmode $linux_gfx_mode
  233. insmod gzio
  234. insmod part_msdos
  235. insmod ext2
  236. set root='(hd0,msdos6)'
  237. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  238. linux /boot/vmlinuz-3.2.0-31-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  239. initrd /boot/initrd.img-3.2.0-31-generic-pae
  240. }
  241. menuentry 'Ubuntu, with Linux 3.2.0-31-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  242. recordfail
  243. insmod gzio
  244. insmod part_msdos
  245. insmod ext2
  246. set root='(hd0,msdos6)'
  247. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  248. echo 'Loading Linux 3.2.0-31-generic-pae ...'
  249. linux /boot/vmlinuz-3.2.0-31-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  250. echo 'Loading initial ramdisk ...'
  251. initrd /boot/initrd.img-3.2.0-31-generic-pae
  252. }
  253. menuentry 'Ubuntu, with Linux 3.2.0-30-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  254. recordfail
  255. gfxmode $linux_gfx_mode
  256. insmod gzio
  257. insmod part_msdos
  258. insmod ext2
  259. set root='(hd0,msdos6)'
  260. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  261. linux /boot/vmlinuz-3.2.0-30-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  262. initrd /boot/initrd.img-3.2.0-30-generic-pae
  263. }
  264. menuentry 'Ubuntu, with Linux 3.2.0-30-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  265. recordfail
  266. insmod gzio
  267. insmod part_msdos
  268. insmod ext2
  269. set root='(hd0,msdos6)'
  270. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  271. echo 'Loading Linux 3.2.0-30-generic-pae ...'
  272. linux /boot/vmlinuz-3.2.0-30-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  273. echo 'Loading initial ramdisk ...'
  274. initrd /boot/initrd.img-3.2.0-30-generic-pae
  275. }
  276. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  277. recordfail
  278. gfxmode $linux_gfx_mode
  279. insmod gzio
  280. insmod part_msdos
  281. insmod ext2
  282. set root='(hd0,msdos6)'
  283. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  284. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  285. initrd /boot/initrd.img-3.2.0-29-generic-pae
  286. }
  287. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  288. recordfail
  289. insmod gzio
  290. insmod part_msdos
  291. insmod ext2
  292. set root='(hd0,msdos6)'
  293. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  294. echo 'Loading Linux 3.2.0-29-generic-pae ...'
  295. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  296. echo 'Loading initial ramdisk ...'
  297. initrd /boot/initrd.img-3.2.0-29-generic-pae
  298. }
  299. menuentry 'Ubuntu, with Linux 3.2.0-27-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  300. recordfail
  301. gfxmode $linux_gfx_mode
  302. insmod gzio
  303. insmod part_msdos
  304. insmod ext2
  305. set root='(hd0,msdos6)'
  306. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  307. linux /boot/vmlinuz-3.2.0-27-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  308. initrd /boot/initrd.img-3.2.0-27-generic-pae
  309. }
  310. menuentry 'Ubuntu, with Linux 3.2.0-27-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  311. recordfail
  312. insmod gzio
  313. insmod part_msdos
  314. insmod ext2
  315. set root='(hd0,msdos6)'
  316. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  317. echo 'Loading Linux 3.2.0-27-generic-pae ...'
  318. linux /boot/vmlinuz-3.2.0-27-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  319. echo 'Loading initial ramdisk ...'
  320. initrd /boot/initrd.img-3.2.0-27-generic-pae
  321. }
  322. menuentry 'Ubuntu, with Linux 3.2.0-26-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  323. recordfail
  324. gfxmode $linux_gfx_mode
  325. insmod gzio
  326. insmod part_msdos
  327. insmod ext2
  328. set root='(hd0,msdos6)'
  329. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  330. linux /boot/vmlinuz-3.2.0-26-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  331. initrd /boot/initrd.img-3.2.0-26-generic-pae
  332. }
  333. menuentry 'Ubuntu, with Linux 3.2.0-26-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  334. recordfail
  335. insmod gzio
  336. insmod part_msdos
  337. insmod ext2
  338. set root='(hd0,msdos6)'
  339. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  340. echo 'Loading Linux 3.2.0-26-generic-pae ...'
  341. linux /boot/vmlinuz-3.2.0-26-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  342. echo 'Loading initial ramdisk ...'
  343. initrd /boot/initrd.img-3.2.0-26-generic-pae
  344. }
  345. menuentry 'Ubuntu, with Linux 3.2.0-25-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  346. recordfail
  347. gfxmode $linux_gfx_mode
  348. insmod gzio
  349. insmod part_msdos
  350. insmod ext2
  351. set root='(hd0,msdos6)'
  352. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  353. linux /boot/vmlinuz-3.2.0-25-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  354. initrd /boot/initrd.img-3.2.0-25-generic-pae
  355. }
  356. menuentry 'Ubuntu, with Linux 3.2.0-25-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  357. recordfail
  358. insmod gzio
  359. insmod part_msdos
  360. insmod ext2
  361. set root='(hd0,msdos6)'
  362. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  363. echo 'Loading Linux 3.2.0-25-generic-pae ...'
  364. linux /boot/vmlinuz-3.2.0-25-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  365. echo 'Loading initial ramdisk ...'
  366. initrd /boot/initrd.img-3.2.0-25-generic-pae
  367. }
  368. menuentry 'Ubuntu, with Linux 3.2.0-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  369. recordfail
  370. gfxmode $linux_gfx_mode
  371. insmod gzio
  372. insmod part_msdos
  373. insmod ext2
  374. set root='(hd0,msdos6)'
  375. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  376. linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  377. initrd /boot/initrd.img-3.2.0-24-generic-pae
  378. }
  379. menuentry 'Ubuntu, with Linux 3.2.0-24-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  380. recordfail
  381. insmod gzio
  382. insmod part_msdos
  383. insmod ext2
  384. set root='(hd0,msdos6)'
  385. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  386. echo 'Loading Linux 3.2.0-24-generic-pae ...'
  387. linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  388. echo 'Loading initial ramdisk ...'
  389. initrd /boot/initrd.img-3.2.0-24-generic-pae
  390. }
  391. menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  392. recordfail
  393. gfxmode $linux_gfx_mode
  394. insmod gzio
  395. insmod part_msdos
  396. insmod ext2
  397. set root='(hd0,msdos6)'
  398. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  399. linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro quiet splash $vt_handoff
  400. initrd /boot/initrd.img-3.2.0-23-generic-pae
  401. }
  402. menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  403. recordfail
  404. insmod gzio
  405. insmod part_msdos
  406. insmod ext2
  407. set root='(hd0,msdos6)'
  408. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  409. echo 'Loading Linux 3.2.0-23-generic-pae ...'
  410. linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e ro recovery nomodeset
  411. echo 'Loading initial ramdisk ...'
  412. initrd /boot/initrd.img-3.2.0-23-generic-pae
  413. }
  414. }
  415. ### END /etc/grub.d/10_linux ###
  416. ### BEGIN /etc/grub.d/20_linux_xen ###
  417. ### END /etc/grub.d/20_linux_xen ###
  418. ### BEGIN /etc/grub.d/20_memtest86+ ###
  419. menuentry "Memory test (memtest86+)" {
  420. insmod part_msdos
  421. insmod ext2
  422. set root='(hd0,msdos6)'
  423. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  424. linux16 /boot/memtest86+.bin
  425. }
  426. menuentry "Memory test (memtest86+, serial console 115200)" {
  427. insmod part_msdos
  428. insmod ext2
  429. set root='(hd0,msdos6)'
  430. search --no-floppy --fs-uuid --set=root d4c9e2f2-049b-4359-96ab-9ff446ae470e
  431. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  432. }
  433. ### END /etc/grub.d/20_memtest86+ ###
  434. ### BEGIN /etc/grub.d/30_os-prober ###
  435. menuentry "Windows Vista (loader) (on /dev/sda1)" --class windows --class os {
  436. insmod part_msdos
  437. insmod ntfs
  438. set root='(hd0,msdos1)'
  439. search --no-floppy --fs-uuid --set=root 003649913649891C
  440. chainloader +1
  441. }
  442. ### END /etc/grub.d/30_os-prober ###
  443. ### BEGIN /etc/grub.d/40_custom ###
  444. # This file provides an easy way to add custom menu entries. Simply type the
  445. # menu entries you want to add after this comment. Be careful not to change
  446. # the 'exec tail' line above.
  447. ### END /etc/grub.d/40_custom ###
  448. ### BEGIN /etc/grub.d/41_custom ###
  449. if [ -f $prefix/custom.cfg ]; then
  450. source $prefix/custom.cfg;
  451. fi
  452. ### END /etc/grub.d/41_custom ###
  453. --------------------------------------------------------------------------------
  454. =============================== sda6/etc/fstab: ================================
  455. --------------------------------------------------------------------------------
  456. # /etc/fstab: static file system information.
  457. #
  458. # Use 'blkid' to print the universally unique identifier for a
  459. # device; this may be used with UUID= as a more robust way to name devices
  460. # that works even if disks are added and removed. See fstab(5).
  461. #
  462. # <file system> <mount point> <type> <options> <dump> <pass>
  463. proc /proc proc nodev,noexec,nosuid 0 0
  464. # / was on /dev/sda6 during installation
  465. UUID=d4c9e2f2-049b-4359-96ab-9ff446ae470e / ext4 errors=remount-ro 0 1
  466. # swap was on /dev/sda5 during installation
  467. UUID=388d41d8-07cf-4982-bda4-bffdbdb0213d none swap sw 0 0
  468. --------------------------------------------------------------------------------
  469. =================== sda6: Location of files loaded by Grub: ====================
  470. GiB - GB File Fragment(s)
  471. ?? = ?? boot/grub/core.img 1
  472. ?? = ?? boot/grub/grub.cfg 1
  473. ?? = ?? boot/initrd.img-3.2.0-23-generic-pae 1
  474. ?? = ?? boot/initrd.img-3.2.0-24-generic-pae 3
  475. ?? = ?? boot/initrd.img-3.2.0-25-generic-pae 2
  476. ?? = ?? boot/initrd.img-3.2.0-26-generic-pae 1
  477. ?? = ?? boot/initrd.img-3.2.0-27-generic-pae 2
  478. ?? = ?? boot/initrd.img-3.2.0-29-generic-pae 2
  479. ?? = ?? boot/initrd.img-3.2.0-30-generic-pae 2
  480. ?? = ?? boot/initrd.img-3.2.0-31-generic-pae 2
  481. ?? = ?? boot/initrd.img-3.2.0-32-generic-pae 1
  482. ?? = ?? boot/initrd.img-3.2.0-33-generic-pae 2
  483. ?? = ?? boot/initrd.img-3.2.0-34-generic-pae 1
  484. ?? = ?? boot/vmlinuz-3.2.0-23-generic-pae 1
  485. ?? = ?? boot/vmlinuz-3.2.0-24-generic-pae 1
  486. ?? = ?? boot/vmlinuz-3.2.0-25-generic-pae 1
  487. ?? = ?? boot/vmlinuz-3.2.0-26-generic-pae 1
  488. ?? = ?? boot/vmlinuz-3.2.0-27-generic-pae 1
  489. ?? = ?? boot/vmlinuz-3.2.0-29-generic-pae 1
  490. ?? = ?? boot/vmlinuz-3.2.0-30-generic-pae 2
  491. ?? = ?? boot/vmlinuz-3.2.0-31-generic-pae 2
  492. ?? = ?? boot/vmlinuz-3.2.0-32-generic-pae 1
  493. ?? = ?? boot/vmlinuz-3.2.0-33-generic-pae 1
  494. ?? = ?? boot/vmlinuz-3.2.0-34-generic-pae 1
  495. ?? = ?? vmlinuz 1
  496. ?? = ?? vmlinuz.old 1
  497. ============================== sdb1/syslinux.cfg: ==============================
  498. --------------------------------------------------------------------------------
  499. default menu.c32
  500. prompt 0
  501. menu title UNetbootin
  502. timeout 100
  503. label unetbootindefault
  504. menu label Default
  505. kernel /ubnkern
  506. append initrd=/ubninit boot=live config quiet
  507. label ubnentry0
  508. menu label ^Help
  509. kernel /ubnkern
  510. append initrd=/ubninit
  511. label ubnentry1
  512. menu label 32bits session
  513. kernel /live/vmlinuz
  514. append initrd=/live/initrd.img boot=live config quiet
  515. label ubnentry2
  516. menu label 64bits session
  517. kernel /live/vmlinuz2
  518. append initrd=/live/initrd2.img boot=live config quiet
  519. label ubnentry3
  520. menu label 32bits session (failsafe)
  521. kernel /live/vmlinuz
  522. append initrd=/live/initrd.img boot=live config noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal
  523. label ubnentry4
  524. menu label 64bits session (failsafe)
  525. kernel /live/vmlinuz2
  526. append initrd=/live/initrd2.img boot=live config noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal
  527. label ubnentry5
  528. menu label Memory test
  529. kernel /live/memtest
  530. append initrd=/ubninit
  531. --------------------------------------------------------------------------------
  532. ================= sdb1: Location of files loaded by Syslinux: ==================
  533. GiB - GB File Fragment(s)
  534. ?? = ?? ldlinux.sys 1
  535. ?? = ?? menu.c32 1
  536. ?? = ?? syslinux.cfg 1
  537. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  538. menu.c32 : COM32R module (v4.xx)
  539. =============================== StdErr Messages: ===============================
  540. File descriptor 7 (pipe:[6771]) leaked on lvscan invocation. Parent PID 11121: bash
  541. File descriptor 8 (pipe:[6771]) leaked on lvscan invocation. Parent PID 11121: bash
  542. No volume groups found
  543. mdadm: No arrays found in config file or automatically
  544. ADDITIONAL INFORMATION :
  545. =================== log of boot-repair 2012-12-17__00h40 ===================
  546. boot-repair version : 3.195~ppa11~lucid
  547. boot-sav version : 3.195~ppa11~lucid
  548. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  549. boot-sav-extra version : 3.195~ppa11~lucid
  550. File descriptor 7 (pipe:[6771]) leaked on lvs invocation. Parent PID 3771: /bin/sh
  551. File descriptor 8 (pipe:[6771]) leaked on lvs invocation. Parent PID 3771: /bin/sh
  552. No volume groups found
  553. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, i686)
  554. CPU op-mode(s): 32-bit, 64-bit
  555. initrd=/ubninit boot=live config quiet BOOT_IMAGE=/ubnkern
  556. =================== os-prober:
  557. /dev/sda1:Windows Vista (loader):Windows:chain
  558. /dev/sda6:Ubuntu 12.04.1 LTS (12.04):Ubuntu:linux
  559. =================== blkid:
  560. /dev/sda1: UUID="003649913649891C" TYPE="ntfs"
  561. /dev/sda5: UUID="388d41d8-07cf-4982-bda4-bffdbdb0213d" TYPE="swap"
  562. /dev/sda6: UUID="d4c9e2f2-049b-4359-96ab-9ff446ae470e" TYPE="ext4"
  563. /dev/sdb1: LABEL="Precise" UUID="B586-9C5C" TYPE="vfat"
  564. /dev/loop0: TYPE="squashfs"
  565. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  566. Warning: extended partition does not start at a cylinder boundary.
  567. DOS and Linux will interpret the contents differently.
  568. =================== sda6/etc/default/grub :
  569. # If you change this file, run 'update-grub' afterwards to update
  570. # /boot/grub/grub.cfg.
  571. # For full documentation of the options in this file, see:
  572. # info -f grub -n 'Simple configuration'
  573. GRUB_DEFAULT=0
  574. #GRUB_HIDDEN_TIMEOUT=0
  575. GRUB_HIDDEN_TIMEOUT_QUIET=true
  576. GRUB_TIMEOUT=10
  577. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  578. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  579. GRUB_CMDLINE_LINUX=""
  580. # Uncomment to enable BadRAM filtering, modify to suit your needs
  581. # This works with Linux (no patch required) and with any kernel that obtains
  582. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  583. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  584. # Uncomment to disable graphical terminal (grub-pc only)
  585. #GRUB_TERMINAL=console
  586. # The resolution used on graphical terminal
  587. # note that you can use only modes which your graphic card supports via VBE
  588. # you can see them in real GRUB with the command `vbeinfo'
  589. #GRUB_GFXMODE=640x480
  590. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  591. #GRUB_DISABLE_LINUX_UUID=true
  592. # Uncomment to disable generation of recovery mode menu entries
  593. #GRUB_DISABLE_RECOVERY="true"
  594. # Uncomment to get a beep at grub start
  595. #GRUB_INIT_TUNE="480 440 1"
  596. =================== sda6/etc/grub.d/ :
  597. drwxr-xr-x 2 root root 4096 Oct 2 08:25 grub.d
  598. total 56
  599. -rwxr-xr-x 1 root root 6743 Sep 12 20:19 00_header
  600. -rwxr-xr-x 1 root root 5522 Apr 17 2012 05_debian_theme
  601. -rwxr-xr-x 1 root root 7407 May 17 2012 10_linux
  602. -rwxr-xr-x 1 root root 6335 Apr 17 2012 20_linux_xen
  603. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  604. -rwxr-xr-x 1 root root 7603 Apr 17 2012 30_os-prober
  605. -rwxr-xr-x 1 root root 214 Apr 17 2012 40_custom
  606. -rwxr-xr-x 1 root root 95 Apr 17 2012 41_custom
  607. -rw-r--r-- 1 root root 483 Apr 17 2012 README
  608. =================== sda6recordfail=1/grub/grubenv :
  609. recordfail=1
  610. =================== UEFI/Legacy mode:
  611. This live-session is not EFI-compatible.
  612. SecureBoot maybe enabled.
  613. =================== PARTITIONS & DISKS:
  614. 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, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda1.
  615. 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.
  616. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  617. =================== parted -l:
  618. Model: ATA ST500LM012 HN-M5 (scsi)
  619. Disk /dev/sda: 500GB
  620. Sector size (logical/physical): 512B/4096B
  621. Partition Table: msdos
  622. Number Start End Size Type File system Flags
  623. 1 1049kB 117GB 117GB primary ntfs boot
  624. 2 117GB 500GB 384GB extended
  625. 6 117GB 498GB 382GB logical ext4
  626. 5 498GB 500GB 2001MB logical linux-swap(v1)
  627. Model: JetFlash Transcend 4GB (scsi)
  628. Disk /dev/sdb: 4052MB
  629. Sector size (logical/physical): 512B/512B
  630. Partition Table: msdos
  631. Number Start End Size Type File system Flags
  632. 1 31.7kB 4051MB 4051MB primary fat32 boot, lba
  633. =================== parted -lm:
  634. BYT;
  635. /dev/sda:500GB:scsi:512:4096:msdos:ATA ST500LM012 HN-M5;
  636. 1:1049kB:117GB:117GB:ntfs::boot;
  637. 2:117GB:500GB:384GB:::;
  638. 6:117GB:498GB:382GB:ext4::;
  639. 5:498GB:500GB:2001MB:linux-swap(v1)::;
  640. BYT;
  641. /dev/sdb:4052MB:scsi:512:512:msdos:JetFlash Transcend 4GB;
  642. 1:31.7kB:4051MB:4051MB:fat32::boot, lba;
  643. =================== mount:
  644. aufs on / type aufs (rw)
  645. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  646. proc on /proc type proc (rw,noexec,nosuid,nodev)
  647. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  648. udev on /dev type tmpfs (rw,mode=0755)
  649. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  650. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  651. /dev/sdb1 on /live/image type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro)
  652. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  653. tmpfs on /live type tmpfs (rw,relatime)
  654. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  655. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  656. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  657. /dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw)
  658. =================== ls:
  659. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda5 sda6 size slaves stat subsystem trace uevent
  660. /sys/block/sdb (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  661. /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
  662. /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 md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda5 sda6 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sndstat sr0 stderr stdin stdout urandom v4l vga_arbiter video0 xconsole zero
  663. ls /dev/md:
  664. =================== df -Th:
  665. Filesystem Type Size Used Avail Use% Mounted on
  666. aufs aufs 946M 8.2M 937M 1% /
  667. tmpfs tmpfs 946M 0 946M 0% /lib/init/rw
  668. udev tmpfs 941M 192K 940M 1% /dev
  669. tmpfs tmpfs 946M 0 946M 0% /dev/shm
  670. /dev/sdb1 vfat 3.8G 351M 3.5G 10% /live/image
  671. tmpfs tmpfs 946M 8.2M 937M 1% /live/cow
  672. tmpfs tmpfs 946M 0 946M 0% /live
  673. tmpfs tmpfs 946M 8.0K 946M 1% /tmp
  674. /dev/sda1 fuseblk 109G 56G 53G 52% /mnt/boot-sav/sda1
  675. /dev/sda6 ext4 350G 209G 124G 63% /mnt/boot-sav/sda6
  676. =================== fdisk -l:
  677. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  678. 255 heads, 63 sectors/track, 60801 cylinders
  679. Units = cylinders of 16065 * 512 = 8225280 bytes
  680. Sector size (logical/physical): 512 bytes / 4096 bytes
  681. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  682. Disk identifier: 0x1707a8a5
  683. Device Boot Start End Blocks Id System
  684. /dev/sda1 * 1 14165 113777664 7 HPFS/NTFS
  685. /dev/sda2 14165 60802 374605825 5 Extended
  686. Partition 2 does not start on physical sector boundary.
  687. /dev/sda5 60558 60802 1953792 82 Linux swap / Solaris
  688. /dev/sda6 14165 60558 372652032 83 Linux
  689. Partition table entries are not in disk order
  690. Disk /dev/sdb: 4051 MB, 4051697664 bytes
  691. 125 heads, 62 sectors/track, 1021 cylinders
  692. Units = cylinders of 7750 * 512 = 3968000 bytes
  693. Sector size (logical/physical): 512 bytes / 512 bytes
  694. I/O size (minimum/optimal): 512 bytes / 512 bytes
  695. Disk identifier: 0x00000000
  696. Device Boot Start End Blocks Id System
  697. /dev/sdb1 * 1 1021 3956344 c W95 FAT32 (LBA)
  698. =================== Recommended repair
  699. Recommended-Repair
  700. This setting will reinstall the grub2 of sda6 into the MBR of sda.
  701. Additional repair will be performed: unhide-bootmenu-10s
  702. mount: special device /run does not exist
  703. grub-install (GRUB) 1.99-21ubuntu3.4,grub-install (GRUB) 1.
  704. Reinstall the GRUB of sda6 into the MBR of sda
  705. grub-install /dev/sda: Installation finished. No error reported.
  706. exit code of grub-install /dev/sda:0
  707. chroot /mnt/boot-sav/sda6 update-grub
  708. Generating grub.cfg ...
  709. Found linux image: /boot/vmlinuz-3.2.0-34-generic-pae
  710. Found initrd image: /boot/initrd.img-3.2.0-34-generic-pae
  711. Found linux image: /boot/vmlinuz-3.2.0-33-generic-pae
  712. Found initrd image: /boot/initrd.img-3.2.0-33-generic-pae
  713. Found linux image: /boot/vmlinuz-3.2.0-32-generic-pae
  714. Found initrd image: /boot/initrd.img-3.2.0-32-generic-pae
  715. Found linux image: /boot/vmlinuz-3.2.0-31-generic-pae
  716. Found initrd image: /boot/initrd.img-3.2.0-31-generic-pae
  717. Found linux image: /boot/vmlinuz-3.2.0-30-generic-pae
  718. Found initrd image: /boot/initrd.img-3.2.0-30-generic-pae
  719. Found linux image: /boot/vmlinuz-3.2.0-29-generic-pae
  720. Found initrd image: /boot/initrd.img-3.2.0-29-generic-pae
  721. Found linux image: /boot/vmlinuz-3.2.0-27-generic-pae
  722. Found initrd image: /boot/initrd.img-3.2.0-27-generic-pae
  723. Found linux image: /boot/vmlinuz-3.2.0-26-generic-pae
  724. Found initrd image: /boot/initrd.img-3.2.0-26-generic-pae
  725. Found linux image: /boot/vmlinuz-3.2.0-25-generic-pae
  726. Found initrd image: /boot/initrd.img-3.2.0-25-generic-pae
  727. Found linux image: /boot/vmlinuz-3.2.0-24-generic-pae
  728. Found initrd image: /boot/initrd.img-3.2.0-24-generic-pae
  729. Found linux image: /boot/vmlinuz-3.2.0-23-generic-pae
  730. Found initrd image: /boot/initrd.img-3.2.0-23-generic-pae
  731. Found memtest86+ image: /boot/memtest86+.bin
  732. Found Windows Vista (loader) on /dev/sda1
  733. umount: /mnt/boot-sav/sda6/run: not mounted
  734. Unhide GRUB boot menu in sda6/boot/grub/grub.cfg
  735. Boot successfully repaired.
  736. You can now reboot your computer.