daily pastebin goal
42%
SHARE
TWEET

Untitled

a guest Mar 11th, 2012 17 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.  
  105.  
  106. =========================== sda7/boot/grub/grub.cfg: ===========================
  107.  
  108. --------------------------------------------------------------------------------
  109. #
  110. # DO NOT EDIT THIS FILE
  111. #
  112. # It is automatically generated by grub-mkconfig using templates
  113. # from /etc/grub.d and settings from /etc/default/grub
  114. #
  115.  
  116. ### BEGIN /etc/grub.d/00_header ###
  117. if [ -s $prefix/grubenv ]; then
  118.   set have_grubenv=true
  119.   load_env
  120. fi
  121. set default="0"
  122. if [ "${prev_saved_entry}" ]; then
  123.   set saved_entry="${prev_saved_entry}"
  124.   save_env saved_entry
  125.   set prev_saved_entry=
  126.   save_env prev_saved_entry
  127.   set boot_once=true
  128. fi
  129.  
  130. function savedefault {
  131.   if [ -z "${boot_once}" ]; then
  132.     saved_entry="${chosen}"
  133.     save_env saved_entry
  134.   fi
  135. }
  136.  
  137. function recordfail {
  138.   set recordfail=1
  139.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  140. }
  141.  
  142. function load_video {
  143.   insmod vbe
  144.   insmod vga
  145.   insmod video_bochs
  146.   insmod video_cirrus
  147. }
  148.  
  149. insmod part_msdos
  150. insmod ext2
  151. set root='(hd0,msdos7)'
  152. search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  153. if loadfont /usr/share/grub/unicode.pf2 ; then
  154.   set gfxmode=auto
  155.   load_video
  156.   insmod gfxterm
  157.   insmod part_msdos
  158.   insmod ext2
  159.   set root='(hd0,msdos7)'
  160.   search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  161.   set locale_dir=($root)/boot/grub/locale
  162.   set lang=en_CA
  163.   insmod gettext
  164. fi
  165. terminal_output gfxterm
  166. if [ "${recordfail}" = 1 ]; then
  167.   set timeout=-1
  168. else
  169.   set timeout=10
  170. fi
  171. ### END /etc/grub.d/00_header ###
  172.  
  173. ### BEGIN /etc/grub.d/05_debian_theme ###
  174. set menu_color_normal=white/black
  175. set menu_color_highlight=black/light-gray
  176. if background_color 44,0,30; then
  177.   clear
  178. fi
  179. ### END /etc/grub.d/05_debian_theme ###
  180.  
  181. ### BEGIN /etc/grub.d/10_linux ###
  182. if [ ${recordfail} != 1 ]; then
  183.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  184.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  185.       if [ ${match} = 0 ]; then
  186.         set linux_gfx_mode=keep
  187.       else
  188.         set linux_gfx_mode=text
  189.       fi
  190.     else
  191.       set linux_gfx_mode=text
  192.     fi
  193.   else
  194.     set linux_gfx_mode=keep
  195.   fi
  196. else
  197.   set linux_gfx_mode=text
  198. fi
  199. export linux_gfx_mode
  200. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  201. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  202.         recordfail
  203.         set gfxpayload=$linux_gfx_mode
  204.         insmod gzio
  205.         insmod part_msdos
  206.         insmod ext2
  207.         set root='(hd0,msdos7)'
  208.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  209.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf ro   quiet splash vt.handoff=7
  210.         initrd  /boot/initrd.img-3.0.0-12-generic
  211. }
  212. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  213.         recordfail
  214.         insmod gzio
  215.         insmod part_msdos
  216.         insmod ext2
  217.         set root='(hd0,msdos7)'
  218.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  219.         echo    'Loading Linux 3.0.0-12-generic ...'
  220.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf ro recovery nomodeset
  221.         echo    'Loading initial ramdisk ...'
  222.         initrd  /boot/initrd.img-3.0.0-12-generic
  223. }
  224. ### END /etc/grub.d/10_linux ###
  225.  
  226. ### BEGIN /etc/grub.d/20_linux_xen ###
  227. ### END /etc/grub.d/20_linux_xen ###
  228.  
  229. ### BEGIN /etc/grub.d/20_memtest86+ ###
  230. menuentry "Memory test (memtest86+)" {
  231.         insmod part_msdos
  232.         insmod ext2
  233.         set root='(hd0,msdos7)'
  234.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  235.         linux16 /boot/memtest86+.bin
  236. }
  237. menuentry "Memory test (memtest86+, serial console 115200)" {
  238.         insmod part_msdos
  239.         insmod ext2
  240.         set root='(hd0,msdos7)'
  241.         search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
  242.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  243. }
  244. ### END /etc/grub.d/20_memtest86+ ###
  245.  
  246. ### BEGIN /etc/grub.d/30_os-prober ###
  247. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  248.         insmod part_msdos
  249.         insmod ntfs
  250.         set root='(hd0,msdos1)'
  251.         search --no-floppy --fs-uuid --set=root 2200F20F00F1EA25
  252.         chainloader +1
  253. }
  254. menuentry "Windows Recovery Environment (loader) (on /dev/sda4)" --class windows --class os {
  255.         insmod part_msdos
  256.         insmod ntfs
  257.         set root='(hd0,msdos4)'
  258.         search --no-floppy --fs-uuid --set=root 96E85AEDE85ACADF
  259.         drivemap -s (hd0) ${root}
  260.         chainloader +1
  261. }
  262. ### END /etc/grub.d/30_os-prober ###
  263.  
  264. ### BEGIN /etc/grub.d/40_custom ###
  265. # This file provides an easy way to add custom menu entries.  Simply type the
  266. # menu entries you want to add after this comment.  Be careful not to change
  267. # the 'exec tail' line above.
  268. ### END /etc/grub.d/40_custom ###
  269.  
  270. ### BEGIN /etc/grub.d/41_custom ###
  271. if [ -f  $prefix/custom.cfg ]; then
  272.   source $prefix/custom.cfg;
  273. fi
  274. ### END /etc/grub.d/41_custom ###
  275. --------------------------------------------------------------------------------
  276.  
  277. =============================== sda7/etc/fstab: ================================
  278.  
  279. --------------------------------------------------------------------------------
  280. # /etc/fstab: static file system information.
  281. #
  282. # Use 'blkid' to print the universally unique identifier for a
  283. # device; this may be used with UUID= as a more robust way to name devices
  284. # that works even if disks are added and removed. See fstab(5).
  285. #
  286. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  287. proc            /proc           proc    nodev,noexec,nosuid 0       0
  288. # / was on /dev/sda7 during installation
  289. UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf /               ext4    errors=remount-ro 0       1
  290. # swap was on /dev/sda8 during installation
  291. UUID=247f17be-2740-42f9-9dd8-da700a384e68 none            swap    sw              0       0
  292. --------------------------------------------------------------------------------
  293.  
  294. =================== sda7: Location of files loaded by Grub: ====================
  295.  
  296.            GiB - GB             File                                 Fragment(s)
  297.  
  298.                =                boot/grub/core.img                             1
  299.                =                boot/grub/grub.cfg                             1
  300.                =                boot/initrd.img-3.0.0-12-generic               2
  301.                =                boot/vmlinuz-3.0.0-12-generic                  1
  302.                =                initrd.img                                     2
  303.                =                vmlinuz                                        1
  304.  
  305. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  306.  
  307. Unknown BootLoader on sda3
  308.  
  309. 00000000  5e 97 b2 ff 60 97 b3 ff  63 96 b2 ff 65 96 b2 ff  |^...`...c...e...|
  310. 00000010  65 96 b2 ff 66 97 b4 ff  63 96 b4 ff 61 96 b5 ff  |e...f...c...a...|
  311. 00000020  60 95 b5 ff 61 96 b5 ff  61 95 b3 ff 61 95 b1 ff  |`...a...a...a...|
  312. 00000030  5f 93 af ff 5e 92 ae ff  5c 92 ad ff 5b 94 af ff  |_...^...\...[...|
  313. 00000040  59 95 af ff 5b 96 b1 ff  5b 97 b1 ff 59 97 b2 ff  |Y...[...[...Y...|
  314. 00000050  54 96 b0 ff 54 97 b1 ff  54 97 b1 ff 55 98 b3 ff  |T...T...T...U...|
  315. 00000060  54 99 b5 ff 54 9a b6 ff  52 98 b4 ff 53 97 b4 ff  |T...T...R...S...|
  316. 00000070  57 97 b3 ff 5c 99 b3 ff  5b 98 b2 ff 5a 98 b1 ff  |W...\...[...Z...|
  317. 00000080  5a 96 b1 ff 5b 95 b4 ff  5b 94 b3 ff 5b 94 b3 ff  |Z...[...[...[...|
  318. 00000090  59 94 b2 ff 59 96 b3 ff  57 96 b4 ff 57 95 b3 ff  |Y...Y...W...W...|
  319. 000000a0  55 94 b1 ff 52 93 af ff  4e 91 ae ff 4f 92 af ff  |U...R...N...O...|
  320. 000000b0  50 93 af ff 54 93 b1 ff  57 91 b1 ff 5a 91 b3 ff  |P...T...W...Z...|
  321. 000000c0  59 91 b3 ff 5b 92 b4 ff  5f 93 b5 ff 63 94 b6 ff  |Y...[..._...c...|
  322. 000000d0  63 94 b6 ff 63 95 b6 ff  64 94 b5 ff 67 93 b4 ff  |c...c...d...g...|
  323. 000000e0  68 92 b3 ff 68 93 b4 ff  68 93 b4 ff 68 93 b4 ff  |h...h...h...h...|
  324. 000000f0  68 92 b3 ff 69 93 b4 ff  68 93 b4 ff 65 94 b5 ff  |h...i...h...e...|
  325. 00000100  60 93 b4 ff 60 94 b5 ff  60 94 b5 ff 5e 95 b4 ff  |`...`...`...^...|
  326. 00000110  59 94 b2 ff 57 96 b3 ff  57 96 b4 ff 5a 97 b5 ff  |Y...W...W...Z...|
  327. 00000120  5b 95 b3 ff 5e 94 b2 ff  5f 95 b3 ff 60 96 b6 ff  |[...^..._...`...|
  328. 00000130  5f 95 b4 ff 60 95 b2 ff  5f 95 b1 ff 60 96 b2 ff  |_...`..._...`...|
  329. 00000140  62 96 b2 ff 66 97 b2 ff  69 96 b1 ff 6a 96 b1 ff  |b...f...i...j...|
  330. 00000150  68 95 b0 ff 66 97 b2 ff  62 98 b3 ff 62 99 b4 ff  |h...f...b...b...|
  331. 00000160  62 99 b3 ff 64 98 b3 ff  68 96 b3 ff 6b 95 b4 ff  |b...d...h...k...|
  332. 00000170  6b 95 b3 ff 6d 97 b5 ff  6e 97 b7 ff 70 98 ba ff  |k...m...n...p...|
  333. 00000180  6e 96 b9 ff 6d 95 b7 ff  69 95 b5 ff 64 97 b5 ff  |n...m...i...d...|
  334. 00000190  62 97 b4 ff 63 98 b5 ff  65 97 b5 ff 68 96 b6 ff  |b...c...e...h...|
  335. 000001a0  6a 94 b6 ff 6c 96 b7 ff  6d 96 b8 ff 6c 96 b7 ff  |j...l...m...l...|
  336. 000001b0  6b 94 b5 ff 6c 94 b6 ff  6d 95 b7 ff 6e 96 00 ef  |k...l...m...n...|
  337. 000001c0  ff ff 82 ef ff ff 02 d0  ed 0a 00 f0 7b 00 00 ef  |............{...|
  338. 000001d0  ff ff 05 ef ff ff 42 ba  71 0a c0 e5 7b 00 00 00  |......B.q...{...|
  339. 000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  340. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  341. 00000200
  342.  
  343.  
  344. ========= Devices which don't seem to have a corresponding hard drive: =========
  345.  
  346. sdb
  347.  
  348. =============================== StdErr Messages: ===============================
  349.  
  350. awk: cmd. line:36: Math support is not compiled in
  351. awk: cmd. line:36: Math support is not compiled in
  352. awk: cmd. line:36: Math support is not compiled in
  353. awk: cmd. line:36: Math support is not compiled in
  354. awk: cmd. line:36: Math support is not compiled in
  355. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top