Advertisement
bharat_f4

my boot info script result

May 7th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 15.39 KB | None | 0 0
  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 94 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 /Windows/System32/winload.exe
  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:  
  24.     Boot files:        
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28.     File system:       vfat
  29.     Boot sector type:  FAT32
  30.     Boot sector info:  According to the info in the boot sector, sda3 starts
  31.                        at sector 0. But according to the info from fdisk,
  32.                        sda3 starts at sector 237584384.
  33.     Operating System:  
  34.     Boot files:        /efi/kubuntu/grubx64.efi
  35.  
  36. sda4: __________________________________________________________________________
  37.  
  38.     File system:       Extended Partition
  39.     Boot sector type:  Unknown
  40.     Boot sector info:
  41.  
  42. sda5: __________________________________________________________________________
  43.  
  44.     File system:       ext4
  45.     Boot sector type:  -
  46.     Boot sector info:
  47.     Operating System:  Ubuntu 13.04
  48.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  49.  
  50. ============================ Drive/Partition Info: =============================
  51.  
  52. Drive: sda _____________________________________________________________________
  53.  
  54. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  55. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 4096 bytes
  58.  
  59. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  60.  
  61. /dev/sda1               2,048   114,702,335   114,700,288   7 NTFS / exFAT / HPFS
  62. /dev/sda2         114,702,336   237,584,383   122,882,048   7 NTFS / exFAT / HPFS
  63. /dev/sda3    *    237,584,384   238,561,279       976,896  83 Linux
  64. /dev/sda4         238,563,326   625,141,759   386,578,434   5 Extended
  65. /dev/sda5         238,563,328   625,141,759   386,578,432  83 Linux
  66.  
  67.  
  68. "blkid" output: ________________________________________________________________
  69.  
  70. Device           UUID                                   TYPE       LABEL
  71.  
  72. /dev/sda1        0A56597F56596C87                       ntfs       windows8
  73. /dev/sda2        EC7E935B7E931D80                       ntfs       softwares
  74. /dev/sda3        6C88-3155                              vfat      
  75. /dev/sda5        0b3e3cef-4b21-477b-b498-d13a6e570462   ext4      
  76.  
  77. ================================ Mount points: =================================
  78.  
  79. Device           Mount_Point              Type       Options
  80.  
  81. /dev/sda5        /                        ext4       (rw,errors=remount-ro)
  82.  
  83.  
  84. =========================== sda5/boot/grub/grub.cfg: ===========================
  85.  
  86. --------------------------------------------------------------------------------
  87. #
  88. # DO NOT EDIT THIS FILE
  89. #
  90. # It is automatically generated by grub-mkconfig using templates
  91. # from /etc/grub.d and settings from /etc/default/grub
  92. #
  93.  
  94. ### BEGIN /etc/grub.d/00_header ###
  95. if [ -s $prefix/grubenv ]; then
  96.   set have_grubenv=true
  97.   load_env
  98. fi
  99. set default="0"
  100.  
  101. if [ x"${feature_menuentry_id}" = xy ]; then
  102.   menuentry_id_option="--id"
  103. else
  104.   menuentry_id_option=""
  105. fi
  106.  
  107. export menuentry_id_option
  108.  
  109. if [ "${prev_saved_entry}" ]; then
  110.   set saved_entry="${prev_saved_entry}"
  111.   save_env saved_entry
  112.   set prev_saved_entry=
  113.   save_env prev_saved_entry
  114.   set boot_once=true
  115. fi
  116.  
  117. function savedefault {
  118.   if [ -z "${boot_once}" ]; then
  119.     saved_entry="${chosen}"
  120.     save_env saved_entry
  121.   fi
  122. }
  123.  
  124. function recordfail {
  125.   set recordfail=1
  126.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  127. }
  128.  
  129. function load_video {
  130.   if [ x$feature_all_video_module = xy ]; then
  131.     insmod all_video
  132.   else
  133.     insmod efi_gop
  134.     insmod efi_uga
  135.     insmod ieee1275_fb
  136.     insmod vbe
  137.     insmod vga
  138.     insmod video_bochs
  139.     insmod video_cirrus
  140.   fi
  141. }
  142.  
  143. if [ x$feature_default_font_path = xy ] ; then
  144.    font=unicode
  145. else
  146. insmod part_msdos
  147. insmod ext2
  148. set root='hd0,msdos5'
  149. if [ x$feature_platform_search_hint = xy ]; then
  150.   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  0b3e3cef-4b21-477b-b498-d13a6e570462
  151. else
  152.   search --no-floppy --fs-uuid --set=root 0b3e3cef-4b21-477b-b498-d13a6e570462
  153. fi
  154.     font="/usr/share/grub/unicode.pf2"
  155. fi
  156.  
  157. if loadfont $font ; then
  158.   set gfxmode=auto
  159.   load_video
  160.   insmod gfxterm
  161.   set locale_dir=$prefix/locale
  162.   set lang=en_IN
  163.   insmod gettext
  164. fi
  165. terminal_output gfxterm
  166. if [ "${recordfail}" = 1 ]; then
  167.   set timeout=-1
  168. else
  169.   set timeout=10
  170. fi
  171. ### END /etc/grub.d/00_header ###
  172.  
  173. ### BEGIN /etc/grub.d/05_debian_theme ###
  174. set menu_color_normal=white/black
  175. set menu_color_highlight=black/light-gray
  176. #set_background_image "images/tile.png";
  177.  
  178. set menu_color_normal=white/black
  179. set menu_color_highlight=black/light-gray
  180. if background_color 0,0,0; then
  181.   clear
  182. fi
  183. ### END /etc/grub.d/05_debian_theme ###
  184.  
  185. ### BEGIN /etc/grub.d/10_linux ###
  186. function gfxmode {
  187.     set gfxpayload="${1}"
  188.     if [ "${1}" = "keep" ]; then
  189.         set vt_handoff=vt.handoff=7
  190.     else
  191.         set vt_handoff=
  192.     fi
  193. }
  194. if [ "${recordfail}" != 1 ]; then
  195.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  196.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  197.       if [ ${match} = 0 ]; then
  198.         set linux_gfx_mode=keep
  199.       else
  200.         set linux_gfx_mode=text
  201.       fi
  202.     else
  203.       set linux_gfx_mode=text
  204.     fi
  205.   else
  206.     set linux_gfx_mode=keep
  207.   fi
  208. else
  209.   set linux_gfx_mode=text
  210. fi
  211. export linux_gfx_mode
  212. menuentry 'Kubuntu GNU/Linux' --class kubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0b3e3cef-4b21-477b-b498-d13a6e570462' {
  213. recordfail
  214.     load_video
  215.     gfxmode $linux_gfx_mode
  216.     insmod gzio
  217.     insmod part_msdos
  218.     insmod ext2
  219.     set root='hd0,msdos5'
  220.     if [ x$feature_platform_search_hint = xy ]; then
  221.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  0b3e3cef-4b21-477b-b498-d13a6e570462
  222.     else
  223.       search --no-floppy --fs-uuid --set=root 0b3e3cef-4b21-477b-b498-d13a6e570462
  224.     fi
  225.     linux   /boot/vmlinuz-3.8.0-19-generic root=UUID=0b3e3cef-4b21-477b-b498-d13a6e570462 ro   quiet splash $vt_handoff
  226.     initrd  /boot/initrd.img-3.8.0-19-generic
  227. }
  228. submenu 'Advanced options for Kubuntu GNU/Linux' $menuentry_id_option 'gnulinux-advanced-0b3e3cef-4b21-477b-b498-d13a6e570462' {
  229.     menuentry 'Kubuntu GNU/Linux, with Linux 3.8.0-19-generic' --class kubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-0b3e3cef-4b21-477b-b498-d13a6e570462' {
  230.     recordfail
  231.         load_video
  232.         gfxmode $linux_gfx_mode
  233.         insmod gzio
  234.         insmod part_msdos
  235.         insmod ext2
  236.         set root='hd0,msdos5'
  237.         if [ x$feature_platform_search_hint = xy ]; then
  238.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  0b3e3cef-4b21-477b-b498-d13a6e570462
  239.         else
  240.           search --no-floppy --fs-uuid --set=root 0b3e3cef-4b21-477b-b498-d13a6e570462
  241.         fi
  242.         echo    'Loading Linux 3.8.0-19-generic ...'
  243.         linux   /boot/vmlinuz-3.8.0-19-generic root=UUID=0b3e3cef-4b21-477b-b498-d13a6e570462 ro   quiet splash $vt_handoff
  244.         echo    'Loading initial ramdisk ...'
  245.         initrd  /boot/initrd.img-3.8.0-19-generic
  246.     }
  247.     menuentry 'Kubuntu GNU/Linux, with Linux 3.8.0-19-generic (recovery mode)' --class kubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-0b3e3cef-4b21-477b-b498-d13a6e570462' {
  248.     recordfail
  249.         load_video
  250.         insmod gzio
  251.         insmod part_msdos
  252.         insmod ext2
  253.         set root='hd0,msdos5'
  254.         if [ x$feature_platform_search_hint = xy ]; then
  255.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  0b3e3cef-4b21-477b-b498-d13a6e570462
  256.         else
  257.           search --no-floppy --fs-uuid --set=root 0b3e3cef-4b21-477b-b498-d13a6e570462
  258.         fi
  259.         echo    'Loading Linux 3.8.0-19-generic ...'
  260.         linux   /boot/vmlinuz-3.8.0-19-generic root=UUID=0b3e3cef-4b21-477b-b498-d13a6e570462 ro recovery nomodeset
  261.         echo    'Loading initial ramdisk ...'
  262.         initrd  /boot/initrd.img-3.8.0-19-generic
  263.     }
  264. }
  265.  
  266. ### END /etc/grub.d/10_linux ###
  267.  
  268. ### BEGIN /etc/grub.d/20_linux_xen ###
  269.  
  270. ### END /etc/grub.d/20_linux_xen ###
  271.  
  272. ### BEGIN /etc/grub.d/20_memtest86+ ###
  273. menuentry "Memory test (memtest86+)" {
  274.     insmod part_msdos
  275.     insmod ext2
  276.     set root='hd0,msdos5'
  277.     if [ x$feature_platform_search_hint = xy ]; then
  278.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  0b3e3cef-4b21-477b-b498-d13a6e570462
  279.     else
  280.       search --no-floppy --fs-uuid --set=root 0b3e3cef-4b21-477b-b498-d13a6e570462
  281.     fi
  282.     linux16 /boot/memtest86+.bin
  283. }
  284. menuentry "Memory test (memtest86+, serial console 115200)" {
  285.     insmod part_msdos
  286.     insmod ext2
  287.     set root='hd0,msdos5'
  288.     if [ x$feature_platform_search_hint = xy ]; then
  289.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  0b3e3cef-4b21-477b-b498-d13a6e570462
  290.     else
  291.       search --no-floppy --fs-uuid --set=root 0b3e3cef-4b21-477b-b498-d13a6e570462
  292.     fi
  293.     linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  294. }
  295. ### END /etc/grub.d/20_memtest86+ ###
  296.  
  297. ### BEGIN /etc/grub.d/30_os-prober ###
  298. menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-0A56597F56596C87' {
  299.     insmod part_msdos
  300.     insmod ntfs
  301.     set root='hd0,msdos1'
  302.     if [ x$feature_platform_search_hint = xy ]; then
  303.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  0A56597F56596C87
  304.     else
  305.       search --no-floppy --fs-uuid --set=root 0A56597F56596C87
  306.     fi
  307.     drivemap -s (hd0) ${root}
  308.     chainloader +1
  309. }
  310. ### END /etc/grub.d/30_os-prober ###
  311.  
  312. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  313. ### END /etc/grub.d/30_uefi-firmware ###
  314.  
  315. ### BEGIN /etc/grub.d/40_custom ###
  316. # This file provides an easy way to add custom menu entries.  Simply type the
  317. # menu entries you want to add after this comment.  Be careful not to change
  318. # the 'exec tail' line above.
  319. ### END /etc/grub.d/40_custom ###
  320.  
  321. ### BEGIN /etc/grub.d/41_custom ###
  322. if [ -f  ${config_directory}/custom.cfg ]; then
  323.   source ${config_directory}/custom.cfg
  324. elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  325.   source $prefix/custom.cfg;
  326. fi
  327. ### END /etc/grub.d/41_custom ###
  328. --------------------------------------------------------------------------------
  329.  
  330. =============================== sda5/etc/fstab: ================================
  331.  
  332. --------------------------------------------------------------------------------
  333. # /etc/fstab: static file system information.
  334. #
  335. # Use 'blkid' to print the universally unique identifier for a
  336. # device; this may be used with UUID= as a more robust way to name devices
  337. # that works even if disks are added and removed. See fstab(5).
  338. #
  339. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  340. # / was on /dev/sda5 during installation
  341. UUID=0b3e3cef-4b21-477b-b498-d13a6e570462 /               ext4    errors=remount-ro 0       1
  342. --------------------------------------------------------------------------------
  343.  
  344. =================== sda5: Location of files loaded by Grub: ====================
  345.  
  346.            GiB - GB             File                                 Fragment(s)
  347.  
  348.                =                boot/grub/grub.cfg                             1
  349.                =                boot/initrd.img-3.8.0-19-generic               3
  350.                =                boot/vmlinuz-3.8.0-19-generic                  1
  351.                =                initrd.img                                     3
  352.                =                initrd.img.old                                 3
  353.                =                vmlinuz                                        1
  354.  
  355. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  356.  
  357. Unknown BootLoader on sda4
  358.  
  359. 00000000  ff 25 e2 e8 25 00 68 07  01 00 00 e9 70 ef ff ff  |.%..%.h.....p...|
  360. 00000010  ff 25 da e8 25 00 68 08  01 00 00 e9 60 ef ff ff  |.%..%.h.....`...|
  361. 00000020  ff 25 d2 e8 25 00 68 09  01 00 00 e9 50 ef ff ff  |.%..%.h.....P...|
  362. 00000030  ff 25 ca e8 25 00 68 0a  01 00 00 e9 40 ef ff ff  |.%..%.h.....@...|
  363. 00000040  ff 25 c2 e8 25 00 68 0b  01 00 00 e9 30 ef ff ff  |.%..%.h.....0...|
  364. 00000050  ff 25 ba e8 25 00 68 0c  01 00 00 e9 20 ef ff ff  |.%..%.h..... ...|
  365. 00000060  ff 25 b2 e8 25 00 68 0d  01 00 00 e9 10 ef ff ff  |.%..%.h.........|
  366. 00000070  ff 25 aa e8 25 00 68 0e  01 00 00 e9 00 ef ff ff  |.%..%.h.........|
  367. 00000080  ff 25 a2 e8 25 00 68 0f  01 00 00 e9 f0 ee ff ff  |.%..%.h.........|
  368. 00000090  ff 25 9a e8 25 00 68 10  01 00 00 e9 e0 ee ff ff  |.%..%.h.........|
  369. 000000a0  ff 25 92 e8 25 00 68 11  01 00 00 e9 d0 ee ff ff  |.%..%.h.........|
  370. 000000b0  ff 25 8a e8 25 00 68 12  01 00 00 e9 c0 ee ff ff  |.%..%.h.........|
  371. 000000c0  ff 25 82 e8 25 00 68 13  01 00 00 e9 b0 ee ff ff  |.%..%.h.........|
  372. 000000d0  ff 25 7a e8 25 00 68 14  01 00 00 e9 a0 ee ff ff  |.%z.%.h.........|
  373. 000000e0  ff 25 72 e8 25 00 68 15  01 00 00 e9 90 ee ff ff  |.%r.%.h.........|
  374. 000000f0  ff 25 6a e8 25 00 68 16  01 00 00 e9 80 ee ff ff  |.%j.%.h.........|
  375. 00000100  ff 25 62 e8 25 00 68 17  01 00 00 e9 70 ee ff ff  |.%b.%.h.....p...|
  376. 00000110  ff 25 5a e8 25 00 68 18  01 00 00 e9 60 ee ff ff  |.%Z.%.h.....`...|
  377. 00000120  ff 25 52 e8 25 00 68 19  01 00 00 e9 50 ee ff ff  |.%R.%.h.....P...|
  378. 00000130  ff 25 4a e8 25 00 68 1a  01 00 00 e9 40 ee ff ff  |.%J.%.h.....@...|
  379. 00000140  ff 25 42 e8 25 00 68 1b  01 00 00 e9 30 ee ff ff  |.%B.%.h.....0...|
  380. 00000150  ff 25 3a e8 25 00 68 1c  01 00 00 e9 20 ee ff ff  |.%:.%.h..... ...|
  381. 00000160  ff 25 32 e8 25 00 68 1d  01 00 00 e9 10 ee ff ff  |.%2.%.h.........|
  382. 00000170  ff 25 2a e8 25 00 68 1e  01 00 00 e9 00 ee ff ff  |.%*.%.h.........|
  383. 00000180  ff 25 22 e8 25 00 68 1f  01 00 00 e9 f0 ed ff ff  |.%".%.h.........|
  384. 00000190  ff 25 1a e8 25 00 68 20  01 00 00 e9 e0 ed ff ff  |.%..%.h ........|
  385. 000001a0  ff 25 12 e8 25 00 68 21  01 00 00 e9 d0 ed ff ff  |.%..%.h!........|
  386. 000001b0  ff 25 0a e8 25 00 68 22  01 00 00 e9 c0 ed 00 fe  |.%..%.h"........|
  387. 000001c0  ff ff 83 fe ff ff 02 00  00 00 00 b8 0a 17 00 00  |................|
  388. 000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  389. *
  390. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  391. 00000200
  392.  
  393.  
  394. =============================== StdErr Messages: ===============================
  395.  
  396. awk: cmd. line:36: Math support is not compiled in
  397. awk: cmd. line:36: Math support is not compiled in
  398. awk: cmd. line:36: Math support is not compiled in
  399. awk: cmd. line:36: Math support is not compiled in
  400. awk: cmd. line:36: Math support is not compiled in
  401. awk: cmd. line:36: Math support is not compiled in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement