daily pastebin goal
7%
SHARE
TWEET

Untitled

a guest Apr 26th, 2012 27 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                   Boot Info Script 0.61      [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6.  => Windows is installed in the MBR of /dev/sda.
  7.  => No boot loader is installed in the MBR of /dev/sdb.
  8.  => Grub2 (v1.99) is installed in the MBR of /dev/sdc and looks at sector 1 of
  9.     the same hard drive for core.img. core.img is at this location and looks
  10.     for (,msdos5)/boot/grub on this drive.
  11.  
  12. sda1: __________________________________________________________________________
  13.  
  14.     File system:       ext4
  15.     Boot sector type:  -
  16.     Boot sector info:
  17.     Operating System:  
  18.     Boot files:        
  19.  
  20. sda2: __________________________________________________________________________
  21.  
  22.     File system:       Extended Partition
  23.     Boot sector type:  Unknown
  24.     Boot sector info:
  25.  
  26. sda5: __________________________________________________________________________
  27.  
  28.     File system:       swap
  29.     Boot sector type:  -
  30.     Boot sector info:
  31.  
  32. sdb1: __________________________________________________________________________
  33.  
  34.     File system:       ntfs
  35.     Boot sector type:  Windows Vista/7: NTFS
  36.     Boot sector info:  No errors found in the Boot Parameter Block.
  37.     Operating System:  
  38.     Boot files:        
  39.  
  40. sdc1: __________________________________________________________________________
  41.  
  42.     File system:       ntfs
  43.     Boot sector type:  Windows Vista/7: NTFS
  44.     Boot sector info:  No errors found in the Boot Parameter Block.
  45.     Operating System:  Windows 7
  46.     Boot files:        /Windows/System32/winload.exe
  47.  
  48. sdc2: __________________________________________________________________________
  49.  
  50.     File system:       Extended Partition
  51.     Boot sector type:  Unknown
  52.     Boot sector info:
  53.  
  54. sdc5: __________________________________________________________________________
  55.  
  56.     File system:       ext4
  57.     Boot sector type:  -
  58.     Boot sector info:
  59.     Operating System:  Ubuntu 12.04 LTS
  60.     Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  61.  
  62. ============================ Drive/Partition Info: =============================
  63.  
  64. Drive: sda _____________________________________________________________________
  65.  
  66. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  67. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  68. Units = sectors of 1 * 512 = 512 bytes
  69. Sector size (logical/physical): 512 bytes / 512 bytes
  70.  
  71. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  72.  
  73. /dev/sda1               2,048   488,488,959   488,486,912  83 Linux
  74. /dev/sda2         488,491,006   496,394,239     7,903,234   5 Extended
  75. /dev/sda5         488,491,008   496,394,239     7,903,232  82 Linux swap / Solaris
  76.  
  77.  
  78. Drive: sdb _____________________________________________________________________
  79.  
  80. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  81. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  82. Units = sectors of 1 * 512 = 512 bytes
  83. Sector size (logical/physical): 512 bytes / 512 bytes
  84.  
  85. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  86.  
  87. /dev/sdb1                  63 1,953,520,064 1,953,520,002   7 NTFS / exFAT / HPFS
  88.  
  89.  
  90. Drive: sdc _____________________________________________________________________
  91.  
  92. Disk /dev/sdc: 90.0 GB, 90028302336 bytes
  93. 255 heads, 63 sectors/track, 10945 cylinders, total 175836528 sectors
  94. Units = sectors of 1 * 512 = 512 bytes
  95. Sector size (logical/physical): 512 bytes / 512 bytes
  96.  
  97. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  98.  
  99. /dev/sdc1    *          2,048   134,875,135   134,873,088   7 NTFS / exFAT / HPFS
  100. /dev/sdc2         134,877,182   175,835,135    40,957,954   5 Extended
  101. /dev/sdc5         134,877,184   175,835,135    40,957,952  83 Linux
  102.  
  103.  
  104. "blkid" output: ________________________________________________________________
  105.  
  106. Device           UUID                                   TYPE       LABEL
  107.  
  108. /dev/sda1        90f86081-f9e6-4d11-85b0-ac318b019c79   ext4      
  109. /dev/sda5        a2a37667-cbf2-4019-b08a-1646033efc90   swap      
  110. /dev/sdb1        EA4A791F4A78E9A9                       ntfs       Games
  111. /dev/sdc1        32BC8A22BC89E129                       ntfs      
  112. /dev/sdc5        bb7a6c3e-b343-4511-9a8a-5502dc148b3d   ext4      
  113.  
  114. ================================ Mount points: =================================
  115.  
  116. Device           Mount_Point              Type       Options
  117.  
  118. /dev/sda1        /home                    ext4       (rw)
  119. /dev/sdc5        /                        ext4       (rw,errors=remount-ro)
  120.  
  121.  
  122. =========================== sdc5/boot/grub/grub.cfg: ===========================
  123.  
  124. --------------------------------------------------------------------------------
  125. #
  126. # DO NOT EDIT THIS FILE
  127. #
  128. # It is automatically generated by grub-mkconfig using templates
  129. # from /etc/grub.d and settings from /etc/default/grub
  130. #
  131.  
  132. ### BEGIN /etc/grub.d/00_header ###
  133. if [ -s $prefix/grubenv ]; then
  134.   set have_grubenv=true
  135.   load_env
  136. fi
  137. set default="0"
  138. if [ "${prev_saved_entry}" ]; then
  139.   set saved_entry="${prev_saved_entry}"
  140.   save_env saved_entry
  141.   set prev_saved_entry=
  142.   save_env prev_saved_entry
  143.   set boot_once=true
  144. fi
  145.  
  146. function savedefault {
  147.   if [ -z "${boot_once}" ]; then
  148.     saved_entry="${chosen}"
  149.     save_env saved_entry
  150.   fi
  151. }
  152.  
  153. function recordfail {
  154.   set recordfail=1
  155.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  156. }
  157.  
  158. function load_video {
  159.   insmod vbe
  160.   insmod vga
  161.   insmod video_bochs
  162.   insmod video_cirrus
  163. }
  164.  
  165. insmod part_msdos
  166. insmod ext2
  167. set root='(hd2,msdos5)'
  168. search --no-floppy --fs-uuid --set=root bb7a6c3e-b343-4511-9a8a-5502dc148b3d
  169. if loadfont /usr/share/grub/unicode.pf2 ; then
  170.   set gfxmode=auto
  171.   load_video
  172.   insmod gfxterm
  173.   insmod part_msdos
  174.   insmod ext2
  175.   set root='(hd2,msdos5)'
  176.   search --no-floppy --fs-uuid --set=root bb7a6c3e-b343-4511-9a8a-5502dc148b3d
  177.   set locale_dir=($root)/boot/grub/locale
  178.   set lang=en_US
  179.   insmod gettext
  180. fi
  181. terminal_output gfxterm
  182. if [ "${recordfail}" = 1 ]; then
  183.   set timeout=-1
  184. else
  185.   set timeout=10
  186. fi
  187. ### END /etc/grub.d/00_header ###
  188.  
  189. ### BEGIN /etc/grub.d/05_debian_theme ###
  190. set menu_color_normal=white/black
  191. set menu_color_highlight=black/light-gray
  192. if background_color 44,0,30; then
  193.   clear
  194. fi
  195. ### END /etc/grub.d/05_debian_theme ###
  196.  
  197. ### BEGIN /etc/grub.d/10_linux ###
  198. function gfxmode {
  199.         set gfxpayload="$1"
  200.         if [ "$1" = "keep" ]; then
  201.                 set vt_handoff=vt.handoff=7
  202.         else
  203.                 set vt_handoff=
  204.         fi
  205. }
  206. if [ ${recordfail} != 1 ]; then
  207.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  208.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  209.       if [ ${match} = 0 ]; then
  210.         set linux_gfx_mode=keep
  211.       else
  212.         set linux_gfx_mode=text
  213.       fi
  214.     else
  215.       set linux_gfx_mode=text
  216.     fi
  217.   else
  218.     set linux_gfx_mode=keep
  219.   fi
  220. else
  221.   set linux_gfx_mode=text
  222. fi
  223. export linux_gfx_mode
  224. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  225. menuentry 'Ubuntu, with Linux 3.2.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  226.         recordfail
  227.         gfxmode $linux_gfx_mode
  228.         insmod gzio
  229.         insmod part_msdos
  230.         insmod ext2
  231.         set root='(hd2,msdos5)'
  232.         search --no-floppy --fs-uuid --set=root bb7a6c3e-b343-4511-9a8a-5502dc148b3d
  233.         linux   /boot/vmlinuz-3.2.0-23-generic root=UUID=bb7a6c3e-b343-4511-9a8a-5502dc148b3d ro   quiet splash $vt_handoff
  234.         initrd  /boot/initrd.img-3.2.0-23-generic
  235. }
  236. menuentry 'Ubuntu, with Linux 3.2.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  237.         recordfail
  238.         insmod gzio
  239.         insmod part_msdos
  240.         insmod ext2
  241.         set root='(hd2,msdos5)'
  242.         search --no-floppy --fs-uuid --set=root bb7a6c3e-b343-4511-9a8a-5502dc148b3d
  243.         echo    'Loading Linux 3.2.0-23-generic ...'
  244.         linux   /boot/vmlinuz-3.2.0-23-generic root=UUID=bb7a6c3e-b343-4511-9a8a-5502dc148b3d ro recovery nomodeset
  245.         echo    'Loading initial ramdisk ...'
  246.         initrd  /boot/initrd.img-3.2.0-23-generic
  247. }
  248. ### END /etc/grub.d/10_linux ###
  249.  
  250. ### BEGIN /etc/grub.d/20_linux_xen ###
  251. ### END /etc/grub.d/20_linux_xen ###
  252.  
  253. ### BEGIN /etc/grub.d/20_memtest86+ ###
  254. menuentry "Memory test (memtest86+)" {
  255.         insmod part_msdos
  256.         insmod ext2
  257.         set root='(hd2,msdos5)'
  258.         search --no-floppy --fs-uuid --set=root bb7a6c3e-b343-4511-9a8a-5502dc148b3d
  259.         linux16 /boot/memtest86+.bin
  260. }
  261. menuentry "Memory test (memtest86+, serial console 115200)" {
  262.         insmod part_msdos
  263.         insmod ext2
  264.         set root='(hd2,msdos5)'
  265.         search --no-floppy --fs-uuid --set=root bb7a6c3e-b343-4511-9a8a-5502dc148b3d
  266.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  267. }
  268. ### END /etc/grub.d/20_memtest86+ ###
  269.  
  270. ### BEGIN /etc/grub.d/30_os-prober ###
  271. if [ "x${timeout}" != "x-1" ]; then
  272.   if keystatus; then
  273.     if keystatus --shift; then
  274.       set timeout=-1
  275.     else
  276.       set timeout=0
  277.     fi
  278.   else
  279.     if sleep --interruptible 3 ; then
  280.       set timeout=0
  281.     fi
  282.   fi
  283. fi
  284. ### END /etc/grub.d/30_os-prober ###
  285.  
  286. ### BEGIN /etc/grub.d/40_custom ###
  287. # This file provides an easy way to add custom menu entries.  Simply type the
  288. # menu entries you want to add after this comment.  Be careful not to change
  289. # the 'exec tail' line above.
  290. ### END /etc/grub.d/40_custom ###
  291.  
  292. ### BEGIN /etc/grub.d/41_custom ###
  293. if [ -f  $prefix/custom.cfg ]; then
  294.   source $prefix/custom.cfg;
  295. fi
  296. ### END /etc/grub.d/41_custom ###
  297. --------------------------------------------------------------------------------
  298.  
  299. =============================== sdc5/etc/fstab: ================================
  300.  
  301. --------------------------------------------------------------------------------
  302. # /etc/fstab: static file system information.
  303. #
  304. # Use 'blkid' to print the universally unique identifier for a
  305. # device; this may be used with UUID= as a more robust way to name devices
  306. # that works even if disks are added and removed. See fstab(5).
  307. #
  308. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  309. proc            /proc           proc    nodev,noexec,nosuid 0       0
  310. # / was on /dev/sdc5 during installation
  311. UUID=bb7a6c3e-b343-4511-9a8a-5502dc148b3d /               ext4    errors=remount-ro 0       1
  312. # /home was on /dev/sda1 during installation
  313. UUID=90f86081-f9e6-4d11-85b0-ac318b019c79 /home           ext4    defaults        0       2
  314. # swap was on /dev/sda5 during installation
  315. UUID=a2a37667-cbf2-4019-b08a-1646033efc90 none            swap    sw              0       0
  316. /dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
  317. --------------------------------------------------------------------------------
  318.  
  319. =================== sdc5: Location of files loaded by Grub: ====================
  320.  
  321.            GiB - GB             File                                 Fragment(s)
  322.  
  323.                =                boot/grub/core.img                             1
  324.                =                boot/grub/grub.cfg                             1
  325.                =                boot/initrd.img-3.2.0-23-generic               2
  326.                =                boot/vmlinuz-3.2.0-23-generic                  1
  327.                =                initrd.img                                     2
  328.                =                vmlinuz                                        1
  329.  
  330. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  331.  
  332. Unknown BootLoader on sda2
  333.  
  334. 00000000  b6 c2 a1 c7 13 5d ed 82  ae ec cc dd 82 67 84 12  |.....].......g..|
  335. 00000010  e7 f5 cd 76 bc a2 14 e9  95 e9 8e 60 03 50 ea 56  |...v.......`.P.V|
  336. 00000020  b5 87 c0 c1 ac 27 89 a8  fb 7c 2c 59 a9 43 ae 68  |.....'...|,Y.C.h|
  337. 00000030  cb a4 09 d5 f6 b8 77 a3  85 0f de e4 84 d3 07 17  |......w.........|
  338. 00000040  ec a4 d0 8d 85 d8 f3 19  96 96 05 d4 a1 c6 67 74  |..............gt|
  339. 00000050  a9 4c f1 af 8a 79 45 25  e1 3c 30 e9 13 b3 9a e3  |.L...yE%.<0.....|
  340. 00000060  6d 2b df 8b cd 5d 77 c2  8c 0b 57 f5 b6 a7 92 1f  |m+...]w...W.....|
  341. 00000070  5b 55 e6 b4 1e d5 df dd  c3 72 ad 75 0e 15 3a 70  |[U.......r.u..:p|
  342. 00000080  52 3a 42 91 c8 a8 46 35  12 02 89 92 91 a9 81 62  |R:B...F5.......b|
  343. 00000090  37 2b f7 05 f4 f5 6d 4a  2b 83 94 52 e3 2f a8 c5  |7+....mJ+..R./..|
  344. 000000a0  52 e3 67 7d 07 0e 58 dd  77 66 57 c5 cc 4f 80 ef  |R.g}..X.wfW..O..|
  345. 000000b0  e4 0e 9a f1 33 64 81 6e  b6 63 a5 57 b6 9e a9 a9  |....3d.n.c.W....|
  346. 000000c0  a9 77 62 96 f5 cf b4 78  13 c9 5d fe 63 13 63 d9  |.wb....x..].c.c.|
  347. 000000d0  95 45 44 fd c7 1d 48 5b  4c 64 b6 2d 1d e4 dd ab  |.ED...H[Ld.-....|
  348. 000000e0  15 91 aa ca c7 f7 ef 9e  b6 19 98 5e e9 09 8b b9  |...........^....|
  349. 000000f0  c2 63 5c c6 00 1f 11 13  4e 99 66 6c 32 11 5b 1a  |.c\.....N.fl2.[.|
  350. 00000100  61 b5 8f 32 31 7d 2c 42  7d ae 2c cc 37 78 63 f4  |a..21},B}.,.7xc.|
  351. 00000110  e1 be 0d 0c ae 89 bf bd  98 ba 52 e0 64 d8 58 dd  |..........R.d.X.|
  352. 00000120  5c 1a ba b0 10 e8 6d 90  3b e1 f2 01 0a bd 13 f9  |\.....m.;.......|
  353. 00000130  9c a9 d4 27 e8 86 ea 90  5d f4 87 af a2 62 23 f0  |...'....]....b#.|
  354. 00000140  c9 39 e4 79 15 17 6f a9  cf bb 30 35 c2 f2 99 fb  |.9.y..o...05....|
  355. 00000150  c7 c6 d6 cf 61 5d 58 60  ec ca 66 3c 28 03 d1 87  |....a]X`..f<(...|
  356. 00000160  70 a1 de 36 43 27 b4 e4  61 59 e6 44 e3 f8 f5 28  |p..6C'..aY.D...(|
  357. 00000170  3e 57 f5 d1 77 af ee 75  8e a6 6c 76 b5 6d 3c b7  |>W..w..u..lv.m<.|
  358. 00000180  a7 4b 3b 2f b5 df 68 20  df 0a b2 76 73 d4 ec cf  |.K;/..h ...vs...|
  359. 00000190  27 8f 76 f8 dc 70 60 1a  72 70 c5 96 bf 28 a5 e5  |'.v..p`.rp...(..|
  360. 000001a0  7a d3 4c 70 ed 0d f0 a1  5b f4 30 67 77 e0 8d be  |z.Lp....[.0gw...|
  361. 000001b0  46 dd 62 87 e8 1e 4f 10  7d 4d 84 04 23 70 00 fe  |F.b...O.}M..#p..|
  362. 000001c0  ff ff 82 fe ff ff 02 00  00 00 00 98 78 00 00 00  |............x...|
  363. 000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  364. *
  365. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  366. 00000200
  367.  
  368. Unknown BootLoader on sdc2
  369.  
  370. 00000000  00 00 00 2f 11 00 00 03  00 04 00 00 00 2f 11 00  |.../........./..|
  371. 00000010  00 03 00 08 00 00 00 2e  11 00 00 03 00 01 0e 01  |................|
  372. 00000020  00 0e 42 00 00 48 89 4c  24 08 48 8b 44 24 08 48  |..B..H.L$.H.D$.H|
  373. 00000030  8b 00 c3 04 00 00 00 f1  00 00 00 9d 00 00 00 66  |...............f|
  374. 00000040  00 10 11 00 00 00 00 00  00 00 00 00 00 00 00 0e  |................|
  375. 00000050  00 00 00 05 00 00 00 0d  00 00 00 10 18 00 00 00  |................|
  376. 00000060  00 00 00 00 00 00 41 54  4c 3a 3a 43 53 69 6d 70  |......ATL::CSimp|
  377. 00000070  6c 65 53 74 72 69 6e 67  54 3c 77 63 68 61 72 5f  |leStringT<wchar_|
  378. 00000080  74 2c 30 3e 3a 3a 6f 70  65 72 61 74 6f 72 20 77  |t,0>::operator w|
  379. 00000090  63 68 61 72 5f 74 20 63  6f 6e 73 74 20 2a 20 5f  |char_t const * _|
  380. 000000a0  5f 70 74 72 36 34 00 1c  00 12 10 00 00 00 00 00  |_ptr64..........|
  381. 000000b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  382. 000000c0  00 20 40 01 00 11 00 11  11 08 00 00 00 0e 18 00  |. @.............|
  383. 000000d0  00 4f 01 74 68 69 73 00  02 00 06 00 00 00 00 f2  |.O.this.........|
  384. 000000e0  00 00 00 30 00 00 00 00  00 00 00 00 00 00 00 0e  |...0............|
  385. 000000f0  00 00 00 78 00 00 00 03  00 00 00 24 00 00 00 00  |...x.......$....|
  386. 00000100  00 00 00 92 01 00 80 05  00 00 00 93 01 00 80 0d  |................|
  387. 00000110  00 00 00 94 01 00 80 2c  00 00 00 34 11 00 00 0b  |.......,...4....|
  388. 00000120  00 30 00 00 00 34 11 00  00 0a 00 b4 00 00 00 34  |.0...4.........4|
  389. 00000130  11 00 00 0b 00 b8 00 00  00 34 11 00 00 0a 00 48  |.........4.....H|
  390. 00000140  89 4c 24 08 48 83 ec 28  48 8b 4c 24 30 e8 00 00  |.L$.H..(H.L$0...|
  391. 00000150  00 00 8b 40 08 48 83 c4  28 c3 0f 00 00 00 6e 12  |...@.H..(.....n.|
  392. 00000160  00 00 04 00 04 00 00 00  f1 00 00 00 86 00 00 00  |................|
  393. 00000170  4f 00 10 11 00 00 00 00  00 00 00 00 00 00 00 00  |O...............|
  394. 00000180  1b 00 00 00 09 00 00 00  16 00 00 00 16 18 00 00  |................|
  395. 00000190  00 00 00 00 00 00 00 41  54 4c 3a 3a 43 53 69 6d  |.......ATL::CSim|
  396. 000001a0  70 6c 65 53 74 72 69 6e  67 54 3c 77 63 68 61 72  |pleStringT<wchar|
  397. 000001b0  5f 74 2c 30 3e 3a 3a 47  65 74 4c 65 6e 67 00 fe  |_t,0>::GetLeng..|
  398. 000001c0  ff ff 83 fe ff ff 02 00  00 00 00 f8 70 02 00 00  |............p...|
  399. 000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  400. *
  401. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  402. 00000200
  403.  
  404.  
  405. =============================== StdErr Messages: ===============================
  406.  
  407. xz: (stdin): Compressed data is corrupt
  408. awk: cmd. line:36: Math support is not compiled in
  409. awk: cmd. line:36: Math support is not compiled in
  410. awk: cmd. line:36: Math support is not compiled in
  411. awk: cmd. line:36: Math support is not compiled in
  412. awk: cmd. line:36: Math support is not compiled in
  413. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top