daily pastebin goal
42%
SHARE
TWEET

Untitled

a guest Jan 29th, 2012 24 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.                   Boot Info Script 0.60    from 17 May 2011
  3.  
  4.  
  5. ============================= Boot Info Summary: ===============================
  6.  
  7.  => Windows is installed in the MBR of /dev/sda.
  8.  
  9. sda1: __________________________________________________________________________
  10.  
  11.     File system:       ntfs
  12.     Boot sector type:  Grub2 (v1.99)
  13.     Boot sector info:   Grub2 (v1.99) is installed in the boot sector of sda1
  14.                        and looks at sector 928345056 of the same hard drive
  15.                        for core.img. core.img is at this location and looks
  16.                        for ?? on this drive. No errors found in the Boot
  17.                        Parameter Block.
  18.     Operating System:  Windows 7
  19.     Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe
  20.  
  21. sda2: __________________________________________________________________________
  22.  
  23.     File system:       ntfs
  24.     Boot sector type:  Windows Vista/7
  25.     Boot sector info:   No errors found in the Boot Parameter Block.
  26.     Operating System:  
  27.     Boot files:        
  28.  
  29. sda3: __________________________________________________________________________
  30.  
  31.     File system:       ntfs
  32.     Boot sector type:  Windows Vista/7
  33.     Boot sector info:   No errors found in the Boot Parameter Block.
  34.     Operating System:  
  35.     Boot files:        
  36.  
  37. sda4: __________________________________________________________________________
  38.  
  39.     File system:       Extended Partition
  40.     Boot sector type:  -
  41.     Boot sector info:  
  42.  
  43. sda5: __________________________________________________________________________
  44.  
  45.     File system:       ext4
  46.     Boot sector type:  -
  47.     Boot sector info:  
  48.     Operating System:  Ubuntu 11.10
  49.     Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  50.  
  51. sda6: __________________________________________________________________________
  52.  
  53.     File system:       swap
  54.     Boot sector type:  -
  55.     Boot sector info:  
  56.  
  57. ============================ Drive/Partition Info: =============================
  58.  
  59. Drive: sda _____________________________________________________________________
  60.  
  61. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  62. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  63. Units = sectors of 1 * 512 = 512 bytes
  64. Sector size (logical/physical): 512 bytes / 4096 bytes
  65.  
  66. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  67.  
  68. /dev/sda1    *          2,048   835,794,798   835,792,751   7 NTFS / exFAT / HPFS
  69. /dev/sda2       1,226,758,144 1,436,471,295   209,713,152   7 NTFS / exFAT / HPFS
  70. /dev/sda3       1,436,473,344 1,465,145,343    28,672,000   7 NTFS / exFAT / HPFS
  71. /dev/sda4         835,794,942 1,226,758,143   390,963,202   5 Extended
  72. /dev/sda5         835,794,944 1,210,200,063   374,405,120  83 Linux
  73. /dev/sda6       1,210,202,112 1,226,758,143    16,556,032  82 Linux swap / Solaris
  74.  
  75.  
  76. "blkid" output: ________________________________________________________________
  77.  
  78. Device           UUID                                   TYPE       LABEL
  79.  
  80. /dev/sda1        FAF0F57DF0F54085                       ntfs       OSDisk
  81. /dev/sda2        20B87D6EB87D4378                       ntfs       work
  82. /dev/sda3        CA56F69A56F6868B                       ntfs       Recovery
  83. /dev/sda5        6a578263-e032-41d0-b3dd-48bc4117eb3e   ext4      
  84. /dev/sda6        52ff7de4-2d64-4305-b178-f778cf3e0900   swap      
  85.  
  86. ================================ Mount points: =================================
  87.  
  88. Device           Mount_Point              Type       Options
  89.  
  90. /dev/sda1        /media/OSDisk            fuseblk    (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
  91. /dev/sda2        /media/work              fuseblk    (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
  92. /dev/sda3        /media/Recovery          fuseblk    (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
  93. /dev/sda5        /                        ext4       (rw,errors=remount-ro,commit=0)
  94.  
  95.  
  96. =========================== sda5/boot/grub/grub.cfg: ===========================
  97.  
  98. --------------------------------------------------------------------------------
  99. #
  100. # DO NOT EDIT THIS FILE
  101. #
  102. # It is automatically generated by grub-mkconfig using templates
  103. # from /etc/grub.d and settings from /etc/default/grub
  104. #
  105.  
  106. ### BEGIN /etc/grub.d/00_header ###
  107. if [ -s $prefix/grubenv ]; then
  108.   set have_grubenv=true
  109.   load_env
  110. fi
  111. set default="0"
  112. if [ "${prev_saved_entry}" ]; then
  113.   set saved_entry="${prev_saved_entry}"
  114.   save_env saved_entry
  115.   set prev_saved_entry=
  116.   save_env prev_saved_entry
  117.   set boot_once=true
  118. fi
  119.  
  120. function savedefault {
  121.   if [ -z "${boot_once}" ]; then
  122.     saved_entry="${chosen}"
  123.     save_env saved_entry
  124.   fi
  125. }
  126.  
  127. function recordfail {
  128.   set recordfail=1
  129.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  130. }
  131.  
  132. function load_video {
  133.   insmod vbe
  134.   insmod vga
  135.   insmod video_bochs
  136.   insmod video_cirrus
  137. }
  138.  
  139. insmod part_msdos
  140. insmod ext2
  141. set root='(hd0,msdos5)'
  142. search --no-floppy --fs-uuid --set=root 6a578263-e032-41d0-b3dd-48bc4117eb3e
  143. if loadfont /usr/share/grub/unicode.pf2 ; then
  144.   set gfxmode=auto
  145.   load_video
  146.   insmod gfxterm
  147.   insmod part_msdos
  148.   insmod ext2
  149.   set root='(hd0,msdos5)'
  150.   search --no-floppy --fs-uuid --set=root 6a578263-e032-41d0-b3dd-48bc4117eb3e
  151.   set locale_dir=($root)/boot/grub/locale
  152.   set lang=en_IN
  153.   insmod gettext
  154. fi
  155. terminal_output gfxterm
  156. if [ "${recordfail}" = 1 ]; then
  157.   set timeout=-1
  158. else
  159.   set timeout=10
  160. fi
  161. ### END /etc/grub.d/00_header ###
  162.  
  163. ### BEGIN /etc/grub.d/05_debian_theme ###
  164. set menu_color_normal=white/black
  165. set menu_color_highlight=black/light-gray
  166. if background_color 44,0,30; then
  167.   clear
  168. fi
  169. ### END /etc/grub.d/05_debian_theme ###
  170.  
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. if [ ${recordfail} != 1 ]; then
  173.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  174.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  175.       if [ ${match} = 0 ]; then
  176.         set linux_gfx_mode=keep
  177.       else
  178.         set linux_gfx_mode=text
  179.       fi
  180.     else
  181.       set linux_gfx_mode=text
  182.     fi
  183.   else
  184.     set linux_gfx_mode=keep
  185.   fi
  186. else
  187.   set linux_gfx_mode=text
  188. fi
  189. export linux_gfx_mode
  190. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  191. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  192.         recordfail
  193.         set gfxpayload=$linux_gfx_mode
  194.         insmod gzio
  195.         insmod part_msdos
  196.         insmod ext2
  197.         set root='(hd0,msdos5)'
  198.         search --no-floppy --fs-uuid --set=root 6a578263-e032-41d0-b3dd-48bc4117eb3e
  199.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=6a578263-e032-41d0-b3dd-48bc4117eb3e ro   quiet splash vt.handoff=7
  200.         initrd  /boot/initrd.img-3.0.0-12-generic
  201. }
  202. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  203.         recordfail
  204.         insmod gzio
  205.         insmod part_msdos
  206.         insmod ext2
  207.         set root='(hd0,msdos5)'
  208.         search --no-floppy --fs-uuid --set=root 6a578263-e032-41d0-b3dd-48bc4117eb3e
  209.         echo    'Loading Linux 3.0.0-12-generic ...'
  210.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=6a578263-e032-41d0-b3dd-48bc4117eb3e ro recovery nomodeset
  211.         echo    'Loading initial ramdisk ...'
  212.         initrd  /boot/initrd.img-3.0.0-12-generic
  213. }
  214. ### END /etc/grub.d/10_linux ###
  215.  
  216. ### BEGIN /etc/grub.d/20_linux_xen ###
  217. ### END /etc/grub.d/20_linux_xen ###
  218.  
  219. ### BEGIN /etc/grub.d/20_memtest86+ ###
  220. menuentry "Memory test (memtest86+)" {
  221.         insmod part_msdos
  222.         insmod ext2
  223.         set root='(hd0,msdos5)'
  224.         search --no-floppy --fs-uuid --set=root 6a578263-e032-41d0-b3dd-48bc4117eb3e
  225.         linux16 /boot/memtest86+.bin
  226. }
  227. menuentry "Memory test (memtest86+, serial console 115200)" {
  228.         insmod part_msdos
  229.         insmod ext2
  230.         set root='(hd0,msdos5)'
  231.         search --no-floppy --fs-uuid --set=root 6a578263-e032-41d0-b3dd-48bc4117eb3e
  232.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  233. }
  234. ### END /etc/grub.d/20_memtest86+ ###
  235.  
  236. ### BEGIN /etc/grub.d/30_os-prober ###
  237. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  238.         insmod part_msdos
  239.         insmod ntfs
  240.         set root='(hd0,msdos1)'
  241.         search --no-floppy --fs-uuid --set=root FAF0F57DF0F54085
  242.         chainloader +1
  243. }
  244. ### END /etc/grub.d/30_os-prober ###
  245.  
  246. ### BEGIN /etc/grub.d/40_custom ###
  247. # This file provides an easy way to add custom menu entries.  Simply type the
  248. # menu entries you want to add after this comment.  Be careful not to change
  249. # the 'exec tail' line above.
  250. ### END /etc/grub.d/40_custom ###
  251.  
  252. ### BEGIN /etc/grub.d/41_custom ###
  253. if [ -f  $prefix/custom.cfg ]; then
  254.   source $prefix/custom.cfg;
  255. fi
  256. ### END /etc/grub.d/41_custom ###
  257. --------------------------------------------------------------------------------
  258.  
  259. =============================== sda5/etc/fstab: ================================
  260.  
  261. --------------------------------------------------------------------------------
  262. # /etc/fstab: static file system information.
  263. #
  264. # Use 'blkid' to print the universally unique identifier for a
  265. # device; this may be used with UUID= as a more robust way to name devices
  266. # that works even if disks are added and removed. See fstab(5).
  267. #
  268. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  269. proc            /proc           proc    nodev,noexec,nosuid 0       0
  270. # / was on /dev/sda5 during installation
  271. UUID=6a578263-e032-41d0-b3dd-48bc4117eb3e /               ext4    errors=remount-ro 0       1
  272. # swap was on /dev/sda6 during installation
  273. UUID=52ff7de4-2d64-4305-b178-f778cf3e0900 none            swap    sw              0       0
  274. --------------------------------------------------------------------------------
  275.  
  276. =================== sda5: Location of files loaded by Grub: ====================
  277.  
  278.            GiB - GB             File                                 Fragment(s)
  279.  
  280.                =                boot/grub/core.img                             1
  281.                =                boot/grub/grub.cfg                             1
  282.                =                boot/initrd.img-3.0.0-12-generic               2
  283.                =                boot/vmlinuz-3.0.0-12-generic                  1
  284.                =                initrd.img                                     2
  285.                =                vmlinuz                                        1
  286.  
  287. =============================== StdErr Messages: ===============================
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top