daily pastebin goal
48%
SHARE
TWEET

Untitled

a guest Feb 5th, 2015 219 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 112 for .
  9.  => Windows is installed in the MBR of /dev/sdb.
  10.  
  11. sda1: __________________________________________________________________________
  12.  
  13.     File system:       ext4
  14.     Boot sector type:  -
  15.     Boot sector info:
  16.     Operating System:  Ubuntu 14.04.1 LTS
  17.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  18.  
  19. sda2: __________________________________________________________________________
  20.  
  21.     File system:       Extended Partition
  22.     Boot sector type:  Unknown
  23.     Boot sector info:
  24.  
  25. sda5: __________________________________________________________________________
  26.  
  27.     File system:       swap
  28.     Boot sector type:  -
  29.     Boot sector info:
  30.  
  31. sdb1: __________________________________________________________________________
  32.  
  33.     File system:       ntfs
  34.     Boot sector type:  Windows Vista/7: NTFS
  35.     Boot sector info:  No errors found in the Boot Parameter Block.
  36.     Operating System:  
  37.     Boot files:        /bootmgr /Boot/BCD
  38.  
  39. ============================ Drive/Partition Info: =============================
  40.  
  41. Drive: sda _____________________________________________________________________
  42.  
  43. Disk /dev/sda: 64.0 GB, 64023257088 bytes
  44. 255 heads, 63 sectors/track, 7783 cylinders, total 125045424 sectors
  45. Units = sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47.  
  48. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  49.  
  50. /dev/sda1    *          2,048    91,684,863    91,682,816  83 Linux
  51. /dev/sda2          91,686,910   125,044,735    33,357,826   5 Extended
  52. /dev/sda5          91,686,912   125,044,735    33,357,824  82 Linux swap / Solaris
  53.  
  54.  
  55. Drive: sdb _____________________________________________________________________
  56.  
  57. Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
  58. 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
  59. Units = sectors of 1 * 512 = 512 bytes
  60. Sector size (logical/physical): 512 bytes / 4096 bytes
  61.  
  62. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  63.  
  64. /dev/sdb1    *          2,048 3,907,026,943 3,907,024,896   7 NTFS / exFAT / HPFS
  65.  
  66.  
  67. "blkid" output: ________________________________________________________________
  68.  
  69. Device           UUID                                   TYPE       LABEL
  70.  
  71. /dev/loop0                                              squashfs  
  72. /dev/sda1        4bd76d32-ab48-46aa-b212-2fd10300704c   ext4      
  73. /dev/sda5        7c986b5a-a5f0-4dff-847f-b22de806d573   swap      
  74. /dev/sdb1        8E4AEEA64AEE8A73                       ntfs      
  75. /dev/sr0                                                iso9660    Ubuntu 14.04.1 LTS amd64
  76.  
  77. ================================ Mount points: =================================
  78.  
  79. Device           Mount_Point              Type       Options
  80.  
  81. /dev/loop0       /rofs                    squashfs   (ro,noatime)
  82. /dev/sr0         /cdrom                   iso9660    (ro,noatime)
  83.  
  84.  
  85. =========================== sda1/boot/grub/grub.cfg: ===========================
  86.  
  87. --------------------------------------------------------------------------------
  88. #
  89. # DO NOT EDIT THIS FILE
  90. #
  91. # It is automatically generated by grub-mkconfig using templates
  92. # from /etc/grub.d and settings from /etc/default/grub
  93. #
  94.  
  95. ### BEGIN /etc/grub.d/00_header ###
  96. if [ -s $prefix/grubenv ]; then
  97.   set have_grubenv=true
  98.   load_env
  99. fi
  100. if [ "${next_entry}" ] ; then
  101.    set default="${next_entry}"
  102.    set next_entry=
  103.    save_env next_entry
  104.    set boot_once=true
  105. else
  106.    set default="0"
  107. fi
  108.  
  109. if [ x"${feature_menuentry_id}" = xy ]; then
  110.   menuentry_id_option="--id"
  111. else
  112.   menuentry_id_option=""
  113. fi
  114.  
  115. export menuentry_id_option
  116.  
  117. if [ "${prev_saved_entry}" ]; then
  118.   set saved_entry="${prev_saved_entry}"
  119.   save_env saved_entry
  120.   set prev_saved_entry=
  121.   save_env prev_saved_entry
  122.   set boot_once=true
  123. fi
  124.  
  125. function savedefault {
  126.   if [ -z "${boot_once}" ]; then
  127.     saved_entry="${chosen}"
  128.     save_env saved_entry
  129.   fi
  130. }
  131. function recordfail {
  132.   set recordfail=1
  133.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  134. }
  135. function load_video {
  136.   if [ x$feature_all_video_module = xy ]; then
  137.     insmod all_video
  138.   else
  139.     insmod efi_gop
  140.     insmod efi_uga
  141.     insmod ieee1275_fb
  142.     insmod vbe
  143.     insmod vga
  144.     insmod video_bochs
  145.     insmod video_cirrus
  146.   fi
  147. }
  148.  
  149. if [ x$feature_default_font_path = xy ] ; then
  150.    font=unicode
  151. else
  152. insmod part_msdos
  153. insmod ext2
  154. set root='hd0,msdos1'
  155. if [ x$feature_platform_search_hint = xy ]; then
  156.   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  4bd76d32-ab48-46aa-b212-2fd10300704c
  157. else
  158.   search --no-floppy --fs-uuid --set=root 4bd76d32-ab48-46aa-b212-2fd10300704c
  159. fi
  160.     font="/usr/share/grub/unicode.pf2"
  161. fi
  162.  
  163. if loadfont $font ; then
  164.   set gfxmode=auto
  165.   load_video
  166.   insmod gfxterm
  167.   set locale_dir=$prefix/locale
  168.   set lang=en_AU
  169.   insmod gettext
  170. fi
  171. terminal_output gfxterm
  172. if [ "${recordfail}" = 1 ] ; then
  173.   set timeout=-1
  174. else
  175.   if [ x$feature_timeout_style = xy ] ; then
  176.     set timeout_style=menu
  177.     set timeout=10
  178.   # Fallback normal timeout code in case the timeout_style feature is
  179.   # unavailable.
  180.   else
  181.     set timeout=10
  182.   fi
  183. fi
  184. ### END /etc/grub.d/00_header ###
  185.  
  186. ### BEGIN /etc/grub.d/05_debian_theme ###
  187. set menu_color_normal=white/black
  188. set menu_color_highlight=black/light-gray
  189. if background_color 44,0,30; then
  190.   clear
  191. fi
  192. ### END /etc/grub.d/05_debian_theme ###
  193.  
  194. ### BEGIN /etc/grub.d/10_linux ###
  195. function gfxmode {
  196.         set gfxpayload="${1}"
  197.         if [ "${1}" = "keep" ]; then
  198.                 set vt_handoff=vt.handoff=7
  199.         else
  200.                 set vt_handoff=
  201.         fi
  202. }
  203. if [ "${recordfail}" != 1 ]; then
  204.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  205.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  206.       if [ ${match} = 0 ]; then
  207.         set linux_gfx_mode=keep
  208.       else
  209.         set linux_gfx_mode=text
  210.       fi
  211.     else
  212.       set linux_gfx_mode=text
  213.     fi
  214.   else
  215.     set linux_gfx_mode=keep
  216.   fi
  217. else
  218.   set linux_gfx_mode=text
  219. fi
  220. export linux_gfx_mode
  221. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4bd76d32-ab48-46aa-b212-2fd10300704c' {
  222.         recordfail
  223.         load_video
  224.         gfxmode $linux_gfx_mode
  225.         insmod gzio
  226.         insmod part_msdos
  227.         insmod ext2
  228.         set root='hd0,msdos1'
  229.         if [ x$feature_platform_search_hint = xy ]; then
  230.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  4bd76d32-ab48-46aa-b212-2fd10300704c
  231.         else
  232.           search --no-floppy --fs-uuid --set=root 4bd76d32-ab48-46aa-b212-2fd10300704c
  233.         fi
  234.         linux   /boot/vmlinuz-3.13.0-32-generic root=UUID=4bd76d32-ab48-46aa-b212-2fd10300704c ro  quiet splash $vt_handoff
  235.         initrd  /boot/initrd.img-3.13.0-32-generic
  236. }
  237. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-4bd76d32-ab48-46aa-b212-2fd10300704c' {
  238.         menuentry 'Ubuntu, with Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-4bd76d32-ab48-46aa-b212-2fd10300704c' {
  239.                 recordfail
  240.                 load_video
  241.                 gfxmode $linux_gfx_mode
  242.                 insmod gzio
  243.                 insmod part_msdos
  244.                 insmod ext2
  245.                 set root='hd0,msdos1'
  246.                 if [ x$feature_platform_search_hint = xy ]; then
  247.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  4bd76d32-ab48-46aa-b212-2fd10300704c
  248.                 else
  249.                   search --no-floppy --fs-uuid --set=root 4bd76d32-ab48-46aa-b212-2fd10300704c
  250.                 fi
  251.                 echo    'Loading Linux 3.13.0-32-generic ...'
  252.                 linux   /boot/vmlinuz-3.13.0-32-generic root=UUID=4bd76d32-ab48-46aa-b212-2fd10300704c ro  quiet splash $vt_handoff
  253.                 echo    'Loading initial ramdisk ...'
  254.                 initrd  /boot/initrd.img-3.13.0-32-generic
  255.         }
  256.         menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-4bd76d32-ab48-46aa-b212-2fd10300704c' {
  257.                 recordfail
  258.                 load_video
  259.                 insmod gzio
  260.                 insmod part_msdos
  261.                 insmod ext2
  262.                 set root='hd0,msdos1'
  263.                 if [ x$feature_platform_search_hint = xy ]; then
  264.                   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  4bd76d32-ab48-46aa-b212-2fd10300704c
  265.                 else
  266.                   search --no-floppy --fs-uuid --set=root 4bd76d32-ab48-46aa-b212-2fd10300704c
  267.                 fi
  268.                 echo    'Loading Linux 3.13.0-32-generic ...'
  269.                 linux   /boot/vmlinuz-3.13.0-32-generic root=UUID=4bd76d32-ab48-46aa-b212-2fd10300704c ro recovery nomodeset
  270.                 echo    'Loading initial ramdisk ...'
  271.                 initrd  /boot/initrd.img-3.13.0-32-generic
  272.         }
  273. }
  274.  
  275. ### END /etc/grub.d/10_linux ###
  276.  
  277. ### BEGIN /etc/grub.d/20_linux_xen ###
  278.  
  279. ### END /etc/grub.d/20_linux_xen ###
  280.  
  281. ### BEGIN /etc/grub.d/20_memtest86+ ###
  282. menuentry 'Memory test (memtest86+)' {
  283.         insmod part_msdos
  284.         insmod ext2
  285.         set root='hd0,msdos1'
  286.         if [ x$feature_platform_search_hint = xy ]; then
  287.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  4bd76d32-ab48-46aa-b212-2fd10300704c
  288.         else
  289.           search --no-floppy --fs-uuid --set=root 4bd76d32-ab48-46aa-b212-2fd10300704c
  290.         fi
  291.         knetbsd /boot/memtest86+.elf
  292. }
  293. menuentry 'Memory test (memtest86+, serial console 115200)' {
  294.         insmod part_msdos
  295.         insmod ext2
  296.         set root='hd0,msdos1'
  297.         if [ x$feature_platform_search_hint = xy ]; then
  298.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  4bd76d32-ab48-46aa-b212-2fd10300704c
  299.         else
  300.           search --no-floppy --fs-uuid --set=root 4bd76d32-ab48-46aa-b212-2fd10300704c
  301.         fi
  302.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  303. }
  304. ### END /etc/grub.d/20_memtest86+ ###
  305.  
  306. ### BEGIN /etc/grub.d/30_os-prober ###
  307. menuentry 'Windows 7 (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-8E4AEEA64AEE8A73' {
  308.         insmod part_msdos
  309.         insmod ntfs
  310.         set root='hd1,msdos1'
  311.         if [ x$feature_platform_search_hint = xy ]; then
  312.           search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  8E4AEEA64AEE8A73
  313.         else
  314.           search --no-floppy --fs-uuid --set=root 8E4AEEA64AEE8A73
  315.         fi
  316.         parttool ${root} hidden-
  317.         chainloader +1
  318. }
  319. set timeout_style=menu
  320. if [ "${timeout}" = 0 ]; then
  321.   set timeout=10
  322. fi
  323. ### END /etc/grub.d/30_os-prober ###
  324.  
  325. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  326. ### END /etc/grub.d/30_uefi-firmware ###
  327.  
  328. ### BEGIN /etc/grub.d/40_custom ###
  329. # This file provides an easy way to add custom menu entries.  Simply type the
  330. # menu entries you want to add after this comment.  Be careful not to change
  331. # the 'exec tail' line above.
  332. ### END /etc/grub.d/40_custom ###
  333.  
  334. ### BEGIN /etc/grub.d/41_custom ###
  335. if [ -f  ${config_directory}/custom.cfg ]; then
  336.   source ${config_directory}/custom.cfg
  337. elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  338.   source $prefix/custom.cfg;
  339. fi
  340. ### END /etc/grub.d/41_custom ###
  341. --------------------------------------------------------------------------------
  342.  
  343. =============================== sda1/etc/fstab: ================================
  344.  
  345. --------------------------------------------------------------------------------
  346. # /etc/fstab: static file system information.
  347. #
  348. # Use 'blkid' to print the universally unique identifier for a
  349. # device; this may be used with UUID= as a more robust way to name devices
  350. # that works even if disks are added and removed. See fstab(5).
  351. #
  352. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  353. # / was on /dev/sda1 during installation
  354. UUID=4bd76d32-ab48-46aa-b212-2fd10300704c /               ext4    errors=remount-ro 0       1
  355. # swap was on /dev/sda5 during installation
  356. UUID=7c986b5a-a5f0-4dff-847f-b22de806d573 none            swap    sw              0       0
  357. --------------------------------------------------------------------------------
  358.  
  359. =================== sda1: Location of files loaded by Grub: ====================
  360.  
  361.            GiB - GB             File                                 Fragment(s)
  362.  
  363.  
  364. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  365.  
  366. Unknown BootLoader on sda2
  367.  
  368. 00000000  14 4a 22 3d d4 00 21 7c  c1 08 6c 68 4e 2c 32 10  |.J"=..!|..lhN,2.|
  369. 00000010  49 00 5d 02 7b 9c 01 08  6e 66 4e 6a 9b 24 c5 01  |I.].{...nfNj.$..|
  370. 00000020  7d 02 3b 13 40 d0 06 72  69 03 34 6d a3 2d e7 7e  |}.;.@..ri.4m.-.~|
  371. 00000030  7c 03 19 80 47 06 6d 66  10 09 ba eb 4d e7 de 1d  ||...G.mf....M...|
  372. 00000040  82 4e 7c 6c 21 30 bf 01  a9 14 73 fe 1d 40 4e 06  |.N|l!0....s..@N.|
  373. 00000050  7c 77 a2 20 52 ac e9 c4  fe 1d 03 11 87 7b e6 1a  ||w. R........{..|
  374. 00000060  41 7b 57 1b 80 8b 11 80  c6 05 a2 8b a7 f0 4e ef  |A{W...........N.|
  375. 00000070  14 73 23 3c 57 11 c4 84  04 9f 92 80 86 b1 eb df  |.s#<W...........|
  376. 00000080  5c b7 11 00 37 08 bd b5  d5 9b 91 90 38 ad 24 ef  |\...7.......8.$.|
  377. 00000090  3a 22 7c 39 40 ca 06 f5  98 90 4e 95 13 39 91 73  |:"|9@.....N..9.s|
  378. 000000a0  23 fc 59 21 bd b6 99 1a  82 3f 00 02 23 ff 55 3f  |#.Y!.....?..#.U?|
  379. 000000b0  3f 35 10 78 00 9f 20 7f  3c 00 06 83 7a 7b bc d8  |?5.x.. .<...z{..|
  380. 000000c0  9b b7 0d df 13 c0 1f 00  05 05 15 83 7d d1 4e 28  |............}.N(|
  381. 000000d0  90 0e 60 bf 04 7f 04 58  60 68 ea 8f 7d 31 91 74  |..`....X`h..}1.t|
  382. 000000e0  13 40 c1 11 80 7a 08 be  56 56 a0 88 03 e8 61 af  |.@...z..VV....a.|
  383. 000000f0  94 54 22 3c 40 09 82 8b  ad b5 92 6f 7c 32 3f aa  |.T"<@......o|2?.|
  384. 00000100  8f d5 12 40 6a 09 78 78  58 58 6e 65 fe b3 fa 60  |...@j.xxXXne...`|
  385. 00000110  8d cd 7c 33 11 3f 62 ea  63 5c 11 74 e1 11 83 00  |..|3.?b.c\.t....|
  386. 00000120  5e 03 1e 5c 01 07 78 78  69 5b b1 90 13 79 91 57  |^..\..xxi[...y.W|
  387. 00000130  1a c0 44 21 bc 8a 06 d5  67 5f 7a 8e e7 78 8e c6  |..D!....g_z..x..|
  388. 00000140  7c 05 22 fc 87 05 66 61  71 e9 52 25 41 09 7c f3  ||."...faq.R%A.|.|
  389. 00000150  19 bc 1b 07 55 6b 5d 8f  57 77 24 b5 09 5e 22 bc  |....Uk].Ww$..^".|
  390. 00000160  20 21 3e 22 79 6c 12 82  a2 60 0a 1b c0 98 19 40  | !>"yl...`.....@|
  391. 00000170  0e 05 84 7d f1 94 09 19  90 01 1d 01 99 d5 19 00  |...}............|
  392. 00000180  db 03 32 60 1b 90 6c 5f  7c 05 09 aa bf fd 83 72  |..2`..l_|......r|
  393. 00000190  eb 03 fa 58 0b b1 3f 1b  c0 d5 08 ea ff 77 72 8e  |...X..?......wr.|
  394. 000001a0  db da aa 8d 3a 3e 22 bc  3f 11 80 21 05 78 73 2d  |....:>".?..!.xs-|
  395. 000001b0  e1 12 71 15 97 12 00 43  12 c0 34 08 8b 79 00 fe  |..q....C..4..y..|
  396. 000001c0  ff ff 82 fe ff ff 02 00  00 00 00 00 fd 01 00 00  |................|
  397. 000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  398. *
  399. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  400. 00000200
  401.  
  402.  
  403. ========= Devices which don't seem to have a corresponding hard drive: =========
  404.  
  405. sdc sdd sde sdf
  406.  
  407. =============================== StdErr Messages: ===============================
  408.  
  409. cat: /tmp/BootInfo-3g9FZXMe/Tmp_Log: No such file or directory
  410.   No volume groups found
RAW Paste Data
Top