Advertisement
Guest User

bootinfoscript

a guest
Mar 4th, 2013
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.38 KB | None | 0 0
  1.                   Boot Info Script 0.61      [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6.  => Lilo is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10.     File system:       ntfs
  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 667401296 of the same hard drive
  14.                        for core.img. core.img is at this location and looks
  15.                        in partition 72 for . No errors found in the Boot
  16.                        Parameter Block.
  17.     Operating System:  
  18.     Boot files:        /bootmgr /Boot/BCD
  19.  
  20. sda2: __________________________________________________________________________
  21.  
  22.     File system:       ntfs
  23.     Boot sector type:  Windows Vista/7: NTFS
  24.     Boot sector info:  No errors found in the Boot Parameter Block.
  25.     Operating System:  
  26.     Boot files:        /bootmgr /Windows/System32/winload.exe
  27.  
  28. sda3: __________________________________________________________________________
  29.  
  30.     File system:       ntfs
  31.     Boot sector type:  Windows Vista/7: NTFS
  32.     Boot sector info:  No errors found in the Boot Parameter Block.
  33.     Operating System:  
  34.     Boot files:        
  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 12.10
  48.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  49.  
  50. sda6: __________________________________________________________________________
  51.  
  52.     File system:       ext4
  53.     Boot sector type:  -
  54.     Boot sector info:
  55.     Operating System:  
  56.     Boot files:        
  57.  
  58. ============================ Drive/Partition Info: =============================
  59.  
  60. Drive: sda _____________________________________________________________________
  61.  
  62. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  63. głowic: 255, sektorów/ścieżkę: 63, cylindrów: 60801, w sumie sektorów: 976773168
  64. Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
  65. Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
  66.  
  67. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  68.  
  69. /dev/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS
  70. /dev/sda2             206,848   123,086,847   122,880,000   7 NTFS / exFAT / HPFS
  71. /dev/sda3         123,086,848   586,145,789   463,058,942   7 NTFS / exFAT / HPFS
  72. /dev/sda4         586,145,790   976,771,071   390,625,282   5 Extended
  73. /dev/sda5         586,145,792   761,929,727   175,783,936  83 Linux
  74. /dev/sda6         761,931,776   976,771,071   214,839,296  83 Linux
  75.  
  76.  
  77. "blkid" output: ________________________________________________________________
  78.  
  79. Device           UUID                                   TYPE       LABEL
  80.  
  81. /dev/sda1        A456A29B56A26DAC                       ntfs      
  82. /dev/sda2        0CDA0065DA004D80                       ntfs      
  83. /dev/sda3        D244553944552191                       ntfs      
  84. /dev/sda5        ac471e7d-6f01-449c-9627-4bb7bff8aaac   ext4      
  85. /dev/sda6        b3297631-e08c-41bf-9de4-60f5237b2bb1   ext4      
  86.  
  87. ================================ Mount points: =================================
  88.  
  89. Device           Mount_Point              Type       Options
  90.  
  91. /dev/sda3        /media/szorstki/D244553944552191 fuseblk    (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  92. /dev/sda5        /                        ext4       (rw,errors=remount-ro)
  93. /dev/sda6        /home                    ext4       (rw)
  94.  
  95.  
  96. =========================== sda5/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.  
  113. if [ x"${feature_menuentry_id}" = xy ]; then
  114.   menuentry_id_option="--id"
  115. else
  116.   menuentry_id_option=""
  117. fi
  118.  
  119. export menuentry_id_option
  120.  
  121. if [ "${prev_saved_entry}" ]; then
  122.   set saved_entry="${prev_saved_entry}"
  123.   save_env saved_entry
  124.   set prev_saved_entry=
  125.   save_env prev_saved_entry
  126.   set boot_once=true
  127. fi
  128.  
  129. function savedefault {
  130.   if [ -z "${boot_once}" ]; then
  131.     saved_entry="${chosen}"
  132.     save_env saved_entry
  133.   fi
  134. }
  135.  
  136. function recordfail {
  137.   set recordfail=1
  138.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  139. }
  140.  
  141. function load_video {
  142.   if [ x$feature_all_video_module = xy ]; then
  143.     insmod all_video
  144.   else
  145.     insmod efi_gop
  146.     insmod efi_uga
  147.     insmod ieee1275_fb
  148.     insmod vbe
  149.     insmod vga
  150.     insmod video_bochs
  151.     insmod video_cirrus
  152.   fi
  153. }
  154.  
  155. insmod part_msdos
  156. insmod ext2
  157. set root='hd0,msdos5'
  158. if [ x$feature_platform_search_hint = xy ]; then
  159.   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  160. else
  161.   search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  162. fi
  163. if loadfont /boot/grub/unicode.pf2 ; then
  164.   set gfxmode=auto
  165.   load_video
  166.   insmod gfxterm
  167.   set locale_dir=$prefix/locale
  168.   set lang=pl_PL
  169.   insmod gettext
  170. fi
  171. terminal_output gfxterm
  172. if [ "${recordfail}" = 1 ]; then
  173.   set timeout=-1
  174. else
  175.   set timeout=10
  176. fi
  177. ### END /etc/grub.d/00_header ###
  178.  
  179. ### BEGIN /etc/grub.d/05_debian_theme ###
  180. insmod part_msdos
  181. insmod ext2
  182. set root='hd0,msdos6'
  183. if [ x$feature_platform_search_hint = xy ]; then
  184.   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  b3297631-e08c-41bf-9de4-60f5237b2bb1
  185. else
  186.   search --no-floppy --fs-uuid --set=root b3297631-e08c-41bf-9de4-60f5237b2bb1
  187. fi
  188. insmod jpeg
  189. if background_image /szorstki/Obrazy/Raw Plumes.jpg; then
  190.   set color_normal=black/black
  191.   set color_highlight=black/green
  192. else
  193.   set menu_color_normal=white/black
  194.   set menu_color_highlight=black/light-gray
  195.   if background_color 44,0,30; then
  196.     clear
  197.   fi
  198. fi
  199. ### END /etc/grub.d/05_debian_theme ###
  200.  
  201. ### BEGIN /etc/grub.d/10_linux ###
  202. function gfxmode {
  203.     set gfxpayload="${1}"
  204.     if [ "${1}" = "keep" ]; then
  205.         set vt_handoff=vt.handoff=7
  206.     else
  207.         set vt_handoff=
  208.     fi
  209. }
  210. if [ "${recordfail}" != 1 ]; then
  211.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  212.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  213.       if [ ${match} = 0 ]; then
  214.         set linux_gfx_mode=keep
  215.       else
  216.         set linux_gfx_mode=text
  217.       fi
  218.     else
  219.       set linux_gfx_mode=text
  220.     fi
  221.   else
  222.     set linux_gfx_mode=keep
  223.   fi
  224. else
  225.   set linux_gfx_mode=text
  226. fi
  227. export linux_gfx_mode
  228. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  229. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  230. recordfail
  231.     gfxmode $linux_gfx_mode
  232.     insmod gzio
  233.     insmod part_msdos
  234.     insmod ext2
  235.     set root='hd0,msdos5'
  236.     if [ x$feature_platform_search_hint = xy ]; then
  237.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  238.     else
  239.       search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  240.     fi
  241.     linux   /boot/vmlinuz-3.5.0-26-generic root=UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac ro   quiet splash $vt_handoff
  242.     initrd  /boot/initrd.img-3.5.0-26-generic
  243. }
  244. submenu 'Opcje zaawansowane dla systemu Ubuntu' $menuentry_id_option 'gnulinux-advanced-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  245.     menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-advanced-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  246.     recordfail
  247.         gfxmode $linux_gfx_mode
  248.         insmod gzio
  249.         insmod part_msdos
  250.         insmod ext2
  251.         set root='hd0,msdos5'
  252.         if [ x$feature_platform_search_hint = xy ]; then
  253.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  254.         else
  255.           search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  256.         fi
  257.         echo    'Wczytywanie systemu Linux 3.5.0-26-generic...'
  258.         linux   /boot/vmlinuz-3.5.0-26-generic root=UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac ro   quiet splash $vt_handoff
  259.         echo    'Wczytywanie początkowego dysku RAM...'
  260.         initrd  /boot/initrd.img-3.5.0-26-generic
  261.     }
  262.     menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-26-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-recovery-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  263.     recordfail
  264.         insmod gzio
  265.         insmod part_msdos
  266.         insmod ext2
  267.         set root='hd0,msdos5'
  268.         if [ x$feature_platform_search_hint = xy ]; then
  269.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  270.         else
  271.           search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  272.         fi
  273.         echo    'Wczytywanie systemu Linux 3.5.0-26-generic...'
  274.         linux   /boot/vmlinuz-3.5.0-26-generic root=UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac ro recovery nomodeset
  275.         echo    'Wczytywanie początkowego dysku RAM...'
  276.         initrd  /boot/initrd.img-3.5.0-26-generic
  277.     }
  278.     menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-advanced-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  279.     recordfail
  280.         gfxmode $linux_gfx_mode
  281.         insmod gzio
  282.         insmod part_msdos
  283.         insmod ext2
  284.         set root='hd0,msdos5'
  285.         if [ x$feature_platform_search_hint = xy ]; then
  286.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  287.         else
  288.           search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  289.         fi
  290.         echo    'Wczytywanie systemu Linux 3.5.0-25-generic...'
  291.         linux   /boot/vmlinuz-3.5.0-25-generic root=UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac ro   quiet splash $vt_handoff
  292.         echo    'Wczytywanie początkowego dysku RAM...'
  293.         initrd  /boot/initrd.img-3.5.0-25-generic
  294.     }
  295.     menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-25-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-recovery-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  296.     recordfail
  297.         insmod gzio
  298.         insmod part_msdos
  299.         insmod ext2
  300.         set root='hd0,msdos5'
  301.         if [ x$feature_platform_search_hint = xy ]; then
  302.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  303.         else
  304.           search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  305.         fi
  306.         echo    'Wczytywanie systemu Linux 3.5.0-25-generic...'
  307.         linux   /boot/vmlinuz-3.5.0-25-generic root=UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac ro recovery nomodeset
  308.         echo    'Wczytywanie początkowego dysku RAM...'
  309.         initrd  /boot/initrd.img-3.5.0-25-generic
  310.     }
  311.     menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-24-generic-advanced-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  312.     recordfail
  313.         gfxmode $linux_gfx_mode
  314.         insmod gzio
  315.         insmod part_msdos
  316.         insmod ext2
  317.         set root='hd0,msdos5'
  318.         if [ x$feature_platform_search_hint = xy ]; then
  319.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  320.         else
  321.           search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  322.         fi
  323.         echo    'Wczytywanie systemu Linux 3.5.0-24-generic...'
  324.         linux   /boot/vmlinuz-3.5.0-24-generic root=UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac ro   quiet splash $vt_handoff
  325.         echo    'Wczytywanie początkowego dysku RAM...'
  326.         initrd  /boot/initrd.img-3.5.0-24-generic
  327.     }
  328.     menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-24-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-24-generic-recovery-ac471e7d-6f01-449c-9627-4bb7bff8aaac' {
  329.     recordfail
  330.         insmod gzio
  331.         insmod part_msdos
  332.         insmod ext2
  333.         set root='hd0,msdos5'
  334.         if [ x$feature_platform_search_hint = xy ]; then
  335.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  336.         else
  337.           search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  338.         fi
  339.         echo    'Wczytywanie systemu Linux 3.5.0-24-generic...'
  340.         linux   /boot/vmlinuz-3.5.0-24-generic root=UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac ro recovery nomodeset
  341.         echo    'Wczytywanie początkowego dysku RAM...'
  342.         initrd  /boot/initrd.img-3.5.0-24-generic
  343.     }
  344. }
  345.  
  346. ### END /etc/grub.d/10_linux ###
  347.  
  348. ### BEGIN /etc/grub.d/20_linux_xen ###
  349.  
  350. ### END /etc/grub.d/20_linux_xen ###
  351.  
  352. ### BEGIN /etc/grub.d/20_memtest86+ ###
  353. menuentry "Memory test (memtest86+)" {
  354.     insmod part_msdos
  355.     insmod ext2
  356.     set root='hd0,msdos5'
  357.     if [ x$feature_platform_search_hint = xy ]; then
  358.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  359.     else
  360.       search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  361.     fi
  362.     linux16 /boot/memtest86+.bin
  363. }
  364. menuentry "Memory test (memtest86+, serial console 115200)" {
  365.     insmod part_msdos
  366.     insmod ext2
  367.     set root='hd0,msdos5'
  368.     if [ x$feature_platform_search_hint = xy ]; then
  369.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  ac471e7d-6f01-449c-9627-4bb7bff8aaac
  370.     else
  371.       search --no-floppy --fs-uuid --set=root ac471e7d-6f01-449c-9627-4bb7bff8aaac
  372.     fi
  373.     linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  374. }
  375. ### END /etc/grub.d/20_memtest86+ ###
  376.  
  377. ### BEGIN /etc/grub.d/30_os-prober ###
  378. menuentry 'Windows 8 (loader) (na /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-A456A29B56A26DAC' {
  379.     insmod part_msdos
  380.     insmod ntfs
  381.     set root='hd0,msdos1'
  382.     if [ x$feature_platform_search_hint = xy ]; then
  383.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  A456A29B56A26DAC
  384.     else
  385.       search --no-floppy --fs-uuid --set=root A456A29B56A26DAC
  386.     fi
  387.     drivemap -s (hd0) ${root}
  388.     chainloader +1
  389. }
  390. ### END /etc/grub.d/30_os-prober ###
  391.  
  392. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  393. ### END /etc/grub.d/30_uefi-firmware ###
  394.  
  395. ### BEGIN /etc/grub.d/40_custom ###
  396. # This file provides an easy way to add custom menu entries.  Simply type the
  397. # menu entries you want to add after this comment.  Be careful not to change
  398. # the 'exec tail' line above.
  399. menuentry "Windows 8.2"{
  400.     insmod part_msdos
  401.     insmod ntfs
  402.     set root='hd0,msdos2'
  403.     if [ x$feature_platform_search_hint = xy ]; then
  404.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  windows
  405.     else
  406.       search --no-floppy --fs-uuid --set=root windows
  407.     fi
  408.     drivemap -s (hd0) ${root}
  409.     chainloader +1
  410. }
  411. ### END /etc/grub.d/40_custom ###
  412.  
  413. ### BEGIN /etc/grub.d/41_custom ###
  414. if [ -f  ${config_directory}/custom.cfg ]; then
  415.   source ${config_directory}/custom.cfg
  416. elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  417.   source $prefix/custom.cfg;
  418. fi
  419. ### END /etc/grub.d/41_custom ###
  420. --------------------------------------------------------------------------------
  421.  
  422. =============================== sda5/etc/fstab: ================================
  423.  
  424. --------------------------------------------------------------------------------
  425. # /etc/fstab: static file system information.
  426. #
  427. # Use 'blkid' to print the universally unique identifier for a
  428. # device; this may be used with UUID= as a more robust way to name devices
  429. # that works even if disks are added and removed. See fstab(5).
  430. #
  431. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  432. # / was on /dev/sda5 during installation
  433. UUID=ac471e7d-6f01-449c-9627-4bb7bff8aaac /               ext4    errors=remount-ro 0       1
  434. # /home was on /dev/sda6 during installation
  435. UUID=b3297631-e08c-41bf-9de4-60f5237b2bb1 /home           ext4    defaults        0       2
  436. --------------------------------------------------------------------------------
  437.  
  438. =================== sda5: Location of files loaded by Grub: ====================
  439.  
  440.            GiB - GB             File                                 Fragment(s)
  441.  
  442.  315.752082825 = 339.036217344  boot/grub/grub.cfg                             1
  443.  285.432174683 = 306.480463872  boot/initrd.img-3.5.0-24-generic               1
  444.  330.018112183 = 354.354249728  boot/initrd.img-3.5.0-25-generic               1
  445.  330.791572571 = 355.184746496  boot/initrd.img-3.5.0-26-generic               2
  446.  280.774318695 = 301.479129088  boot/vmlinuz-3.5.0-24-generic                  2
  447.  328.176662445 = 352.377008128  boot/vmlinuz-3.5.0-25-generic                  1
  448.  333.043838501 = 357.603098624  boot/vmlinuz-3.5.0-26-generic                  1
  449.  330.791572571 = 355.184746496  initrd.img                                     2
  450.  330.791572571 = 355.184746496  initrd.img.old                                 2
  451.  333.043838501 = 357.603098624  vmlinuz                                        1
  452.  333.043838501 = 357.603098624  vmlinuz.old                                    1
  453.  
  454. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  455.  
  456. Unknown BootLoader on sda4
  457.  
  458. 00000000  9c ef ea 20 73 01 1b df  e8 cb f2 50 c5 9b 4b 98  |... s......P..K.|
  459. 00000010  31 fd 5b d0 76 c5 10 22  23 d6 c6 38 77 31 43 ea  |1.[.v.."#..8w1C.|
  460. 00000020  bf f2 b6 52 2e 6f 0e 98  3a 05 9d 21 77 59 cb e8  |...R.o..:..!wY..|
  461. 00000030  eb 41 63 fd ab f6 df 11  46 a5 66 4a 1f 48 9c 08  |.Ac.....F.fJ.H..|
  462. 00000040  5e d7 ba 01 5e 26 03 90  22 ae e6 82 07 06 20 fc  |^...^&.."..... .|
  463. 00000050  cb 7a 03 7d f0 0f dd 71  63 f6 aa b5 2d 15 92 96  |.z.}...qc...-...|
  464. 00000060  68 e9 10 72 0a 9b ab 70  b4 03 86 78 08 fd 1b 69  |h..r...p...x...i|
  465. 00000070  55 e0 a7 d5 b8 f9 a4 5c  e2 46 98 e2 8b 2f 1c 83  |U......\.F.../..|
  466. 00000080  51 fe 36 6a 71 e0 94 0a  f3 3c a8 63 cb d6 bb da  |Q.6jq....<.c....|
  467. 00000090  34 99 de 55 49 dc 53 3b  c0 b1 e4 aa 53 39 19 66  |4..UI.S;....S9.f|
  468. 000000a0  ef 31 63 f0 90 68 2e 67  fe 06 bd 9d 0a a8 2d 03  |.1c..h.g......-.|
  469. 000000b0  88 49 17 a0 b2 01 aa 7e  ea 6d 48 5e 40 d6 8e 1b  |.I.....~.mH^@...|
  470. 000000c0  3d 70 da a9 18 94 4a 0b  64 3d 8a 6b ad da 10 21  |=p....J.d=.k...!|
  471. 000000d0  c2 91 96 9b 8b 75 f5 54  c8 8f c4 85 4e a6 81 4c  |.....u.T....N..L|
  472. 000000e0  bc 58 48 88 14 5d 3e 0e  55 98 e0 77 f5 68 41 ae  |.XH..]>.U..w.hA.|
  473. 000000f0  55 40 13 19 89 81 5d e9  5c fa 34 3c 4c 93 da 81  |U@....].\.4<L...|
  474. 00000100  fb 3d 31 41 90 59 0b a7  60 9b 8c ad fb 8a 66 2c  |.=1A.Y..`.....f,|
  475. 00000110  b8 cd 31 28 49 37 83 c9  e4 87 fa a4 df bc f7 e4  |..1(I7..........|
  476. 00000120  48 39 b2 01 d9 8b cc 0f  65 b6 f8 81 29 8e 10 00  |H9......e...)...|
  477. 00000130  31 c1 14 95 df aa 3f b5  3a a6 ce 8b 91 54 e7 96  |1.....?.:....T..|
  478. 00000140  0e ca 1a b2 38 3b e3 dd  86 97 11 64 16 6e 3e dc  |....8;.....d.n>.|
  479. 00000150  8b ae 57 fd 80 53 bf d0  05 59 f2 e3 38 11 f9 8f  |..W..S...Y..8...|
  480. 00000160  09 0e f1 51 2e c6 78 77  86 3d 2e 12 9a ee fe 3b  |...Q..xw.=.....;|
  481. 00000170  81 50 c3 14 b4 dc 06 70  b4 34 35 41 7b 82 d4 9e  |.P.....p.45A{...|
  482. 00000180  3f 56 17 49 23 cf b6 c9  8f af be 14 b3 2c 60 77  |?V.I#........,`w|
  483. 00000190  97 62 f5 a3 c6 3d 84 d6  80 01 58 de 56 bb 4f 12  |.b...=....X.V.O.|
  484. 000001a0  1c 96 54 46 2b fb 8a 82  48 ec 91 94 c3 c6 4a a3  |..TF+...H.....J.|
  485. 000001b0  16 b0 c1 6c ec 0d 6b bc  a0 08 cd dd bd 81 00 fe  |...l..k.........|
  486. 000001c0  ff ff 83 fe ff ff 02 00  00 00 00 40 7a 0a 00 fe  |...........@z...|
  487. 000001d0  ff ff 05 fe ff ff 46 44  7a 0a bc 33 ce 0c 00 00  |......FDz..3....|
  488. 000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  489. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  490. 00000200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement