Advertisement
Guest User

Untitled

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