Advertisement
Guest User

Untitled

a guest
Aug 17th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.15 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. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  8. the same hard drive for core.img, but core.img can not be found at this
  9. location.
  10.  
  11. sda1: __________________________________________________________________________
  12.  
  13. File system: ntfs
  14. Boot sector type: Windows Vista/7: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System:
  17. Boot files: /bootmgr /Windows/System32/winload.exe
  18.  
  19. sdb1: __________________________________________________________________________
  20.  
  21. File system:
  22. Boot sector type: Unknown
  23. Boot sector info:
  24. Mounting failed: mount: unknown filesystem type ''
  25.  
  26. sdb2: __________________________________________________________________________
  27.  
  28. File system: ext4
  29. Boot sector type: -
  30. Boot sector info:
  31. Operating System:
  32. Boot files: /grub2/grub.cfg
  33.  
  34. sdb3: __________________________________________________________________________
  35.  
  36. File system: LVM2_member
  37. Boot sector type: -
  38. Boot sector info:
  39.  
  40. fedora-swap': __________________________________________________________________
  41.  
  42. File system:
  43. Boot sector type: Unknown
  44. Boot sector info:
  45. Mounting failed: mount: unknown filesystem type ''
  46. mount: unknown filesystem type ''
  47.  
  48. fedora-home': __________________________________________________________________
  49.  
  50. File system:
  51. Boot sector type: Unknown
  52. Boot sector info:
  53. Mounting failed: mount: unknown filesystem type ''
  54. mount: unknown filesystem type ''
  55. mount: unknown filesystem type ''
  56.  
  57. fedora-root': __________________________________________________________________
  58.  
  59. File system:
  60. Boot sector type: Unknown
  61. Boot sector info:
  62. Mounting failed: mount: unknown filesystem type ''
  63. mount: unknown filesystem type ''
  64. mount: unknown filesystem type ''
  65. mount: unknown filesystem type ''
  66.  
  67. ============================ Drive/Partition Info: =============================
  68.  
  69. Drive: sda _____________________________________________________________________
  70.  
  71. Disk /dev/sda: 128.0 GB, 128035676160 bytes, 250069680 sectors
  72. Units = Sektoren of 1 * 512 = 512 bytes
  73. Sector size (logical/physical): 512 bytes / 512 bytes
  74. I/O size (minimum/optimal): 512 bytes / 512 bytes
  75.  
  76. Partition Boot Start Sector End Sector # of Sectors Id System
  77.  
  78. /dev/sda1 2,048 250,066,943 250,064,896 7 NTFS / exFAT / HPFS
  79.  
  80.  
  81. Drive: sdb _____________________________________________________________________
  82.  
  83. Disk /dev/sdb: 320.1 GB, 320072933376 bytes, 625142448 sectors
  84. Units = Sektoren of 1 * 512 = 512 bytes
  85. Sector size (logical/physical): 512 bytes / 512 bytes
  86. I/O size (minimum/optimal): 512 bytes / 512 bytes
  87.  
  88. Partition Boot Start Sector End Sector # of Sectors Id System
  89.  
  90. /dev/sdb1 * 2,048 457,367,551 457,365,504 7 NTFS / exFAT / HPFS
  91. /dev/sdb2 457,367,552 458,391,551 1,024,000 83 Linux
  92. /dev/sdb3 458,391,552 625,141,759 166,750,208 8e Linux LVM
  93.  
  94.  
  95. "blkid" output: ________________________________________________________________
  96.  
  97. Device UUID TYPE LABEL
  98.  
  99. /dev/mapper/fedora-home 39bdd208-6611-4267-9ae1-8afe7205b5d0 ext4
  100. /dev/mapper/fedora-root aae3f7e2-6f03-4dd2-8c51-049177386485 ext4
  101. /dev/mapper/fedora-swap 13d793cb-1507-4ee6-9bc8-c56f424dc5ab swap
  102. /dev/sda1 EAF0E19BF0E16E6F ntfs
  103. /dev/sdb2 8ee97462-441f-492e-a9ec-b66272fd3593 ext4
  104. /dev/sdb3 nttzgh-HHiU-UPGI-dpwx-R1sO-e9n5-BehBSB LVM2_member
  105.  
  106. ========================= "ls -R /dev/mapper/" output: =========================
  107.  
  108. /dev/mapper:
  109. control
  110. fedora-home
  111. fedora-root
  112. fedora-swap
  113.  
  114. ================================ Mount points: =================================
  115.  
  116. Device Mount_Point Type Options
  117.  
  118. /dev/mapper/fedora-home /home ext4 (rw,relatime,seclabel,data=ordered)
  119. /dev/mapper/fedora-root / ext4 (rw,relatime,seclabel,data=ordered)
  120. /dev/sdb2 /boot ext4 (rw,relatime,seclabel,data=ordered)
  121.  
  122.  
  123. ============================= sdb2/grub2/grub.cfg: =============================
  124.  
  125. --------------------------------------------------------------------------------
  126. #
  127. # DO NOT EDIT THIS FILE
  128. #
  129. # It is automatically generated by grub2-mkconfig using templates
  130. # from /etc/grub.d and settings from /etc/default/grub
  131. #
  132.  
  133. ### BEGIN /etc/grub.d/00_header ###
  134. if [ -s $prefix/grubenv ]; then
  135. load_env
  136. fi
  137. if [ "${next_entry}" ] ; then
  138. set default="${next_entry}"
  139. set next_entry=
  140. save_env next_entry
  141. set boot_once=true
  142. else
  143. set default="Windows 8 (loader) (on /dev/sdb1)"
  144. fi
  145.  
  146. if [ x"${feature_menuentry_id}" = xy ]; then
  147. menuentry_id_option="--id"
  148. else
  149. menuentry_id_option=""
  150. fi
  151.  
  152. export menuentry_id_option
  153.  
  154. if [ "${prev_saved_entry}" ]; then
  155. set saved_entry="${prev_saved_entry}"
  156. save_env saved_entry
  157. set prev_saved_entry=
  158. save_env prev_saved_entry
  159. set boot_once=true
  160. fi
  161.  
  162. function savedefault {
  163. if [ -z "${boot_once}" ]; then
  164. saved_entry="${chosen}"
  165. save_env saved_entry
  166. fi
  167. }
  168.  
  169. function load_video {
  170. if [ x$feature_all_video_module = xy ]; then
  171. insmod all_video
  172. else
  173. insmod efi_gop
  174. insmod efi_uga
  175. insmod ieee1275_fb
  176. insmod vbe
  177. insmod vga
  178. insmod video_bochs
  179. insmod video_cirrus
  180. fi
  181. }
  182.  
  183. terminal_output console
  184. set timeout=5
  185. ### END /etc/grub.d/00_header ###
  186.  
  187. ### BEGIN /etc/grub.d/10_linux ###
  188. menuentry 'Fedora, with Linux 3.9.8-300.fc19.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.9.8-300.fc19.x86_64-advanced-aae3f7e2-6f03-4dd2-8c51-049177386485' {
  189. load_video
  190. set gfxpayload=keep
  191. insmod gzio
  192. insmod part_msdos
  193. insmod ext2
  194. set root='hd0,msdos2'
  195. if [ x$feature_platform_search_hint = xy ]; then
  196. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint='hd0,msdos2' 8ee97462-441f-492e-a9ec-b66272fd3593
  197. else
  198. search --no-floppy --fs-uuid --set=root 8ee97462-441f-492e-a9ec-b66272fd3593
  199. fi
  200. linux /vmlinuz-3.9.8-300.fc19.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root vconsole.keymap=de rhgb quiet
  201. initrd /initramfs-3.9.8-300.fc19.x86_64.img
  202. }
  203. menuentry 'Fedora, with Linux 3.9.5-301.fc19.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.9.5-301.fc19.x86_64-advanced-aae3f7e2-6f03-4dd2-8c51-049177386485' {
  204. load_video
  205. set gfxpayload=keep
  206. insmod gzio
  207. insmod part_msdos
  208. insmod ext2
  209. set root='hd0,msdos2'
  210. if [ x$feature_platform_search_hint = xy ]; then
  211. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint='hd0,msdos2' 8ee97462-441f-492e-a9ec-b66272fd3593
  212. else
  213. search --no-floppy --fs-uuid --set=root 8ee97462-441f-492e-a9ec-b66272fd3593
  214. fi
  215. linux /vmlinuz-3.9.5-301.fc19.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root vconsole.keymap=de rhgb quiet
  216. initrd /initramfs-3.9.5-301.fc19.x86_64.img
  217. }
  218. menuentry 'Fedora, with Linux 0-rescue-7725dfc225d14958a625ddaaaea5962b' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-0-rescue-7725dfc225d14958a625ddaaaea5962b-advanced-aae3f7e2-6f03-4dd2-8c51-049177386485' {
  219. load_video
  220. insmod gzio
  221. insmod part_msdos
  222. insmod ext2
  223. set root='hd0,msdos2'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint='hd0,msdos2' 8ee97462-441f-492e-a9ec-b66272fd3593
  226. else
  227. search --no-floppy --fs-uuid --set=root 8ee97462-441f-492e-a9ec-b66272fd3593
  228. fi
  229. linux /vmlinuz-0-rescue-7725dfc225d14958a625ddaaaea5962b root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root vconsole.keymap=de rhgb quiet
  230. initrd /initramfs-0-rescue-7725dfc225d14958a625ddaaaea5962b.img
  231. }
  232.  
  233. ### END /etc/grub.d/10_linux ###
  234.  
  235. ### BEGIN /etc/grub.d/20_linux_xen ###
  236.  
  237. ### END /etc/grub.d/20_linux_xen ###
  238.  
  239. ### BEGIN /etc/grub.d/20_ppc_terminfo ###
  240. ### END /etc/grub.d/20_ppc_terminfo ###
  241.  
  242. ### BEGIN /etc/grub.d/30_os-prober ###
  243. menuentry 'Windows 8 (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-125A5AAA5A5A89FD' {
  244. insmod part_msdos
  245. insmod ntfs
  246. set root='hd0,msdos1'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd0,msdos1' 125A5AAA5A5A89FD
  249. else
  250. search --no-floppy --fs-uuid --set=root 125A5AAA5A5A89FD
  251. fi
  252. drivemap -s (hd0) ${root}
  253. chainloader +1
  254. }
  255. ### END /etc/grub.d/30_os-prober ###
  256.  
  257. ### BEGIN /etc/grub.d/40_custom ###
  258. # This file provides an easy way to add custom menu entries. Simply type the
  259. # menu entries you want to add after this comment. Be careful not to change
  260. # the 'exec tail' line above.
  261. ### END /etc/grub.d/40_custom ###
  262.  
  263. ### BEGIN /etc/grub.d/41_custom ###
  264. if [ -f ${config_directory}/custom.cfg ]; then
  265. source ${config_directory}/custom.cfg
  266. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  267. source $prefix/custom.cfg;
  268. fi
  269. ### END /etc/grub.d/41_custom ###
  270. --------------------------------------------------------------------------------
  271.  
  272. =================== sdb2: Location of files loaded by Grub: ====================
  273.  
  274. GiB - GB File Fragment(s)
  275.  
  276.  
  277. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  278.  
  279. Unknown BootLoader on sdb1
  280.  
  281. 00000000 14 ad 6f b1 ab b9 ac df df df df ff fd f7 ff ff |..o.............|
  282. 00000010 ff ff ff ff ff 07 ff ff f3 ff c3 ff ff f7 ff ff |................|
  283. 00000020 ff ff ff ff 7f ff 7f ff 01 2a bd e4 ff ff ff ff |.........*......|
  284. 00000030 ff ff f3 ff ff ff ff ff fd ff ff ff ff ff ff ff |................|
  285. 00000040 09 ff ff ff fe ff ff ff 02 76 a5 a5 55 a5 a5 ed |.........v..U...|
  286. 00000050 ff ff ff ff 05 cc 3f 71 2f 43 ff 83 04 97 3f f8 |......?q/C....?.|
  287. 00000060 e0 e1 97 99 ff 34 77 e9 f1 ff 99 7e c1 fc ff b1 |.....4w....~....|
  288. 00000070 ab b9 ac 8a ea 4b be 44 55 aa 32 ec 8d f3 7e 04 |.....K.DU.2...~.|
  289. 00000080 aa 55 8a f9 08 3e fe ff 8a fc 16 22 ff e1 7c 13 |.U...>....."..|.|
  290. 00000090 e7 97 e5 ff 4b b7 75 e9 f1 ff 74 0b e9 e0 32 ec |....K.u...t...2.|
  291. 000000a0 60 7c 3b e7 61 a7 e0 8d 1e c4 f9 f4 ff 8a 24 5c |`|;.a.........$\|
  292. 000000b0 f0 ff 3e d1 f0 ff fb e1 a5 cc 24 46 ff df d4 37 |..>.......$F...7|
  293. 000000c0 99 00 f9 ee ff fc e9 f0 ff 71 3d 00 f9 e9 ff 17 |.........q=.....|
  294. 000000d0 b4 ff d4 37 88 10 47 ff 44 32 e5 99 dc 3f 8a d2 |...7..G.D2...?..|
  295. 000000e0 99 7e 04 ab bc af be 8a db 7e 06 fd fe 8d e1 e9 |.~.......~......|
  296. 000000f0 97 f8 44 e9 97 ad ee e9 97 f6 ff 99 ac 99 ac 99 |..D.............|
  297. 00000100 aa e9 e9 e9 97 47 fe 99 9e f1 f8 32 e5 cc 3f 40 |.....G.....2..?@|
  298. 00000110 f5 ec 46 09 f3 03 0c 55 16 01 fe 6f 6f 99 9f e1 |..F....U...oo...|
  299. 00000120 f9 99 5e ee ff 99 fc f9 e3 ff e1 99 97 ff ff ff |..^.............|
  300. 00000130 ff 99 af f9 ac 97 fe ff 97 ef ff 4b bd 75 e9 f1 |...........K.u..|
  301. 00000140 ff e9 e0 74 0b 32 ec 99 a6 a4 a5 99 a6 99 a6 e0 |...t.2..........|
  302. 00000150 f0 7d e9 ff 99 00 f9 ee ff fc e9 f0 ff 71 3d 00 |.}...........q=.|
  303. 00000160 f1 e9 ff 8a 43 f8 e0 99 9e 3c 5e 09 fe 17 f6 ff |....C....<^.....|
  304. 00000170 5e 05 fe 17 fc ff 0b 14 02 74 0f 53 c3 ff 8b f6 |^........t.S....|
  305. 00000180 4b f1 44 f8 ff 32 ef 14 0d 3c f2 f5 be df 9b 96 |K.D..2...<......|
  306. 00000190 8c 94 df 8d 9a 9e 9b df 9a 8d 8d 90 8d df 90 9c |................|
  307. 000001a0 9c 8a 8d 8d 9a 9b ff f2 f5 bd b0 b0 ab b2 b8 ad |................|
  308. 000001b0 df 96 8c df 9c 90 92 8f 8d 9a 8c 8c 9a 9b ff f2 |................|
  309. 000001c0 f5 af 8d 9a 8c 8c df bc 8b 8d 93 d4 be 93 8b d4 |................|
  310. 000001d0 bb 9a 93 df 8b 90 df 8d 9a 8c 8b 9e 8d 8b f2 f5 |................|
  311. 000001e0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
  312. 000001f0 ff ff ff ff ff ff 75 fe 58 fe 40 fe ff ff aa 55 |......u.X.@....U|
  313. 00000200
  314.  
  315. Unknown BootLoader on fedora-swap'
  316.  
  317.  
  318. Unknown BootLoader on fedora-home'
  319.  
  320.  
  321. Unknown BootLoader on fedora-root'
  322.  
  323.  
  324.  
  325. =============================== StdErr Messages: ===============================
  326.  
  327. cat: /tmp/BootInfo-AobIIjaG/Tmp_Log: Datei oder Verzeichnis nicht gefunden
  328. One or more specified logical volume(s) not found.
  329. One or more specified logical volume(s) not found.
  330. One or more specified logical volume(s) not found.
  331. hexdump: /dev/mapper/fedora-swap': Datei oder Verzeichnis nicht gefunden
  332. hexdump: stdin: Ungültiger Dateideskriptor
  333. hexdump: /dev/mapper/fedora-swap': Datei oder Verzeichnis nicht gefunden
  334. hexdump: all input file arguments failed
  335. One or more specified logical volume(s) not found.
  336. One or more specified logical volume(s) not found.
  337. One or more specified logical volume(s) not found.
  338. hexdump: /dev/mapper/fedora-home': Datei oder Verzeichnis nicht gefunden
  339. hexdump: stdin: Ungültiger Dateideskriptor
  340. hexdump: /dev/mapper/fedora-home': Datei oder Verzeichnis nicht gefunden
  341. hexdump: all input file arguments failed
  342. One or more specified logical volume(s) not found.
  343. One or more specified logical volume(s) not found.
  344. One or more specified logical volume(s) not found.
  345. hexdump: /dev/mapper/fedora-root': Datei oder Verzeichnis nicht gefunden
  346. hexdump: stdin: Ungültiger Dateideskriptor
  347. hexdump: /dev/mapper/fedora-root': Datei oder Verzeichnis nicht gefunden
  348. hexdump: all input file arguments failed
  349. mdadm: No arrays found in config file or automatically
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement