daily pastebin goal
80%
SHARE
TWEET

Untitled

a guest Aug 28th, 2012 30 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.  
  8. sda1: __________________________________________________________________________
  9.  
  10.     File system:       vfat
  11.     Boot sector type:  Windows 7: FAT32
  12.     Boot sector info:  No errors found in the Boot Parameter Block.
  13.     Operating System:  
  14.     Boot files:        /bootmgr /boot/bcd
  15.  
  16. sda2: __________________________________________________________________________
  17.  
  18.     File system:       ntfs
  19.     Boot sector type:  Grub2 (v1.99)
  20.     Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda2
  21.                        and looks at sector 622900280 of the same hard drive
  22.                        for core.img. core.img is at this location and looks
  23.                        for (,msdos7)/boot/grub on this drive. No errors found
  24.                        in the Boot Parameter Block.
  25.     Operating System:  Windows 7
  26.     Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe
  27.  
  28. sda3: __________________________________________________________________________
  29.  
  30.     File system:       Extended Partition
  31.     Boot sector type:  -
  32.     Boot sector info:
  33.  
  34. sda5: __________________________________________________________________________
  35.  
  36.     File system:       ntfs
  37.     Boot sector type:  Windows Vista/7: NTFS
  38.     Boot sector info:  According to the info in the boot sector, sda5 starts
  39.                        at sector 2048.
  40.     Operating System:  
  41.     Boot files:        
  42.  
  43. sda6: __________________________________________________________________________
  44.  
  45.     File system:       ntfs
  46.     Boot sector type:  Windows Vista/7: NTFS
  47.     Boot sector info:  According to the info in the boot sector, sda6 starts
  48.                        at sector 1360. But according to the info from fdisk,
  49.                        sda6 starts at sector 573943808.
  50.     Operating System:  
  51.     Boot files:        
  52.  
  53. sda7: __________________________________________________________________________
  54.  
  55.     File system:       ext4
  56.     Boot sector type:  -
  57.     Boot sector info:
  58.     Operating System:  Ubuntu 12.04.1 LTS
  59.     Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  60.  
  61. sda8: __________________________________________________________________________
  62.  
  63.     File system:       swap
  64.     Boot sector type:  -
  65.     Boot sector info:
  66.  
  67. ============================ Drive/Partition Info: =============================
  68.  
  69. Drive: sda _____________________________________________________________________
  70.  
  71. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  72. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  73. Units = sectors of 1 * 512 = 512 bytes
  74. Sector size (logical/physical): 512 bytes / 512 bytes
  75.  
  76. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  77.  
  78. /dev/sda1                  64    40,960,063    40,960,000  1c Hidden W95 FAT32 (LBA)
  79. /dev/sda2    *     40,960,064   193,398,657   152,438,594   7 NTFS / exFAT / HPFS
  80. /dev/sda3         193,400,704   625,141,759   431,741,056   f W95 Extended (LBA)
  81. /dev/sda5         193,400,706   573,942,447   380,541,742   7 NTFS / exFAT / HPFS
  82. /dev/sda6         573,943,808   580,235,783     6,291,976   7 NTFS / exFAT / HPFS
  83. /dev/sda7         609,517,568   625,141,759    15,624,192  83 Linux
  84. /dev/sda8         589,975,552   609,505,279    19,529,728  82 Linux swap / Solaris
  85.  
  86.  
  87. "blkid" output: ________________________________________________________________
  88.  
  89. Device           UUID                                   TYPE       LABEL
  90.  
  91. /dev/sda1        FCC2-E572                              vfat       RECOVERY
  92. /dev/sda2        ACD6A20BD6A1D63C                       ntfs       OS
  93. /dev/sda5        14AAC746AAC722DA                       ntfs       Data
  94. /dev/sda6        1C74B8B274B88FCE                       ntfs       Linux
  95. /dev/sda7        0f24ef50-e98b-4410-af98-b45aaa21af0f   ext4      
  96. /dev/sda8        c8b1fb23-debd-4703-92f2-8f9ba6dfa75e   swap      
  97.  
  98. ================================ Mount points: =================================
  99.  
  100. Device           Mount_Point              Type       Options
  101.  
  102. /dev/sda2        /media/OS                fuseblk    (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  103. /dev/sda6        /dos                     fuseblk    (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  104. /dev/sda7        /                        ext4       (rw,errors=remount-ro)
  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 0f24ef50-e98b-4410-af98-b45aaa21af0f
  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 0f24ef50-e98b-4410-af98-b45aaa21af0f
  162.   set locale_dir=($root)/boot/grub/locale
  163.   set lang=en_US
  164.   insmod gettext
  165. fi
  166. terminal_output gfxterm
  167. if [ "${recordfail}" = 1 ]; then
  168.   set timeout=-1
  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. ### END /etc/grub.d/05_debian_theme ###
  178.  
  179. ### BEGIN /etc/grub.d/10_linux ###
  180. function gfxmode {
  181.         set gfxpayload="${1}"
  182.         if [ "${1}" = "keep" ]; then
  183.                 set vt_handoff=vt.handoff=7
  184.         else
  185.                 set vt_handoff=
  186.         fi
  187. }
  188. if [ "${recordfail}" != 1 ]; then
  189.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  190.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  191.       if [ ${match} = 0 ]; then
  192.         set linux_gfx_mode=keep
  193.       else
  194.         set linux_gfx_mode=text
  195.       fi
  196.     else
  197.       set linux_gfx_mode=text
  198.     fi
  199.   else
  200.     set linux_gfx_mode=keep
  201.   fi
  202. else
  203.   set linux_gfx_mode=text
  204. fi
  205. export linux_gfx_mode
  206. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  207. menuentry 'Ubuntu, with Linux 3.2.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  208.         recordfail
  209.         gfxmode $linux_gfx_mode
  210.         insmod gzio
  211.         insmod part_msdos
  212.         insmod ext2
  213.         set root='(hd0,msdos7)'
  214.         search --no-floppy --fs-uuid --set=root 0f24ef50-e98b-4410-af98-b45aaa21af0f
  215.         linux   /boot/vmlinuz-3.2.0-29-generic root=UUID=0f24ef50-e98b-4410-af98-b45aaa21af0f ro   quiet splash $vt_handoff
  216.         initrd  /boot/initrd.img-3.2.0-29-generic
  217. }
  218. menuentry 'Ubuntu, with Linux 3.2.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  219.         recordfail
  220.         insmod gzio
  221.         insmod part_msdos
  222.         insmod ext2
  223.         set root='(hd0,msdos7)'
  224.         search --no-floppy --fs-uuid --set=root 0f24ef50-e98b-4410-af98-b45aaa21af0f
  225.         echo    'Loading Linux 3.2.0-29-generic ...'
  226.         linux   /boot/vmlinuz-3.2.0-29-generic root=UUID=0f24ef50-e98b-4410-af98-b45aaa21af0f ro recovery nomodeset
  227.         echo    'Loading initial ramdisk ...'
  228.         initrd  /boot/initrd.img-3.2.0-29-generic
  229. }
  230. ### END /etc/grub.d/10_linux ###
  231.  
  232. ### BEGIN /etc/grub.d/20_linux_xen ###
  233. ### END /etc/grub.d/20_linux_xen ###
  234.  
  235. ### BEGIN /etc/grub.d/20_memtest86+ ###
  236. menuentry "Memory test (memtest86+)" {
  237.         insmod part_msdos
  238.         insmod ext2
  239.         set root='(hd0,msdos7)'
  240.         search --no-floppy --fs-uuid --set=root 0f24ef50-e98b-4410-af98-b45aaa21af0f
  241.         linux16 /boot/memtest86+.bin
  242. }
  243. menuentry "Memory test (memtest86+, serial console 115200)" {
  244.         insmod part_msdos
  245.         insmod ext2
  246.         set root='(hd0,msdos7)'
  247.         search --no-floppy --fs-uuid --set=root 0f24ef50-e98b-4410-af98-b45aaa21af0f
  248.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  249. }
  250. ### END /etc/grub.d/20_memtest86+ ###
  251.  
  252. ### BEGIN /etc/grub.d/30_os-prober ###
  253. menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
  254.         insmod part_msdos
  255.         insmod fat
  256.         set root='(hd0,msdos1)'
  257.         search --no-floppy --fs-uuid --set=root FCC2-E572
  258.         drivemap -s (hd0) ${root}
  259.         chainloader +1
  260. }
  261. menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
  262.         insmod part_msdos
  263.         insmod ntfs
  264.         set root='(hd0,msdos2)'
  265.         search --no-floppy --fs-uuid --set=root ACD6A20BD6A1D63C
  266.         chainloader +1
  267. }
  268. ### END /etc/grub.d/30_os-prober ###
  269.  
  270. ### BEGIN /etc/grub.d/40_custom ###
  271. # This file provides an easy way to add custom menu entries.  Simply type the
  272. # menu entries you want to add after this comment.  Be careful not to change
  273. # the 'exec tail' line above.
  274. ### END /etc/grub.d/40_custom ###
  275.  
  276. ### BEGIN /etc/grub.d/41_custom ###
  277. if [ -f  $prefix/custom.cfg ]; then
  278.   source $prefix/custom.cfg;
  279. fi
  280. ### END /etc/grub.d/41_custom ###
  281. --------------------------------------------------------------------------------
  282.  
  283. =============================== sda7/etc/fstab: ================================
  284.  
  285. --------------------------------------------------------------------------------
  286. # /etc/fstab: static file system information.
  287. #
  288. # Use 'blkid' to print the universally unique identifier for a
  289. # device; this may be used with UUID= as a more robust way to name devices
  290. # that works even if disks are added and removed. See fstab(5).
  291. #
  292. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  293. proc            /proc           proc    nodev,noexec,nosuid 0       0
  294. # / was on /dev/sda7 during installation
  295. UUID=0f24ef50-e98b-4410-af98-b45aaa21af0f /               ext4    errors=remount-ro 0       1
  296. # /dos was on /dev/sda6 during installation
  297. UUID=1C74B8B274B88FCE /dos            ntfs    defaults,umask=007,gid=46 0       0
  298. # swap was on /dev/sda8 during installation
  299. UUID=c8b1fb23-debd-4703-92f2-8f9ba6dfa75e none            swap    sw              0       0
  300. --------------------------------------------------------------------------------
  301.  
  302. =================== sda7: Location of files loaded by Grub: ====================
  303.  
  304.            GiB - GB             File                                 Fragment(s)
  305.  
  306.                =                boot/grub/core.img                             1
  307.                =                boot/grub/grub.cfg                             1
  308.                =                boot/initrd.img-3.2.0-29-generic               1
  309.                =                boot/vmlinuz-3.2.0-29-generic                  1
  310.                =                initrd.img                                     1
  311.                =                vmlinuz                                        1
  312.  
  313. =============================== StdErr Messages: ===============================
  314.  
  315. xz: (stdin): Compressed data is corrupt
  316. awk: cmd. line:36: Math support is not compiled in
  317. awk: cmd. line:36: Math support is not compiled in
  318. awk: cmd. line:36: Math support is not compiled in
  319. awk: cmd. line:36: Math support is not compiled in
  320. awk: cmd. line:36: Math support is not compiled in
  321. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top