Advertisement
Guest User

bootinfo txt

a guest
Jan 27th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.17 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 112 for .
  9. => No known 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: Ubuntu 14.04.3 LTS
  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. sdb1: __________________________________________________________________________
  32.  
  33. File system: iso9660
  34. Boot sector type: Unknown
  35. Boot sector info:
  36. Mounting failed: mount: /dev/sdb1 already mounted or sdb1 busy
  37.  
  38. sdb2: __________________________________________________________________________
  39.  
  40. File system: vfat
  41. Boot sector type: FAT16
  42. Boot sector info: According to the info in the boot sector, sdb2 starts
  43. at sector 0. But according to the info from fdisk,
  44. sdb2 starts at sector 2038760. According to the info
  45. in the boot sector, sdb2 has 0 sectors.
  46. Mounting failed: mount: /dev/sdb1 already mounted or sdb1 busy
  47. mount: /dev/sdb2 already mounted or sdb2 busy
  48.  
  49. ============================ Drive/Partition Info: =============================
  50.  
  51. Drive: sda _____________________________________________________________________
  52.  
  53. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  54. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  55. Units = sectors of 1 * 512 = 512 bytes
  56. Sector size (logical/physical): 512 bytes / 512 bytes
  57.  
  58. Partition Boot Start Sector End Sector # of Sectors Id System
  59.  
  60. /dev/sda1 * 2,048 616,833,023 616,830,976 83 Linux
  61. /dev/sda2 616,835,070 625,141,759 8,306,690 5 Extended
  62. /dev/sda5 616,835,072 625,141,759 8,306,688 82 Linux swap / Solaris
  63.  
  64.  
  65. Drive: sdb _____________________________________________________________________
  66.  
  67. Disk /dev/sdb: 15.7 GB, 15733161984 bytes
  68. 255 heads, 63 sectors/track, 1912 cylinders, total 30728832 sectors
  69. Units = sectors of 1 * 512 = 512 bytes
  70. Sector size (logical/physical): 512 bytes / 512 bytes
  71.  
  72. Partition Boot Start Sector End Sector # of Sectors Id System
  73.  
  74. /dev/sdb1 * 0 2,060,287 2,060,288 0 Empty
  75. /dev/sdb2 2,038,760 2,043,303 4,544 ef EFI (FAT-12/16/32)
  76.  
  77. /dev/sdb1 overlaps with /dev/sdb2
  78.  
  79. GUID Partition Table detected, but does not seem to be used.
  80.  
  81. Partition Start Sector End Sector # of Sectors System
  82. /dev/sdb1 0 2,060,231 2,060,232 Data partition (Windows/Linux)
  83. /dev/sdb2 2,038,760 2,043,303 4,544 Data partition (Windows/Linux)
  84.  
  85. "blkid" output: ________________________________________________________________
  86.  
  87. Device UUID TYPE LABEL
  88.  
  89. /dev/loop0 squashfs
  90. /dev/sda1 1d62da4e-0a0b-4f59-b343-f7eae20bd54a ext4
  91. /dev/sda5 1c7b2cef-97c1-4388-97b0-cac955228192 swap
  92. /dev/sdb1 iso9660 Ubuntu 14.04.3 LTS amd64
  93. /dev/sdb2 B163-D4F2 vfat
  94.  
  95. ================================ Mount points: =================================
  96.  
  97. Device Mount_Point Type Options
  98.  
  99. /dev/loop0 /rofs squashfs (ro,noatime)
  100. /dev/sda1 /media/ubuntu/1d62da4e-0a0b-4f59-b343-f7eae20bd54a ext4 (rw,nosuid,nodev,uhelper=udisks2)
  101. /dev/sdb /cdrom iso9660 (ro,noatime)
  102.  
  103.  
  104. =========================== sda1/boot/grub/grub.cfg: ===========================
  105.  
  106. --------------------------------------------------------------------------------
  107. #
  108. # DO NOT EDIT THIS FILE
  109. #
  110. # It is automatically generated by grub-mkconfig using templates
  111. # from /etc/grub.d and settings from /etc/default/grub
  112. #
  113.  
  114. ### BEGIN /etc/grub.d/00_header ###
  115. if [ -s $prefix/grubenv ]; then
  116. set have_grubenv=true
  117. load_env
  118. fi
  119. if [ "${next_entry}" ] ; then
  120. set default="${next_entry}"
  121. set next_entry=
  122. save_env next_entry
  123. set boot_once=true
  124. else
  125. set default="0"
  126. fi
  127.  
  128. if [ x"${feature_menuentry_id}" = xy ]; then
  129. menuentry_id_option="--id"
  130. else
  131. menuentry_id_option=""
  132. fi
  133.  
  134. export menuentry_id_option
  135.  
  136. if [ "${prev_saved_entry}" ]; then
  137. set saved_entry="${prev_saved_entry}"
  138. save_env saved_entry
  139. set prev_saved_entry=
  140. save_env prev_saved_entry
  141. set boot_once=true
  142. fi
  143.  
  144. function savedefault {
  145. if [ -z "${boot_once}" ]; then
  146. saved_entry="${chosen}"
  147. save_env saved_entry
  148. fi
  149. }
  150. function recordfail {
  151. set recordfail=1
  152. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  153. }
  154. function load_video {
  155. if [ x$feature_all_video_module = xy ]; then
  156. insmod all_video
  157. else
  158. insmod efi_gop
  159. insmod efi_uga
  160. insmod ieee1275_fb
  161. insmod vbe
  162. insmod vga
  163. insmod video_bochs
  164. insmod video_cirrus
  165. fi
  166. }
  167.  
  168. if [ x$feature_default_font_path = xy ] ; then
  169. font=unicode
  170. else
  171. insmod part_msdos
  172. insmod ext2
  173. set root='hd0,msdos1'
  174. if [ x$feature_platform_search_hint = xy ]; then
  175. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  176. else
  177. search --no-floppy --fs-uuid --set=root 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  178. fi
  179. font="/usr/share/grub/unicode.pf2"
  180. fi
  181.  
  182. if loadfont $font ; then
  183. set gfxmode=auto
  184. load_video
  185. insmod gfxterm
  186. set locale_dir=$prefix/locale
  187. set lang=en_US
  188. insmod gettext
  189. fi
  190. terminal_output gfxterm
  191. if [ "${recordfail}" = 1 ] ; then
  192. set timeout=30
  193. else
  194. if [ x$feature_timeout_style = xy ] ; then
  195. set timeout_style=hidden
  196. set timeout=0
  197. # Fallback hidden-timeout code in case the timeout_style feature is
  198. # unavailable.
  199. elif sleep --interruptible 0 ; then
  200. set timeout=0
  201. fi
  202. fi
  203. ### END /etc/grub.d/00_header ###
  204.  
  205. ### BEGIN /etc/grub.d/05_debian_theme ###
  206. set menu_color_normal=white/black
  207. set menu_color_highlight=black/light-gray
  208. if background_color 44,0,30,0; then
  209. clear
  210. fi
  211. ### END /etc/grub.d/05_debian_theme ###
  212.  
  213. ### BEGIN /etc/grub.d/10_linux ###
  214. function gfxmode {
  215. set gfxpayload="${1}"
  216. if [ "${1}" = "keep" ]; then
  217. set vt_handoff=vt.handoff=7
  218. else
  219. set vt_handoff=
  220. fi
  221. }
  222. if [ "${recordfail}" != 1 ]; then
  223. if [ -e ${prefix}/gfxblacklist.txt ]; then
  224. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  225. if [ ${match} = 0 ]; then
  226. set linux_gfx_mode=keep
  227. else
  228. set linux_gfx_mode=text
  229. fi
  230. else
  231. set linux_gfx_mode=text
  232. fi
  233. else
  234. set linux_gfx_mode=keep
  235. fi
  236. else
  237. set linux_gfx_mode=text
  238. fi
  239. export linux_gfx_mode
  240. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1d62da4e-0a0b-4f59-b343-f7eae20bd54a' {
  241. recordfail
  242. load_video
  243. gfxmode $linux_gfx_mode
  244. insmod gzio
  245. insmod part_msdos
  246. insmod ext2
  247. set root='hd0,msdos1'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  250. else
  251. search --no-floppy --fs-uuid --set=root 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  252. fi
  253. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=1d62da4e-0a0b-4f59-b343-f7eae20bd54a ro quiet splash $vt_handoff
  254. initrd /boot/initrd.img-3.19.0-25-generic
  255. }
  256. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-1d62da4e-0a0b-4f59-b343-f7eae20bd54a' {
  257. menuentry 'Ubuntu, with Linux 3.19.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-advanced-1d62da4e-0a0b-4f59-b343-f7eae20bd54a' {
  258. recordfail
  259. load_video
  260. gfxmode $linux_gfx_mode
  261. insmod gzio
  262. insmod part_msdos
  263. insmod ext2
  264. set root='hd0,msdos1'
  265. if [ x$feature_platform_search_hint = xy ]; then
  266. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  267. else
  268. search --no-floppy --fs-uuid --set=root 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  269. fi
  270. echo 'Loading Linux 3.19.0-25-generic ...'
  271. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=1d62da4e-0a0b-4f59-b343-f7eae20bd54a ro quiet splash $vt_handoff
  272. echo 'Loading initial ramdisk ...'
  273. initrd /boot/initrd.img-3.19.0-25-generic
  274. }
  275. menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-recovery-1d62da4e-0a0b-4f59-b343-f7eae20bd54a' {
  276. recordfail
  277. load_video
  278. insmod gzio
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos1'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  284. else
  285. search --no-floppy --fs-uuid --set=root 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  286. fi
  287. echo 'Loading Linux 3.19.0-25-generic ...'
  288. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=1d62da4e-0a0b-4f59-b343-f7eae20bd54a ro recovery nomodeset
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-3.19.0-25-generic
  291. }
  292. }
  293.  
  294. ### END /etc/grub.d/10_linux ###
  295.  
  296. ### BEGIN /etc/grub.d/20_linux_xen ###
  297.  
  298. ### END /etc/grub.d/20_linux_xen ###
  299.  
  300. ### BEGIN /etc/grub.d/20_memtest86+ ###
  301. menuentry 'Memory test (memtest86+)' {
  302. insmod part_msdos
  303. insmod ext2
  304. set root='hd0,msdos1'
  305. if [ x$feature_platform_search_hint = xy ]; then
  306. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  307. else
  308. search --no-floppy --fs-uuid --set=root 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  309. fi
  310. knetbsd /boot/memtest86+.elf
  311. }
  312. menuentry 'Memory test (memtest86+, serial console 115200)' {
  313. insmod part_msdos
  314. insmod ext2
  315. set root='hd0,msdos1'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  318. else
  319. search --no-floppy --fs-uuid --set=root 1d62da4e-0a0b-4f59-b343-f7eae20bd54a
  320. fi
  321. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  322. }
  323. ### END /etc/grub.d/20_memtest86+ ###
  324.  
  325. ### BEGIN /etc/grub.d/30_os-prober ###
  326. ### END /etc/grub.d/30_os-prober ###
  327.  
  328. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  329. ### END /etc/grub.d/30_uefi-firmware ###
  330.  
  331. ### BEGIN /etc/grub.d/40_custom ###
  332. # This file provides an easy way to add custom menu entries. Simply type the
  333. # menu entries you want to add after this comment. Be careful not to change
  334. # the 'exec tail' line above.
  335. ### END /etc/grub.d/40_custom ###
  336.  
  337. ### BEGIN /etc/grub.d/41_custom ###
  338. if [ -f ${config_directory}/custom.cfg ]; then
  339. source ${config_directory}/custom.cfg
  340. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  341. source $prefix/custom.cfg;
  342. fi
  343. ### END /etc/grub.d/41_custom ###
  344. --------------------------------------------------------------------------------
  345.  
  346. =============================== sda1/etc/fstab: ================================
  347.  
  348. --------------------------------------------------------------------------------
  349. # /etc/fstab: static file system information.
  350. #
  351. # Use 'blkid' to print the universally unique identifier for a
  352. # device; this may be used with UUID= as a more robust way to name devices
  353. # that works even if disks are added and removed. See fstab(5).
  354. #
  355. # <file system> <mount point> <type> <options> <dump> <pass>
  356. # / was on /dev/sda1 during installation
  357. UUID=1d62da4e-0a0b-4f59-b343-f7eae20bd54a / ext4 errors=remount-ro 0 1
  358. # swap was on /dev/sda5 during installation
  359. UUID=1c7b2cef-97c1-4388-97b0-cac955228192 none swap sw 0 0
  360. --------------------------------------------------------------------------------
  361.  
  362. =================== sda1: Location of files loaded by Grub: ====================
  363.  
  364. GiB - GB File Fragment(s)
  365.  
  366.  
  367. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  368.  
  369. Unknown MBR on /dev/sdb
  370.  
  371. 00000000 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 |ER..............|
  372. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  373. 00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
  374. 00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
  375. 00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
  376. 00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
  377. 00000060 83 e1 01 74 0b 66 c7 06 f1 06 b4 42 eb 15 eb 00 |...t.f.....B....|
  378. 00000070 5a 51 b4 08 cd 13 83 e1 3f 5b 51 0f b6 c6 40 50 |ZQ......?[Q...@P|
  379. 00000080 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 07 e8 |..SRP..|...f....|
  380. 00000090 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 81 3e |D.....f@.....f.>|
  381. 000000a0 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 7c 00 |@|..xpu....{.D|.|
  382. 000000b0 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 69 6e |....isolinux.bin|
  383. 000000c0 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f 72 72 | missing or corr|
  384. 000000d0 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 f8 7b |upt...f`f1.f...{|
  385. 000000e0 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a 10 89 |f...{fRfP.Sj.j..|
  386. 000000f0 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 f6 36 |.f.6.{.........6|
  387. 00000100 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b cd 13 |.{....A......{..|
  388. 00000110 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 74 69 |.d.fa....Operati|
  389. 00000120 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 20 65 |ng system load e|
  390. 00000130 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 04 b3 |rror...^....>b..|
  391. 00000140 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 00 00 |...<.u..........|
  392. 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  393. 00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  394. 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  395. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  396. 00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  397. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  398. 000001b0 b4 49 1e 00 00 00 00 00 fc 16 62 6a 00 00 80 00 |.I........bj....|
  399. 000001c0 01 00 00 3f e0 ed 00 00 00 00 00 70 1f 00 00 fe |...?.......p....|
  400. 000001d0 ff ff ef fe ff ff e8 1b 1f 00 c0 11 00 00 00 00 |................|
  401. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  402. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  403. 00000200
  404.  
  405. Unknown BootLoader on sda2
  406.  
  407. 00000000 f4 e6 93 64 55 c4 9c 12 04 30 c1 b4 d4 2a d0 b7 |...dU....0...*..|
  408. 00000010 87 bf 33 4f 16 0c 6c d2 10 1a 34 83 6b cb 8e 0d |..3O..l...4.k...|
  409. 00000020 40 2b 11 7e 49 dd 2f 99 1a 1f 0a 3c c1 a7 92 df |@+.~I./....<....|
  410. 00000030 d4 67 ce 50 45 5b c6 c0 d1 6e f1 5d e3 c6 21 30 |.g.PE[...n.]..!0|
  411. 00000040 4d 6e 5e 36 ca 6a dc 73 7d 58 a0 46 a8 6c ff 29 |Mn^6.j.s}X.F.l.)|
  412. 00000050 40 10 e1 d7 62 93 0f a0 ae 7e 7b f4 96 1a f8 ed |@...b....~{.....|
  413. 00000060 a7 29 db 5d d7 3f 61 b0 8c 6f 60 1b 60 bb 77 31 |.).].?a..o`.`.w1|
  414. 00000070 e7 48 f2 82 b3 23 f2 0c 56 e2 e8 32 ec d4 69 72 |.H...#..V..2..ir|
  415. 00000080 13 a2 02 ab 4c da 05 26 60 42 c7 60 55 5f 4d 34 |....L..&`B.`U_M4|
  416. 00000090 3c 0d 45 0f 68 5d 91 28 32 8c 85 f9 c7 dc 8a 2d |<.E.h].(2......-|
  417. 000000a0 58 d1 4c af 81 8f 85 fa 85 41 b0 e5 bf e5 b0 22 |X.L......A....."|
  418. 000000b0 5d 7c 5f 95 a8 f6 c7 0c 09 f6 cb 56 5d 6f 8c 04 |]|_........V]o..|
  419. 000000c0 c0 5c 7f f4 8c cc fd a9 1f cb b7 95 8f 47 84 4c |.\...........G.L|
  420. 000000d0 a3 7a d3 91 dd 97 56 b5 9b ca 64 8b 7f 43 41 78 |.z....V...d..CAx|
  421. 000000e0 5e a4 24 93 77 fc 02 87 70 40 52 08 37 c6 0d c8 |^.$.w...p@R.7...|
  422. 000000f0 d0 7a d4 8c bb bc b3 b3 a8 64 c9 3a d2 d0 eb 10 |.z.......d.:....|
  423. 00000100 8f 71 2b 7a 9a ee 1f d5 51 34 5e 7b 4f bf 10 5d |.q+z....Q4^{O..]|
  424. 00000110 8d 36 6e 65 f6 3c 5f b0 34 f8 dd 01 56 a3 96 54 |.6ne.<_.4...V..T|
  425. 00000120 da ec 9e 3c 56 e5 e6 70 c0 3e 49 11 50 84 1f 69 |...<V..p.>I.P..i|
  426. 00000130 e8 3a e7 6b 76 0f 2e 98 a6 68 0d fa 40 56 dd 03 |.:.kv....h..@V..|
  427. 00000140 63 c2 2b 0e f5 76 11 6d 91 03 80 2a 7e 62 54 8c |c.+..v.m...*~bT.|
  428. 00000150 1e 1d 7b f4 df d3 2c 5c 47 57 68 57 d4 7a 25 c0 |..{...,\GWhW.z%.|
  429. 00000160 9f bd 4d da c8 dd 89 aa f8 d2 53 a6 1d 5f da 77 |..M.......S.._.w|
  430. 00000170 2e 68 23 95 70 58 b2 70 c3 18 b9 97 2d 9f 4e 78 |.h#.pX.p....-.Nx|
  431. 00000180 f3 1e 00 73 83 9e ce bb 75 a8 4f c0 6d 35 ee 72 |...s....u.O.m5.r|
  432. 00000190 f7 d1 5e e0 4e 5a e7 c7 a7 38 05 02 2d 6c 41 64 |..^.NZ...8..-lAd|
  433. 000001a0 46 e1 30 67 ec e5 48 d3 d5 4f ad f6 2d cc 5e 79 |F.0g..H..O..-.^y|
  434. 000001b0 72 3e e8 6a 1d aa db e8 a4 ea 21 f8 d1 a7 00 fe |r>.j......!.....|
  435. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 c0 7e 00 00 00 |............~...|
  436. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  437. *
  438. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  439. 00000200
  440.  
  441. Unknown BootLoader on sdb1
  442.  
  443. 00000000 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 |ER..............|
  444. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  445. 00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
  446. 00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
  447. 00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
  448. 00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
  449. 00000060 83 e1 01 74 0b 66 c7 06 f1 06 b4 42 eb 15 eb 00 |...t.f.....B....|
  450. 00000070 5a 51 b4 08 cd 13 83 e1 3f 5b 51 0f b6 c6 40 50 |ZQ......?[Q...@P|
  451. 00000080 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 07 e8 |..SRP..|...f....|
  452. 00000090 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 81 3e |D.....f@.....f.>|
  453. 000000a0 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 7c 00 |@|..xpu....{.D|.|
  454. 000000b0 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 69 6e |....isolinux.bin|
  455. 000000c0 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f 72 72 | missing or corr|
  456. 000000d0 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 f8 7b |upt...f`f1.f...{|
  457. 000000e0 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a 10 89 |f...{fRfP.Sj.j..|
  458. 000000f0 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 f6 36 |.f.6.{.........6|
  459. 00000100 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b cd 13 |.{....A......{..|
  460. 00000110 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 74 69 |.d.fa....Operati|
  461. 00000120 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 20 65 |ng system load e|
  462. 00000130 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 04 b3 |rror...^....>b..|
  463. 00000140 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 00 00 |...<.u..........|
  464. 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  465. *
  466. 000001b0 b4 49 1e 00 00 00 00 00 fc 16 62 6a 00 00 80 00 |.I........bj....|
  467. 000001c0 01 00 00 3f e0 ed 00 00 00 00 00 70 1f 00 00 fe |...?.......p....|
  468. 000001d0 ff ff ef fe ff ff e8 1b 1f 00 c0 11 00 00 00 00 |................|
  469. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  470. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  471. 00000200
  472.  
  473.  
  474. =============================== StdErr Messages: ===============================
  475.  
  476. cat: /tmp/BootInfo-TBsOcZR0/Tmp_Log: No such file or directory
  477. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement