Advertisement
Guest User

Untitled

a guest
Jan 19th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 KB | None | 0 0
  1. Boot Info Script 0.60 from 17 May 2011
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => No boot loader is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: vfat
  11. Boot sector type: -
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System:
  14. Boot files:
  15.  
  16. sda2: __________________________________________________________________________
  17.  
  18. File system: ext2
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System:
  22. Boot files: /grub/grub.cfg
  23.  
  24. sda3: __________________________________________________________________________
  25.  
  26. File system: LVM2_member
  27. Boot sector type: -
  28. Boot sector info:
  29.  
  30. volgrp-root': __________________________________________________________________
  31.  
  32. File system:
  33. Boot sector type: Unknown
  34. Boot sector info:
  35. Mounting failed: mount: unknown filesystem type ''
  36.  
  37. volgrp-swap_1': ________________________________________________________________
  38.  
  39. File system:
  40. Boot sector type: Unknown
  41. Boot sector info:
  42. Mounting failed: mount: unknown filesystem type ''
  43. mount: unknown filesystem type ''
  44.  
  45. volgrp-home': __________________________________________________________________
  46.  
  47. File system:
  48. Boot sector type: Unknown
  49. Boot sector info:
  50. Mounting failed: mount: unknown filesystem type ''
  51. mount: unknown filesystem type ''
  52. mount: unknown filesystem type ''
  53.  
  54. volgrp-added': _________________________________________________________________
  55.  
  56. File system:
  57. Boot sector type: Unknown
  58. Boot sector info:
  59. Mounting failed: mount: unknown filesystem type ''
  60. 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: 876.0 GB, 875997167616 bytes
  69. 255 heads, 63 sectors/track, 106500 cylinders, total 1710931968 sectors
  70. Units = sectors of 1 * 512 = 512 bytes
  71. Sector size (logical/physical): 512 bytes / 512 bytes
  72.  
  73. Partition Boot Start Sector End Sector # of Sectors Id System
  74.  
  75. /dev/sda1 1 1,710,931,967 1,710,931,967 ee GPT
  76.  
  77.  
  78. GUID Partition Table detected.
  79.  
  80. Partition Start Sector End Sector # of Sectors System
  81. /dev/sda1 34 390,659 390,626 EFI System partition
  82. /dev/sda2 390,660 890,660 500,001 Data partition (Windows/Linux)
  83. /dev/sda3 890,661 1,710,931,934 1,710,041,274 Logical Volume Manager (LVM) partition (Linux)
  84.  
  85. "blkid" output: ________________________________________________________________
  86.  
  87. Device UUID TYPE LABEL
  88.  
  89. /dev/mapper/volgrp-added f60b7c45-ec55-4b7d-8396-84082c789d2a ext4
  90. /dev/mapper/volgrp-home 62659952-e7f3-4cda-95f0-fcac2497c51d ext4
  91. /dev/mapper/volgrp-root 1c18b1f9-9c89-4650-b458-1d3c9996128d ext4
  92. /dev/mapper/volgrp-swap_1 a91384db-e57c-4ca7-bb4f-2ee6802832cc swap
  93. /dev/sda1 019B-E57F vfat
  94. /dev/sda2 c9e26e3d-0694-4700-ad37-1c398d0a14b3 ext2
  95. /dev/sda3 k0EmJl-PAQu-Nxnp-cpN1-7eve-Tz84-4aMVt3 LVM2_member
  96.  
  97. ========================= "ls -R /dev/mapper/" output: =========================
  98.  
  99. /dev/mapper:
  100. control
  101. volgrp-added
  102. volgrp-home
  103. volgrp-root
  104. volgrp-swap_1
  105.  
  106. ================================ Mount points: =================================
  107.  
  108. Device Mount_Point Type Options
  109.  
  110. /dev/mapper/volgrp-added /mnt/local ext4 (rw)
  111. /dev/mapper/volgrp-home /home ext4 (rw)
  112. /dev/mapper/volgrp-root / ext4 (rw,errors=remount-ro)
  113. /dev/sda1 /boot/efi vfat (rw)
  114. /dev/sda2 /boot ext2 (rw)
  115.  
  116.  
  117. ============================= sda2/grub/grub.cfg: ==============================
  118.  
  119. --------------------------------------------------------------------------------
  120. #
  121. # DO NOT EDIT THIS FILE
  122. #
  123. # It is automatically generated by grub-mkconfig using templates
  124. # from /etc/grub.d and settings from /etc/default/grub
  125. #
  126.  
  127. ### BEGIN /etc/grub.d/00_header ###
  128. if [ -s $prefix/grubenv ]; then
  129. set have_grubenv=true
  130. load_env
  131. fi
  132. set default="0"
  133. if [ "${prev_saved_entry}" ]; then
  134. set saved_entry="${prev_saved_entry}"
  135. save_env saved_entry
  136. set prev_saved_entry=
  137. save_env prev_saved_entry
  138. set boot_once=true
  139. fi
  140.  
  141. function savedefault {
  142. if [ -z "${boot_once}" ]; then
  143. saved_entry="${chosen}"
  144. save_env saved_entry
  145. fi
  146. }
  147.  
  148. function recordfail {
  149. set recordfail=1
  150. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  151. }
  152.  
  153. function load_video {
  154. insmod efi_gop
  155. insmod efi_uga
  156. insmod video_bochs
  157. insmod video_cirrus
  158. }
  159.  
  160. insmod lvm
  161. insmod part_gpt
  162. insmod ext2
  163. set root='(volgrp-root)'
  164. search --no-floppy --fs-uuid --set=root 1c18b1f9-9c89-4650-b458-1d3c9996128d
  165. if loadfont /usr/share/grub/unicode.pf2 ; then
  166. set gfxmode=auto
  167. load_video
  168. insmod gfxterm
  169. insmod part_gpt
  170. insmod ext2
  171. set root='(hd0,gpt2)'
  172. search --no-floppy --fs-uuid --set=root c9e26e3d-0694-4700-ad37-1c398d0a14b3
  173. set locale_dir=($root)/grub/locale
  174. set lang=en_US
  175. insmod gettext
  176. fi
  177. terminal_output gfxterm
  178. if [ "${recordfail}" = 1 ]; then
  179. set timeout=-1
  180. else
  181. set timeout=2
  182. fi
  183. ### END /etc/grub.d/00_header ###
  184.  
  185. ### BEGIN /etc/grub.d/05_debian_theme ###
  186. set menu_color_normal=white/black
  187. set menu_color_highlight=black/light-gray
  188. ### END /etc/grub.d/05_debian_theme ###
  189.  
  190. ### BEGIN /etc/grub.d/10_linux ###
  191. if [ ${recordfail} != 1 ]; then
  192. if [ -e ${prefix}/gfxblacklist.txt ]; then
  193. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  194. if [ ${match} = 0 ]; then
  195. set linux_gfx_mode=keep
  196. else
  197. set linux_gfx_mode=text
  198. fi
  199. else
  200. set linux_gfx_mode=text
  201. fi
  202. else
  203. set linux_gfx_mode=keep
  204. fi
  205. else
  206. set linux_gfx_mode=text
  207. fi
  208. export linux_gfx_mode
  209. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  210. menuentry 'Ubuntu, with Linux 3.0.0-12-server' --class ubuntu --class gnu-linux --class gnu --class os {
  211. recordfail
  212. set gfxpayload=$linux_gfx_mode
  213. insmod gzio
  214. insmod part_gpt
  215. insmod ext2
  216. set root='(hd0,gpt2)'
  217. search --no-floppy --fs-uuid --set=root c9e26e3d-0694-4700-ad37-1c398d0a14b3
  218. linux /vmlinuz-3.0.0-12-server root=/dev/mapper/volgrp-root ro
  219. initrd /initrd.img-3.0.0-12-server
  220. }
  221. menuentry 'Ubuntu, with Linux 3.0.0-12-server (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  222. recordfail
  223. insmod gzio
  224. insmod part_gpt
  225. insmod ext2
  226. set root='(hd0,gpt2)'
  227. search --no-floppy --fs-uuid --set=root c9e26e3d-0694-4700-ad37-1c398d0a14b3
  228. echo 'Loading Linux 3.0.0-12-server ...'
  229. linux /vmlinuz-3.0.0-12-server root=/dev/mapper/volgrp-root ro recovery nomodeset
  230. echo 'Loading initial ramdisk ...'
  231. initrd /initrd.img-3.0.0-12-server
  232. }
  233. ### END /etc/grub.d/10_linux ###
  234.  
  235. ### BEGIN /etc/grub.d/20_linux_xen ###
  236. ### END /etc/grub.d/20_linux_xen ###
  237.  
  238. ### BEGIN /etc/grub.d/20_memtest86+ ###
  239. menuentry "Memory test (memtest86+)" {
  240. insmod part_gpt
  241. insmod ext2
  242. set root='(hd0,gpt2)'
  243. search --no-floppy --fs-uuid --set=root c9e26e3d-0694-4700-ad37-1c398d0a14b3
  244. linux16 /memtest86+.bin
  245. }
  246. menuentry "Memory test (memtest86+, serial console 115200)" {
  247. insmod part_gpt
  248. insmod ext2
  249. set root='(hd0,gpt2)'
  250. search --no-floppy --fs-uuid --set=root c9e26e3d-0694-4700-ad37-1c398d0a14b3
  251. linux16 /memtest86+.bin console=ttyS0,115200n8
  252. }
  253. ### END /etc/grub.d/20_memtest86+ ###
  254.  
  255. ### BEGIN /etc/grub.d/30_os-prober ###
  256. ### END /etc/grub.d/30_os-prober ###
  257.  
  258. ### BEGIN /etc/grub.d/40_custom ###
  259. # This file provides an easy way to add custom menu entries. Simply type the
  260. # menu entries you want to add after this comment. Be careful not to change
  261. # the 'exec tail' line above.
  262. ### END /etc/grub.d/40_custom ###
  263.  
  264. ### BEGIN /etc/grub.d/41_custom ###
  265. if [ -f $prefix/custom.cfg ]; then
  266. source $prefix/custom.cfg;
  267. fi
  268. ### END /etc/grub.d/41_custom ###
  269. --------------------------------------------------------------------------------
  270.  
  271. =================== sda2: Location of files loaded by Grub: ====================
  272.  
  273. GiB - GB File Fragment(s)
  274.  
  275. = grub/grub.cfg 1
  276. = initrd.img-3.0.0-12-server 57
  277. = vmlinuz-3.0.0-12-server 20
  278.  
  279. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  280.  
  281. Unknown BootLoader on volgrp-root'
  282.  
  283.  
  284. Unknown BootLoader on volgrp-swap_1'
  285.  
  286.  
  287. Unknown BootLoader on volgrp-home'
  288.  
  289.  
  290. Unknown BootLoader on volgrp-added'
  291.  
  292.  
  293.  
  294. =============================== StdErr Messages: ===============================
  295.  
  296. awk: cmd. line:36: Math support is not compiled in
  297. awk: cmd. line:36: Math support is not compiled in
  298. awk: cmd. line:36: Math support is not compiled in
  299. One or more specified logical volume(s) not found.
  300. One or more specified logical volume(s) not found.
  301. One or more specified logical volume(s) not found.
  302. hexdump: /dev/mapper/volgrp-root': No such file or directory
  303. hexdump: /dev/mapper/volgrp-root': No such file or directory
  304. One or more specified logical volume(s) not found.
  305. One or more specified logical volume(s) not found.
  306. One or more specified logical volume(s) not found.
  307. hexdump: /dev/mapper/volgrp-swap_1': No such file or directory
  308. hexdump: /dev/mapper/volgrp-swap_1': No such file or directory
  309. One or more specified logical volume(s) not found.
  310. One or more specified logical volume(s) not found.
  311. One or more specified logical volume(s) not found.
  312. hexdump: /dev/mapper/volgrp-home': No such file or directory
  313. hexdump: /dev/mapper/volgrp-home': No such file or directory
  314. One or more specified logical volume(s) not found.
  315. One or more specified logical volume(s) not found.
  316. One or more specified logical volume(s) not found.
  317. hexdump: /dev/mapper/volgrp-added': No such file or directory
  318. hexdump: /dev/mapper/volgrp-added': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement