daily pastebin goal
31%
SHARE
TWEET

bootscriptrun

a guest Sep 14th, 2012 21 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.     for (,msdos5)/boot/grub on this drive.
  9.  
  10. sda2: __________________________________________________________________________
  11.  
  12.     File system:       Extended Partition
  13.     Boot sector type:  Unknown
  14.     Boot sector info:
  15.  
  16. sda5: __________________________________________________________________________
  17.  
  18.     File system:       ext4
  19.     Boot sector type:  Grub Legacy
  20.     Boot sector info:  Grub Legacy (v0.97) is installed in the boot sector
  21.                        of sda5 and looks at sector 340010047 of the same hard
  22.                        drive for the stage2 file.  A stage2 file is at this
  23.                        location on /dev/sda.  Stage2 looks on partition #5
  24.                        for /boot/grub/menu.lst.
  25.     Operating System:  Ubuntu 12.04.1 LTS
  26.     Boot files:        /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab
  27.                        /boot/grub/core.img
  28.  
  29. sda6: __________________________________________________________________________
  30.  
  31.     File system:       swap
  32.     Boot sector type:  -
  33.     Boot sector info:
  34.  
  35. sda7: __________________________________________________________________________
  36.  
  37.     File system:       ext4
  38.     Boot sector type:  -
  39.     Boot sector info:
  40.     Operating System:  Ubuntu 12.04.1 LTS
  41.     Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  42.  
  43. ============================ Drive/Partition Info: =============================
  44.  
  45. Drive: sda _____________________________________________________________________
  46.  
  47. Disk /dev/sda: 256.1 GB, 256060514304 bytes
  48. 255 heads, 63 sectors/track, 31130 cylinders, total 500118192 sectors
  49. Units = sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51.  
  52. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  53.  
  54. /dev/sda2                  61   500,117,503   500,117,443   5 Extended
  55. /dev/sda5                  63   454,069,005   454,068,943  83 Linux
  56. /dev/sda6         487,194,624   500,117,503    12,922,880  82 Linux swap / Solaris
  57. /dev/sda7         454,070,272   487,186,431    33,116,160  83 Linux
  58.  
  59.  
  60. "blkid" output: ________________________________________________________________
  61.  
  62. Device           UUID                                   TYPE       LABEL
  63.  
  64. /dev/loop0                                              squashfs  
  65. /dev/sda5        28b74d05-8240-4581-a9d3-e3ff7fe22543   ext4      
  66. /dev/sda6        3df9b83f-b8f4-4e34-b8bf-4516b2f8a90c   swap      
  67. /dev/sda7        6149c5cf-b14f-49b5-acab-952da469a865   ext4      
  68. /dev/sr0                                                iso9660    Ubuntu 12.04.1 LTS amd64
  69.  
  70. ================================ Mount points: =================================
  71.  
  72. Device           Mount_Point              Type       Options
  73.  
  74. /dev/loop0       /rofs                    squashfs   (ro,noatime)
  75. /dev/sr0         /cdrom                   iso9660    (ro,noatime)
  76.  
  77.  
  78. =========================== sda5/boot/grub/menu.lst: ===========================
  79.  
  80. --------------------------------------------------------------------------------
  81. # menu.lst - See: grub(8), info grub, update-grub(8)
  82. #            grub-install(8), grub-floppy(8),
  83. #            grub-md5-crypt, /usr/share/doc/grub
  84. #            and /usr/share/doc/grub-legacy-doc/.
  85.  
  86. ## default num
  87. # Set the default entry to the entry number NUM. Numbering starts from 0, and
  88. # the entry number 0 is the default if the command is not used.
  89. #
  90. # You can specify 'saved' instead of a number. In this case, the default entry
  91. # is the entry saved with the command 'savedefault'.
  92. # WARNING: If you are using dmraid do not use 'savedefault' or your
  93. # array will desync and will not let you boot your system.
  94. default         0
  95.  
  96. ## timeout sec
  97. # Set a timeout, in SEC seconds, before automatically booting the default entry
  98. # (normally the first entry defined).
  99. timeout         3
  100.  
  101. ## hiddenmenu
  102. # Hides the menu by default (press ESC to see the menu)
  103. hiddenmenu
  104.  
  105. # Pretty colours
  106. #color cyan/blue white/blue
  107.  
  108. ## password ['--md5'] passwd
  109. # If used in the first section of a menu file, disable all interactive editing
  110. # control (menu entry editor and command-line)  and entries protected by the
  111. # command 'lock'
  112. # e.g. password topsecret
  113. #      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
  114. # password topsecret
  115.  
  116. #
  117. # examples
  118. #
  119. # title         Windows 95/98/NT/2000
  120. # root          (hd0,0)
  121. # makeactive
  122. # chainloader   +1
  123. #
  124. # title         Linux
  125. # root          (hd0,1)
  126. # kernel        /vmlinuz root=/dev/hda2 ro
  127. #
  128.  
  129. #
  130. # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
  131.  
  132. --------------------------------------------------------------------------------
  133.  
  134. =========================== sda5/boot/grub/grub.cfg: ===========================
  135.  
  136. --------------------------------------------------------------------------------
  137. #
  138. # DO NOT EDIT THIS FILE
  139. #
  140. # It is automatically generated by grub-mkconfig using templates
  141. # from /etc/grub.d and settings from /etc/default/grub
  142. #
  143.  
  144. ### BEGIN /etc/grub.d/00_header ###
  145. if [ -s $prefix/grubenv ]; then
  146.   set have_grubenv=true
  147.   load_env
  148. fi
  149. set default="0"
  150.  
  151. if [ x"${feature_menuentry_id}" = xy ]; then
  152.   menuentry_id_option="--id"
  153. else
  154.   menuentry_id_option=""
  155. fi
  156.  
  157. export menuentry_id_option
  158.  
  159. if [ "${prev_saved_entry}" ]; then
  160.   set saved_entry="${prev_saved_entry}"
  161.   save_env saved_entry
  162.   set prev_saved_entry=
  163.   save_env prev_saved_entry
  164.   set boot_once=true
  165. fi
  166.  
  167. function savedefault {
  168.   if [ -z "${boot_once}" ]; then
  169.     saved_entry="${chosen}"
  170.     save_env saved_entry
  171.   fi
  172. }
  173.  
  174. function recordfail {
  175.   set recordfail=1
  176.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  177. }
  178.  
  179. function load_video {
  180.   if [ x$feature_all_video_module = xy ]; then
  181.     insmod all_video
  182.   else
  183.     insmod efi_gop
  184.     insmod efi_uga
  185.     insmod ieee1275_fb
  186.     insmod vbe
  187.     insmod vga
  188.     insmod video_bochs
  189.     insmod video_cirrus
  190.   fi
  191. }
  192.  
  193. if [ x$feature_default_font_path = xy ] ; then
  194.    font=unicode
  195. else
  196. insmod part_msdos
  197. insmod ext2
  198. set root='hd0,msdos5'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200.   search --no-floppy --fs-uuid --set=root  28b74d05-8240-4581-a9d3-e3ff7fe22543
  201. else
  202.   search --no-floppy --fs-uuid --set=root 28b74d05-8240-4581-a9d3-e3ff7fe22543
  203. fi
  204.     font="/usr/share/grub/unicode.pf2"
  205. fi
  206.  
  207. if loadfont $font ; then
  208.   set gfxmode=auto
  209.   load_video
  210.   insmod gfxterm
  211.   set locale_dir=$prefix/locale
  212.   set lang=en_US
  213.   insmod gettext
  214. fi
  215. terminal_output gfxterm
  216. if [ "${recordfail}" = 1 ]; then
  217.   set timeout=-1
  218. else
  219.   set timeout=10
  220. fi
  221. ### END /etc/grub.d/00_header ###
  222.  
  223. ### BEGIN /etc/grub.d/05_debian_theme ###
  224. set menu_color_normal=white/black
  225. set menu_color_highlight=black/light-gray
  226. if background_color 44,0,30; then
  227.   clear
  228. fi
  229. ### END /etc/grub.d/05_debian_theme ###
  230.  
  231. ### BEGIN /etc/grub.d/10_linux ###
  232. function gfxmode {
  233.         set gfxpayload="${1}"
  234.         if [ "${1}" = "keep" ]; then
  235.                 set vt_handoff=vt.handoff=7
  236.         else
  237.                 set vt_handoff=
  238.         fi
  239. }
  240. if [ "${recordfail}" != 1 ]; then
  241.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  242.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  243.       if [ ${match} = 0 ]; then
  244.         set linux_gfx_mode=keep
  245.       else
  246.         set linux_gfx_mode=text
  247.       fi
  248.     else
  249.       set linux_gfx_mode=text
  250.     fi
  251.   else
  252.     set linux_gfx_mode=keep
  253.   fi
  254. else
  255.   set linux_gfx_mode=text
  256. fi
  257. export linux_gfx_mode
  258. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  259.  
  260. ### END /etc/grub.d/10_linux ###
  261.  
  262. ### BEGIN /etc/grub.d/20_linux_xen ###
  263. ### END /etc/grub.d/20_linux_xen ###
  264.  
  265. ### BEGIN /etc/grub.d/30_os-prober ###
  266. ### END /etc/grub.d/30_os-prober ###
  267.  
  268. ### BEGIN /etc/grub.d/40_custom ###
  269. # This file provides an easy way to add custom menu entries.  Simply type the
  270. # menu entries you want to add after this comment.  Be careful not to change
  271. # the 'exec tail' line above.
  272. ### END /etc/grub.d/40_custom ###
  273.  
  274. ### BEGIN /etc/grub.d/41_custom ###
  275. if [ -f  ${config_directory}/custom.cfg ]; then
  276.   source ${config_directory}/custom.cfg
  277. elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  278.   source $prefix/custom.cfg;
  279. fi
  280. ### END /etc/grub.d/41_custom ###
  281. --------------------------------------------------------------------------------
  282.  
  283. =============================== sda5/etc/fstab: ================================
  284.  
  285. --------------------------------------------------------------------------------
  286. # /etc/fstab: static file system information.
  287. #
  288. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  289. # for a device; this may be used with UUID= as a more robust way to name
  290. # devices that works even if disks are added and removed. See fstab(5).
  291. #
  292. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  293. proc            /proc           proc    nodev,noexec,nosuid 0       0
  294. # / was on /dev/sda5 during installation
  295. UUID=28b74d05-8240-4581-a9d3-e3ff7fe22543 /               ext4    errors=remount-ro,user_xattr 0       1
  296. # swap was on /dev/sda6 during installation
  297. UUID=3df9b83f-b8f4-4e34-b8bf-4516b2f8a90c none            swap    sw              0       0
  298. UUID=b95fb488-791f-4af8-b689-6492c67538c4       /boot   ext4    defaults        0       2
  299. --------------------------------------------------------------------------------
  300.  
  301. =================== sda5: Location of files loaded by Grub: ====================
  302.  
  303.            GiB - GB             File                                 Fragment(s)
  304.  
  305.                =                boot/grub/core.img                             1
  306.                =                boot/grub/grub.cfg                             1
  307.                =                boot/grub/menu.lst                             1
  308.                =                boot/grub/stage2                               1
  309.  
  310. =========================== sda7/boot/grub/grub.cfg: ===========================
  311.  
  312. --------------------------------------------------------------------------------
  313. #
  314. # DO NOT EDIT THIS FILE
  315. #
  316. # It is automatically generated by grub-mkconfig using templates
  317. # from /etc/grub.d and settings from /etc/default/grub
  318. #
  319.  
  320. ### BEGIN /etc/grub.d/00_header ###
  321. if [ -s $prefix/grubenv ]; then
  322.   set have_grubenv=true
  323.   load_env
  324. fi
  325. set default="0"
  326. if [ "${prev_saved_entry}" ]; then
  327.   set saved_entry="${prev_saved_entry}"
  328.   save_env saved_entry
  329.   set prev_saved_entry=
  330.   save_env prev_saved_entry
  331.   set boot_once=true
  332. fi
  333.  
  334. function savedefault {
  335.   if [ -z "${boot_once}" ]; then
  336.     saved_entry="${chosen}"
  337.     save_env saved_entry
  338.   fi
  339. }
  340.  
  341. function recordfail {
  342.   set recordfail=1
  343.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  344. }
  345.  
  346. function load_video {
  347.   insmod vbe
  348.   insmod vga
  349.   insmod video_bochs
  350.   insmod video_cirrus
  351. }
  352.  
  353. insmod part_msdos
  354. insmod ext2
  355. set root='(hd0,msdos7)'
  356. search --no-floppy --fs-uuid --set=root 6149c5cf-b14f-49b5-acab-952da469a865
  357. if loadfont /usr/share/grub/unicode.pf2 ; then
  358.   set gfxmode=auto
  359.   load_video
  360.   insmod gfxterm
  361.   insmod part_msdos
  362.   insmod ext2
  363.   set root='(hd0,msdos7)'
  364.   search --no-floppy --fs-uuid --set=root 6149c5cf-b14f-49b5-acab-952da469a865
  365.   set locale_dir=($root)/boot/grub/locale
  366.   set lang=en_GB
  367.   insmod gettext
  368. fi
  369. terminal_output gfxterm
  370. if [ "${recordfail}" = 1 ]; then
  371.   set timeout=-1
  372. else
  373.   set timeout=10
  374. fi
  375. ### END /etc/grub.d/00_header ###
  376.  
  377. ### BEGIN /etc/grub.d/05_debian_theme ###
  378. set menu_color_normal=white/black
  379. set menu_color_highlight=black/light-gray
  380. if background_color 44,0,30; then
  381.   clear
  382. fi
  383. ### END /etc/grub.d/05_debian_theme ###
  384.  
  385. ### BEGIN /etc/grub.d/10_linux ###
  386. function gfxmode {
  387.         set gfxpayload="${1}"
  388.         if [ "${1}" = "keep" ]; then
  389.                 set vt_handoff=vt.handoff=7
  390.         else
  391.                 set vt_handoff=
  392.         fi
  393. }
  394. if [ "${recordfail}" != 1 ]; then
  395.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  396.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  397.       if [ ${match} = 0 ]; then
  398.         set linux_gfx_mode=keep
  399.       else
  400.         set linux_gfx_mode=text
  401.       fi
  402.     else
  403.       set linux_gfx_mode=text
  404.     fi
  405.   else
  406.     set linux_gfx_mode=keep
  407.   fi
  408. else
  409.   set linux_gfx_mode=text
  410. fi
  411. export linux_gfx_mode
  412. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  413. menuentry 'Ubuntu, with Linux 3.2.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  414.         recordfail
  415.         gfxmode $linux_gfx_mode
  416.         insmod gzio
  417.         insmod part_msdos
  418.         insmod ext2
  419.         set root='(hd0,msdos7)'
  420.         search --no-floppy --fs-uuid --set=root 6149c5cf-b14f-49b5-acab-952da469a865
  421.         linux   /boot/vmlinuz-3.2.0-29-generic root=UUID=6149c5cf-b14f-49b5-acab-952da469a865 ro   quiet splash $vt_handoff
  422.         initrd  /boot/initrd.img-3.2.0-29-generic
  423. }
  424. menuentry 'Ubuntu, with Linux 3.2.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  425.         recordfail
  426.         insmod gzio
  427.         insmod part_msdos
  428.         insmod ext2
  429.         set root='(hd0,msdos7)'
  430.         search --no-floppy --fs-uuid --set=root 6149c5cf-b14f-49b5-acab-952da469a865
  431.         echo    'Loading Linux 3.2.0-29-generic ...'
  432.         linux   /boot/vmlinuz-3.2.0-29-generic root=UUID=6149c5cf-b14f-49b5-acab-952da469a865 ro recovery nomodeset
  433.         echo    'Loading initial ramdisk ...'
  434.         initrd  /boot/initrd.img-3.2.0-29-generic
  435. }
  436. ### END /etc/grub.d/10_linux ###
  437.  
  438. ### BEGIN /etc/grub.d/20_linux_xen ###
  439. ### END /etc/grub.d/20_linux_xen ###
  440.  
  441. ### BEGIN /etc/grub.d/20_memtest86+ ###
  442. menuentry "Memory test (memtest86+)" {
  443.         insmod part_msdos
  444.         insmod ext2
  445.         set root='(hd0,msdos7)'
  446.         search --no-floppy --fs-uuid --set=root 6149c5cf-b14f-49b5-acab-952da469a865
  447.         linux16 /boot/memtest86+.bin
  448. }
  449. menuentry "Memory test (memtest86+, serial console 115200)" {
  450.         insmod part_msdos
  451.         insmod ext2
  452.         set root='(hd0,msdos7)'
  453.         search --no-floppy --fs-uuid --set=root 6149c5cf-b14f-49b5-acab-952da469a865
  454.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  455. }
  456. ### END /etc/grub.d/20_memtest86+ ###
  457.  
  458. ### BEGIN /etc/grub.d/30_os-prober ###
  459. ### END /etc/grub.d/30_os-prober ###
  460.  
  461. ### BEGIN /etc/grub.d/40_custom ###
  462. # This file provides an easy way to add custom menu entries.  Simply type the
  463. # menu entries you want to add after this comment.  Be careful not to change
  464. # the 'exec tail' line above.
  465. ### END /etc/grub.d/40_custom ###
  466.  
  467. ### BEGIN /etc/grub.d/41_custom ###
  468. if [ -f  $prefix/custom.cfg ]; then
  469.   source $prefix/custom.cfg;
  470. fi
  471. ### END /etc/grub.d/41_custom ###
  472. --------------------------------------------------------------------------------
  473.  
  474. =============================== sda7/etc/fstab: ================================
  475.  
  476. --------------------------------------------------------------------------------
  477. # /etc/fstab: static file system information.
  478. #
  479. # Use 'blkid' to print the universally unique identifier for a
  480. # device; this may be used with UUID= as a more robust way to name devices
  481. # that works even if disks are added and removed. See fstab(5).
  482. #
  483. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  484. proc            /proc           proc    nodev,noexec,nosuid 0       0
  485. # / was on /dev/sda7 during installation
  486. UUID=6149c5cf-b14f-49b5-acab-952da469a865 /               ext4    errors=remount-ro 0       1
  487. # swap was on /dev/sda6 during installation
  488. UUID=3df9b83f-b8f4-4e34-b8bf-4516b2f8a90c none            swap    sw              0       0
  489. --------------------------------------------------------------------------------
  490.  
  491. =================== sda7: Location of files loaded by Grub: ====================
  492.  
  493.            GiB - GB             File                                 Fragment(s)
  494.  
  495.                =                boot/grub/core.img                             1
  496.                =                boot/grub/grub.cfg                             1
  497.                =                boot/initrd.img-3.2.0-29-generic               1
  498.                =                boot/vmlinuz-3.2.0-29-generic                  1
  499.                =                initrd.img                                     1
  500.                =                vmlinuz                                        1
  501.  
  502. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  503.  
  504. Unknown BootLoader on sda2
  505.  
  506. 00000000  d4 50 38 a3 6e 7e ee 23  b4 69 27 9b fc a9 59 ca  |.P8.n~.#.i'...Y.|
  507. 00000010  00 ab 61 e8 98 40 d3 0c  a5 08 2f 12 03 88 e4 d3  |..a..@..../.....|
  508. 00000020  c5 58 e4 fe 9b 3f 07 c7  c6 e0 78 1d 03 a8 56 34  |.X...?....x...V4|
  509. 00000030  d5 ef 72 30 5e e3 f8 e9  d0 07 4b 30 23 60 da 5b  |..r0^.....K0#`.[|
  510. 00000040  b1 dd 4b a4 cb 60 36 7f  ec 8b f3 c3 12 1f a1 14  |..K..`6.........|
  511. 00000050  fa cb 8f 27 8b b6 d7 3f  0c 25 81 fd f2 1e e9 9e  |...'...?.%......|
  512. 00000060  0f e0 e3 cc af 29 16 b2  b2 b1 f3 6d 8b be 87 03  |.....).....m....|
  513. 00000070  e1 21 f8 e0 8d c3 45 c8  2c 08 12 39 81 bf 69 6d  |.!....E.,..9..im|
  514. 00000080  65 18 c4 13 b0 de 1f 9f  0e b8 d1 4c 07 b1 52 da  |e..........L..R.|
  515. 00000090  70 b1 57 cb 08 1e 80 f2  95 31 7b 16 39 6d cd 87  |p.W......1{.9m..|
  516. 000000a0  e7 c5 0a ce 23 2d db dc  be f2 a6 4c 53 b1 76 e0  |....#-.....LS.v.|
  517. 000000b0  d7 5f 77 9c 2e 65 fa 66  23 87 c5 70 53 80 e2 93  |._w..e.f#..pS...|
  518. 000000c0  0c cb 5e 9c f3 13 c6 64  d5 7f 2c 7e 4e d3 1f 20  |..^....d..,~N.. |
  519. 000000d0  b3 64 96 a2 a5 51 4e 1d  f1 2a 2e 96 96 f6 42 f0  |.d...QN..*....B.|
  520. 000000e0  6e 2f e5 38 3a e7 ed 42  d1 5e 40 e2 b9 6b f8 1d  |n/.8:..B.^@..k..|
  521. 000000f0  bf e5 9d c3 73 3e c3 1c  54 62 0a 42 00 95 d8 d0  |....s>..Tb.B....|
  522. 00000100  14 31 c0 2e 1e 9a 9f d0  33 6c a8 9a b2 f7 ac 06  |.1......3l......|
  523. 00000110  5e 5c 17 59 3b 58 ea 02  e0 3e 76 df b5 e7 04 f6  |^\.Y;X...>v.....|
  524. 00000120  e6 8c 7b 7d e5 cd 13 83  5c 70 31 35 b9 59 e0 7d  |..{}....\p15.Y.}|
  525. 00000130  a1 63 4e 37 a6 88 2e 21  b1 f9 e7 6d 93 39 c3 7a  |.cN7...!...m.9.z|
  526. 00000140  39 62 58 61 46 76 2f 39  87 85 8d c6 7a e7 87 e5  |9bXaFv/9....z...|
  527. 00000150  ac b7 38 0f 87 31 79 a5  3e 01 1a c8 82 57 64 09  |..8..1y.>....Wd.|
  528. 00000160  36 72 de 3e 8d a3 9c c6  2d 28 22 b1 67 66 a9 54  |6r.>....-(".gf.T|
  529. 00000170  d5 6d db 26 2a 44 87 c7  46 cc c0 90 6e c1 16 02  |.m.&*D..F...n...|
  530. 00000180  78 5d 6d b1 89 24 2d d1  35 a5 e8 cb 1f 01 6d d9  |x]m..$-.5.....m.|
  531. 00000190  ea b4 26 16 6a ce 01 33  b9 c3 35 bf 64 f5 a8 4c  |..&.j..3..5.d..L|
  532. 000001a0  df 33 31 ee f2 22 86 66  69 a6 98 5e 00 95 d5 20  |.31..".fi..^... |
  533. 000001b0  a4 87 d5 8d e5 d7 9e b5  1b fa e4 e8 a7 eb 00 01  |................|
  534. 000001c0  01 00 83 fe ff ff 02 00  00 00 cf 8a 10 1b 00 fe  |................|
  535. 000001d0  ff ff 05 fe ff ff b9 e2  09 1d 0a 4d c5 00 00 00  |...........M....|
  536. 000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  537. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  538. 00000200
  539.  
  540.  
  541. =============================== StdErr Messages: ===============================
  542.  
  543. xz: (stdin): Compressed data is corrupt
  544. awk: cmd. line:36: Math support is not compiled in
  545. awk: cmd. line:36: Math support is not compiled in
  546. awk: cmd. line:36: Math support is not compiled in
  547. awk: cmd. line:36: Math support is not compiled in
  548. awk: cmd. line:36: Math support is not compiled in
  549. awk: cmd. line:36: Math support is not compiled in
  550. awk: cmd. line:36: Math support is not compiled in
  551. awk: cmd. line:36: Math support is not compiled in
  552. awk: cmd. line:36: Math support is not compiled in
  553. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top