Advertisement
Guest User

bootinfoscript_results

a guest
Feb 24th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.25 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 135 for .
  9. => No boot loader 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: CrunchBang Linux waldorf
  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. sda6: __________________________________________________________________________
  32.  
  33. File system: ext4
  34. Boot sector type: -
  35. Boot sector info:
  36. Operating System:
  37. Boot files:
  38.  
  39. sdb1: __________________________________________________________________________
  40.  
  41. File system: ntfs
  42. Boot sector type: Windows Vista/7: NTFS
  43. Boot sector info: No errors found in the Boot Parameter Block.
  44. Operating System:
  45. Boot files:
  46.  
  47. ============================ Drive/Partition Info: =============================
  48.  
  49. Drive: sda _____________________________________________________________________
  50.  
  51. Disk /dev/sda: 160.0 GB, 160040803840 bytes
  52. 255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
  53. Units = sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 512 bytes
  55.  
  56. Partition Boot Start Sector End Sector # of Sectors Id System
  57.  
  58. /dev/sda1 * 2,048 19,531,775 19,529,728 83 Linux
  59. /dev/sda2 19,533,822 312,578,047 293,044,226 5 Extended
  60. /dev/sda5 19,533,824 31,270,911 11,737,088 82 Linux swap / Solaris
  61. /dev/sda6 31,272,960 312,578,047 281,305,088 83 Linux
  62.  
  63.  
  64. Drive: sdb _____________________________________________________________________
  65.  
  66. Disk /dev/sdb: 1000.2 GB, 1000202043392 bytes
  67. 248 heads, 55 sectors/track, 143219 cylinders, total 1953519616 sectors
  68. Units = sectors of 1 * 512 = 512 bytes
  69. Sector size (logical/physical): 512 bytes / 512 bytes
  70.  
  71. Partition Boot Start Sector End Sector # of Sectors Id System
  72.  
  73. /dev/sdb1 55 1,953,507,159 1,953,507,105 7 NTFS / exFAT / HPFS
  74.  
  75.  
  76. "blkid" output: ________________________________________________________________
  77.  
  78. Device UUID TYPE LABEL
  79.  
  80. /dev/loop0 squashfs
  81. /dev/sda1 1833bcf5-f4ee-4676-b08c-4c6f036cf181 ext4
  82. /dev/sda5 e8487330-484f-4c69-a6ff-12cac154deda swap
  83. /dev/sda6 b3822857-2134-4ecf-ad79-a64025f14c5d ext4
  84. /dev/sdb1 0147E9FC338BFE7B ntfs BigShare
  85. /dev/sr0 iso9660 CrunchBang
  86.  
  87. ================================ Mount points: =================================
  88.  
  89. Device Mount_Point Type Options
  90.  
  91. /dev/sr0 /live/image iso9660 (ro,noatime)
  92.  
  93.  
  94. =========================== sda1/boot/grub/grub.cfg: ===========================
  95.  
  96. --------------------------------------------------------------------------------
  97. #
  98. # DO NOT EDIT THIS FILE
  99. #
  100. # It is automatically generated by grub-mkconfig using templates
  101. # from /etc/grub.d and settings from /etc/default/grub
  102. #
  103.  
  104. ### BEGIN /etc/grub.d/00_header ###
  105. if [ -s $prefix/grubenv ]; then
  106. set have_grubenv=true
  107. load_env
  108. fi
  109. if [ "${next_entry}" ] ; then
  110. set default="${next_entry}"
  111. set next_entry=
  112. save_env next_entry
  113. set boot_once=true
  114. else
  115. set default="0"
  116. fi
  117.  
  118. if [ x"${feature_menuentry_id}" = xy ]; then
  119. menuentry_id_option="--id"
  120. else
  121. menuentry_id_option=""
  122. fi
  123.  
  124. export menuentry_id_option
  125.  
  126. if [ "${prev_saved_entry}" ]; then
  127. set saved_entry="${prev_saved_entry}"
  128. save_env saved_entry
  129. set prev_saved_entry=
  130. save_env prev_saved_entry
  131. set boot_once=true
  132. fi
  133.  
  134. function savedefault {
  135. if [ -z "${boot_once}" ]; then
  136. saved_entry="${chosen}"
  137. save_env saved_entry
  138. fi
  139. }
  140. function load_video {
  141. if [ x$feature_all_video_module = xy ]; then
  142. insmod all_video
  143. else
  144. insmod efi_gop
  145. insmod efi_uga
  146. insmod ieee1275_fb
  147. insmod vbe
  148. insmod vga
  149. insmod video_bochs
  150. insmod video_cirrus
  151. fi
  152. }
  153.  
  154. if [ x$feature_default_font_path = xy ] ; then
  155. font=unicode
  156. else
  157. insmod part_msdos
  158. insmod ext2
  159. set root='hd0,msdos1'
  160. if [ x$feature_platform_search_hint = xy ]; then
  161. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  162. else
  163. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  164. fi
  165. font="/usr/share/grub/unicode.pf2"
  166. fi
  167.  
  168. if loadfont $font ; then
  169. set gfxmode=auto
  170. load_video
  171. insmod gfxterm
  172. set locale_dir=$prefix/locale
  173. set lang=en_US
  174. insmod gettext
  175. fi
  176. terminal_output gfxterm
  177. if [ "${recordfail}" = 1 ] ; then
  178. set timeout=-1
  179. else
  180. if [ x$feature_timeout_style = xy ] ; then
  181. set timeout_style=menu
  182. set timeout=5
  183. # Fallback normal timeout code in case the timeout_style feature is
  184. # unavailable.
  185. else
  186. set timeout=5
  187. fi
  188. fi
  189. ### END /etc/grub.d/00_header ###
  190.  
  191. ### BEGIN /etc/grub.d/05_debian_theme ###
  192. insmod part_msdos
  193. insmod ext2
  194. set root='hd0,msdos1'
  195. if [ x$feature_platform_search_hint = xy ]; then
  196. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  197. else
  198. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  199. fi
  200. insmod png
  201. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  202. set color_normal=white/black
  203. set color_highlight=black/white
  204. else
  205. set menu_color_normal=cyan/blue
  206. set menu_color_highlight=white/blue
  207. fi
  208. ### END /etc/grub.d/05_debian_theme ###
  209.  
  210. ### BEGIN /etc/grub.d/10_linux ###
  211. function gfxmode {
  212. set gfxpayload="${1}"
  213. }
  214. set linux_gfx_mode=
  215. export linux_gfx_mode
  216. menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  217. load_video
  218. insmod gzio
  219. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  220. insmod part_msdos
  221. insmod ext2
  222. set root='hd0,msdos1'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  225. else
  226. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  227. fi
  228. echo 'Loading Linux 3.16.0-4-amd64 ...'
  229. linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro quiet
  230. }
  231. submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  232. menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-advanced-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  233. load_video
  234. insmod gzio
  235. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  236. insmod part_msdos
  237. insmod ext2
  238. set root='hd0,msdos1'
  239. if [ x$feature_platform_search_hint = xy ]; then
  240. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  241. else
  242. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  243. fi
  244. echo 'Loading Linux 3.16.0-4-amd64 ...'
  245. linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro quiet
  246. }
  247. menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-init-sysvinit-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  248. load_video
  249. insmod gzio
  250. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos1'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  256. else
  257. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  258. fi
  259. echo 'Loading Linux 3.16.0-4-amd64 ...'
  260. linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro quiet init=/lib/sysvinit/init
  261. }
  262. menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-recovery-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  263. load_video
  264. insmod gzio
  265. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  266. insmod part_msdos
  267. insmod ext2
  268. set root='hd0,msdos1'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  271. else
  272. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  273. fi
  274. echo 'Loading Linux 3.16.0-4-amd64 ...'
  275. linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro single
  276. }
  277. menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-advanced-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  278. load_video
  279. insmod gzio
  280. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  281. insmod part_msdos
  282. insmod ext2
  283. set root='hd0,msdos1'
  284. if [ x$feature_platform_search_hint = xy ]; then
  285. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  286. else
  287. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  288. fi
  289. echo 'Loading Linux 3.2.0-4-amd64 ...'
  290. linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 ro quiet
  291. echo 'Loading initial ramdisk ...'
  292. initrd /boot/initrd.img-3.2.0-4-amd64
  293. }
  294. menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-init-sysvinit-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  295. load_video
  296. insmod gzio
  297. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  298. insmod part_msdos
  299. insmod ext2
  300. set root='hd0,msdos1'
  301. if [ x$feature_platform_search_hint = xy ]; then
  302. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  303. else
  304. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  305. fi
  306. echo 'Loading Linux 3.2.0-4-amd64 ...'
  307. linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 ro quiet init=/lib/sysvinit/init
  308. echo 'Loading initial ramdisk ...'
  309. initrd /boot/initrd.img-3.2.0-4-amd64
  310. }
  311. menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-recovery-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
  312. load_video
  313. insmod gzio
  314. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos1'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  320. else
  321. search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
  322. fi
  323. echo 'Loading Linux 3.2.0-4-amd64 ...'
  324. linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 ro single
  325. echo 'Loading initial ramdisk ...'
  326. initrd /boot/initrd.img-3.2.0-4-amd64
  327. }
  328. }
  329.  
  330. ### END /etc/grub.d/10_linux ###
  331.  
  332. ### BEGIN /etc/grub.d/20_linux_xen ###
  333.  
  334. ### END /etc/grub.d/20_linux_xen ###
  335.  
  336. ### BEGIN /etc/grub.d/30_os-prober ###
  337. ### END /etc/grub.d/30_os-prober ###
  338.  
  339. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  340. ### END /etc/grub.d/30_uefi-firmware ###
  341.  
  342. ### BEGIN /etc/grub.d/40_custom ###
  343. # This file provides an easy way to add custom menu entries. Simply type the
  344. # menu entries you want to add after this comment. Be careful not to change
  345. # the 'exec tail' line above.
  346. ### END /etc/grub.d/40_custom ###
  347.  
  348. ### BEGIN /etc/grub.d/41_custom ###
  349. if [ -f ${config_directory}/custom.cfg ]; then
  350. source ${config_directory}/custom.cfg
  351. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  352. source $prefix/custom.cfg;
  353. fi
  354. ### END /etc/grub.d/41_custom ###
  355. --------------------------------------------------------------------------------
  356.  
  357. =============================== sda1/etc/fstab: ================================
  358.  
  359. --------------------------------------------------------------------------------
  360. # /etc/fstab: static file system information.
  361. #
  362. # Use 'blkid' to print the universally unique identifier for a
  363. # device; this may be used with UUID= as a more robust way to name devices
  364. # that works even if disks are added and removed. See fstab(5).
  365. #
  366. # <file system> <mount point> <type> <options> <dump> <pass>
  367. # / was on /dev/sda1 during installation
  368. UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 / ext4 errors=remount-ro 0 1
  369. # /home was on /dev/sda6 during installation
  370. UUID=b3822857-2134-4ecf-ad79-a64025f14c5d /home ext4 defaults 0 2
  371. # swap was on /dev/sda5 during installation
  372. UUID=e8487330-484f-4c69-a6ff-12cac154deda none swap sw 0 0
  373. /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  374. /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
  375. --------------------------------------------------------------------------------
  376.  
  377. =================== sda1: Location of files loaded by Grub: ====================
  378.  
  379. GiB - GB File Fragment(s)
  380.  
  381. = boot/grub/grub.cfg 1
  382. = boot/initrd.img-3.2.0-4-amd64 1
  383. = boot/vmlinuz-3.16.0-4-amd64 9
  384. = boot/vmlinuz-3.2.0-4-amd64 1
  385. = initrd.img 1
  386. ?? = ?? vmlinuz 1
  387. ?? = ?? vmlinuz.old 1
  388.  
  389. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  390.  
  391. Unknown BootLoader on sda2
  392.  
  393. 00000000 3f f8 de eb dd f9 51 4f db e6 c3 ff e8 18 6d aa |?.....QO......m.|
  394. 00000010 65 e9 e8 cb ec 74 d5 0e 6d 3f fe c1 66 b9 63 1f |e....t..m?..f.c.|
  395. 00000020 e8 b3 7f ff c1 7d a5 e4 fc 83 3f da ae 6f ff f2 |.....}....?..o..|
  396. 00000030 07 69 fa e3 e3 bf a2 2c 21 4d ff ff 06 1d 6f 7d |.i.....,!M....o}|
  397. 00000040 7e f7 9b ff fd 87 66 65 bb 1d 3d 11 7f 80 a2 6f |~.....fe..=....o|
  398. 00000050 fa b3 37 f8 7f fd ae 89 79 3d 7b bf 77 79 bf ff |..7.....y={.wy..|
  399. 00000060 d8 77 6f 5e 8e 2f e8 b3 7f ff c1 76 bd 04 bf 67 |.wo^./.....v...g|
  400. 00000070 13 63 37 ff fa 7d 74 f4 fa 7e 64 ff fe 4f aa ef |.c7..}t..~d..O..|
  401. 00000080 6f 76 fd 7f a2 9b f9 7f 90 66 ed a4 bd 7c dd bf |ov.......f...|..|
  402. 00000090 fd 86 ed f6 df bf f5 65 e7 cb fa 22 b1 e7 d1 6a |.......e..."...j|
  403. 000000a0 f2 6e 58 fd 53 ec 08 30 ec f6 fd 8a 2c a6 ed e1 |.nX.S..0....,...|
  404. 000000b0 fd 82 ce b4 69 1f 6e b9 83 e3 ff 8f be aa c7 9f |....i.n.........|
  405. 000000c0 fa 03 7f ae 08 a7 b7 75 57 17 7c 2f 3f 8c d6 ae |.......uW.|/?...|
  406. 000000d0 55 1a 4b 8f aa 3f 37 3f 0f e4 06 1d f3 31 d1 af |U.K..?7?.....1..|
  407. 000000e0 cb fc df ff ec 3b 6f d3 dd fc 1d e1 f5 2c 46 f9 |.....;o......,F.|
  408. 000000f0 e8 96 be 9c b0 f5 b3 eb 23 b9 bf 08 7f 61 0f 52 |........#....a.R|
  409. 00000100 b3 d3 6f 5d 79 e1 9b f8 7f 90 16 d7 d1 df d9 59 |..o]y..........Y|
  410. 00000110 4d 87 bf fb 0e cf fd 74 6a fd ee 56 26 ff ff 87 |M......tj..V&...|
  411. 00000120 69 b1 ed f4 ab f6 4f 37 ff fb 05 7a de 9f f4 ec |i.....O7...z....|
  412. 00000130 7e a9 97 9e 9b ba 2b 76 5e 7a 65 ed d7 e7 d7 d6 |~.....+v^ze.....|
  413. 00000140 2e fe b5 9b cf 87 f8 24 b7 f9 7e 18 de 56 25 f2 |.......$..~..V%.|
  414. 00000150 f7 fe c9 94 d4 ac 70 fe fa ba de b7 ed fa fe f9 |......p.........|
  415. 00000160 87 3f ff 62 fb ed f2 b3 cd ff fe 87 f5 eb d7 4d |.?.b...........M|
  416. 00000170 f4 f2 b1 32 ad f5 ff b1 36 be 78 49 fc d3 ff fe |...2....6.xI....|
  417. 00000180 1d bf af 3f fa cd ff fe c3 bb ec 6f a2 b1 e8 7f |...?.......o....|
  418. 00000190 9b ff fe 6f 7d b9 ff 63 37 ff fa 17 de ef bf 9b |...o}..c7.......|
  419. 000001a0 ff fc 80 bb 7d 7f af 82 39 f9 99 3f 73 2e cd fe |....}...9..?s...|
  420. 000001b0 1f e1 0d 56 ab bf 2d fe 8b d5 b8 93 82 3a 00 fe |...V..-......:..|
  421. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 18 b3 00 00 fe |................|
  422. 000001d0 ff ff 05 fe ff ff 02 18 b3 00 00 68 c4 10 00 00 |...........h....|
  423. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  424. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  425. 00000200
  426.  
  427.  
  428. =============================== StdErr Messages: ===============================
  429.  
  430. awk: cmd. line:36: Math support is not compiled in
  431. awk: cmd. line:36: Math support is not compiled in
  432. awk: cmd. line:36: Math support is not compiled in
  433. awk: cmd. line:36: Math support is not compiled in
  434. awk: cmd. line:36: Math support is not compiled in
  435. awk: cmd. line:36: Math support is not compiled in
  436. awk: cmd. line:36: Math support is not compiled in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement