daily pastebin goal
26%
SHARE
TWEET

Untitled

a guest Oct 21st, 2012 33 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.  => 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.     in partition 72 for .
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12.     File system:       ntfs
  13.     Boot sector type:  Windows Vista/7: NTFS
  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: NTFS
  22.     Boot sector info:  No errors found in the Boot Parameter Block.
  23.     Operating System:  Windows 7
  24.     Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28.     File system:       ntfs
  29.     Boot sector type:  Windows Vista/7: NTFS
  30.     Boot sector info:  No errors found in the Boot Parameter Block.
  31.     Operating System:  
  32.     Boot files:        /BOOTMGR /BOOT/BCD
  33.  
  34. sda4: __________________________________________________________________________
  35.  
  36.     File system:       Extended Partition
  37.     Boot sector type:  -
  38.     Boot sector info:
  39.  
  40. sda5: __________________________________________________________________________
  41.  
  42.     File system:       ext4
  43.     Boot sector type:  -
  44.     Boot sector info:
  45.     Operating System:  Ubuntu 12.10
  46.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  47.  
  48. sda6: __________________________________________________________________________
  49.  
  50.     File system:       swap
  51.     Boot sector type:  -
  52.     Boot sector info:
  53.  
  54. sdb: ___________________________________________________________________________
  55.  
  56.     File system:       vfat
  57.     Boot sector type:  Windows 7: FAT32
  58.     Boot sector info:  No errors found in the Boot Parameter Block.
  59.     Operating System:  
  60.     Boot files:        
  61.  
  62. ============================ Drive/Partition Info: =============================
  63.  
  64. Drive: sda _____________________________________________________________________
  65.  
  66. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  67. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  68. Units = sectors of 1 * 512 = 512 bytes
  69. Sector size (logical/physical): 512 bytes / 4096 bytes
  70.  
  71. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  72.  
  73. /dev/sda1    *          2,048     3,074,047     3,072,000  27 Hidden NTFS (Recovery Environment)
  74. /dev/sda2           3,074,048 1,017,845,759 1,014,771,712   7 NTFS / exFAT / HPFS
  75. /dev/sda3       1,437,278,208 1,465,147,391    27,869,184  17 Hidden NTFS / HPFS
  76. /dev/sda4       1,017,847,806 1,437,278,207   419,430,402   5 Extended
  77. /dev/sda5       1,017,847,808 1,420,650,495   402,802,688  83 Linux
  78. /dev/sda6       1,420,652,544 1,437,278,207    16,625,664  82 Linux swap / Solaris
  79.  
  80.  
  81. "blkid" output: ________________________________________________________________
  82.  
  83. Device           UUID                                   TYPE       LABEL
  84.  
  85. /dev/sda1        60F4E915F4E8EE6A                       ntfs       System
  86. /dev/sda2        AAD00EFBD00ECD8F                       ntfs       TI106401W0D
  87. /dev/sda3        FEC03501C034C227                       ntfs       HDDRECOVERY
  88. /dev/sda5        419e9d14-61a2-4c79-94c1-0578cd1f928c   ext4      
  89. /dev/sda6        64ddf661-77b1-47d0-a314-a782282166b9   swap      
  90. /dev/sdb         5A70-FD81                              vfat       MULTIBOOT
  91.  
  92. ================================ Mount points: =================================
  93.  
  94. Device           Mount_Point              Type       Options
  95.  
  96. /dev/sda5        /                        ext4       (rw,errors=remount-ro)
  97. /dev/sdb         /media/leo/MULTIBOOT     vfat       (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
  98.  
  99.  
  100. =========================== sda5/boot/grub/grub.cfg: ===========================
  101.  
  102. --------------------------------------------------------------------------------
  103. #
  104. # DO NOT EDIT THIS FILE
  105. #
  106. # It is automatically generated by grub-mkconfig using templates
  107. # from /etc/grub.d and settings from /etc/default/grub
  108. #
  109.  
  110. ### BEGIN /etc/grub.d/00_header ###
  111. if [ -s $prefix/grubenv ]; then
  112.   set have_grubenv=true
  113.   load_env
  114. fi
  115. set default="0"
  116.  
  117. if [ x"${feature_menuentry_id}" = xy ]; then
  118.   menuentry_id_option="--id"
  119. else
  120.   menuentry_id_option=""
  121. fi
  122.  
  123. export menuentry_id_option
  124.  
  125. if [ "${prev_saved_entry}" ]; then
  126.   set saved_entry="${prev_saved_entry}"
  127.   save_env saved_entry
  128.   set prev_saved_entry=
  129.   save_env prev_saved_entry
  130.   set boot_once=true
  131. fi
  132.  
  133. function savedefault {
  134.   if [ -z "${boot_once}" ]; then
  135.     saved_entry="${chosen}"
  136.     save_env saved_entry
  137.   fi
  138. }
  139.  
  140. function recordfail {
  141.   set recordfail=1
  142.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  143. }
  144.  
  145. function load_video {
  146.   if [ x$feature_all_video_module = xy ]; then
  147.     insmod all_video
  148.   else
  149.     insmod efi_gop
  150.     insmod efi_uga
  151.     insmod ieee1275_fb
  152.     insmod vbe
  153.     insmod vga
  154.     insmod video_bochs
  155.     insmod video_cirrus
  156.   fi
  157. }
  158.  
  159. if [ x$feature_default_font_path = xy ] ; then
  160.    font=unicode
  161. else
  162. insmod part_msdos
  163. insmod ext2
  164. set root='hd0,msdos5'
  165. if [ x$feature_platform_search_hint = xy ]; then
  166.   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  167. else
  168.   search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  169. fi
  170.     font="/usr/share/grub/unicode.pf2"
  171. fi
  172.  
  173. if loadfont $font ; then
  174.   set gfxmode=auto
  175.   load_video
  176.   insmod gfxterm
  177.   set locale_dir=$prefix/locale
  178.   set lang=en_US
  179.   insmod gettext
  180. fi
  181. terminal_output gfxterm
  182. if [ "${recordfail}" = 1 ]; then
  183.   set timeout=-1
  184. else
  185.   set timeout=10
  186. fi
  187. ### END /etc/grub.d/00_header ###
  188.  
  189. ### BEGIN /etc/grub.d/05_debian_theme ###
  190. set menu_color_normal=white/black
  191. set menu_color_highlight=black/light-gray
  192. if background_color 44,0,30; then
  193.   clear
  194. fi
  195. ### END /etc/grub.d/05_debian_theme ###
  196.  
  197. ### BEGIN /etc/grub.d/10_linux ###
  198. function gfxmode {
  199.         set gfxpayload="${1}"
  200.         if [ "${1}" = "keep" ]; then
  201.                 set vt_handoff=vt.handoff=7
  202.         else
  203.                 set vt_handoff=
  204.         fi
  205. }
  206. if [ "${recordfail}" != 1 ]; then
  207.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  208.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  209.       if [ ${match} = 0 ]; then
  210.         set linux_gfx_mode=keep
  211.       else
  212.         set linux_gfx_mode=text
  213.       fi
  214.     else
  215.       set linux_gfx_mode=text
  216.     fi
  217.   else
  218.     set linux_gfx_mode=keep
  219.   fi
  220. else
  221.   set linux_gfx_mode=text
  222. fi
  223. export linux_gfx_mode
  224. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  225. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-419e9d14-61a2-4c79-94c1-0578cd1f928c' {
  226. recordfail
  227.         gfxmode $linux_gfx_mode
  228.         insmod gzio
  229.         insmod part_msdos
  230.         insmod ext2
  231.         set root='hd0,msdos5'
  232.         if [ x$feature_platform_search_hint = xy ]; then
  233.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  234.         else
  235.           search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  236.         fi
  237.         linux   /boot/vmlinuz-3.5.0-17-generic root=UUID=419e9d14-61a2-4c79-94c1-0578cd1f928c ro   quiet splash $vt_handoff
  238.         initrd  /boot/initrd.img-3.5.0-17-generic
  239. }
  240. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-419e9d14-61a2-4c79-94c1-0578cd1f928c' {
  241.         menuentry 'Ubuntu, with Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-419e9d14-61a2-4c79-94c1-0578cd1f928c' {
  242.         recordfail
  243.                 gfxmode $linux_gfx_mode
  244.                 insmod gzio
  245.                 insmod part_msdos
  246.                 insmod ext2
  247.                 set root='hd0,msdos5'
  248.                 if [ x$feature_platform_search_hint = xy ]; then
  249.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  250.                 else
  251.                   search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  252.                 fi
  253.                 echo    'Loading Linux 3.5.0-17-generic ...'
  254.                 linux   /boot/vmlinuz-3.5.0-17-generic root=UUID=419e9d14-61a2-4c79-94c1-0578cd1f928c ro   quiet splash $vt_handoff
  255.                 echo    'Loading initial ramdisk ...'
  256.                 initrd  /boot/initrd.img-3.5.0-17-generic
  257.         }
  258.         menuentry 'Ubuntu, with Linux 3.5.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-419e9d14-61a2-4c79-94c1-0578cd1f928c' {
  259.         recordfail
  260.                 insmod gzio
  261.                 insmod part_msdos
  262.                 insmod ext2
  263.                 set root='hd0,msdos5'
  264.                 if [ x$feature_platform_search_hint = xy ]; then
  265.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  266.                 else
  267.                   search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  268.                 fi
  269.                 echo    'Loading Linux 3.5.0-17-generic ...'
  270.                 linux   /boot/vmlinuz-3.5.0-17-generic root=UUID=419e9d14-61a2-4c79-94c1-0578cd1f928c ro recovery nomodeset
  271.                 echo    'Loading initial ramdisk ...'
  272.                 initrd  /boot/initrd.img-3.5.0-17-generic
  273.         }
  274.         menuentry 'Ubuntu, with Linux 3.2.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-32-generic-advanced-419e9d14-61a2-4c79-94c1-0578cd1f928c' {
  275.         recordfail
  276.                 gfxmode $linux_gfx_mode
  277.                 insmod gzio
  278.                 insmod part_msdos
  279.                 insmod ext2
  280.                 set root='hd0,msdos5'
  281.                 if [ x$feature_platform_search_hint = xy ]; then
  282.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  283.                 else
  284.                   search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  285.                 fi
  286.                 echo    'Loading Linux 3.2.0-32-generic ...'
  287.                 linux   /boot/vmlinuz-3.2.0-32-generic root=UUID=419e9d14-61a2-4c79-94c1-0578cd1f928c ro   quiet splash $vt_handoff
  288.                 echo    'Loading initial ramdisk ...'
  289.                 initrd  /boot/initrd.img-3.2.0-32-generic
  290.         }
  291.         menuentry 'Ubuntu, with Linux 3.2.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-32-generic-recovery-419e9d14-61a2-4c79-94c1-0578cd1f928c' {
  292.         recordfail
  293.                 insmod gzio
  294.                 insmod part_msdos
  295.                 insmod ext2
  296.                 set root='hd0,msdos5'
  297.                 if [ x$feature_platform_search_hint = xy ]; then
  298.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  299.                 else
  300.                   search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  301.                 fi
  302.                 echo    'Loading Linux 3.2.0-32-generic ...'
  303.                 linux   /boot/vmlinuz-3.2.0-32-generic root=UUID=419e9d14-61a2-4c79-94c1-0578cd1f928c ro recovery nomodeset
  304.                 echo    'Loading initial ramdisk ...'
  305.                 initrd  /boot/initrd.img-3.2.0-32-generic
  306.         }
  307. }
  308.  
  309. ### END /etc/grub.d/10_linux ###
  310.  
  311. ### BEGIN /etc/grub.d/20_linux_xen ###
  312.  
  313. ### END /etc/grub.d/20_linux_xen ###
  314.  
  315. ### BEGIN /etc/grub.d/20_memtest86+ ###
  316. menuentry "Memory test (memtest86+)" {
  317.         insmod part_msdos
  318.         insmod ext2
  319.         set root='hd0,msdos5'
  320.         if [ x$feature_platform_search_hint = xy ]; then
  321.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  322.         else
  323.           search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  324.         fi
  325.         linux16 /boot/memtest86+.bin
  326. }
  327. menuentry "Memory test (memtest86+, serial console 115200)" {
  328.         insmod part_msdos
  329.         insmod ext2
  330.         set root='hd0,msdos5'
  331.         if [ x$feature_platform_search_hint = xy ]; then
  332.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  419e9d14-61a2-4c79-94c1-0578cd1f928c
  333.         else
  334.           search --no-floppy --fs-uuid --set=root 419e9d14-61a2-4c79-94c1-0578cd1f928c
  335.         fi
  336.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  337. }
  338. ### END /etc/grub.d/20_memtest86+ ###
  339.  
  340. ### BEGIN /etc/grub.d/30_os-prober ###
  341. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-60F4E915F4E8EE6A' {
  342.         insmod part_msdos
  343.         insmod ntfs
  344.         set root='hd0,msdos1'
  345.         if [ x$feature_platform_search_hint = xy ]; then
  346.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  60F4E915F4E8EE6A
  347.         else
  348.           search --no-floppy --fs-uuid --set=root 60F4E915F4E8EE6A
  349.         fi
  350.         chainloader +1
  351. }
  352. menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-AAD00EFBD00ECD8F' {
  353.         insmod part_msdos
  354.         insmod ntfs
  355.         set root='hd0,msdos2'
  356.         if [ x$feature_platform_search_hint = xy ]; then
  357.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  AAD00EFBD00ECD8F
  358.         else
  359.           search --no-floppy --fs-uuid --set=root AAD00EFBD00ECD8F
  360.         fi
  361.         chainloader +1
  362. }
  363. menuentry 'Windows Recovery Environment (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-FEC03501C034C227' {
  364.         insmod part_msdos
  365.         insmod ntfs
  366.         set root='hd0,msdos3'
  367.         if [ x$feature_platform_search_hint = xy ]; then
  368.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  FEC03501C034C227
  369.         else
  370.           search --no-floppy --fs-uuid --set=root FEC03501C034C227
  371.         fi
  372.         drivemap -s (hd0) ${root}
  373.         chainloader +1
  374. }
  375. ### END /etc/grub.d/30_os-prober ###
  376.  
  377. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  378. ### END /etc/grub.d/30_uefi-firmware ###
  379.  
  380. ### BEGIN /etc/grub.d/40_custom ###
  381. # This file provides an easy way to add custom menu entries.  Simply type the
  382. # menu entries you want to add after this comment.  Be careful not to change
  383. # the 'exec tail' line above.
  384. ### END /etc/grub.d/40_custom ###
  385.  
  386. ### BEGIN /etc/grub.d/41_custom ###
  387. if [ -f  ${config_directory}/custom.cfg ]; then
  388.   source ${config_directory}/custom.cfg
  389. elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  390.   source $prefix/custom.cfg;
  391. fi
  392. ### END /etc/grub.d/41_custom ###
  393. --------------------------------------------------------------------------------
  394.  
  395. =============================== sda5/etc/fstab: ================================
  396.  
  397. --------------------------------------------------------------------------------
  398. # /etc/fstab: static file system information.
  399. #
  400. # Use 'blkid' to print the universally unique identifier for a
  401. # device; this may be used with UUID= as a more robust way to name devices
  402. # that works even if disks are added and removed. See fstab(5).
  403. #
  404. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  405. proc            /proc           proc    nodev,noexec,nosuid 0       0
  406. # / was on /dev/sda5 during installation
  407. UUID=419e9d14-61a2-4c79-94c1-0578cd1f928c /               ext4    errors=remount-ro 0       1
  408. # swap was on /dev/sda6 during installation
  409. UUID=64ddf661-77b1-47d0-a314-a782282166b9 none            swap    sw              0       0
  410. --------------------------------------------------------------------------------
  411.  
  412. =================== sda5: Location of files loaded by Grub: ====================
  413.  
  414.            GiB - GB             File                                 Fragment(s)
  415.  
  416.                =                boot/grub/grub.cfg                             1
  417.                =                boot/initrd.img-3.2.0-32-generic               2
  418.                =                boot/initrd.img-3.5.0-17-generic               2
  419.                =                boot/vmlinuz-3.2.0-32-generic                  1
  420.                =                boot/vmlinuz-3.5.0-17-generic                  1
  421.                =                initrd.img                                     2
  422.                =                initrd.img.old                                 2
  423.                =                vmlinuz                                        1
  424.                =                vmlinuz.old                                    1
  425.  
  426. ========= Devices which don't seem to have a corresponding hard drive: =========
  427.  
  428. sdc
  429.  
  430. =============================== StdErr Messages: ===============================
  431.  
  432. awk: cmd. line:36: Math support is not compiled in
  433. awk: cmd. line:36: Math support is not compiled in
  434. awk: cmd. line:36: Math support is not compiled in
  435. awk: cmd. line:36: Math support is not compiled in
  436. awk: cmd. line:36: Math support is not compiled in
  437. awk: cmd. line:36: Math support is not compiled in
  438. awk: cmd. line:36: Math support is not compiled in
  439. awk: cmd. line:36: Math support is not compiled in
  440. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top