Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.99 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. for (,msdos1)/boot/grub on this drive.
  9. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  10. the same hard drive for core.img. core.img is at this location and uses an
  11. embedded config file:
  12.  
  13. ---------------------------------------------------------------------------
  14. search.fs_uuid b1414359-e29e-4a38-8a89-96d48c830f28 root
  15. set prefix=($root)/boot/grub
  16. ---------------------------------------------------------------------------
  17. -----.
  18. => Grub2 (v1.99) is installed in the MBR of /dev/sdc.
  19.  
  20. sda1: __________________________________________________________________________
  21.  
  22. File system: ext4
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System: Ubuntu 12.04 LTS
  26. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  27.  
  28. sda2: __________________________________________________________________________
  29.  
  30. File system: Extended Partition
  31. Boot sector type: -
  32. Boot sector info:
  33.  
  34. sda5: __________________________________________________________________________
  35.  
  36. File system: swap
  37. Boot sector type: -
  38. Boot sector info:
  39.  
  40. sdb1: __________________________________________________________________________
  41.  
  42. File system: ext4
  43. Boot sector type: -
  44. Boot sector info:
  45. Operating System: Ubuntu 12.04 LTS
  46. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  47.  
  48. sdb2: __________________________________________________________________________
  49.  
  50. File system: Extended Partition
  51. Boot sector type: Unknown
  52. Boot sector info:
  53.  
  54. sdb5: __________________________________________________________________________
  55.  
  56. File system: swap
  57. Boot sector type: -
  58. Boot sector info:
  59.  
  60. sdc1: __________________________________________________________________________
  61.  
  62. File system: iso9660
  63. Boot sector type: Unknown
  64. Boot sector info:
  65. Mounting failed: mount: /dev/sdc1 already mounted or sdc1 busy
  66.  
  67. ============================ Drive/Partition Info: =============================
  68.  
  69. Drive: sda _____________________________________________________________________
  70.  
  71. Disk /dev/sda: 60.0 GB, 60022480896 bytes
  72. 255 heads, 63 sectors/track, 7297 cylinders, total 117231408 sectors
  73. Units = sectors of 1 * 512 = 512 bytes
  74. Sector size (logical/physical): 512 bytes / 512 bytes
  75.  
  76. Partition Boot Start Sector End Sector # of Sectors Id System
  77.  
  78. /dev/sda1 * 2,048 100,489,215 100,487,168 83 Linux
  79. /dev/sda2 100,491,262 117,229,567 16,738,306 5 Extended
  80. /dev/sda5 100,491,264 117,229,567 16,738,304 82 Linux swap / Solaris
  81.  
  82.  
  83. Drive: sdb _____________________________________________________________________
  84.  
  85. Disk /dev/sdb: 80.0 GB, 80026361856 bytes
  86. 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
  87. Units = sectors of 1 * 512 = 512 bytes
  88. Sector size (logical/physical): 512 bytes / 512 bytes
  89.  
  90. Partition Boot Start Sector End Sector # of Sectors Id System
  91.  
  92. /dev/sdb1 * 2,048 139,558,911 139,556,864 83 Linux
  93. /dev/sdb2 139,560,958 156,301,311 16,740,354 5 Extended
  94. /dev/sdb5 139,560,960 156,301,311 16,740,352 82 Linux swap / Solaris
  95.  
  96.  
  97. Drive: sdc _____________________________________________________________________
  98.  
  99. Disk /dev/sdc: 8185 MB, 8185184256 bytes
  100. 19 heads, 24 sectors/track, 35058 cylinders, total 15986688 sectors
  101. Units = sectors of 1 * 512 = 512 bytes
  102. Sector size (logical/physical): 512 bytes / 512 bytes
  103.  
  104. Partition Boot Start Sector End Sector # of Sectors Id System
  105.  
  106. /dev/sdc1 * 64 1,430,103 1,430,040 17 Hidden NTFS / HPFS
  107.  
  108.  
  109. "blkid" output: ________________________________________________________________
  110.  
  111. Device UUID TYPE LABEL
  112.  
  113. /dev/loop0 squashfs
  114. /dev/sda1 b1414359-e29e-4a38-8a89-96d48c830f28 ext4
  115. /dev/sda5 328f76c0-0505-48dc-941c-e59376dabfc9 swap
  116. /dev/sdb1 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf ext4
  117. /dev/sdb5 8825ad56-8790-4ea4-92bd-cca75a4884f2 swap
  118. /dev/sdc1 iso9660 Ubuntu 12.04 LTS amd64
  119.  
  120. ================================ Mount points: =================================
  121.  
  122. Device Mount_Point Type Options
  123.  
  124. /dev/loop0 /rofs squashfs (ro,noatime)
  125. /dev/sdc /cdrom iso9660 (ro,noatime)
  126.  
  127.  
  128. =========================== sda1/boot/grub/grub.cfg: ===========================
  129.  
  130. --------------------------------------------------------------------------------
  131. #
  132. # DO NOT EDIT THIS FILE
  133. #
  134. # It is automatically generated by grub-mkconfig using templates
  135. # from /etc/grub.d and settings from /etc/default/grub
  136. #
  137.  
  138. ### BEGIN /etc/grub.d/00_header ###
  139. if [ -s $prefix/grubenv ]; then
  140. set have_grubenv=true
  141. load_env
  142. fi
  143. set default="0"
  144. if [ "${prev_saved_entry}" ]; then
  145. set saved_entry="${prev_saved_entry}"
  146. save_env saved_entry
  147. set prev_saved_entry=
  148. save_env prev_saved_entry
  149. set boot_once=true
  150. fi
  151.  
  152. function savedefault {
  153. if [ -z "${boot_once}" ]; then
  154. saved_entry="${chosen}"
  155. save_env saved_entry
  156. fi
  157. }
  158.  
  159. function recordfail {
  160. set recordfail=1
  161. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  162. }
  163.  
  164. function load_video {
  165. insmod vbe
  166. insmod vga
  167. insmod video_bochs
  168. insmod video_cirrus
  169. }
  170.  
  171. insmod part_msdos
  172. insmod ext2
  173. set root='(hd0,msdos1)'
  174. search --no-floppy --fs-uuid --set=root b1414359-e29e-4a38-8a89-96d48c830f28
  175. if loadfont /usr/share/grub/unicode.pf2 ; then
  176. set gfxmode=auto
  177. load_video
  178. insmod gfxterm
  179. insmod part_msdos
  180. insmod ext2
  181. set root='(hd0,msdos1)'
  182. search --no-floppy --fs-uuid --set=root b1414359-e29e-4a38-8a89-96d48c830f28
  183. set locale_dir=($root)/boot/grub/locale
  184. set lang=en_US
  185. insmod gettext
  186. fi
  187. terminal_output gfxterm
  188. if [ "${recordfail}" = 1 ]; then
  189. set timeout=10
  190. else
  191. set timeout=10
  192. fi
  193. ### END /etc/grub.d/00_header ###
  194.  
  195. ### BEGIN /etc/grub.d/05_debian_theme ###
  196. set menu_color_normal=white/black
  197. set menu_color_highlight=black/light-gray
  198. if background_color 44,0,30; then
  199. clear
  200. fi
  201. ### END /etc/grub.d/05_debian_theme ###
  202.  
  203. ### BEGIN /etc/grub.d/10_linux ###
  204. function gfxmode {
  205. set gfxpayload="${1}"
  206. if [ "${1}" = "keep" ]; then
  207. set vt_handoff=vt.handoff=7
  208. else
  209. set vt_handoff=
  210. fi
  211. }
  212. if [ "${recordfail}" != 1 ]; then
  213. if [ -e ${prefix}/gfxblacklist.txt ]; then
  214. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  215. if [ ${match} = 0 ]; then
  216. set linux_gfx_mode=keep
  217. else
  218. set linux_gfx_mode=text
  219. fi
  220. else
  221. set linux_gfx_mode=text
  222. fi
  223. else
  224. set linux_gfx_mode=keep
  225. fi
  226. else
  227. set linux_gfx_mode=text
  228. fi
  229. export linux_gfx_mode
  230. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  231. menuentry 'Ubuntu, with Linux 3.2.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  232. recordfail
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. insmod part_msdos
  236. insmod ext2
  237. set root='(hd0,msdos1)'
  238. search --no-floppy --fs-uuid --set=root b1414359-e29e-4a38-8a89-96d48c830f28
  239. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=b1414359-e29e-4a38-8a89-96d48c830f28 ro quiet splash $vt_handoff
  240. initrd /boot/initrd.img-3.2.0-23-generic
  241. }
  242. menuentry 'Ubuntu, with Linux 3.2.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  243. recordfail
  244. insmod gzio
  245. insmod part_msdos
  246. insmod ext2
  247. set root='(hd0,msdos1)'
  248. search --no-floppy --fs-uuid --set=root b1414359-e29e-4a38-8a89-96d48c830f28
  249. echo 'Loading Linux 3.2.0-23-generic ...'
  250. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=b1414359-e29e-4a38-8a89-96d48c830f28 ro recovery nomodeset
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-3.2.0-23-generic
  253. }
  254. ### END /etc/grub.d/10_linux ###
  255.  
  256. ### BEGIN /etc/grub.d/20_linux_xen ###
  257. ### END /etc/grub.d/20_linux_xen ###
  258.  
  259. ### BEGIN /etc/grub.d/30_os-prober ###
  260. menuentry "Ubuntu, with Linux 3.2.0-23-generic (on /dev/sdb1)" --class gnu-linux --class gnu --class os {
  261. insmod part_msdos
  262. insmod ext2
  263. set root='(hd1,msdos1)'
  264. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  265. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=51bb062b-b9ba-4add-ae4c-2b83b0e12fcf ro quiet splash $vt_handoff
  266. initrd /boot/initrd.img-3.2.0-23-generic
  267. }
  268. menuentry "Ubuntu, with Linux 3.2.0-23-generic (recovery mode) (on /dev/sdb1)" --class gnu-linux --class gnu --class os {
  269. insmod part_msdos
  270. insmod ext2
  271. set root='(hd1,msdos1)'
  272. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  273. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=51bb062b-b9ba-4add-ae4c-2b83b0e12fcf ro recovery nomodeset
  274. initrd /boot/initrd.img-3.2.0-23-generic
  275. }
  276. ### END /etc/grub.d/30_os-prober ###
  277.  
  278. ### BEGIN /etc/grub.d/40_custom ###
  279. # This file provides an easy way to add custom menu entries. Simply type the
  280. # menu entries you want to add after this comment. Be careful not to change
  281. # the 'exec tail' line above.
  282. ### END /etc/grub.d/40_custom ###
  283.  
  284. ### BEGIN /etc/grub.d/41_custom ###
  285. if [ -f $prefix/custom.cfg ]; then
  286. source $prefix/custom.cfg;
  287. fi
  288. ### END /etc/grub.d/41_custom ###
  289. --------------------------------------------------------------------------------
  290.  
  291. =============================== sda1/etc/fstab: ================================
  292.  
  293. --------------------------------------------------------------------------------
  294. # /etc/fstab: static file system information.
  295. #
  296. # Use 'blkid' to print the universally unique identifier for a
  297. # device; this may be used with UUID= as a more robust way to name devices
  298. # that works even if disks are added and removed. See fstab(5).
  299. #
  300. # <file system> <mount point> <type> <options> <dump> <pass>
  301. proc /proc proc nodev,noexec,nosuid 0 0
  302. # / was on /dev/sda1 during installation
  303. UUID=b1414359-e29e-4a38-8a89-96d48c830f28 / ext4 errors=remount-ro 0 1
  304. # swap was on /dev/sda5 during installation
  305. UUID=328f76c0-0505-48dc-941c-e59376dabfc9 none swap sw 0 0
  306. --------------------------------------------------------------------------------
  307.  
  308. =================== sda1: Location of files loaded by Grub: ====================
  309.  
  310. GiB - GB File Fragment(s)
  311.  
  312. = boot/grub/core.img 1
  313. = boot/grub/grub.cfg 1
  314. = boot/initrd.img-3.2.0-23-generic 2
  315. = boot/vmlinuz-3.2.0-23-generic 1
  316. = initrd.img 2
  317. = vmlinuz 1
  318.  
  319. =========================== sdb1/boot/grub/grub.cfg: ===========================
  320.  
  321. --------------------------------------------------------------------------------
  322. #
  323. # DO NOT EDIT THIS FILE
  324. #
  325. # It is automatically generated by grub-mkconfig using templates
  326. # from /etc/grub.d and settings from /etc/default/grub
  327. #
  328.  
  329. ### BEGIN /etc/grub.d/00_header ###
  330. if [ -s $prefix/grubenv ]; then
  331. set have_grubenv=true
  332. load_env
  333. fi
  334. set default="0"
  335. if [ "${prev_saved_entry}" ]; then
  336. set saved_entry="${prev_saved_entry}"
  337. save_env saved_entry
  338. set prev_saved_entry=
  339. save_env prev_saved_entry
  340. set boot_once=true
  341. fi
  342.  
  343. function savedefault {
  344. if [ -z "${boot_once}" ]; then
  345. saved_entry="${chosen}"
  346. save_env saved_entry
  347. fi
  348. }
  349.  
  350. function recordfail {
  351. set recordfail=1
  352. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  353. }
  354.  
  355. function load_video {
  356. insmod vbe
  357. insmod vga
  358. insmod video_bochs
  359. insmod video_cirrus
  360. }
  361.  
  362. insmod part_msdos
  363. insmod ext2
  364. set root='(hd1,msdos1)'
  365. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  366. if loadfont /usr/share/grub/unicode.pf2 ; then
  367. set gfxmode=auto
  368. load_video
  369. insmod gfxterm
  370. insmod part_msdos
  371. insmod ext2
  372. set root='(hd1,msdos1)'
  373. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  374. set locale_dir=($root)/boot/grub/locale
  375. set lang=en_US
  376. insmod gettext
  377. fi
  378. terminal_output gfxterm
  379. if [ "${recordfail}" = 1 ]; then
  380. set timeout=10
  381. else
  382. set timeout=10
  383. fi
  384. ### END /etc/grub.d/00_header ###
  385.  
  386. ### BEGIN /etc/grub.d/05_debian_theme ###
  387. set menu_color_normal=white/black
  388. set menu_color_highlight=black/light-gray
  389. if background_color 44,0,30; then
  390. clear
  391. fi
  392. ### END /etc/grub.d/05_debian_theme ###
  393.  
  394. ### BEGIN /etc/grub.d/10_linux ###
  395. function gfxmode {
  396. set gfxpayload="$1"
  397. if [ "$1" = "keep" ]; then
  398. set vt_handoff=vt.handoff=7
  399. else
  400. set vt_handoff=
  401. fi
  402. }
  403. if [ ${recordfail} != 1 ]; then
  404. if [ -e ${prefix}/gfxblacklist.txt ]; then
  405. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  406. if [ ${match} = 0 ]; then
  407. set linux_gfx_mode=keep
  408. else
  409. set linux_gfx_mode=text
  410. fi
  411. else
  412. set linux_gfx_mode=text
  413. fi
  414. else
  415. set linux_gfx_mode=keep
  416. fi
  417. else
  418. set linux_gfx_mode=text
  419. fi
  420. export linux_gfx_mode
  421. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  422. menuentry 'Ubuntu, with Linux 3.2.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  423. recordfail
  424. gfxmode $linux_gfx_mode
  425. insmod gzio
  426. insmod part_msdos
  427. insmod ext2
  428. set root='(hd1,msdos1)'
  429. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  430. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=51bb062b-b9ba-4add-ae4c-2b83b0e12fcf ro quiet splash $vt_handoff
  431. initrd /boot/initrd.img-3.2.0-23-generic
  432. }
  433. menuentry 'Ubuntu, with Linux 3.2.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  434. recordfail
  435. insmod gzio
  436. insmod part_msdos
  437. insmod ext2
  438. set root='(hd1,msdos1)'
  439. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  440. echo 'Loading Linux 3.2.0-23-generic ...'
  441. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=51bb062b-b9ba-4add-ae4c-2b83b0e12fcf ro recovery nomodeset
  442. echo 'Loading initial ramdisk ...'
  443. initrd /boot/initrd.img-3.2.0-23-generic
  444. }
  445. ### END /etc/grub.d/10_linux ###
  446.  
  447. ### BEGIN /etc/grub.d/20_linux_xen ###
  448. ### END /etc/grub.d/20_linux_xen ###
  449.  
  450. ### BEGIN /etc/grub.d/20_memtest86+ ###
  451. menuentry "Memory test (memtest86+)" {
  452. insmod part_msdos
  453. insmod ext2
  454. set root='(hd1,msdos1)'
  455. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  456. linux16 /boot/memtest86+.bin
  457. }
  458. menuentry "Memory test (memtest86+, serial console 115200)" {
  459. insmod part_msdos
  460. insmod ext2
  461. set root='(hd1,msdos1)'
  462. search --no-floppy --fs-uuid --set=root 51bb062b-b9ba-4add-ae4c-2b83b0e12fcf
  463. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  464. }
  465. ### END /etc/grub.d/20_memtest86+ ###
  466.  
  467. ### BEGIN /etc/grub.d/30_os-prober ###
  468. menuentry "Ubuntu, with Linux 3.2.0-23-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  469. insmod part_msdos
  470. insmod ext2
  471. set root='(hd0,msdos1)'
  472. search --no-floppy --fs-uuid --set=root b1414359-e29e-4a38-8a89-96d48c830f28
  473. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=b1414359-e29e-4a38-8a89-96d48c830f28 ro quiet splash $vt_handoff
  474. initrd /boot/initrd.img-3.2.0-23-generic
  475. }
  476. menuentry "Ubuntu, with Linux 3.2.0-23-generic (recovery mode) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  477. insmod part_msdos
  478. insmod ext2
  479. set root='(hd0,msdos1)'
  480. search --no-floppy --fs-uuid --set=root b1414359-e29e-4a38-8a89-96d48c830f28
  481. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=b1414359-e29e-4a38-8a89-96d48c830f28 ro recovery nomodeset
  482. initrd /boot/initrd.img-3.2.0-23-generic
  483. }
  484. ### END /etc/grub.d/30_os-prober ###
  485.  
  486. ### BEGIN /etc/grub.d/40_custom ###
  487. # This file provides an easy way to add custom menu entries. Simply type the
  488. # menu entries you want to add after this comment. Be careful not to change
  489. # the 'exec tail' line above.
  490. ### END /etc/grub.d/40_custom ###
  491.  
  492. ### BEGIN /etc/grub.d/41_custom ###
  493. if [ -f $prefix/custom.cfg ]; then
  494. source $prefix/custom.cfg;
  495. fi
  496. ### END /etc/grub.d/41_custom ###
  497. --------------------------------------------------------------------------------
  498.  
  499. =============================== sdb1/etc/fstab: ================================
  500.  
  501. --------------------------------------------------------------------------------
  502. # /etc/fstab: static file system information.
  503. #
  504. # Use 'blkid' to print the universally unique identifier for a
  505. # device; this may be used with UUID= as a more robust way to name devices
  506. # that works even if disks are added and removed. See fstab(5).
  507. #
  508. # <file system> <mount point> <type> <options> <dump> <pass>
  509. proc /proc proc nodev,noexec,nosuid 0 0
  510. # / was on /dev/sdb1 during installation
  511. UUID=51bb062b-b9ba-4add-ae4c-2b83b0e12fcf / ext4 errors=remount-ro 0 1
  512. # swap was on /dev/sdb5 during installation
  513. UUID=8825ad56-8790-4ea4-92bd-cca75a4884f2 none swap sw 0 0
  514. --------------------------------------------------------------------------------
  515.  
  516. =================== sdb1: Location of files loaded by Grub: ====================
  517.  
  518. GiB - GB File Fragment(s)
  519.  
  520. = boot/grub/core.img 1
  521. = boot/grub/grub.cfg 1
  522. = boot/initrd.img-3.2.0-23-generic 2
  523. = boot/vmlinuz-3.2.0-23-generic 1
  524. = initrd.img 2
  525. = vmlinuz 1
  526.  
  527. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  528.  
  529. Unknown BootLoader on sdb2
  530.  
  531. 00000000 eb cb aa a8 c5 52 25 a3 61 ba 7a 45 b5 9a a2 56 |.....R%.a.zE...V|
  532. 00000010 1e 12 5e 33 4a 4b bc c0 06 a4 fc 4e 93 2f b8 54 |..^3JK.....N./.T|
  533. 00000020 6b 81 00 cc 95 ba 24 c6 cb fb 09 44 8c 03 8c ce |k.....$....D....|
  534. 00000030 ec 53 3e f1 47 9b 8a 1d 28 3a e2 4c 8a 4b bd 34 |.S>.G...(:.L.K.4|
  535. 00000040 e4 5b ce eb b1 9b 7a 79 49 9e 63 4e af e1 1b 45 |.[....zyI.cN...E|
  536. 00000050 b9 dc 81 62 ee c6 2a af 16 2b 56 47 94 75 f3 19 |...b..*..+VG.u..|
  537. 00000060 e5 43 ef aa 75 93 c1 41 7d 17 c0 41 7d 17 c0 41 |.C..u..A}..A}..A|
  538. 00000070 7d 17 c0 41 90 90 90 90 90 8b ff 55 8b ec 33 c0 |}..A.......U..3.|
  539. 00000080 40 39 45 0c 75 09 8b 4d 08 89 0d 58 c0 c2 41 5d |@9E.u..M...X..A]|
  540. 00000090 c2 0c 00 90 90 90 90 90 8b ff 55 8b ec 8b 45 08 |..........U...E.|
  541. 000000a0 83 38 64 8b 45 0c 0f 84 0f 8a 00 00 83 c0 24 5d |.8d.E.........$]|
  542. 000000b0 c2 08 00 90 90 90 90 90 c2 04 00 90 90 90 90 90 |................|
  543. 000000c0 8b ff 55 8b ec 53 33 c0 56 57 39 45 0c 0f 84 bb |..U..S3.VW9E....|
  544. 000000d0 7d 00 00 83 7d 0c 01 0f 85 90 00 00 00 64 8b 0d |}...}........d..|
  545. 000000e0 18 00 00 00 8b 59 04 8b 3d bc 12 c0 41 89 45 0c |.....Y..=...A.E.|
  546. 000000f0 50 be c4 c0 c2 41 53 56 ff d7 85 c0 0f 85 9b 8b |P....ASV........|
  547. 00000100 00 00 a1 8c c0 c2 41 6a 02 5f 85 c0 0f 85 ad 8b |......Aj._......|
  548. 00000110 00 00 68 ac 15 c0 41 68 a4 15 c0 41 c7 05 8c c0 |..h...Ah...A....|
  549. 00000120 c2 41 01 00 00 00 e8 64 07 00 00 59 59 85 c0 0f |.A.....d...YY...|
  550. 00000130 85 e0 7d 00 00 68 a0 15 c0 41 68 78 15 c0 41 e8 |..}..h...Ahx..A.|
  551. 00000140 5e 05 00 00 59 89 3d 8c c0 c2 41 33 db 59 39 5d |^...Y.=...A3.Y9]|
  552. 00000150 0c 75 08 53 56 ff 15 98 12 c0 41 39 1d 40 cf c2 |.u.SV.....A9.@..|
  553. 00000160 41 0f 85 64 8b 00 00 ff 05 64 c0 c2 41 33 c0 40 |A..d.....d..A3.@|
  554. 00000170 5f 5e 5b 5d c2 0c 00 90 00 00 00 00 0f 1b c0 41 |_^[]...........A|
  555. 00000180 29 1b c0 41 03 1d c0 41 43 1b c0 41 8e 1e c0 41 |)..A...AC..A...A|
  556. 00000190 c4 1e c0 41 8f 1f c0 41 e7 1f c0 41 49 20 c0 41 |...A...A...AI .A|
  557. 000001a0 00 00 00 00 00 00 00 00 79 1a c0 41 00 00 00 00 |........y..A....|
  558. 000001b0 68 ae 7c c1 41 64 ff 35 00 00 00 00 8b 44 00 fe |h.|.Ad.5.....D..|
  559. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 70 ff 00 00 00 |...........p....|
  560. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  561. *
  562. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  563. 00000200
  564.  
  565. Unknown BootLoader on sdc1
  566.  
  567. 00000000 01 43 44 30 30 31 01 00 20 20 20 20 20 20 20 20 |.CD001.. |
  568. 00000010 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | |
  569. 00000020 20 20 20 20 20 20 20 20 55 62 75 6e 74 75 20 31 | Ubuntu 1|
  570. 00000030 32 2e 30 34 20 4c 54 53 20 61 6d 64 36 34 20 20 |2.04 LTS amd64 |
  571. 00000040 20 20 20 20 20 20 20 20 00 00 00 00 00 00 00 00 | ........|
  572. 00000050 96 74 05 00 00 05 74 96 00 00 00 00 00 00 00 00 |.t....t.........|
  573. 00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  574. 00000070 00 00 00 00 00 00 00 00 01 00 00 01 01 00 00 01 |................|
  575. 00000080 00 08 08 00 8a 03 00 00 00 00 03 8a 75 00 00 00 |............u...|
  576. 00000090 00 00 00 00 00 00 00 76 00 00 00 00 22 00 23 00 |.......v....".#.|
  577. 000000a0 00 00 00 00 00 23 00 08 00 00 00 00 08 00 70 04 |.....#........p.|
  578. 000000b0 19 10 0d 2e 00 02 00 00 01 00 00 01 01 00 20 20 |.............. |
  579. 000000c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | |
  580. *
  581. 000001b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 58 4f | XO|
  582. 000001c0 52 52 49 53 4f 2d 31 2e 30 2e 38 20 32 30 31 31 |RRISO-1.0.8 2011|
  583. 000001d0 2e 30 34 2e 31 34 2e 30 37 33 30 30 31 2c 20 4c |.04.14.073001, L|
  584. 000001e0 49 42 49 53 4f 42 55 52 4e 2d 31 2e 30 2e 38 2c |IBISOBURN-1.0.8,|
  585. 000001f0 20 4c 49 42 49 53 4f 46 53 2d 31 2e 30 2e 38 2c | LIBISOFS-1.0.8,|
  586. 00000200
  587.  
  588.  
  589. =============================== StdErr Messages: ===============================
  590.  
  591. xz: (stdin): Compressed data is corrupt
  592. xz: (stdin): Compressed data is corrupt
  593. awk: cmd. line:36: Math support is not compiled in
  594. awk: cmd. line:36: Math support is not compiled in
  595. awk: cmd. line:36: Math support is not compiled in
  596. awk: cmd. line:36: Math support is not compiled in
  597. awk: cmd. line:36: Math support is not compiled in
  598. awk: cmd. line:36: Math support is not compiled in
  599. awk: cmd. line:36: Math support is not compiled in
  600. awk: cmd. line:36: Math support is not compiled in
  601. awk: cmd. line:36: Math support is not compiled in
  602. awk: cmd. line:36: Math support is not compiled in
  603. awk: cmd. line:36: Math support is not compiled in
  604. awk: cmd. line:36: Math support is not compiled in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement