Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 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)/grub on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System:
  16. Boot files: /grub/grub.cfg /extlinux/extlinux.conf /grub/core.img
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: LVM2_member
  21. Boot sector type: -
  22. Boot sector info:
  23.  
  24. sda3: __________________________________________________________________________
  25.  
  26. File system: ntfs
  27. Boot sector type: Windows Vista/7: NTFS
  28. Boot sector info: No errors found in the Boot Parameter Block.
  29. Operating System:
  30. Boot files: /bootmgr /Boot/BCD
  31.  
  32. sda4: __________________________________________________________________________
  33.  
  34. File system: ntfs
  35. Boot sector type: Windows Vista/7: NTFS
  36. Boot sector info: No errors found in the Boot Parameter Block.
  37. Operating System: Windows 7
  38. Boot files: /Windows/System32/winload.exe
  39.  
  40. vg_virus-lv_home': _____________________________________________________________
  41.  
  42. File system:
  43. Boot sector type: Unknown
  44. Boot sector info:
  45. Mounting failed: mount: unknown filesystem type ''
  46.  
  47. vg_virus-lv_root': _____________________________________________________________
  48.  
  49. File system:
  50. Boot sector type: Unknown
  51. Boot sector info:
  52. Mounting failed: mount: unknown filesystem type ''
  53. mount: unknown filesystem type ''
  54.  
  55. vg_virus-lv_swap': _____________________________________________________________
  56.  
  57. File system:
  58. Boot sector type: Unknown
  59. Boot sector info:
  60. Mounting failed: mount: unknown filesystem type ''
  61. mount: unknown filesystem type ''
  62. mount: unknown filesystem type ''
  63.  
  64. ============================ Drive/Partition Info: =============================
  65.  
  66. Drive: sda _____________________________________________________________________
  67.  
  68. Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
  69. 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
  70. Units = sectors of 1 * 512 = 512 bytes
  71. Sector size (logical/physical): 512 bytes / 4096 bytes
  72.  
  73. Partition Boot Start Sector End Sector # of Sectors Id System
  74.  
  75. /dev/sda1 * 2,048 1,026,047 1,024,000 83 Linux
  76. /dev/sda2 1,026,048 1,859,028,991 1,858,002,944 8e Linux LVM
  77. /dev/sda3 1,859,028,992 1,859,233,791 204,800 7 NTFS / exFAT / HPFS
  78. /dev/sda4 1,859,233,792 3,907,026,943 2,047,793,152 7 NTFS / exFAT / HPFS
  79.  
  80.  
  81. "blkid" output: ________________________________________________________________
  82.  
  83. Device UUID TYPE LABEL
  84.  
  85. /dev/mapper/vg_virus-lv_home 446bd1b9-50f9-4b60-a405-2bf105e1bcef ext4
  86. /dev/mapper/vg_virus-lv_root c451e88a-4e45-4dfa-bf46-0626a3f2dad5 ext4
  87. /dev/mapper/vg_virus-lv_swap 1f979d93-3d56-45cd-981a-5052b1174316 swap
  88. /dev/sda1 738bbb18-79d4-42c7-a911-3eb25ddbfb32 ext4
  89. /dev/sda2 esdSro-3F70-fJ3y-FcdE-YtFS-aTrt-lFPKGO LVM2_member
  90. /dev/sda3 065C1A385C1A22CB ntfs System Reserved
  91. /dev/sda4 C0101C7B101C7A9C ntfs
  92.  
  93. ========================= "ls -R /dev/mapper/" output: =========================
  94.  
  95. /dev/mapper:
  96. control
  97. vg_virus-lv_home
  98. vg_virus-lv_root
  99. vg_virus-lv_swap
  100.  
  101. ================================ Mount points: =================================
  102.  
  103. Device Mount_Point Type Options
  104.  
  105. /dev/mapper/vg_virus-lv_home /home ext4 (rw,relatime,data=ordered)
  106. /dev/mapper/vg_virus-lv_root / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  107. /dev/sda1 /boot ext4 (rw,relatime,stripe=4,data=ordered)
  108.  
  109.  
  110. ============================= sda1/grub/grub.cfg: ==============================
  111.  
  112. --------------------------------------------------------------------------------
  113. #
  114. # DO NOT EDIT THIS FILE
  115. #
  116. # It is automatically generated by grub-mkconfig using templates
  117. # from /etc/grub.d and settings from /etc/default/grub
  118. #
  119.  
  120. ### BEGIN /etc/grub.d/00_header ###
  121. if [ -s $prefix/grubenv ]; then
  122. load_env
  123. fi
  124. set default="0"
  125. if [ "${prev_saved_entry}" ]; then
  126. set saved_entry="${prev_saved_entry}"
  127. save_env saved_entry
  128. set prev_saved_entry=
  129. save_env prev_saved_entry
  130. set boot_once=true
  131. fi
  132.  
  133. function savedefault {
  134. if [ -z "${boot_once}" ]; then
  135. saved_entry="${chosen}"
  136. save_env saved_entry
  137. fi
  138. }
  139.  
  140. function load_video {
  141. insmod vbe
  142. insmod vga
  143. insmod video_bochs
  144. insmod video_cirrus
  145. }
  146.  
  147. insmod lvm
  148. insmod part_msdos
  149. insmod ext2
  150. set root='(vg_virus-lv_root)'
  151. search --no-floppy --fs-uuid --set=root c451e88a-4e45-4dfa-bf46-0626a3f2dad5
  152. if loadfont /usr/share/grub/unicode.pf2 ; then
  153. set gfxmode=640x480
  154. load_video
  155. insmod gfxterm
  156. insmod part_msdos
  157. insmod ext2
  158. set root='(hd0,msdos1)'
  159. search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32
  160. set locale_dir=($root)/grub/locale
  161. set lang=en_US
  162. insmod gettext
  163. fi
  164. terminal_output gfxterm
  165. set timeout=5
  166. ### END /etc/grub.d/00_header ###
  167.  
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. insmod lvm
  170. insmod part_msdos
  171. insmod ext2
  172. set root='(vg_virus-lv_root)'
  173. search --no-floppy --fs-uuid --set=root c451e88a-4e45-4dfa-bf46-0626a3f2dad5
  174. insmod png
  175. if background_image /usr/share/images/desktop-base/kali-grub.png; then
  176. set color_normal=white/black
  177. set color_highlight=black/white
  178. else
  179. set menu_color_normal=cyan/blue
  180. set menu_color_highlight=white/blue
  181. fi
  182. ### END /etc/grub.d/05_debian_theme ###
  183.  
  184. ### BEGIN /etc/grub.d/10_linux ###
  185. menuentry 'Debian GNU/Linux, with Linux 3.12-kali1-amd64' --class debian --class gnu-linux --class gnu --class os {
  186. load_video
  187. insmod gzio
  188. insmod part_msdos
  189. insmod ext2
  190. set root='(hd0,msdos1)'
  191. search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32
  192. echo 'Loading Linux 3.12-kali1-amd64 ...'
  193. linux /vmlinuz-3.12-kali1-amd64 root=/dev/mapper/vg_virus-lv_root ro quiet
  194. echo 'Loading initial ramdisk ...'
  195. initrd /initrd.img-3.12-kali1-amd64
  196. }
  197. menuentry 'Debian GNU/Linux, with Linux 3.12-kali1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  198. load_video
  199. insmod gzio
  200. insmod part_msdos
  201. insmod ext2
  202. set root='(hd0,msdos1)'
  203. search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32
  204. echo 'Loading Linux 3.12-kali1-amd64 ...'
  205. linux /vmlinuz-3.12-kali1-amd64 root=/dev/mapper/vg_virus-lv_root ro single
  206. echo 'Loading initial ramdisk ...'
  207. initrd /initrd.img-3.12-kali1-amd64
  208. }
  209. ### END /etc/grub.d/10_linux ###
  210.  
  211. ### BEGIN /etc/grub.d/20_linux_xen ###
  212. ### END /etc/grub.d/20_linux_xen ###
  213.  
  214. ### BEGIN /etc/grub.d/20_memtest86+ ###
  215. menuentry "Memory test (memtest86+)" {
  216. insmod part_msdos
  217. insmod ext2
  218. set root='(hd0,msdos1)'
  219. search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32
  220. linux16 /memtest86+.bin
  221. }
  222. menuentry "Memory test (memtest86+, serial console 115200)" {
  223. insmod part_msdos
  224. insmod ext2
  225. set root='(hd0,msdos1)'
  226. search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32
  227. linux16 /memtest86+.bin console=ttyS0,115200n8
  228. }
  229. menuentry "Memory test (memtest86+, experimental multiboot)" {
  230. insmod part_msdos
  231. insmod ext2
  232. set root='(hd0,msdos1)'
  233. search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32
  234. multiboot /memtest86+_multiboot.bin
  235. }
  236. menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
  237. insmod part_msdos
  238. insmod ext2
  239. set root='(hd0,msdos1)'
  240. search --no-floppy --fs-uuid --set=root 738bbb18-79d4-42c7-a911-3eb25ddbfb32
  241. multiboot /memtest86+_multiboot.bin console=ttyS0,115200n8
  242. }
  243. ### END /etc/grub.d/20_memtest86+ ###
  244.  
  245. ### BEGIN /etc/grub.d/30_os-prober ###
  246. menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os {
  247. insmod part_msdos
  248. insmod ntfs
  249. set root='(hd0,msdos3)'
  250. search --no-floppy --fs-uuid --set=root 065C1A385C1A22CB
  251. chainloader +1
  252. }
  253. ### END /etc/grub.d/30_os-prober ###
  254.  
  255. ### BEGIN /etc/grub.d/40_custom ###
  256. # This file provides an easy way to add custom menu entries. Simply type the
  257. # menu entries you want to add after this comment. Be careful not to change
  258. # the 'exec tail' line above.
  259. ### END /etc/grub.d/40_custom ###
  260.  
  261. ### BEGIN /etc/grub.d/41_custom ###
  262. if [ -f $prefix/custom.cfg ]; then
  263. source $prefix/custom.cfg;
  264. fi
  265. ### END /etc/grub.d/41_custom ###
  266. --------------------------------------------------------------------------------
  267.  
  268. ========================= sda1/extlinux/extlinux.conf: =========================
  269.  
  270. --------------------------------------------------------------------------------
  271. ## /boot/extlinux/extlinux.conf
  272. ##
  273. ## IMPORTANT WARNING
  274. ##
  275. ## The configuration of this file is generated automatically.
  276. ## Do not edit this file manually, use: extlinux-update
  277.  
  278.  
  279. default l0
  280. prompt 1
  281. timeout 50
  282.  
  283. include themes/debian/theme.cfg
  284. --------------------------------------------------------------------------------
  285.  
  286. =================== sda1: Location of files loaded by Grub: ====================
  287.  
  288. GiB - GB File Fragment(s)
  289.  
  290. = grub/core.img 1
  291. = grub/grub.cfg 1
  292. = initrd.img-3.12-kali1-amd64 3
  293. = vmlinuz-3.12-kali1-amd64 2
  294.  
  295. ================= sda1: Location of files loaded by Syslinux: ==================
  296.  
  297. GiB - GB File Fragment(s)
  298.  
  299. = extlinux/chain.c32 1
  300. = extlinux/extlinux.conf 1
  301.  
  302. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  303.  
  304. extlinux/chain.c32 : COM32R module (v4.xx)
  305.  
  306. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  307.  
  308. Unknown BootLoader on vg_virus-lv_home'
  309.  
  310.  
  311. Unknown BootLoader on vg_virus-lv_root'
  312.  
  313.  
  314. Unknown BootLoader on vg_virus-lv_swap'
  315.  
  316.  
  317.  
  318. =============================== StdErr Messages: ===============================
  319.  
  320. xz: (stdin): Compressed data is corrupt
  321. awk: cmd. line:36: Math support is not compiled in
  322. awk: cmd. line:36: Math support is not compiled in
  323. awk: cmd. line:36: Math support is not compiled in
  324. awk: cmd. line:36: Math support is not compiled in
  325. awk: cmd. line:36: Math support is not compiled in
  326. awk: cmd. line:36: Math support is not compiled in
  327. One or more specified logical volume(s) not found.
  328. One or more specified logical volume(s) not found.
  329. One or more specified logical volume(s) not found.
  330. hexdump: /dev/mapper/vg_virus-lv_home': No such file or directory
  331. hexdump: /dev/mapper/vg_virus-lv_home': No such file or directory
  332. One or more specified logical volume(s) not found.
  333. One or more specified logical volume(s) not found.
  334. One or more specified logical volume(s) not found.
  335. hexdump: /dev/mapper/vg_virus-lv_root': No such file or directory
  336. hexdump: /dev/mapper/vg_virus-lv_root': No such file or directory
  337. One or more specified logical volume(s) not found.
  338. One or more specified logical volume(s) not found.
  339. One or more specified logical volume(s) not found.
  340. hexdump: /dev/mapper/vg_virus-lv_swap': No such file or directory
  341. hexdump: /dev/mapper/vg_virus-lv_swap': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement