daily pastebin goal
39%
SHARE
TWEET

Result.txt

a guest Oct 26th, 2012 34 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:  Grub2 (v1.99)
  12.     Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda1
  13.                        and looks at sector 2710722 of the same hard drive for
  14.                        core.img. core.img is at this location and looks for
  15.                        (,msdos1)/boot/grub on this drive. No errors found in
  16.                        the Boot Parameter Block.
  17.     Operating System:  
  18.     Boot files:        /boot/grub/grub.cfg /boot/grub/core.img
  19.  
  20. sda2: __________________________________________________________________________
  21.  
  22.     File system:       swap
  23.     Boot sector type:  -
  24.     Boot sector info:
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28.     File system:       ext3
  29.     Boot sector type:  Grub2 (v1.99)
  30.     Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda3
  31.                        and looks at sector 341647608 of the same hard drive
  32.                        for core.img. core.img is at this location and looks
  33.                        in partition 72 for .
  34.     Operating System:  Ubuntu 12.10
  35.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  36.  
  37. sda4: __________________________________________________________________________
  38.  
  39.     File system:       ntfs
  40.     Boot sector type:  Windows Vista/7: NTFS
  41.     Boot sector info:  No errors found in the Boot Parameter Block.
  42.     Operating System:  Windows 7
  43.     Boot files:        /Windows/System32/winload.exe
  44.  
  45. ============================ Drive/Partition Info: =============================
  46.  
  47. Drive: sda _____________________________________________________________________
  48.  
  49. Disco /dev/sda: 1000.2 GB, 1000204886016 bytes
  50. 255 cabezas, 63 sectores/pista, 121601 cilindros, 1953525168 sectores en total
  51. Unidades = sectores de 1 * 512 = 512 bytes
  52. Tamaño de sector (lógico / físico): 512 bytes / 4096 bytes
  53.  
  54. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  55.  
  56. /dev/sda1               2,048     3,905,535     3,903,488  1c Hidden W95 FAT32 (LBA)
  57. /dev/sda2           3,905,536    28,381,183    24,475,648  82 Linux swap / Solaris
  58. /dev/sda3    *     28,381,184   560,859,699   532,478,516  83 Linux
  59. /dev/sda4         560,861,184 1,953,523,711 1,392,662,528   7 NTFS / exFAT / HPFS
  60.  
  61.  
  62. "blkid" output: ________________________________________________________________
  63.  
  64. Device           UUID                                   TYPE       LABEL
  65.  
  66. /dev/sda1        F190-FE36                              vfat      
  67. /dev/sda2        f0950a51-671b-4a43-b46f-ede9996fb82a   swap      
  68. /dev/sda3        fd46add3-9b7a-4784-b2b7-318d1d1a6644   ext3      
  69. /dev/sda4        B00A63350A62F82C                       ntfs      
  70.  
  71. ================================ Mount points: =================================
  72.  
  73. Device           Mount_Point              Type       Options
  74.  
  75. /dev/sda3        /                        ext3       (rw,errors=remount-ro)
  76.  
  77.  
  78. =========================== sda1/boot/grub/grub.cfg: ===========================
  79.  
  80. --------------------------------------------------------------------------------
  81. parttool (hd0,1) boot-
  82. parttool (hd0,1) type=0x1c
  83. parttool (hd0,3) boot+
  84. set timeout=-1
  85. set default=0
  86.  
  87. menuentry "Restore System" {
  88.         set root='(hd0, 1)'
  89.         linux /casper/vmlinuz boot=casper automatic-ubiquity ignore_uuid only-ubiquity ubuntu-recovery file=/cdrom/install/recovery-preseed.cfg noprompt splash quiet oem-config/enable=true
  90.         initrd  /casper/initrd.lz
  91. }--------------------------------------------------------------------------------
  92.  
  93. =================== sda1: Location of files loaded by Grub: ====================
  94.  
  95.            GiB - GB             File                                 Fragment(s)
  96.  
  97.             ?? = ??             boot/grub/core.img                             1
  98.             ?? = ??             boot/grub/grub.cfg                             1
  99.  
  100. =========================== sda3/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,msdos3'
  165. if [ x$feature_platform_search_hint = xy ]; then
  166.   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  fd46add3-9b7a-4784-b2b7-318d1d1a6644
  167. else
  168.   search --no-floppy --fs-uuid --set=root fd46add3-9b7a-4784-b2b7-318d1d1a6644
  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=es_CL
  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-fd46add3-9b7a-4784-b2b7-318d1d1a6644' {
  226. recordfail
  227.         gfxmode $linux_gfx_mode
  228.         insmod gzio
  229.         insmod part_msdos
  230.         insmod ext2
  231.         set root='hd0,msdos3'
  232.         if [ x$feature_platform_search_hint = xy ]; then
  233.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  fd46add3-9b7a-4784-b2b7-318d1d1a6644
  234.         else
  235.           search --no-floppy --fs-uuid --set=root fd46add3-9b7a-4784-b2b7-318d1d1a6644
  236.         fi
  237.         linux   /boot/vmlinuz-3.5.0-17-generic root=UUID=fd46add3-9b7a-4784-b2b7-318d1d1a6644 ro   quiet splash $vt_handoff
  238.         initrd  /boot/initrd.img-3.5.0-17-generic
  239. }
  240. submenu 'Opciones avanzadas para Ubuntu' $menuentry_id_option 'gnulinux-advanced-fd46add3-9b7a-4784-b2b7-318d1d1a6644' {
  241.         menuentry 'Ubuntu, con 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-fd46add3-9b7a-4784-b2b7-318d1d1a6644' {
  242.         recordfail
  243.                 gfxmode $linux_gfx_mode
  244.                 insmod gzio
  245.                 insmod part_msdos
  246.                 insmod ext2
  247.                 set root='hd0,msdos3'
  248.                 if [ x$feature_platform_search_hint = xy ]; then
  249.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  fd46add3-9b7a-4784-b2b7-318d1d1a6644
  250.                 else
  251.                   search --no-floppy --fs-uuid --set=root fd46add3-9b7a-4784-b2b7-318d1d1a6644
  252.                 fi
  253.                 echo    'Cargando Linux 3.5.0-17-generic ...'
  254.                 linux   /boot/vmlinuz-3.5.0-17-generic root=UUID=fd46add3-9b7a-4784-b2b7-318d1d1a6644 ro   quiet splash $vt_handoff
  255.                 echo    'Cargando el disco RAM inicial...'
  256.                 initrd  /boot/initrd.img-3.5.0-17-generic
  257.         }
  258.         menuentry 'Ubuntu, con Linux 3.5.0-17-generic (modo recuperación)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-fd46add3-9b7a-4784-b2b7-318d1d1a6644' {
  259.         recordfail
  260.                 insmod gzio
  261.                 insmod part_msdos
  262.                 insmod ext2
  263.                 set root='hd0,msdos3'
  264.                 if [ x$feature_platform_search_hint = xy ]; then
  265.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  fd46add3-9b7a-4784-b2b7-318d1d1a6644
  266.                 else
  267.                   search --no-floppy --fs-uuid --set=root fd46add3-9b7a-4784-b2b7-318d1d1a6644
  268.                 fi
  269.                 echo    'Cargando Linux 3.5.0-17-generic ...'
  270.                 linux   /boot/vmlinuz-3.5.0-17-generic root=UUID=fd46add3-9b7a-4784-b2b7-318d1d1a6644 ro recovery nomodeset
  271.                 echo    'Cargando el disco RAM inicial...'
  272.                 initrd  /boot/initrd.img-3.5.0-17-generic
  273.         }
  274. }
  275.  
  276. ### END /etc/grub.d/10_linux ###
  277.  
  278. ### BEGIN /etc/grub.d/20_linux_xen ###
  279.  
  280. ### END /etc/grub.d/20_linux_xen ###
  281.  
  282. ### BEGIN /etc/grub.d/20_memtest86+ ###
  283. menuentry "Memory test (memtest86+)" {
  284.         insmod part_msdos
  285.         insmod ext2
  286.         set root='hd0,msdos3'
  287.         if [ x$feature_platform_search_hint = xy ]; then
  288.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  fd46add3-9b7a-4784-b2b7-318d1d1a6644
  289.         else
  290.           search --no-floppy --fs-uuid --set=root fd46add3-9b7a-4784-b2b7-318d1d1a6644
  291.         fi
  292.         linux16 /boot/memtest86+.bin
  293. }
  294. menuentry "Memory test (memtest86+, serial console 115200)" {
  295.         insmod part_msdos
  296.         insmod ext2
  297.         set root='hd0,msdos3'
  298.         if [ x$feature_platform_search_hint = xy ]; then
  299.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  fd46add3-9b7a-4784-b2b7-318d1d1a6644
  300.         else
  301.           search --no-floppy --fs-uuid --set=root fd46add3-9b7a-4784-b2b7-318d1d1a6644
  302.         fi
  303.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  304. }
  305. ### END /etc/grub.d/20_memtest86+ ###
  306.  
  307. ### BEGIN /etc/grub.d/30_os-prober ###
  308. if [ "x${timeout}" != "x-1" ]; then
  309.   if keystatus; then
  310.     if keystatus --shift; then
  311.       set timeout=-1
  312.     else
  313.       set timeout=0
  314.     fi
  315.   else
  316.     if sleep --interruptible 3 ; then
  317.       set timeout=0
  318.     fi
  319.   fi
  320. fi
  321. ### END /etc/grub.d/30_os-prober ###
  322.  
  323. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  324. ### END /etc/grub.d/30_uefi-firmware ###
  325.  
  326. ### BEGIN /etc/grub.d/40_custom ###
  327. # This file provides an easy way to add custom menu entries.  Simply type the
  328. # menu entries you want to add after this comment.  Be careful not to change
  329. # the 'exec tail' line above.
  330. ### END /etc/grub.d/40_custom ###
  331.  
  332. ### BEGIN /etc/grub.d/41_custom ###
  333. if [ -f  ${config_directory}/custom.cfg ]; then
  334.   source ${config_directory}/custom.cfg
  335. elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  336.   source $prefix/custom.cfg;
  337. fi
  338. ### END /etc/grub.d/41_custom ###
  339. --------------------------------------------------------------------------------
  340.  
  341. =============================== sda3/etc/fstab: ================================
  342.  
  343. --------------------------------------------------------------------------------
  344. # /etc/fstab: static file system information.
  345. #
  346. # Use 'blkid' to print the universally unique identifier for a
  347. # device; this may be used with UUID= as a more robust way to name devices
  348. # that works even if disks are added and removed. See fstab(5).
  349. #
  350. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  351. # / was on /dev/sda3 during installation
  352. UUID=fd46add3-9b7a-4784-b2b7-318d1d1a6644 /               ext3    errors=remount-ro 0       1
  353. # swap was on /dev/sda2 during installation
  354. UUID=f0950a51-671b-4a43-b46f-ede9996fb82a none            swap    sw              0       0
  355. --------------------------------------------------------------------------------
  356.  
  357. =================== sda3: Location of files loaded by Grub: ====================
  358.  
  359.            GiB - GB             File                                 Fragment(s)
  360.  
  361.                =                boot/grub/grub.cfg                             1
  362.                =                boot/initrd.img-3.5.0-17-generic               6
  363.                =                boot/vmlinuz-3.5.0-17-generic                  3
  364.                =                initrd.img                                     6
  365.                =                initrd.img.old                                 6
  366.                =                vmlinuz                                        3
  367.  
  368. =============================== StdErr Messages: ===============================
  369.  
  370. xz: (stdin): Los datos comprimidos están corruptos
  371. awk: cmd. line:36: Math support is not compiled in
  372. awk: cmd. line:36: Math support is not compiled in
  373. awk: cmd. line:36: Math support is not compiled in
  374. awk: cmd. line:36: Math support is not compiled in
  375. awk: cmd. line:36: Math support is not compiled in
  376. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top