Advertisement
Guest User

Untitled

a guest
Feb 9th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.66 KB | None | 0 0
  1. Boot Info Script 0.60 from 17 May 2011
  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 ?? on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ntfs
  13. Boot sector type: Windows Vista/7
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /BOOTMGR /BOOT/BCD
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: ntfs
  21. Boot sector type: Windows Vista/7
  22. Boot sector info: No errors found in the Boot Parameter Block.
  23. Operating System:
  24. Boot files: /bootmgr /Boot/BCD
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28. File system: ntfs
  29. Boot sector type: Windows Vista/7
  30. Boot sector info: No errors found in the Boot Parameter Block.
  31. Operating System: Windows 7
  32. Boot files: /Windows/System32/winload.exe
  33.  
  34. sda4: __________________________________________________________________________
  35.  
  36. File system: Extended Partition
  37. Boot sector type: -
  38. Boot sector info:
  39.  
  40. sda5: __________________________________________________________________________
  41.  
  42. File system: swap
  43. Boot sector type: -
  44. Boot sector info:
  45.  
  46. sda6: __________________________________________________________________________
  47.  
  48. File system: ext4
  49. Boot sector type: -
  50. Boot sector info:
  51. Operating System: Ubuntu 11.10
  52. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  53.  
  54. sda7: __________________________________________________________________________
  55.  
  56. File system: swap
  57. Boot sector type: -
  58. Boot sector info:
  59.  
  60. ============================ Drive/Partition Info: =============================
  61.  
  62. Drive: sda _____________________________________________________________________
  63.  
  64. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  65. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  66. Units = sectors of 1 * 512 = 512 bytes
  67. Sector size (logical/physical): 512 bytes / 512 bytes
  68.  
  69. Partition Boot Start Sector End Sector # of Sectors Id System
  70.  
  71. /dev/sda1 2,048 40,962,047 40,960,000 27 Hidden NTFS (Recovery Environment)
  72. /dev/sda2 * 40,962,048 41,166,847 204,800 7 NTFS / exFAT / HPFS
  73. /dev/sda3 41,166,848 1,463,244,812 1,422,077,965 7 NTFS / exFAT / HPFS
  74. /dev/sda4 1,463,246,846 1,953,523,711 490,276,866 5 Extended
  75. /dev/sda5 1,947,760,640 1,953,523,711 5,763,072 82 Linux swap / Solaris
  76. /dev/sda6 1,463,246,848 1,941,995,519 478,748,672 83 Linux
  77. /dev/sda7 1,941,997,568 1,947,752,447 5,754,880 82 Linux swap / Solaris
  78.  
  79.  
  80. "blkid" output: ________________________________________________________________
  81.  
  82. Device UUID TYPE LABEL
  83.  
  84. /dev/sda1 041C2C461C2C3558 ntfs PQSERVICE
  85. /dev/sda2 967CF34F7CF3291F ntfs SYSTEM RESERVED
  86. /dev/sda3 40BC23F2BC23E160 ntfs eMachines
  87. /dev/sda5 958c952e-03c0-45b2-8fc8-729cfb598e85 swap
  88. /dev/sda6 ceb5cd9f-445b-402c-9083-3641fd5d59a1 ext4
  89. /dev/sda7 f33da50e-b8fd-4417-849d-cfd5b653f2ad swap
  90.  
  91. ================================ Mount points: =================================
  92.  
  93. Device Mount_Point Type Options
  94.  
  95. /dev/sda6 / ext4 (rw,errors=remount-ro,commit=0)
  96.  
  97.  
  98. =========================== sda6/boot/grub/grub.cfg: ===========================
  99.  
  100. --------------------------------------------------------------------------------
  101. #
  102. # DO NOT EDIT THIS FILE
  103. #
  104. # It is automatically generated by grub-mkconfig using templates
  105. # from /etc/grub.d and settings from /etc/default/grub
  106. #
  107.  
  108. ### BEGIN /etc/grub.d/00_header ###
  109. if [ -s $prefix/grubenv ]; then
  110. set have_grubenv=true
  111. load_env
  112. fi
  113. set default="0"
  114. if [ "${prev_saved_entry}" ]; then
  115. set saved_entry="${prev_saved_entry}"
  116. save_env saved_entry
  117. set prev_saved_entry=
  118. save_env prev_saved_entry
  119. set boot_once=true
  120. fi
  121.  
  122. function savedefault {
  123. if [ -z "${boot_once}" ]; then
  124. saved_entry="${chosen}"
  125. save_env saved_entry
  126. fi
  127. }
  128.  
  129. function recordfail {
  130. set recordfail=1
  131. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  132. }
  133.  
  134. function load_video {
  135. insmod vbe
  136. insmod vga
  137. insmod video_bochs
  138. insmod video_cirrus
  139. }
  140.  
  141. insmod part_msdos
  142. insmod ext2
  143. set root='(hd0,msdos6)'
  144. search --no-floppy --fs-uuid --set=root ceb5cd9f-445b-402c-9083-3641fd5d59a1
  145. if loadfont /usr/share/grub/unicode.pf2 ; then
  146. set gfxmode=auto
  147. load_video
  148. insmod gfxterm
  149. insmod part_msdos
  150. insmod ext2
  151. set root='(hd0,msdos6)'
  152. search --no-floppy --fs-uuid --set=root ceb5cd9f-445b-402c-9083-3641fd5d59a1
  153. set locale_dir=($root)/boot/grub/locale
  154. set lang=en_US
  155. insmod gettext
  156. fi
  157. terminal_output gfxterm
  158. if [ "${recordfail}" = 1 ]; then
  159. set timeout=-1
  160. else
  161. set timeout=10
  162. fi
  163. ### END /etc/grub.d/00_header ###
  164.  
  165. ### BEGIN /etc/grub.d/05_debian_theme ###
  166. set menu_color_normal=white/black
  167. set menu_color_highlight=black/light-gray
  168. if background_color 44,0,30; then
  169. clear
  170. fi
  171. ### END /etc/grub.d/05_debian_theme ###
  172.  
  173. ### BEGIN /etc/grub.d/10_linux ###
  174. if [ ${recordfail} != 1 ]; then
  175. if [ -e ${prefix}/gfxblacklist.txt ]; then
  176. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  177. if [ ${match} = 0 ]; then
  178. set linux_gfx_mode=keep
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=keep
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. export linux_gfx_mode
  192. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  193. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  194. recordfail
  195. set gfxpayload=$linux_gfx_mode
  196. insmod gzio
  197. insmod part_msdos
  198. insmod ext2
  199. set root='(hd0,msdos6)'
  200. search --no-floppy --fs-uuid --set=root ceb5cd9f-445b-402c-9083-3641fd5d59a1
  201. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=ceb5cd9f-445b-402c-9083-3641fd5d59a1 ro quiet splash vt.handoff=7
  202. initrd /boot/initrd.img-3.0.0-12-generic
  203. }
  204. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  205. recordfail
  206. insmod gzio
  207. insmod part_msdos
  208. insmod ext2
  209. set root='(hd0,msdos6)'
  210. search --no-floppy --fs-uuid --set=root ceb5cd9f-445b-402c-9083-3641fd5d59a1
  211. echo 'Loading Linux 3.0.0-12-generic ...'
  212. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=ceb5cd9f-445b-402c-9083-3641fd5d59a1 ro recovery nomodeset
  213. echo 'Loading initial ramdisk ...'
  214. initrd /boot/initrd.img-3.0.0-12-generic
  215. }
  216. ### END /etc/grub.d/10_linux ###
  217.  
  218. ### BEGIN /etc/grub.d/20_linux_xen ###
  219. ### END /etc/grub.d/20_linux_xen ###
  220.  
  221. ### BEGIN /etc/grub.d/20_memtest86+ ###
  222. menuentry "Memory test (memtest86+)" {
  223. insmod part_msdos
  224. insmod ext2
  225. set root='(hd0,msdos6)'
  226. search --no-floppy --fs-uuid --set=root ceb5cd9f-445b-402c-9083-3641fd5d59a1
  227. linux16 /boot/memtest86+.bin
  228. }
  229. menuentry "Memory test (memtest86+, serial console 115200)" {
  230. insmod part_msdos
  231. insmod ext2
  232. set root='(hd0,msdos6)'
  233. search --no-floppy --fs-uuid --set=root ceb5cd9f-445b-402c-9083-3641fd5d59a1
  234. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  235. }
  236. ### END /etc/grub.d/20_memtest86+ ###
  237.  
  238. ### BEGIN /etc/grub.d/30_os-prober ###
  239. menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
  240. insmod part_msdos
  241. insmod ntfs
  242. set root='(hd0,msdos1)'
  243. search --no-floppy --fs-uuid --set=root 041C2C461C2C3558
  244. drivemap -s (hd0) ${root}
  245. chainloader +1
  246. }
  247. menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
  248. insmod part_msdos
  249. insmod ntfs
  250. set root='(hd0,msdos2)'
  251. search --no-floppy --fs-uuid --set=root 967CF34F7CF3291F
  252. chainloader +1
  253. }
  254. ### END /etc/grub.d/30_os-prober ###
  255.  
  256. ### BEGIN /etc/grub.d/40_custom ###
  257. # This file provides an easy way to add custom menu entries. Simply type the
  258. # menu entries you want to add after this comment. Be careful not to change
  259. # the 'exec tail' line above.
  260. ### END /etc/grub.d/40_custom ###
  261.  
  262. ### BEGIN /etc/grub.d/41_custom ###
  263. if [ -f $prefix/custom.cfg ]; then
  264. source $prefix/custom.cfg;
  265. fi
  266. ### END /etc/grub.d/41_custom ###
  267. --------------------------------------------------------------------------------
  268.  
  269. =============================== sda6/etc/fstab: ================================
  270.  
  271. --------------------------------------------------------------------------------
  272. # /etc/fstab: static file system information.
  273. #
  274. # Use 'blkid' to print the universally unique identifier for a
  275. # device; this may be used with UUID= as a more robust way to name devices
  276. # that works even if disks are added and removed. See fstab(5).
  277. #
  278. # <file system> <mount point> <type> <options> <dump> <pass>
  279. proc /proc proc nodev,noexec,nosuid 0 0
  280. # / was on /dev/sda6 during installation
  281. UUID=ceb5cd9f-445b-402c-9083-3641fd5d59a1 / ext4 errors=remount-ro 0 1
  282. # swap was on /dev/sda7 during installation
  283. UUID=f33da50e-b8fd-4417-849d-cfd5b653f2ad none swap sw 0 0
  284. --------------------------------------------------------------------------------
  285.  
  286. =================== sda6: Location of files loaded by Grub: ====================
  287.  
  288. GiB - GB File Fragment(s)
  289.  
  290. = boot/grub/core.img 1
  291. = boot/grub/grub.cfg 1
  292. = boot/initrd.img-3.0.0-12-generic 2
  293. = boot/vmlinuz-3.0.0-12-generic 1
  294. = initrd.img 2
  295. = vmlinuz 1
  296.  
  297. =============================== StdErr Messages: ===============================
  298.  
  299. awk: cmd. line:36: Math support is not compiled in
  300. awk: cmd. line:36: Math support is not compiled in
  301. awk: cmd. line:36: Math support is not compiled in
  302. awk: cmd. line:36: Math support is not compiled in
  303. awk: cmd. line:36: Math support is not compiled in
  304. awk: cmd. line:36: Math support is not compiled in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement