Advertisement
Guest User

My RESULTS.ttx

a guest
Feb 22nd, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 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: Grub2 (v1.99)
  14. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
  15. and looks at sector 550347184 of the same hard drive
  16. for core.img, but core.img can not be found at this
  17. location. No errors found in the Boot Parameter Block.
  18. Operating System: Windows 7
  19. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  20.  
  21. sda2: __________________________________________________________________________
  22.  
  23. File system: Extended Partition
  24. Boot sector type: -
  25. Boot sector info:
  26.  
  27. sda5: __________________________________________________________________________
  28.  
  29. File system: ext4
  30. Boot sector type: -
  31. Boot sector info:
  32. Operating System: Linux Mint 12 Lisa
  33. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  34.  
  35. sda6: __________________________________________________________________________
  36.  
  37. File system: swap
  38. Boot sector type: -
  39. Boot sector info:
  40.  
  41. ============================ Drive/Partition Info: =============================
  42.  
  43. Drive: sda _____________________________________________________________________
  44.  
  45. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  46. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  47. Units = sectors of 1 * 512 = 512 bytes
  48. Sector size (logical/physical): 512 bytes / 512 bytes
  49.  
  50. Partition Boot Start Sector End Sector # of Sectors Id System
  51.  
  52. /dev/sda1 * 2,048 206,108,671 206,106,624 7 NTFS / exFAT / HPFS
  53. /dev/sda2 206,110,718 625,141,759 419,031,042 5 Extended
  54. /dev/sda5 206,110,720 608,694,271 402,583,552 83 Linux
  55. /dev/sda6 608,696,320 625,141,759 16,445,440 82 Linux swap / Solaris
  56.  
  57.  
  58. "blkid" output: ________________________________________________________________
  59.  
  60. Device UUID TYPE LABEL
  61.  
  62. /dev/sda1 ECDAACAEDAAC768C ntfs New Volume
  63. /dev/sda5 b857f1c6-6519-453c-8b7f-0d28afe0c0d3 ext4
  64. /dev/sda6 975f72f4-7daf-472d-b59b-5462bbc6b07d swap
  65.  
  66. ================================ Mount points: =================================
  67.  
  68. Device Mount_Point Type Options
  69.  
  70. /dev/sda5 / ext4 (rw,errors=remount-ro,user_xattr,commit=0)
  71.  
  72.  
  73. =========================== sda5/boot/grub/grub.cfg: ===========================
  74.  
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  82.  
  83. ### BEGIN /etc/grub.d/00_header ###
  84. if [ -s $prefix/grubenv ]; then
  85. set have_grubenv=true
  86. load_env
  87. fi
  88. set default="0"
  89. if [ "${prev_saved_entry}" ]; then
  90. set saved_entry="${prev_saved_entry}"
  91. save_env saved_entry
  92. set prev_saved_entry=
  93. save_env prev_saved_entry
  94. set boot_once=true
  95. fi
  96.  
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103.  
  104. function recordfail {
  105. set recordfail=1
  106. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  107. }
  108.  
  109. function load_video {
  110. insmod vbe
  111. insmod vga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. }
  115.  
  116. insmod part_msdos
  117. insmod ext2
  118. set root='(hd0,msdos5)'
  119. search --no-floppy --fs-uuid --set=root b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  120. if loadfont /usr/share/grub/unicode.pf2 ; then
  121. set gfxmode=auto
  122. load_video
  123. insmod gfxterm
  124. insmod part_msdos
  125. insmod ext2
  126. set root='(hd0,msdos5)'
  127. search --no-floppy --fs-uuid --set=root b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  128. set locale_dir=($root)/boot/grub/locale
  129. set lang=en_US
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ]; then
  134. set timeout=-1
  135. else
  136. set timeout=10
  137. fi
  138. ### END /etc/grub.d/00_header ###
  139.  
  140. ### BEGIN /etc/grub.d/05_debian_theme ###
  141. set menu_color_normal=white/black
  142. set menu_color_highlight=black/light-gray
  143. if background_color 0,0,0; then
  144. clear
  145. fi
  146. ### END /etc/grub.d/05_debian_theme ###
  147.  
  148. ### BEGIN /etc/grub.d/06_mint_theme ###
  149. set menu_color_normal=white/black
  150. set menu_color_highlight=white/light-gray
  151. ### END /etc/grub.d/06_mint_theme ###
  152.  
  153. ### BEGIN /etc/grub.d/10_linux ###
  154. if [ ${recordfail} != 1 ]; then
  155. if [ -e ${prefix}/gfxblacklist.txt ]; then
  156. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  157. if [ ${match} = 0 ]; then
  158. set linux_gfx_mode=keep
  159. else
  160. set linux_gfx_mode=text
  161. fi
  162. else
  163. set linux_gfx_mode=text
  164. fi
  165. else
  166. set linux_gfx_mode=keep
  167. fi
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. export linux_gfx_mode
  172. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  173. menuentry 'Linux Mint 12 64-bit, 3.2.0-6-generic (/dev/sda5)' --class linuxmint --class gnu-linux --class gnu --class os {
  174. recordfail
  175. set gfxpayload=$linux_gfx_mode
  176. insmod gzio
  177. insmod part_msdos
  178. insmod ext2
  179. set root='(hd0,msdos5)'
  180. search --no-floppy --fs-uuid --set=root b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  181. linux /boot/vmlinuz-3.2.0-6-generic root=UUID=b857f1c6-6519-453c-8b7f-0d28afe0c0d3 ro quiet splash vt.handoff=7
  182. initrd /boot/initrd.img-3.2.0-6-generic
  183. }
  184. menuentry 'Linux Mint 12 64-bit, 3.2.0-6-generic (/dev/sda5) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  185. recordfail
  186. insmod gzio
  187. insmod part_msdos
  188. insmod ext2
  189. set root='(hd0,msdos5)'
  190. search --no-floppy --fs-uuid --set=root b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  191. echo 'Loading Linux 3.2.0-6-generic ...'
  192. linux /boot/vmlinuz-3.2.0-6-generic root=UUID=b857f1c6-6519-453c-8b7f-0d28afe0c0d3 ro recovery nomodeset
  193. echo 'Loading initial ramdisk ...'
  194. initrd /boot/initrd.img-3.2.0-6-generic
  195. }
  196. submenu "Previous Linux versions" {
  197. menuentry 'Linux Mint 12 64-bit, 3.0.0-12-generic (/dev/sda5)' --class linuxmint --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 b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  205. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=b857f1c6-6519-453c-8b7f-0d28afe0c0d3 ro quiet splash vt.handoff=7
  206. initrd /boot/initrd.img-3.0.0-12-generic
  207. }
  208. menuentry 'Linux Mint 12 64-bit, 3.0.0-12-generic (/dev/sda5) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  209. recordfail
  210. insmod gzio
  211. insmod part_msdos
  212. insmod ext2
  213. set root='(hd0,msdos5)'
  214. search --no-floppy --fs-uuid --set=root b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  215. echo 'Loading Linux 3.0.0-12-generic ...'
  216. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=b857f1c6-6519-453c-8b7f-0d28afe0c0d3 ro recovery nomodeset
  217. echo 'Loading initial ramdisk ...'
  218. initrd /boot/initrd.img-3.0.0-12-generic
  219. }
  220. }
  221. ### END /etc/grub.d/10_linux ###
  222.  
  223. ### BEGIN /etc/grub.d/10_lupin ###
  224. ### END /etc/grub.d/10_lupin ###
  225.  
  226. ### BEGIN /etc/grub.d/20_linux_xen ###
  227. ### END /etc/grub.d/20_linux_xen ###
  228.  
  229. ### BEGIN /etc/grub.d/20_memtest86+ ###
  230. menuentry "Memory test (memtest86+)" {
  231. insmod part_msdos
  232. insmod ext2
  233. set root='(hd0,msdos5)'
  234. search --no-floppy --fs-uuid --set=root b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  235. linux16 /boot/memtest86+.bin
  236. }
  237. menuentry "Memory test (memtest86+, serial console 115200)" {
  238. insmod part_msdos
  239. insmod ext2
  240. set root='(hd0,msdos5)'
  241. search --no-floppy --fs-uuid --set=root b857f1c6-6519-453c-8b7f-0d28afe0c0d3
  242. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  243. }
  244. ### END /etc/grub.d/20_memtest86+ ###
  245.  
  246. ### BEGIN /etc/grub.d/30_os-prober ###
  247. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  248. insmod part_msdos
  249. insmod ntfs
  250. set root='(hd0,msdos1)'
  251. search --no-floppy --fs-uuid --set=root ECDAACAEDAAC768C
  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. =============================== sda5/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/sda5 during installation
  281. UUID=b857f1c6-6519-453c-8b7f-0d28afe0c0d3 / ext4 errors=remount-ro,user_xattr 0 1
  282. # swap was on /dev/sda6 during installation
  283. UUID=975f72f4-7daf-472d-b59b-5462bbc6b07d none swap sw 0 0
  284. --------------------------------------------------------------------------------
  285.  
  286. =================== sda5: Location of files loaded by Grub: ====================
  287.  
  288. GiB - GB File Fragment(s)
  289.  
  290. 170.422164917 = 182.989406208 boot/grub/core.img 1
  291. 262.468330383 = 281.823223808 boot/grub/grub.cfg 1
  292. 216.710937500 = 232.691597312 boot/initrd.img-3.0.0-12-generic 2
  293. 212.785964966 = 228.477190144 boot/initrd.img-3.2.0-6-generic 2
  294. 170.414249420 = 182.980907008 boot/vmlinuz-3.0.0-12-generic 1
  295. 212.680377960 = 228.363816960 boot/vmlinuz-3.2.0-6-generic 1
  296. 212.785964966 = 228.477190144 initrd.img 2
  297. 216.710937500 = 232.691597312 initrd.img.old 2
  298. 212.680377960 = 228.363816960 vmlinuz 1
  299. 170.414249420 = 182.980907008 vmlinuz.old 1
  300.  
  301. =============================== StdErr Messages: ===============================
  302.  
  303. unlzma: Decoder error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement