Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Windows is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: vfat
  11. Boot sector type: Unknown
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System:
  14. Boot files: /efi/Boot/bootx64.efi
  15.  
  16. sda2: __________________________________________________________________________
  17.  
  18. File system: ntfs
  19. Boot sector type: Windows Vista/7: NTFS
  20. Boot sector info: No errors found in the Boot Parameter Block.
  21. Operating System:
  22. Boot files: /bootmgr /Boot/BCD
  23.  
  24. sda3: __________________________________________________________________________
  25.  
  26. File system: vfat
  27. Boot sector type: Unknown
  28. Boot sector info: No errors found in the Boot Parameter Block.
  29. Operating System:
  30. Boot files: /efi/Boot/bootx64.efi /efi/ubuntu/grubx64.efi
  31. /efi/ubuntu/MokManager.efi /efi/ubuntu/shimx64.efi
  32. /bootmgr /boot/bcd
  33.  
  34. sda4: __________________________________________________________________________
  35.  
  36. File system:
  37. Boot sector type: -
  38. Boot sector info:
  39. Mounting failed: mount: sistema de arquivos desconhecido ''
  40.  
  41. sda5: __________________________________________________________________________
  42.  
  43. File system: ntfs
  44. Boot sector type: Windows Vista/7: NTFS
  45. Boot sector info: No errors found in the Boot Parameter Block.
  46. Operating System:
  47. Boot files: /bootmgr /Windows/System32/winload.exe
  48.  
  49. sda6: __________________________________________________________________________
  50.  
  51. File system: ntfs
  52. Boot sector type: Windows Vista/7: NTFS
  53. Boot sector info: No errors found in the Boot Parameter Block.
  54. Operating System:
  55. Boot files:
  56.  
  57. sda7: __________________________________________________________________________
  58.  
  59. File system: ext4
  60. Boot sector type: -
  61. Boot sector info:
  62. Operating System: Ubuntu 14.04 LTS
  63. Boot files: /boot/grub/grub.cfg /etc/fstab
  64. /boot/extlinux/extlinux.conf
  65.  
  66. sda8: __________________________________________________________________________
  67.  
  68. File system: swap
  69. Boot sector type: -
  70. Boot sector info:
  71.  
  72. ============================ Drive/Partition Info: =============================
  73.  
  74. Drive: sda _____________________________________________________________________
  75.  
  76. Disco /dev/sda: 500.1 GB, 500107862016 bytes
  77. 255 cabeças, 63 setores/trilhas, 60801 cilindros, total de 976773168 setores
  78. Unidades = setores de 1 * 512 = 512 bytes
  79. Tamanho do setor (lógico/físico): 512 bytes / 4096 bytes
  80.  
  81. Partition Boot Start Sector End Sector # of Sectors Id System
  82.  
  83. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  84.  
  85.  
  86. GUID Partition Table detected.
  87.  
  88. Partition Start Sector End Sector # of Sectors System
  89. /dev/sda1 2,048 534,527 532,480 -
  90. /dev/sda2 534,528 3,553,279 3,018,752 Windows Recovery Environment (Windows)
  91. /dev/sda3 3,553,280 4,085,759 532,480 EFI System partition
  92. /dev/sda4 4,085,760 4,347,903 262,144 Microsoft Reserved Partition (Windows)
  93. /dev/sda5 4,347,904 199,660,403 195,312,500 Data partition (Windows/Linux)
  94. /dev/sda6 917,080,064 976,773,119 59,693,056 Windows Recovery Environment (Windows)
  95. /dev/sda7 199,661,568 878,018,559 678,356,992 Data partition (Linux)
  96. /dev/sda8 878,018,560 917,080,063 39,061,504 Swap partition (Linux)
  97.  
  98. "blkid" output: ________________________________________________________________
  99.  
  100. Device UUID TYPE LABEL
  101.  
  102. /dev/sda1 F406-76C2 vfat SONYSYS
  103. /dev/sda2 E0CA0735CA07080C ntfs Windows RE tools
  104. /dev/sda3 9C07-A7DE vfat
  105. /dev/sda5 988E09138E08EC16 ntfs
  106. /dev/sda6 B8CA0B00CA0ABAA0 ntfs Recovery
  107. /dev/sda7 2b176bf2-97c1-4080-a357-5ffb0a1d6c83 ext4
  108. /dev/sda8 8c24847c-0ff6-4620-b4bd-c29c57090144 swap
  109.  
  110. ================================ Mount points: =================================
  111.  
  112. Device Mount_Point Type Options
  113.  
  114. /dev/sda3 /boot/efi vfat (rw)
  115. /dev/sda7 / ext4 (rw,errors=remount-ro)
  116.  
  117.  
  118. =========================== sda7/boot/grub/grub.cfg: ===========================
  119.  
  120. --------------------------------------------------------------------------------
  121. #
  122. # DO NOT EDIT THIS FILE
  123. #
  124. # It is automatically generated by grub-mkconfig using templates
  125. # from /etc/grub.d and settings from /etc/default/grub
  126. #
  127.  
  128. ### BEGIN /etc/grub.d/00_header ###
  129. if [ -s $prefix/grubenv ]; then
  130. set have_grubenv=true
  131. load_env
  132. fi
  133. if [ "${next_entry}" ] ; then
  134. set default="${next_entry}"
  135. set next_entry=
  136. save_env next_entry
  137. set boot_once=true
  138. else
  139. set default="0"
  140. fi
  141.  
  142. if [ x"${feature_menuentry_id}" = xy ]; then
  143. menuentry_id_option="--id"
  144. else
  145. menuentry_id_option=""
  146. fi
  147.  
  148. export menuentry_id_option
  149.  
  150. if [ "${prev_saved_entry}" ]; then
  151. set saved_entry="${prev_saved_entry}"
  152. save_env saved_entry
  153. set prev_saved_entry=
  154. save_env prev_saved_entry
  155. set boot_once=true
  156. fi
  157.  
  158. function savedefault {
  159. if [ -z "${boot_once}" ]; then
  160. saved_entry="${chosen}"
  161. save_env saved_entry
  162. fi
  163. }
  164. function recordfail {
  165. set recordfail=1
  166. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  167. }
  168. function load_video {
  169. if [ x$feature_all_video_module = xy ]; then
  170. insmod all_video
  171. else
  172. insmod efi_gop
  173. insmod efi_uga
  174. insmod ieee1275_fb
  175. insmod vbe
  176. insmod vga
  177. insmod video_bochs
  178. insmod video_cirrus
  179. fi
  180. }
  181.  
  182. if [ x$feature_default_font_path = xy ] ; then
  183. font=unicode
  184. else
  185. insmod part_gpt
  186. insmod ext2
  187. set root='hd0,gpt7'
  188. if [ x$feature_platform_search_hint = xy ]; then
  189. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  190. else
  191. search --no-floppy --fs-uuid --set=root 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  192. fi
  193. font="/usr/share/grub/unicode.pf2"
  194. fi
  195.  
  196. if loadfont $font ; then
  197. set gfxmode=auto
  198. load_video
  199. insmod gfxterm
  200. set locale_dir=$prefix/locale
  201. set lang=pt_BR
  202. insmod gettext
  203. fi
  204. terminal_output gfxterm
  205. if [ "${recordfail}" = 1 ] ; then
  206. set timeout=-1
  207. else
  208. if [ x$feature_timeout_style = xy ] ; then
  209. set timeout_style=menu
  210. set timeout=10
  211. # Fallback normal timeout code in case the timeout_style feature is
  212. # unavailable.
  213. else
  214. set timeout=10
  215. fi
  216. fi
  217. ### END /etc/grub.d/00_header ###
  218.  
  219. ### BEGIN /etc/grub.d/05_debian_theme ###
  220. set menu_color_normal=white/black
  221. set menu_color_highlight=black/light-gray
  222. if background_color 44,0,30; then
  223. clear
  224. fi
  225. ### END /etc/grub.d/05_debian_theme ###
  226.  
  227. ### BEGIN /etc/grub.d/10_linux ###
  228. function gfxmode {
  229. set gfxpayload="${1}"
  230. if [ "${1}" = "keep" ]; then
  231. set vt_handoff=vt.handoff=7
  232. else
  233. set vt_handoff=
  234. fi
  235. }
  236. if [ "${recordfail}" != 1 ]; then
  237. if [ -e ${prefix}/gfxblacklist.txt ]; then
  238. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  239. if [ ${match} = 0 ]; then
  240. set linux_gfx_mode=keep
  241. else
  242. set linux_gfx_mode=text
  243. fi
  244. else
  245. set linux_gfx_mode=text
  246. fi
  247. else
  248. set linux_gfx_mode=keep
  249. fi
  250. else
  251. set linux_gfx_mode=text
  252. fi
  253. export linux_gfx_mode
  254. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2b176bf2-97c1-4080-a357-5ffb0a1d6c83' {
  255. recordfail
  256. load_video
  257. gfxmode $linux_gfx_mode
  258. insmod gzio
  259. insmod part_gpt
  260. insmod ext2
  261. set root='hd0,gpt7'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  264. else
  265. search --no-floppy --fs-uuid --set=root 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  266. fi
  267. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=2b176bf2-97c1-4080-a357-5ffb0a1d6c83 ro quiet splash $vt_handoff
  268. initrd /boot/initrd.img-3.13.0-24-generic
  269. }
  270. submenu 'Opções avançadas para Ubuntu' $menuentry_id_option 'gnulinux-advanced-2b176bf2-97c1-4080-a357-5ffb0a1d6c83' {
  271. menuentry 'Ubuntu, com Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-2b176bf2-97c1-4080-a357-5ffb0a1d6c83' {
  272. recordfail
  273. load_video
  274. gfxmode $linux_gfx_mode
  275. insmod gzio
  276. insmod part_gpt
  277. insmod ext2
  278. set root='hd0,gpt7'
  279. if [ x$feature_platform_search_hint = xy ]; then
  280. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  281. else
  282. search --no-floppy --fs-uuid --set=root 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  283. fi
  284. echo 'Carregando Linux 3.13.0-24-generic ...'
  285. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=2b176bf2-97c1-4080-a357-5ffb0a1d6c83 ro quiet splash $vt_handoff
  286. echo 'Carregando ramdisk inicial ...'
  287. initrd /boot/initrd.img-3.13.0-24-generic
  288. }
  289. menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-2b176bf2-97c1-4080-a357-5ffb0a1d6c83' {
  290. recordfail
  291. load_video
  292. insmod gzio
  293. insmod part_gpt
  294. insmod ext2
  295. set root='hd0,gpt7'
  296. if [ x$feature_platform_search_hint = xy ]; then
  297. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  298. else
  299. search --no-floppy --fs-uuid --set=root 2b176bf2-97c1-4080-a357-5ffb0a1d6c83
  300. fi
  301. echo 'Carregando Linux 3.13.0-24-generic ...'
  302. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=2b176bf2-97c1-4080-a357-5ffb0a1d6c83 ro recovery nomodeset
  303. echo 'Carregando ramdisk inicial ...'
  304. initrd /boot/initrd.img-3.13.0-24-generic
  305. }
  306. }
  307.  
  308. ### END /etc/grub.d/10_linux ###
  309.  
  310. ### BEGIN /etc/grub.d/20_linux_xen ###
  311.  
  312. ### END /etc/grub.d/20_linux_xen ###
  313.  
  314. ### BEGIN /etc/grub.d/21_memtest86+ ###
  315. ### END /etc/grub.d/21_memtest86+ ###
  316.  
  317. ### BEGIN /etc/grub.d/30_os-prober_proxy ###
  318. menuentry "Windows Boot Manager (em /dev/sda3)" --class windows --class os $menuentry_id_option 'osprober-efi-9C07-A7DE' {
  319. insmod part_gpt
  320. insmod fat
  321. set root='hd0,gpt3'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 9C07-A7DE
  324. else
  325. search --no-floppy --fs-uuid --set=root 9C07-A7DE
  326. fi
  327. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  328. }
  329. set timeout_style=menu
  330. if [ "${timeout}" = 0 ]; then
  331. set timeout=10
  332. fi
  333. ### END /etc/grub.d/30_os-prober_proxy ###
  334.  
  335. ### BEGIN /etc/grub.d/31_uefi-firmware ###
  336. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  337. fwsetup
  338. }
  339. ### END /etc/grub.d/31_uefi-firmware ###
  340.  
  341. ### BEGIN /etc/grub.d/40_custom ###
  342. # This file provides an easy way to add custom menu entries. Simply type the
  343. # menu entries you want to add after this comment. Be careful not to change
  344. # the 'exec tail' line above.
  345. ### END /etc/grub.d/40_custom ###
  346.  
  347. ### BEGIN /etc/grub.d/41_custom ###
  348. if [ -f ${config_directory}/custom.cfg ]; then
  349. source ${config_directory}/custom.cfg
  350. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  351. source $prefix/custom.cfg;
  352. fi
  353. ### END /etc/grub.d/41_custom ###
  354. --------------------------------------------------------------------------------
  355.  
  356. =============================== sda7/etc/fstab: ================================
  357.  
  358. --------------------------------------------------------------------------------
  359. # /etc/fstab: static file system information.
  360. #
  361. # Use 'blkid' to print the universally unique identifier for a
  362. # device; this may be used with UUID= as a more robust way to name devices
  363. # that works even if disks are added and removed. See fstab(5).
  364. #
  365. # <file system> <mount point> <type> <options> <dump> <pass>
  366. # / was on /dev/sda7 during installation
  367. UUID=2b176bf2-97c1-4080-a357-5ffb0a1d6c83 / ext4 errors=remount-ro 0 1
  368. # /boot/efi was on /dev/sda3 during installation
  369. UUID=9C07-A7DE /boot/efi vfat defaults 0 1
  370. # swap was on /dev/sda8 during installation
  371. UUID=8c24847c-0ff6-4620-b4bd-c29c57090144 none swap sw 0 0
  372. --------------------------------------------------------------------------------
  373.  
  374. ====================== sda7/boot/extlinux/extlinux.conf: =======================
  375.  
  376. --------------------------------------------------------------------------------
  377. ## /boot/extlinux/extlinux.conf
  378. ##
  379. ## IMPORTANT WARNING
  380. ##
  381. ## The configuration of this file is generated automatically.
  382. ## Do not edit this file manually, use: extlinux-update
  383.  
  384.  
  385. default l0
  386. prompt 1
  387. timeout 50
  388.  
  389. include themes/debian/theme.cfg
  390. --------------------------------------------------------------------------------
  391.  
  392. =================== sda7: Location of files loaded by Grub: ====================
  393.  
  394. GiB - GB File Fragment(s)
  395.  
  396.  
  397. ================= sda7: Location of files loaded by Syslinux: ==================
  398.  
  399. GiB - GB File Fragment(s)
  400.  
  401.  
  402. ============== sda7: Version of COM32(R) files used by Syslinux: ===============
  403.  
  404. boot/extlinux/chain.c32 : COM32R module (v4.xx)
  405.  
  406. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  407.  
  408. Unknown GPT Partiton Type
  409. 329701f46e06124e8273346c5641494f
  410. Unknown BootLoader on sda1
  411.  
  412. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 01 7e 20 |.X.MSDOS5.0...~ |
  413. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  414. 00000020 00 20 08 00 c1 0f 00 00 00 00 00 00 02 00 00 00 |. ..............|
  415. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  416. 00000040 80 00 29 c2 76 06 f4 4e 4f 20 4e 41 4d 45 20 20 |..).v..NO NAME |
  417. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  418. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|.V@.N..V|
  419. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  420. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  421. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  422. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  423. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  424. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  425. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  426. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  427. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  428. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  429. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  430. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  431. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  432. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  433. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  434. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t.....f@Iu..BOO|
  435. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  436. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  437. *
  438. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  439. 000001b0 72 6f 2f 64 69 73 63 6f ff 0d 0a 50 72 65 73 73 |ro/disco...Press|
  440. 000001c0 69 6f 6e 65 20 74 65 63 6c 61 20 70 2f 72 65 69 |ione tecla p/rei|
  441. 000001d0 6e 69 63 69 61 72 0d 0a 00 00 00 00 00 00 00 00 |niciar..........|
  442. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  443. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  444. 00000200
  445.  
  446. Unknown BootLoader on sda3
  447.  
  448. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 01 7e 20 |.X.MSDOS5.0...~ |
  449. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 38 36 00 |........?....86.|
  450. 00000020 00 20 08 00 c1 0f 00 00 00 00 00 00 02 00 00 00 |. ..............|
  451. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  452. 00000040 80 01 29 de a7 07 9c 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  453. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  454. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|.V@.N..V|
  455. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  456. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  457. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  458. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  459. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  460. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  461. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  462. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  463. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  464. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  465. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  466. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  467. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  468. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  469. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  470. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t.....f@Iu..BOO|
  471. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  472. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  473. *
  474. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  475. 000001b0 72 6f 2f 64 69 73 63 6f ff 0d 0a 50 72 65 73 73 |ro/disco...Press|
  476. 000001c0 69 6f 6e 65 20 74 65 63 6c 61 20 70 2f 72 65 69 |ione tecla p/rei|
  477. 000001d0 6e 69 63 69 61 72 0d 0a 00 00 00 00 00 00 00 00 |niciar..........|
  478. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  479. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  480. 00000200
  481.  
  482.  
  483. =============================== StdErr Messages: ===============================
  484.  
  485. cat: /tmp/BootInfo-ook78lHP/Tmp_Log: Arquivo ou diretório não encontrado
  486. cat: /tmp/BootInfo-ook78lHP/Tmp_Log: Arquivo ou diretório não encontrado
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement