Advertisement
GAZ082

Untitled

Dec 4th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.48 KB | None | 0 0
  1. Boot Info Script 0.60 from 17 May 2011
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. for on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ntfs
  13. Boot sector type: Grub2 (v1.99)
  14. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
  15. and looks at sector 857011072 of the same hard drive
  16. for core.img. core.img is at this location and looks
  17. for on this drive. No errors found in the Boot
  18. Parameter Block.
  19. Operating System: Windows 7
  20. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  21.  
  22. sda2: __________________________________________________________________________
  23.  
  24. File system: ntfs
  25. Boot sector type: Windows Vista/7
  26. Boot sector info: No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files:
  29.  
  30. sda3: __________________________________________________________________________
  31.  
  32. File system: Extended Partition
  33. Boot sector type: -
  34. Boot sector info:
  35.  
  36. sda5: __________________________________________________________________________
  37.  
  38. File system: swap
  39. Boot sector type: -
  40. Boot sector info:
  41.  
  42. sda6: __________________________________________________________________________
  43.  
  44. File system: ext4
  45. Boot sector type: -
  46. Boot sector info:
  47. Operating System: Ubuntu 11.10
  48. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  49.  
  50. sda4: __________________________________________________________________________
  51.  
  52. File system:
  53. Boot sector type: Unknown
  54. Boot sector info:
  55. Mounting failed: mount: unknown filesystem type ''
  56.  
  57. ============================ Drive/Partition Info: =============================
  58.  
  59. Drive: sda _____________________________________________________________________
  60.  
  61. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  62. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  63. Units = sectors of 1 * 512 = 512 bytes
  64. Sector size (logical/physical): 512 bytes / 512 bytes
  65.  
  66. Partition Boot Start Sector End Sector # of Sectors Id System
  67.  
  68. /dev/sda1 2,048 409,602,047 409,600,000 7 NTFS / exFAT / HPFS
  69. /dev/sda2 409,602,048 778,236,794 368,634,747 7 NTFS / exFAT / HPFS
  70. /dev/sda3 819,204,094 976,773,119 157,569,026 5 Extended
  71. /dev/sda5 819,204,096 827,209,727 8,005,632 82 Linux swap / Solaris
  72. /dev/sda6 * 827,211,776 976,773,119 149,561,344 83 Linux
  73. /dev/sda4 778,236,795 819,202,544 40,965,750 83 Linux
  74.  
  75.  
  76. "blkid" output: ________________________________________________________________
  77.  
  78. Device UUID TYPE LABEL
  79.  
  80. /dev/sda1 DA3A81403A811B21 ntfs Windows
  81. /dev/sda2 020A86BA0A86AA6D ntfs Documentos
  82. /dev/sda5 edc08a6d-bbcd-4acb-903b-2b6e07372df5 swap
  83. /dev/sda6 8c16e448-e8af-4e38-8694-1ccb63567e5f ext4
  84.  
  85. ================================ Mount points: =================================
  86.  
  87. Device Mount_Point Type Options
  88.  
  89. /dev/sda6 / ext4 (rw,errors=remount-ro,commit=0)
  90.  
  91.  
  92. =========================== sda6/boot/grub/grub.cfg: ===========================
  93.  
  94. --------------------------------------------------------------------------------
  95. #
  96. # DO NOT EDIT THIS FILE
  97. #
  98. # It is automatically generated by grub-mkconfig using templates
  99. # from /etc/grub.d and settings from /etc/default/grub
  100. #
  101.  
  102. ### BEGIN /etc/grub.d/00_header ###
  103. if [ -s $prefix/grubenv ]; then
  104. set have_grubenv=true
  105. load_env
  106. fi
  107. set default="0"
  108. if [ "${prev_saved_entry}" ]; then
  109. set saved_entry="${prev_saved_entry}"
  110. save_env saved_entry
  111. set prev_saved_entry=
  112. save_env prev_saved_entry
  113. set boot_once=true
  114. fi
  115.  
  116. function savedefault {
  117. if [ -z "${boot_once}" ]; then
  118. saved_entry="${chosen}"
  119. save_env saved_entry
  120. fi
  121. }
  122.  
  123. function recordfail {
  124. set recordfail=1
  125. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  126. }
  127.  
  128. function load_video {
  129. insmod vbe
  130. insmod vga
  131. insmod video_bochs
  132. insmod video_cirrus
  133. }
  134.  
  135. insmod part_msdos
  136. insmod ext2
  137. set root='(hd0,msdos6)'
  138. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  139. if loadfont /usr/share/grub/unicode.pf2 ; then
  140. set gfxmode=auto
  141. load_video
  142. insmod gfxterm
  143. insmod part_msdos
  144. insmod ext2
  145. set root='(hd0,msdos6)'
  146. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  147. set locale_dir=($root)/boot/grub/locale
  148. set lang=en_US
  149. insmod gettext
  150. fi
  151. terminal_output gfxterm
  152. if [ "${recordfail}" = 1 ]; then
  153. set timeout=-1
  154. else
  155. set timeout=10
  156. fi
  157. ### END /etc/grub.d/00_header ###
  158.  
  159. ### BEGIN /etc/grub.d/05_debian_theme ###
  160. set menu_color_normal=white/black
  161. set menu_color_highlight=black/light-gray
  162. if background_color 44,0,30; then
  163. clear
  164. fi
  165. ### END /etc/grub.d/05_debian_theme ###
  166.  
  167. ### BEGIN /etc/grub.d/10_linux ###
  168. if [ ${recordfail} != 1 ]; then
  169. if [ -e ${prefix}/gfxblacklist.txt ]; then
  170. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  171. if [ ${match} = 0 ]; then
  172. set linux_gfx_mode=keep
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=keep
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. export linux_gfx_mode
  186. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  187. menuentry 'Ubuntu, with Linux 3.0.0-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  188. recordfail
  189. set gfxpayload=$linux_gfx_mode
  190. insmod gzio
  191. insmod part_msdos
  192. insmod ext2
  193. set root='(hd0,msdos6)'
  194. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  195. linux /boot/vmlinuz-3.0.0-13-generic root=UUID=8c16e448-e8af-4e38-8694-1ccb63567e5f ro quiet splash vt.handoff=7
  196. initrd /boot/initrd.img-3.0.0-13-generic
  197. }
  198. menuentry 'Ubuntu, with Linux 3.0.0-13-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  199. recordfail
  200. insmod gzio
  201. insmod part_msdos
  202. insmod ext2
  203. set root='(hd0,msdos6)'
  204. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  205. echo 'Loading Linux 3.0.0-13-generic ...'
  206. linux /boot/vmlinuz-3.0.0-13-generic root=UUID=8c16e448-e8af-4e38-8694-1ccb63567e5f ro recovery nomodeset
  207. echo 'Loading initial ramdisk ...'
  208. initrd /boot/initrd.img-3.0.0-13-generic
  209. }
  210. submenu "Previous Linux versions" {
  211. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  212. recordfail
  213. set gfxpayload=$linux_gfx_mode
  214. insmod gzio
  215. insmod part_msdos
  216. insmod ext2
  217. set root='(hd0,msdos6)'
  218. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  219. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=8c16e448-e8af-4e38-8694-1ccb63567e5f ro quiet splash vt.handoff=7
  220. initrd /boot/initrd.img-3.0.0-12-generic
  221. }
  222. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  223. recordfail
  224. insmod gzio
  225. insmod part_msdos
  226. insmod ext2
  227. set root='(hd0,msdos6)'
  228. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  229. echo 'Loading Linux 3.0.0-12-generic ...'
  230. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=8c16e448-e8af-4e38-8694-1ccb63567e5f ro recovery nomodeset
  231. echo 'Loading initial ramdisk ...'
  232. initrd /boot/initrd.img-3.0.0-12-generic
  233. }
  234. }
  235. ### END /etc/grub.d/10_linux ###
  236.  
  237. ### BEGIN /etc/grub.d/20_linux_xen ###
  238. ### END /etc/grub.d/20_linux_xen ###
  239.  
  240. ### BEGIN /etc/grub.d/20_memtest86+ ###
  241. menuentry "Memory test (memtest86+)" {
  242. insmod part_msdos
  243. insmod ext2
  244. set root='(hd0,msdos6)'
  245. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  246. linux16 /boot/memtest86+.bin
  247. }
  248. menuentry "Memory test (memtest86+, serial console 115200)" {
  249. insmod part_msdos
  250. insmod ext2
  251. set root='(hd0,msdos6)'
  252. search --no-floppy --fs-uuid --set=root 8c16e448-e8af-4e38-8694-1ccb63567e5f
  253. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  254. }
  255. ### END /etc/grub.d/20_memtest86+ ###
  256.  
  257. ### BEGIN /etc/grub.d/30_os-prober ###
  258. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  259. insmod part_msdos
  260. insmod ntfs
  261. set root='(hd0,msdos1)'
  262. search --no-floppy --fs-uuid --set=root DA3A81403A811B21
  263. chainloader +1
  264. }
  265. ### END /etc/grub.d/30_os-prober ###
  266.  
  267. ### BEGIN /etc/grub.d/40_custom ###
  268. # This file provides an easy way to add custom menu entries. Simply type the
  269. # menu entries you want to add after this comment. Be careful not to change
  270. # the 'exec tail' line above.
  271. ### END /etc/grub.d/40_custom ###
  272.  
  273. ### BEGIN /etc/grub.d/41_custom ###
  274. if [ -f $prefix/custom.cfg ]; then
  275. source $prefix/custom.cfg;
  276. fi
  277. ### END /etc/grub.d/41_custom ###
  278. --------------------------------------------------------------------------------
  279.  
  280. =============================== sda6/etc/fstab: ================================
  281.  
  282. --------------------------------------------------------------------------------
  283. # /etc/fstab: static file system information.
  284. #
  285. # Use 'blkid' to print the universally unique identifier for a
  286. # device; this may be used with UUID= as a more robust way to name devices
  287. # that works even if disks are added and removed. See fstab(5).
  288. #
  289. # <file system> <mount point> <type> <options> <dump> <pass>
  290. proc /proc proc nodev,noexec,nosuid 0 0
  291. # / was on /dev/sda6 during installation
  292. UUID=8c16e448-e8af-4e38-8694-1ccb63567e5f / ext4 errors=remount-ro 0 1
  293. # swap was on /dev/sda5 during installation
  294. UUID=edc08a6d-bbcd-4acb-903b-2b6e07372df5 none swap sw 0 0
  295. --------------------------------------------------------------------------------
  296.  
  297. =================== sda6: Location of files loaded by Grub: ====================
  298.  
  299. GiB - GB File Fragment(s)
  300.  
  301. = boot/grub/core.img 1
  302. = boot/grub/grub.cfg 1
  303. = boot/initrd.img-3.0.0-12-generic 2
  304. = boot/initrd.img-3.0.0-13-generic 2
  305. = boot/vmlinuz-3.0.0-12-generic 1
  306. = boot/vmlinuz-3.0.0-13-generic 1
  307. = initrd.img 2
  308. = initrd.img.old 2
  309. = vmlinuz 1
  310. = vmlinuz.old 1
  311.  
  312. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  313.  
  314. Unknown BootLoader on sda4
  315.  
  316. 00000000 d4 17 13 02 5e fb 53 ea 9f 41 53 f6 76 09 86 7c |....^.S..AS.v..||
  317. 00000010 fe 93 b1 71 80 c1 88 0c 2a f0 90 77 7d 58 16 36 |...q....*..w}X.6|
  318. 00000020 c3 37 08 81 48 aa 8b 68 99 1a 6d 89 50 52 0b f5 |.7..H..h..m.PR..|
  319. 00000030 ae 77 fb 20 90 ae bf 59 99 1f b1 bd 22 1e bf 66 |.w. ...Y...."..f|
  320. 00000040 cc f0 83 a0 9e cb 30 12 62 40 fa 48 f3 01 f1 bb |......0.b@.H....|
  321. 00000050 43 92 e9 84 30 89 b7 3b 7b c7 60 3b 0b 86 bd 7b |C...0..;{.`;...{|
  322. 00000060 c6 33 a7 10 43 9c 0d a1 a3 14 b4 04 79 68 7a df |.3..C.......yhz.|
  323. 00000070 07 e4 15 85 b8 b4 9e 41 56 b2 fb f3 bd c8 80 b6 |.......AV.......|
  324. 00000080 97 42 dc a4 0b b5 13 63 f6 4a 49 39 1b 45 24 65 |.B.....c.JI9.E$e|
  325. 00000090 4d af 6b 1d fe c1 53 47 c2 7e 82 5c d6 36 30 f7 |M.k...SG.~.\.60.|
  326. 000000a0 11 e8 cd d6 be 0d 9a 6d ff 4b 20 3c c4 c0 9e 26 |.......m.K <...&|
  327. 000000b0 e5 61 bf bb e0 b7 dd 56 dc 99 fc 2b 7b 8f ed 9b |.a.....V...+{...|
  328. 000000c0 83 c0 e2 3c b5 e4 d6 7a 0f 8a a7 21 73 99 5a ec |...<...z...!s.Z.|
  329. 000000d0 bf 41 ba 3e dd c3 80 39 c8 70 ec 00 f2 e1 15 2b |.A.>...9.p.....+|
  330. 000000e0 01 0d 75 7a 42 df 09 8c 9d 81 04 a5 ed 93 c3 08 |..uzB...........|
  331. 000000f0 4d d3 a2 f0 3e c5 5b da d8 93 95 dd 3f 1a 16 30 |M...>.[.....?..0|
  332. 00000100 31 70 0a 23 bf 79 50 90 bd 6d 67 5f c7 52 4b 4a |1p.#.yP..mg_.RKJ|
  333. 00000110 25 22 72 55 c9 95 64 28 94 f1 a7 af 58 ee d2 a9 |%"rU..d(....X...|
  334. 00000120 b7 bc 94 73 e1 bf 4d 76 76 1e f7 2b e3 34 45 48 |...s..Mvv..+.4EH|
  335. 00000130 96 58 7f dd f9 82 83 09 66 ad ed e9 5c 94 e9 14 |.X......f...\...|
  336. 00000140 dc f2 ee 3a e0 19 4d 18 6d 18 ac c3 f0 8b 0b a1 |...:..M.m.......|
  337. 00000150 20 0f 21 5e 66 5c 5c ee 98 ff f2 f3 ca 46 a4 06 | .!^f\\......F..|
  338. 00000160 2b 57 1a ca 88 41 04 bb 3b df 38 96 91 a6 59 c3 |+W...A..;.8...Y.|
  339. 00000170 af 7a 0a 31 bb fc 4a eb cd e7 d7 11 87 c5 df 12 |.z.1..J.........|
  340. 00000180 f4 55 a9 0f 29 dc 4c ad dc e3 19 79 77 3d d0 2e |.U..).L....yw=..|
  341. 00000190 cb 32 8d c2 9b 8b 2e 4e 87 7d 57 b9 c9 54 23 dd |.2.....N.}W..T#.|
  342. 000001a0 c5 e1 f0 cd 28 4a aa ef 4c b6 1a d4 de d7 29 c1 |....(J..L.....).|
  343. 000001b0 a6 36 88 ca 01 12 86 60 22 fa 09 4f b2 30 3d a1 |.6.....`"..O.0=.|
  344. 000001c0 c0 e9 3c e3 cf df b3 a7 4a 34 26 c9 ad 1c 16 bc |..<.....J4&.....|
  345. 000001d0 61 05 b9 f2 c6 b1 da 80 8b 9b c9 4a 5a ed 3e 05 |a..........JZ.>.|
  346. 000001e0 a3 89 c7 53 f4 2b b3 86 48 f4 ee 65 66 1d f7 7b |...S.+..H..ef..{|
  347. 000001f0 da b2 80 2e 4e 31 7a 4c 9c 4c 45 b8 3b 36 67 83 |....N1zL.LE.;6g.|
  348. 00000200
  349.  
  350.  
  351. ========= Devices which don't seem to have a corresponding hard drive: =========
  352.  
  353. sdb sdc sdd
  354.  
  355. =============================== StdErr Messages: ===============================
  356.  
  357. unlzma: Decoder error
  358. unlzma: Decoder error
  359. awk: cmd. line:36: Math support is not compiled in
  360. awk: cmd. line:36: Math support is not compiled in
  361. awk: cmd. line:36: Math support is not compiled in
  362. awk: cmd. line:36: Math support is not compiled in
  363. awk: cmd. line:36: Math support is not compiled in
  364. awk: cmd. line:36: Math support is not compiled in
  365. awk: cmd. line:36: Math support is not compiled in
  366. awk: cmd. line:36: Math support is not compiled in
  367. awk: cmd. line:36: Math support is not compiled in
  368. awk: cmd. line:36: Math support is not compiled in
  369.  
  370.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement