Advertisement
vangop

Untitled

May 9th, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.83 KB | None | 0 0
  1. Boot Info Script 0.55 dated February 15th, 2010
  2.  
  3. ============================= Boot Info Summary: ==============================
  4.  
  5. => Grub 2 is installed in the MBR of /dev/sda and looks for b7d.
  6.  
  7. sda1: _________________________________________________________________________
  8.  
  9. File system: ntfs
  10. Boot sector type: Windows Vista/7
  11. Boot sector info: No errors found in the Boot Parameter Block.
  12. Operating System:
  13. Boot files/dirs: /bootmgr /BOOTMGR /boot/bcd /BOOT/bcd /Boot/bcd
  14. /boot/BCD /BOOT/BCD /Boot/BCD
  15.  
  16. sda2: _________________________________________________________________________
  17.  
  18. File system: ntfs
  19. Boot sector type: Windows Vista/7
  20. Boot sector info: No errors found in the Boot Parameter Block.
  21. Operating System: Windows 7
  22. Boot files/dirs: /bootmgr /boot/BCD /Windows/System32/winload.exe
  23.  
  24. sda3: _________________________________________________________________________
  25.  
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System:
  30. Boot files/dirs: /grub/grub.cfg /grub/core.img
  31.  
  32. sda4: _________________________________________________________________________
  33.  
  34. File system: Extended Partition
  35. Boot sector type: Unknown
  36. Boot sector info:
  37.  
  38. sda5: _________________________________________________________________________
  39.  
  40. File system: crypto_LUKS
  41. Boot sector type: Unknown
  42. Boot sector info:
  43. Mounting failed:
  44. mount: unknown filesystem type 'crypto_LUKS'
  45.  
  46. =========================== Drive/Partition Info: =============================
  47.  
  48. Drive: sda ___________________ _____________________________________________________
  49.  
  50. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  51. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  52. Units = sectors of 1 * 512 = 512 bytes
  53. Sector size (logical/physical): 512 bytes / 512 bytes
  54.  
  55. Partition Boot Start End Size Id System
  56.  
  57. /dev/sda1 * 2,048 616,447 614,400 7 HPFS/NTFS
  58. /dev/sda2 616,448 149,215,231 148,598,784 7 HPFS/NTFS
  59. /dev/sda3 149,215,232 149,606,399 391,168 83 Linux
  60. /dev/sda4 149,608,446 976,771,071 827,162,626 5 Extended
  61. /dev/sda5 149,608,448 976,771,071 827,162,624 83 Linux
  62.  
  63.  
  64. blkid -c /dev/null: ____________________________________________________________
  65.  
  66. Device UUID TYPE LABEL
  67.  
  68. /dev/loop0 squashfs
  69. /dev/mmcblk0p1 C07F-3675 vfat
  70. /dev/sda1 C852F9E852F9DB60 ntfs SYSTEM
  71. /dev/sda2 3EE2FBACE2FB6695 ntfs
  72. /dev/sda3 f80e9aba-3905-4cc4-9826-c1d5f2e3294e ext4
  73. /dev/sda4: PTTYPE="dos" PART_ENTRY_SCHEME="dos" PART_ENTRY_TYPE="0x5" PART_ENTRY_NUMBER="4"
  74. /dev/sda5 90ee4f3d-20be-4649-b7a0-fe1bbfa84794 crypto_LUKS
  75. /dev/sda: PTTYPE="dos"
  76.  
  77. ============================ "mount | grep ^/dev output: ===========================
  78.  
  79. Device Mount_Point Type Options
  80.  
  81. rootfs / rootfs (rw)
  82. none / aufs (rw,noatime,si=9fa3c505)
  83. /dev/sr0 /livemnt/boot iso9660 (ro,relatime,mode=0644)
  84. /dev/loop0 /livemnt/squashfs squashfs (ro,relatime)
  85. /dev/mmcblk0p1 /mnt/floppy vfat (rw)
  86.  
  87.  
  88. ============================= sda3/grub/grub.cfg: =============================
  89.  
  90. #
  91. # DO NOT EDIT THIS FILE
  92. #
  93. # It is automatically generated by grub-mkconfig using templates
  94. # from /etc/grub.d and settings from /etc/default/grub
  95. #
  96.  
  97. ### BEGIN /etc/grub.d/00_header ###
  98. if [ -s $prefix/grubenv ]; then
  99. set have_grubenv=true
  100. load_env
  101. fi
  102. set default="0"
  103. if [ "${prev_saved_entry}" ]; then
  104. set saved_entry="${prev_saved_entry}"
  105. save_env saved_entry
  106. set prev_saved_entry=
  107. save_env prev_saved_entry
  108. set boot_once=true
  109. fi
  110.  
  111. function savedefault {
  112. if [ -z "${boot_once}" ]; then
  113. saved_entry="${chosen}"
  114. save_env saved_entry
  115. fi
  116. }
  117.  
  118. function recordfail {
  119. set recordfail=1
  120. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  121. }
  122.  
  123. function load_video {
  124. insmod vbe
  125. insmod vga
  126. insmod video_bochs
  127. insmod video_cirrus
  128. }
  129.  
  130. insmod part_msdos
  131. insmod ext2
  132. set root='(/dev/sda,msdos3)'
  133. search --no-floppy --fs-uuid --set=root f80e9aba-3905-4cc4-9826-c1d5f2e3294e
  134. if loadfont /grub/unicode.pf2 ; then
  135. set gfxmode=auto
  136. load_video
  137. insmod gfxterm
  138. fi
  139. terminal_output gfxterm
  140. insmod part_msdos
  141. insmod ext2
  142. set root='(/dev/sda,msdos3)'
  143. search --no-floppy --fs-uuid --set=root f80e9aba-3905-4cc4-9826-c1d5f2e3294e
  144. set locale_dir=($root)/grub/locale
  145. set lang=en_GB
  146. insmod gettext
  147. if [ "${recordfail}" = 1 ]; then
  148. set timeout=-1
  149. else
  150. set timeout=10
  151. fi
  152. ### END /etc/grub.d/00_header ###
  153.  
  154. ### BEGIN /etc/grub.d/05_debian_theme ###
  155. set menu_color_normal=white/black
  156. set menu_color_highlight=black/light-gray
  157. if background_color 44,0,30; then
  158. clear
  159. fi
  160. ### END /etc/grub.d/05_debian_theme ###
  161.  
  162. ### BEGIN /etc/grub.d/10_linux ###
  163. if [ ${recordfail} != 1 ]; then
  164. if [ -e ${prefix}/gfxblacklist.txt ]; then
  165. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  166. if [ ${match} = 0 ]; then
  167. set linux_gfx_mode=keep
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=keep
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. export linux_gfx_mode
  181. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  182. menuentry 'Ubuntu, with Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  183. recordfail
  184. set gfxpayload=$linux_gfx_mode
  185. insmod part_msdos
  186. insmod ext2
  187. set root='(/dev/sda,msdos3)'
  188. search --no-floppy --fs-uuid --set=root f80e9aba-3905-4cc4-9826-c1d5f2e3294e
  189. linux /vmlinuz-2.6.38-8-generic root=/dev/mapper/vg1-root ro nosplash nomodeset
  190. initrd /initrd.img-2.6.38-8-generic
  191. }
  192. menuentry 'Ubuntu, with Linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  193. recordfail
  194. set gfxpayload=$linux_gfx_mode
  195. insmod part_msdos
  196. insmod ext2
  197. set root='(/dev/sda,msdos3)'
  198. search --no-floppy --fs-uuid --set=root f80e9aba-3905-4cc4-9826-c1d5f2e3294e
  199. echo 'Loading Linux 2.6.38-8-generic ...'
  200. linux /vmlinuz-2.6.38-8-generic root=/dev/mapper/vg1-root ro single
  201. echo 'Loading initial ramdisk ...'
  202. initrd /initrd.img-2.6.38-8-generic
  203. }
  204. ### END /etc/grub.d/10_linux ###
  205.  
  206. ### BEGIN /etc/grub.d/20_linux_xen ###
  207. ### END /etc/grub.d/20_linux_xen ###
  208.  
  209. ### BEGIN /etc/grub.d/20_memtest86+ ###
  210. menuentry "Memory test (memtest86+)" {
  211. insmod part_msdos
  212. insmod ext2
  213. set root='(/dev/sda,msdos3)'
  214. search --no-floppy --fs-uuid --set=root f80e9aba-3905-4cc4-9826-c1d5f2e3294e
  215. linux16 /memtest86+.bin
  216. }
  217. menuentry "Memory test (memtest86+, serial console 115200)" {
  218. insmod part_msdos
  219. insmod ext2
  220. set root='(/dev/sda,msdos3)'
  221. search --no-floppy --fs-uuid --set=root f80e9aba-3905-4cc4-9826-c1d5f2e3294e
  222. linux16 /memtest86+.bin console=ttyS0,115200n8
  223. }
  224. ### END /etc/grub.d/20_memtest86+ ###
  225.  
  226. ### BEGIN /etc/grub.d/30_os-prober ###
  227. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  228. insmod part_msdos
  229. insmod ntfs
  230. set root='(/dev/sda,msdos1)'
  231. search --no-floppy --fs-uuid --set=root C852F9E852F9DB60
  232. chainloader +1
  233. }
  234. menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
  235. insmod part_msdos
  236. insmod ntfs
  237. set root='(/dev/sda,msdos2)'
  238. search --no-floppy --fs-uuid --set=root 3EE2FBACE2FB6695
  239. chainloader +1
  240. }
  241. ### END /etc/grub.d/30_os-prober ###
  242.  
  243. ### BEGIN /etc/grub.d/40_custom ###
  244. # This file provides an easy way to add custom menu entries. Simply type the
  245. # menu entries you want to add after this comment. Be careful not to change
  246. # the 'exec tail' line above.
  247. ### END /etc/grub.d/40_custom ###
  248.  
  249. ### BEGIN /etc/grub.d/41_custom ###
  250. if [ -f $prefix/custom.cfg ]; then
  251. source $prefix/custom.cfg;
  252. fi
  253. ### END /etc/grub.d/41_custom ###
  254.  
  255. =================== sda3: Location of files loaded by Grub: ===================
  256.  
  257.  
  258. 76.4GB: grub/core.img
  259. 76.4GB: grub/grub.cfg
  260. 76.4GB: initrd.img-2.6.38-8-generic
  261. 76.4GB: vmlinuz-2.6.38-8-generic
  262. =========================== Unknown MBRs/Boot Sectors/etc =======================
  263.  
  264. Unknown BootLoader on sda4
  265.  
  266. 00000000 89 ef e8 d9 ff ff ff 48 8b 7b 20 4c 8b 63 10 e8 |.......H.{ L.c..|
  267. 00000010 7c a1 be ff 48 89 df e8 d4 98 be ff 4d 85 e4 75 ||...H.......M..u|
  268. 00000020 d7 5b 5d 41 5c c3 90 90 90 90 90 90 90 90 90 90 |.[]A\...........|
  269. 00000030 48 8b 77 10 e9 a7 ff ff ff 90 90 90 90 90 90 90 |H.w.............|
  270. 00000040 48 89 5c 24 d0 48 89 6c 24 d8 48 89 fb 4c 89 64 |H.\$.H.l$.H..L.d|
  271. 00000050 24 e0 4c 89 6c 24 e8 49 89 d4 4c 89 74 24 f0 4c |$.L.l$.I..L.t$.L|
  272. 00000060 89 7c 24 f8 48 83 ec 38 48 85 f6 49 89 ce bd 01 |.|$.H..8H..I....|
  273. 00000070 00 00 00 4c 8d 6f 08 74 5f bf 28 00 00 00 e8 2d |...L.o.t_.(....-|
  274. 00000080 67 be ff 48 83 f8 e0 49 89 c7 74 0c 49 8b 3e 48 |g..H...I..t.I.>H|
  275. 00000090 89 78 20 e8 b8 7a be ff 4c 89 e9 4c 89 e2 4c 89 |.x ..z..L..L..L.|
  276. 000000a0 fe 89 ef e8 e8 ef be ff 48 83 43 28 01 4c 89 f8 |........H.C(.L..|
  277. 000000b0 48 8b 5c 24 08 48 8b 6c 24 10 4c 8b 64 24 18 4c |H.\$.H.l$.L.d$.L|
  278. 000000c0 8b 6c 24 20 4c 8b 74 24 28 4c 8b 7c 24 30 48 83 |.l$ L.t$(L.|$0H.|
  279. 000000d0 c4 38 c3 eb 03 90 90 90 4c 39 ea 74 9c 48 8b 39 |.8......L9.t.H.9|
  280. 000000e0 48 8b 52 20 8b 77 04 8b 4a 04 48 83 c7 08 48 83 |H.R .w..J.H...H.|
  281. 000000f0 c2 08 e8 69 01 bf ff 89 c5 c1 ed 1f e9 78 ff ff |...i.........x..|
  282. 00000100 ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |................|
  283. 00000110 41 55 41 54 49 89 fc 55 48 89 f5 53 48 83 ec 28 |AUATI..UH..SH..(|
  284. 00000120 48 8b 5f 10 48 85 db 75 18 e9 b6 00 00 00 66 90 |H._.H..u......f.|
  285. 00000130 48 8b 43 10 ba 01 00 00 00 48 85 c0 74 2d 48 89 |H.C......H..t-H.|
  286. 00000140 c3 48 8b 53 20 48 8b 7d 00 8b 4a 04 8b 77 04 48 |.H.S H.}..J..w.H|
  287. 00000150 83 c2 08 48 83 c7 08 e8 04 01 bf ff 85 c0 78 d0 |...H..........x.|
  288. 00000160 48 8b 43 18 31 d2 48 85 c0 75 d3 84 d2 74 51 49 |H.C.1.H..u...tQI|
  289. 00000170 39 5c 24 18 74 52 48 89 df e8 f2 8e be ff 49 89 |9\$.tRH.......I.|
  290. 00000180 c5 48 8b 55 00 49 8b 7d 20 8b 4a 04 8b 77 04 48 |.H.U.I.} .J..w.H|
  291. 00000190 83 c2 08 48 83 c7 08 e8 c4 00 bf ff 85 c0 78 28 |...H..........x(|
  292. 000001a0 4c 89 6c 24 10 c6 44 24 18 00 48 8b 44 24 10 8b |L.l$..D$..H.D$..|
  293. 000001b0 54 24 18 48 83 c4 28 5b 5d 41 5c 41 5d c3 00 fe |T$.H..([]A\A]...|
  294. 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 80 4d 31 00 00 |............M1..|
  295. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  296. *
  297. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  298. 00000200
  299.  
  300. Unknown BootLoader on sda5
  301.  
  302. 00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
  303. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  304. 00000020 00 00 00 00 00 00 00 00 63 62 63 2d 65 73 73 69 |........cbc-essi|
  305. 00000030 76 3a 73 68 61 32 35 36 00 00 00 00 00 00 00 00 |v:sha256........|
  306. 00000040 00 00 00 00 00 00 00 00 73 68 61 31 00 00 00 00 |........sha1....|
  307. 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  308. 00000060 00 00 00 00 00 00 00 00 00 00 08 08 00 00 00 20 |............... |
  309. 00000070 2a 38 e3 6f 30 be b5 1a 9f 3a 22 18 7d ad 6a af |*8.o0....:".}.j.|
  310. 00000080 19 f8 bb 68 f9 cc 45 af e4 23 bd f9 6a 57 fe 9e |...h..E..#..jW..|
  311. 00000090 0a 47 78 59 6b 25 d5 be 96 9b d1 f9 76 a2 f5 bd |.GxYk%......v...|
  312. 000000a0 1c 88 ce 2d 00 00 9d b7 39 30 65 65 34 66 33 64 |...-....90ee4f3d|
  313. 000000b0 2d 32 30 62 65 2d 34 36 34 39 2d 62 37 61 30 2d |-20be-4649-b7a0-|
  314. 000000c0 66 65 31 62 62 66 61 38 34 37 39 34 00 00 00 00 |fe1bbfa84794....|
  315. 000000d0 00 ac 71 f3 00 02 77 6c 9c 35 53 bb 8f 85 c8 37 |..q...wl.5S....7|
  316. 000000e0 09 01 7b 62 45 02 b8 3b a0 9d 23 ec b7 9d b3 ff |..{bE..;..#.....|
  317. 000000f0 0e df 1e 53 d7 00 d6 3f 00 00 00 08 00 00 0f a0 |...S...?........|
  318. 00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  319. 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  320. 00000120 00 00 00 00 00 00 00 00 00 00 01 08 00 00 0f a0 |................|
  321. 00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  322. 00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  323. 00000150 00 00 00 00 00 00 00 00 00 00 02 08 00 00 0f a0 |................|
  324. 00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  325. 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  326. 00000180 00 00 00 00 00 00 00 00 00 00 03 08 00 00 0f a0 |................|
  327. 00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  328. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  329. 000001b0 00 00 00 00 00 00 00 00 00 00 04 08 00 00 0f a0 |................|
  330. 000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  331. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  332. 000001e0 00 00 00 00 00 00 00 00 00 00 05 08 00 00 0f a0 |................|
  333. 000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  334. 00000200
  335.  
  336.  
  337. =============================== StdErr Messages: ===============================
  338.  
  339. No volume groups found
  340. mdadm: No arrays found in config file or automatically
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement