Advertisement
Guest User

Untitled

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