daily pastebin goal
59%
SHARE
TWEET

Untitled

a guest Mar 6th, 2012 22 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:      
  13.     Boot sector type:  Grub Legacy
  14.     Boot sector info:   Grub Legacy (v0.97) is installed in the boot sector
  15.                        of sda1 and looks at sector 467032832 of the same hard
  16.                        drive for the stage2 file.  A stage2 file is at this
  17.                        location on /dev/sda.  Stage2 looks on partition #6
  18.                        for /boot/grub/menu.lst.
  19.     Mounting failed:   mount: unknown filesystem type ''
  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:  Windows 7
  27.     Boot files:        /Windows/System32/winload.exe
  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:       ntfs
  46.     Boot sector type:  Windows Vista/7
  47.     Boot sector info:   According to the info in the boot sector, sda5 starts
  48.                        at sector 2048.
  49.     Operating System:  
  50.     Boot files:        
  51.  
  52. sda6: __________________________________________________________________________
  53.  
  54.     File system:       ext4
  55.     Boot sector type:  -
  56.     Boot sector info:  
  57.     Operating System:  Ubuntu 11.10
  58.     Boot files:        /boot/grub/grub.cfg /etc/fstab /grub/core.img
  59.                        /boot/grub/core.img
  60.  
  61. ============================ Drive/Partition Info: =============================
  62.  
  63. Drive: sda _____________________________________________________________________
  64.  
  65. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  66. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  67. Units = sectors of 1 * 512 = 512 bytes
  68. Sector size (logical/physical): 512 bytes / 512 bytes
  69.  
  70. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  71.  
  72. /dev/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS
  73. /dev/sda2             206,848    94,244,863    94,038,016   7 NTFS / exFAT / HPFS
  74. /dev/sda3          94,244,864   251,529,215   157,284,352   7 NTFS / exFAT / HPFS
  75. /dev/sda4         251,533,310   488,396,799   236,863,490   f W95 Extended (LBA)
  76. /dev/sda5         251,533,312   420,290,559   168,757,248   7 NTFS / exFAT / HPFS
  77. /dev/sda6         420,292,608   488,396,799    68,104,192  83 Linux
  78.  
  79.  
  80. "blkid" output: ________________________________________________________________
  81.  
  82. Device           UUID                                   TYPE       LABEL
  83.  
  84. /dev/sda2        5290606490605091                       ntfs      
  85. /dev/sda3        D6F811DEF811BDA5                       ntfs       tiger
  86. /dev/sda5        8A86C98F86C97C67                       ntfs       Ahmed
  87. /dev/sda6        25dfdfd2-4939-441d-bf74-b07d9e9efbb5   ext4      
  88.  
  89. ================================ Mount points: =================================
  90.  
  91. Device           Mount_Point              Type       Options
  92.  
  93. /dev/sda6        /                        ext4       (rw,errors=remount-ro,commit=0)
  94.  
  95.  
  96. =========================== sda6/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,msdos6)'
  142. search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  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,msdos6)'
  150.   search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  151.   set locale_dir=($root)/boot/grub/locale
  152.   set lang=en_US
  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 0,71,115; 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-14-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,msdos6)'
  198.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  199.         linux   /boot/vmlinuz-3.0.0-14-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro   quiet splash vt.handoff=7
  200.         initrd  /boot/initrd.img-3.0.0-14-generic
  201. }
  202. menuentry 'Ubuntu, with Linux 3.0.0-14-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,msdos6)'
  208.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  209.         echo    'Loading Linux 3.0.0-14-generic ...'
  210.         linux   /boot/vmlinuz-3.0.0-14-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro recovery nomodeset
  211.         echo    'Loading initial ramdisk ...'
  212.         initrd  /boot/initrd.img-3.0.0-14-generic
  213. }
  214. submenu "Previous Linux versions" {
  215. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  216.         recordfail
  217.         set gfxpayload=$linux_gfx_mode
  218.         insmod gzio
  219.         insmod part_msdos
  220.         insmod ext2
  221.         set root='(hd0,msdos6)'
  222.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  223.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro   quiet splash vt.handoff=7
  224.         initrd  /boot/initrd.img-3.0.0-12-generic
  225. }
  226. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  227.         recordfail
  228.         insmod gzio
  229.         insmod part_msdos
  230.         insmod ext2
  231.         set root='(hd0,msdos6)'
  232.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  233.         echo    'Loading Linux 3.0.0-12-generic ...'
  234.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro recovery nomodeset
  235.         echo    'Loading initial ramdisk ...'
  236.         initrd  /boot/initrd.img-3.0.0-12-generic
  237. }
  238. }
  239. ### END /etc/grub.d/10_linux ###
  240.  
  241. ### BEGIN /etc/grub.d/11_windows ###
  242. menuentry “Windows 7″ {
  243. set root=(hd0,1)
  244. chainloader +1
  245. }
  246. ### END /etc/grub.d/11_windows ###
  247.  
  248. ### BEGIN /etc/grub.d/20_linux_xen ###
  249. ### END /etc/grub.d/20_linux_xen ###
  250.  
  251. ### BEGIN /etc/grub.d/20_memtest86+ ###
  252. menuentry "Memory test (memtest86+)" {
  253.         insmod part_msdos
  254.         insmod ext2
  255.         set root='(hd0,msdos6)'
  256.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  257.         linux16 /boot/memtest86+.bin
  258. }
  259. menuentry "Memory test (memtest86+, serial console 115200)" {
  260.         insmod part_msdos
  261.         insmod ext2
  262.         set root='(hd0,msdos6)'
  263.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  264.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  265. }
  266. ### END /etc/grub.d/20_memtest86+ ###
  267.  
  268. ### BEGIN /etc/grub.d/30_os-prober ###
  269. ### END /etc/grub.d/30_os-prober ###
  270.  
  271. ### BEGIN /etc/grub.d/40_custom ###
  272. # This file provides an easy way to add custom menu entries.  Simply type the
  273. # menu entries you want to add after this comment.  Be careful not to change
  274. # the 'exec tail' line above.
  275. ### END /etc/grub.d/40_custom ###
  276.  
  277. ### BEGIN /etc/grub.d/41_custom ###
  278. if [ -f  $prefix/custom.cfg ]; then
  279.   source $prefix/custom.cfg;
  280. fi
  281. ### END /etc/grub.d/41_custom ###
  282. --------------------------------------------------------------------------------
  283.  
  284. =============================== sda6/etc/fstab: ================================
  285.  
  286. --------------------------------------------------------------------------------
  287. # /etc/fstab: static file system information.
  288. #
  289. # Use 'blkid' to print the universally unique identifier for a
  290. # device; this may be used with UUID= as a more robust way to name devices
  291. # that works even if disks are added and removed. See fstab(5).
  292. #
  293. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  294. proc            /proc           proc    nodev,noexec,nosuid 0       0
  295. # / was on /dev/sda6 during installation
  296. UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 /               ext4    errors=remount-ro 0       1
  297. --------------------------------------------------------------------------------
  298.  
  299. =================== sda6: Location of files loaded by Grub: ====================
  300.  
  301.            GiB - GB             File                                 Fragment(s)
  302.  
  303.  226.833045959 = 243.560128512  boot/grub/core.img                             1
  304.  223.372344971 = 239.844229120  boot/grub/grub.cfg                             1
  305.  222.698722839 = 239.120932864  boot/grub/stage2                               1
  306.  216.044395447 = 231.975903232  boot/initrd.img-3.0.0-12-generic               2
  307.  216.320030212 = 232.271863808  boot/initrd.img-3.0.0-14-generic               3
  308.  222.602973938 = 239.018123264  boot/vmlinuz-3.0.0-12-generic                  1
  309.  216.091255188 = 232.026218496  boot/vmlinuz-3.0.0-14-generic                  1
  310.  223.356498718 = 239.827214336  grub/core.img                                  1
  311.  216.320030212 = 232.271863808  initrd.img                                     3
  312.  216.044395447 = 231.975903232  initrd.img.old                                 2
  313.  216.091255188 = 232.026218496  vmlinuz                                        1
  314.  222.602973938 = 239.018123264  vmlinuz.old                                    1
  315.  
  316. =============================== StdErr Messages: ===============================
  317.  
  318. unlzma: Decoder error
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top