daily pastebin goal
42%
SHARE
TWEET

Untitled

a guest Mar 11th, 2012 14 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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:  Windows Vista/7
  14.     Boot sector info:   No errors found in the Boot Parameter Block.
  15.     Operating System:  
  16.     Boot files:        /bootmgr /Boot/BCD
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20.     File system:       ntfs
  21.     Boot sector type:  Windows Vista/7
  22.     Boot sector info:   No errors found in the Boot Parameter Block.
  23.     Operating System:  Windows 7
  24.     Boot files:        /Windows/System32/winload.exe
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28.     File system:       Extended Partition
  29.     Boot sector type:  Unknown
  30.     Boot sector info:  
  31.  
  32. sda5: __________________________________________________________________________
  33.  
  34.     File system:       swap
  35.     Boot sector type:  -
  36.     Boot sector info:  
  37.  
  38. sda6: __________________________________________________________________________
  39.  
  40.     File system:       swap
  41.     Boot sector type:  -
  42.     Boot sector info:  
  43.  
  44. sda7: __________________________________________________________________________
  45.  
  46.     File system:       ext4
  47.     Boot sector type:  -
  48.     Boot sector info:  
  49.     Operating System:  Ubuntu 11.10
  50.     Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  51.  
  52. sda8: __________________________________________________________________________
  53.  
  54.     File system:       swap
  55.     Boot sector type:  -
  56.     Boot sector info:  
  57.  
  58. sda4: __________________________________________________________________________
  59.  
  60.     File system:       ntfs
  61.     Boot sector type:  Windows Vista/7
  62.     Boot sector info:   No errors found in the Boot Parameter Block.
  63.     Operating System:  
  64.     Boot files:        /bootmgr /boot/BCD
  65.  
  66. ============================ Drive/Partition Info: =============================
  67.  
  68. Drive: sda _____________________________________________________________________
  69.  
  70. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  71. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  72. Units = sectors of 1 * 512 = 512 bytes
  73. Sector size (logical/physical): 512 bytes / 512 bytes
  74.  
  75. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  76.  
  77. /dev/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS
  78. /dev/sda2             206,848   406,893,002   406,686,155   7 NTFS / exFAT / HPFS
  79. /dev/sda3         406,894,590   598,374,399   191,479,810   5 Extended
  80. /dev/sda5         590,252,032   598,374,399     8,122,368  82 Linux swap / Solaris
  81. /dev/sda6         582,129,664   590,239,743     8,110,080  82 Linux swap / Solaris
  82. /dev/sda7         406,894,592   574,007,295   167,112,704  83 Linux
  83. /dev/sda8         574,009,344   582,119,423     8,110,080  82 Linux swap / Solaris
  84. /dev/sda4         598,374,400   625,139,711    26,765,312   7 NTFS / exFAT / HPFS
  85.  
  86.  
  87. "blkid" output: ________________________________________________________________
  88.  
  89. Device           UUID                                   TYPE       LABEL
  90.  
  91. /dev/sda1        2200F20F00F1EA25                       ntfs       SYSTEM
  92. /dev/sda2        38A4C5F5A4C5B5A2                       ntfs       HP
  93. /dev/sda4        96E85AEDE85ACADF                       ntfs       FACTORY_IMAGE
  94. /dev/sda5        1d3d8d5c-cdc1-4dc7-9790-64dd666b3967   swap      
  95. /dev/sda6                                               swap      
  96. /dev/sda7        1b7a6ee0-8322-4eec-9a06-67e1b501b9bf   ext4      
  97. /dev/sda8        247f17be-2740-42f9-9dd8-da700a384e68   swap      
  98.  
  99. ================================ Mount points: =================================
  100.  
  101. Device           Mount_Point              Type       Options
  102.  
  103. /dev/sda7        /                        ext4       (rw,errors=remount-ro,commit=0)
  104. /dev/sr0         /media/Ubuntu 11.10 amd64 iso9660    (ro,nosuid,nodev,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks)
  105.  
  106.  
  107. =========================== sda7/boot/grub/grub.cfg: ===========================
  108.  
  109. --------------------------------------------------------------------------------
  110. #
  111. # DO NOT EDIT THIS FILE
  112. #
  113. # It is automatically generated by grub-mkconfig using templates
  114. # from /etc/grub.d and settings from /etc/default/grub
  115. #
  116.  
  117. ### BEGIN /etc/grub.d/00_header ###
  118. if [ -s $prefix/grubenv ]; then
  119.   set have_grubenv=true
  120.   load_env
  121. fi
  122. set default="0"
  123. if [ "${prev_saved_entry}" ]; then
  124.   set saved_entry="${prev_saved_entry}"
  125.   save_env saved_entry
  126.   set prev_saved_entry=
  127.   save_env prev_saved_entry
  128.   set boot_once=true
  129. fi
  130.  
  131. function savedefault {
  132.   if [ -z "${boot_once}" ]; then
  133.     saved_entry="${chosen}"
  134.     save_env saved_entry
  135.   fi
  136. }
  137.  
  138. function recordfail {
  139.   set recordfail=1
  140.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  141. }
  142.  
  143. function load_video {
  144.   insmod vbe
  145.   insmod vga
  146.   insmod video_bochs
  147.   insmod video_cirrus
  148. }
  149.  
  150. insmod part_msdos
  151. insmod ext2
  152. set root='(hd0,msdos7)'
  153. search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  154. if loadfont /usr/share/grub/unicode.pf2 ; then
  155.   set gfxmode=auto
  156.   load_video
  157.   insmod gfxterm
  158.   insmod part_msdos
  159.   insmod ext2
  160.   set root='(hd0,msdos7)'
  161.   search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  162.   set locale_dir=($root)/boot/grub/locale
  163.   set lang=en_CA
  164.   insmod gettext
  165. fi
  166. terminal_output gfxterm
  167. if [ "${recordfail}" = 1 ]; then
  168.   set timeout=10
  169. else
  170.   set timeout=10
  171. fi
  172. ### END /etc/grub.d/00_header ###
  173.  
  174. ### BEGIN /etc/grub.d/05_debian_theme ###
  175. set menu_color_normal=white/black
  176. set menu_color_highlight=black/light-gray
  177. if background_color 44,0,30; then
  178.   clear
  179. fi
  180. ### END /etc/grub.d/05_debian_theme ###
  181.  
  182. ### BEGIN /etc/grub.d/10_linux ###
  183. if [ ${recordfail} != 1 ]; then
  184.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  185.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  186.       if [ ${match} = 0 ]; then
  187.         set linux_gfx_mode=keep
  188.       else
  189.         set linux_gfx_mode=text
  190.       fi
  191.     else
  192.       set linux_gfx_mode=text
  193.     fi
  194.   else
  195.     set linux_gfx_mode=keep
  196.   fi
  197. else
  198.   set linux_gfx_mode=text
  199. fi
  200. export linux_gfx_mode
  201. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  202. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  203.         recordfail
  204.         set gfxpayload=$linux_gfx_mode
  205.         insmod gzio
  206.         insmod part_msdos
  207.         insmod ext2
  208.         set root='(hd0,msdos7)'
  209.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  210.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf ro   quiet splash vt.handoff=7
  211.         initrd  /boot/initrd.img-3.0.0-12-generic
  212. }
  213. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  214.         recordfail
  215.         insmod gzio
  216.         insmod part_msdos
  217.         insmod ext2
  218.         set root='(hd0,msdos7)'
  219.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  220.         echo    'Loading Linux 3.0.0-12-generic ...'
  221.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf ro recovery nomodeset
  222.         echo    'Loading initial ramdisk ...'
  223.         initrd  /boot/initrd.img-3.0.0-12-generic
  224. }
  225. ### END /etc/grub.d/10_linux ###
  226.  
  227. ### BEGIN /etc/grub.d/20_linux_xen ###
  228. ### END /etc/grub.d/20_linux_xen ###
  229.  
  230. ### BEGIN /etc/grub.d/20_memtest86+ ###
  231. menuentry "Memory test (memtest86+)" {
  232.         insmod part_msdos
  233.         insmod ext2
  234.         set root='(hd0,msdos7)'
  235.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  236.         linux16 /boot/memtest86+.bin
  237. }
  238. menuentry "Memory test (memtest86+, serial console 115200)" {
  239.         insmod part_msdos
  240.         insmod ext2
  241.         set root='(hd0,msdos7)'
  242.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  243.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  244. }
  245. ### END /etc/grub.d/20_memtest86+ ###
  246.  
  247. ### BEGIN /etc/grub.d/30_os-prober ###
  248. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  249.         insmod part_msdos
  250.         insmod ntfs
  251.         set root='(hd0,msdos1)'
  252.         search --no-floppy --fs-uuid --set=root 2200F20F00F1EA25
  253.         chainloader +1
  254. }
  255. menuentry "Windows Recovery Environment (loader) (on /dev/sda4)" --class windows --class os {
  256.         insmod part_msdos
  257.         insmod ntfs
  258.         set root='(hd0,msdos4)'
  259.         search --no-floppy --fs-uuid --set=root 96E85AEDE85ACADF
  260.         drivemap -s (hd0) ${root}
  261.         chainloader +1
  262. }
  263. ### END /etc/grub.d/30_os-prober ###
  264.  
  265. ### BEGIN /etc/grub.d/40_custom ###
  266. # This file provides an easy way to add custom menu entries.  Simply type the
  267. # menu entries you want to add after this comment.  Be careful not to change
  268. # the 'exec tail' line above.
  269. ### END /etc/grub.d/40_custom ###
  270.  
  271. ### BEGIN /etc/grub.d/41_custom ###
  272. if [ -f  $prefix/custom.cfg ]; then
  273.   source $prefix/custom.cfg;
  274. fi
  275. ### END /etc/grub.d/41_custom ###
  276. --------------------------------------------------------------------------------
  277.  
  278. =============================== sda7/etc/fstab: ================================
  279.  
  280. --------------------------------------------------------------------------------
  281. # /etc/fstab: static file system information.
  282. #
  283. # Use 'blkid' to print the universally unique identifier for a
  284. # device; this may be used with UUID= as a more robust way to name devices
  285. # that works even if disks are added and removed. See fstab(5).
  286. #
  287. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  288. proc            /proc           proc    nodev,noexec,nosuid 0       0
  289. # / was on /dev/sda7 during installation
  290. UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf /               ext4    errors=remount-ro 0       1
  291. # swap was on /dev/sda8 during installation
  292. UUID=247f17be-2740-42f9-9dd8-da700a384e68 none            swap    sw              0       0
  293. --------------------------------------------------------------------------------
  294.  
  295. =================== sda7: Location of files loaded by Grub: ====================
  296.  
  297.            GiB - GB             File                                 Fragment(s)
  298.  
  299.  218.232112885 = 234.324946944  boot/grub/core.img                             1
  300.  258.147476196 = 277.183741952  boot/grub/grub.cfg                             1
  301.  256.964942932 = 275.914006528  boot/initrd.img-3.0.0-12-generic               2
  302.  250.155464172 = 268.602384384  boot/vmlinuz-3.0.0-12-generic                  1
  303.  256.964942932 = 275.914006528  initrd.img                                     2
  304.  250.155464172 = 268.602384384  vmlinuz                                        1
  305.  
  306. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  307.  
  308. Unknown BootLoader on sda3
  309.  
  310. 00000000  5e 97 b2 ff 60 97 b3 ff  63 96 b2 ff 65 96 b2 ff  |^...`...c...e...|
  311. 00000010  65 96 b2 ff 66 97 b4 ff  63 96 b4 ff 61 96 b5 ff  |e...f...c...a...|
  312. 00000020  60 95 b5 ff 61 96 b5 ff  61 95 b3 ff 61 95 b1 ff  |`...a...a...a...|
  313. 00000030  5f 93 af ff 5e 92 ae ff  5c 92 ad ff 5b 94 af ff  |_...^...\...[...|
  314. 00000040  59 95 af ff 5b 96 b1 ff  5b 97 b1 ff 59 97 b2 ff  |Y...[...[...Y...|
  315. 00000050  54 96 b0 ff 54 97 b1 ff  54 97 b1 ff 55 98 b3 ff  |T...T...T...U...|
  316. 00000060  54 99 b5 ff 54 9a b6 ff  52 98 b4 ff 53 97 b4 ff  |T...T...R...S...|
  317. 00000070  57 97 b3 ff 5c 99 b3 ff  5b 98 b2 ff 5a 98 b1 ff  |W...\...[...Z...|
  318. 00000080  5a 96 b1 ff 5b 95 b4 ff  5b 94 b3 ff 5b 94 b3 ff  |Z...[...[...[...|
  319. 00000090  59 94 b2 ff 59 96 b3 ff  57 96 b4 ff 57 95 b3 ff  |Y...Y...W...W...|
  320. 000000a0  55 94 b1 ff 52 93 af ff  4e 91 ae ff 4f 92 af ff  |U...R...N...O...|
  321. 000000b0  50 93 af ff 54 93 b1 ff  57 91 b1 ff 5a 91 b3 ff  |P...T...W...Z...|
  322. 000000c0  59 91 b3 ff 5b 92 b4 ff  5f 93 b5 ff 63 94 b6 ff  |Y...[..._...c...|
  323. 000000d0  63 94 b6 ff 63 95 b6 ff  64 94 b5 ff 67 93 b4 ff  |c...c...d...g...|
  324. 000000e0  68 92 b3 ff 68 93 b4 ff  68 93 b4 ff 68 93 b4 ff  |h...h...h...h...|
  325. 000000f0  68 92 b3 ff 69 93 b4 ff  68 93 b4 ff 65 94 b5 ff  |h...i...h...e...|
  326. 00000100  60 93 b4 ff 60 94 b5 ff  60 94 b5 ff 5e 95 b4 ff  |`...`...`...^...|
  327. 00000110  59 94 b2 ff 57 96 b3 ff  57 96 b4 ff 5a 97 b5 ff  |Y...W...W...Z...|
  328. 00000120  5b 95 b3 ff 5e 94 b2 ff  5f 95 b3 ff 60 96 b6 ff  |[...^..._...`...|
  329. 00000130  5f 95 b4 ff 60 95 b2 ff  5f 95 b1 ff 60 96 b2 ff  |_...`..._...`...|
  330. 00000140  62 96 b2 ff 66 97 b2 ff  69 96 b1 ff 6a 96 b1 ff  |b...f...i...j...|
  331. 00000150  68 95 b0 ff 66 97 b2 ff  62 98 b3 ff 62 99 b4 ff  |h...f...b...b...|
  332. 00000160  62 99 b3 ff 64 98 b3 ff  68 96 b3 ff 6b 95 b4 ff  |b...d...h...k...|
  333. 00000170  6b 95 b3 ff 6d 97 b5 ff  6e 97 b7 ff 70 98 ba ff  |k...m...n...p...|
  334. 00000180  6e 96 b9 ff 6d 95 b7 ff  69 95 b5 ff 64 97 b5 ff  |n...m...i...d...|
  335. 00000190  62 97 b4 ff 63 98 b5 ff  65 97 b5 ff 68 96 b6 ff  |b...c...e...h...|
  336. 000001a0  6a 94 b6 ff 6c 96 b7 ff  6d 96 b8 ff 6c 96 b7 ff  |j...l...m...l...|
  337. 000001b0  6b 94 b5 ff 6c 94 b6 ff  6d 95 b7 ff 6e 96 00 ef  |k...l...m...n...|
  338. 000001c0  ff ff 82 ef ff ff 02 d0  ed 0a 00 f0 7b 00 00 ef  |............{...|
  339. 000001d0  ff ff 05 ef ff ff 42 ba  71 0a c0 e5 7b 00 00 00  |......B.q...{...|
  340. 000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  341. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  342. 00000200
  343.  
  344.  
  345. ========= Devices which don't seem to have a corresponding hard drive: =========
  346.  
  347. sdb
  348.  
  349. =============================== StdErr Messages: ===============================
  350.  
  351. unlzma: Decoder error
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top