Advertisement
Guest User

tacomensa

a guest
Dec 8th, 2010
293
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.55 dated February 15th, 2010
  2.  
  3. ============================= Boot Info Summary: ==============================
  4.  
  5. => Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
  6. partition #6 for /boot/grub.
  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/dirs: /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: Windows Vista
  22. Boot files/dirs: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  23.  
  24. sda3: _________________________________________________________________________
  25.  
  26. File system: Extended Partition
  27. Boot sector type: -
  28. Boot sector info:
  29.  
  30. sda5: _________________________________________________________________________
  31.  
  32. File system: ntfs
  33. Boot sector type: Windows Vista/7
  34. Boot sector info: According to the info in the boot sector, sda5 starts
  35. at sector 63.
  36. Operating System:
  37. Boot files/dirs:
  38.  
  39. sda6: _________________________________________________________________________
  40.  
  41. File system: ext2
  42. Boot sector type: -
  43. Boot sector info:
  44. Operating System: Ubuntu 10.04.1 LTS
  45. Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  46.  
  47. sda7: _________________________________________________________________________
  48.  
  49. File system: swap
  50. Boot sector type: -
  51. Boot sector info:
  52.  
  53. sda4: _________________________________________________________________________
  54.  
  55. File system:
  56. Boot sector type: Windows Vista/7
  57. Boot sector info:
  58. Mounting failed:
  59. mount: unknown filesystem type ''
  60.  
  61. =========================== Drive/Partition Info: =============================
  62.  
  63. Drive: sda ___________________ _____________________________________________________
  64.  
  65. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  66. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  67. Units = sectors of 1 * 512 = 512 bytes
  68. Sector size (logical/physical): 512 bytes / 512 bytes
  69.  
  70. Partition Boot Start End Size Id System
  71.  
  72. /dev/sda1 2,048 20,973,567 20,971,520 27 Hidden HPFS/NTFS
  73. /dev/sda2 * 20,973,568 254,683,135 233,709,568 7 HPFS/NTFS
  74. /dev/sda3 254,683,198 480,953,969 226,270,772 f W95 Ext d (LBA)
  75. /dev/sda5 254,683,200 443,458,259 188,775,060 7 HPFS/NTFS
  76. /dev/sda6 443,458,323 479,905,378 36,447,056 83 Linux
  77. /dev/sda7 479,909,808 480,953,969 1,044,162 82 Linux swap / Solaris
  78. /dev/sda4 480,964,672 488,394,751 7,430,080 2 XENIX root
  79.  
  80.  
  81. blkid -c /dev/null: ____________________________________________________________
  82.  
  83. Device UUID TYPE LABEL
  84.  
  85. /dev/sda1 9080006E80005D5A ntfs PQSERVICE
  86. /dev/sda2 02AA8395AA83843F ntfs ACER
  87. /dev/sda3: PTTYPE="dos"
  88. /dev/sda5 01CB5C1021442FA0 ntfs DATA
  89. /dev/sda6 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea ext2
  90. /dev/sda7 swap
  91. /dev/sda: PTTYPE="dos"
  92. error: /dev/sdb: No medium found
  93.  
  94. ============================ "mount | grep ^/dev output: ===========================
  95.  
  96. Device Mount_Point Type Options
  97.  
  98. /dev/sda6 / ext2 (rw,errors=remount-ro)
  99.  
  100.  
  101. =========================== sda6/boot/grub/grub.cfg: ===========================
  102.  
  103. #
  104. # DO NOT EDIT THIS FILE
  105. #
  106. # It is automatically generated by /usr/sbin/grub-mkconfig using templates
  107. # from /etc/grub.d and settings from /etc/default/grub
  108. #
  109.  
  110. ### BEGIN /etc/grub.d/00_header ###
  111. if [ -s $prefix/grubenv ]; then
  112. load_env
  113. fi
  114. set default="0"
  115. if [ ${prev_saved_entry} ]; then
  116. set saved_entry=${prev_saved_entry}
  117. save_env saved_entry
  118. set prev_saved_entry=
  119. save_env prev_saved_entry
  120. set boot_once=true
  121. fi
  122.  
  123. function savedefault {
  124. if [ -z ${boot_once} ]; then
  125. saved_entry=${chosen}
  126. save_env saved_entry
  127. fi
  128. }
  129.  
  130. function recordfail {
  131. set recordfail=1
  132. if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
  133. }
  134. insmod ext2
  135. set root='(hd0,6)'
  136. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  137. if loadfont /usr/share/grub/unicode.pf2 ; then
  138. set gfxmode=640x480
  139. insmod gfxterm
  140. insmod vbe
  141. if terminal_output gfxterm ; then true ; else
  142. # For backward compatibility with versions of terminal.mod that don't
  143. # understand terminal_output
  144. terminal gfxterm
  145. fi
  146. fi
  147. insmod ext2
  148. set root='(hd0,6)'
  149. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  150. set locale_dir=($root)/boot/grub/locale
  151. set lang=en
  152. insmod gettext
  153. if [ ${recordfail} = 1 ]; then
  154. set timeout=-1
  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. ### END /etc/grub.d/05_debian_theme ###
  164.  
  165. ### BEGIN /etc/grub.d/10_linux ###
  166. menuentry 'Ubuntu, with Linux 2.6.32-26-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  167. recordfail
  168. insmod ext2
  169. set root='(hd0,6)'
  170. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  171. linux /boot/vmlinuz-2.6.32-26-generic root=UUID=9b08a9fd-7989-45ae-be9b-1fabd8cb04ea ro quiet splash
  172. initrd /boot/initrd.img-2.6.32-26-generic
  173. }
  174. menuentry 'Ubuntu, with Linux 2.6.32-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  175. recordfail
  176. insmod ext2
  177. set root='(hd0,6)'
  178. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  179. echo 'Loading Linux 2.6.32-26-generic ...'
  180. linux /boot/vmlinuz-2.6.32-26-generic root=UUID=9b08a9fd-7989-45ae-be9b-1fabd8cb04ea ro single
  181. echo 'Loading initial ramdisk ...'
  182. initrd /boot/initrd.img-2.6.32-26-generic
  183. }
  184. menuentry 'Ubuntu, with Linux 2.6.32-25-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  185. recordfail
  186. insmod ext2
  187. set root='(hd0,6)'
  188. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  189. linux /boot/vmlinuz-2.6.32-25-generic root=UUID=9b08a9fd-7989-45ae-be9b-1fabd8cb04ea ro quiet splash
  190. initrd /boot/initrd.img-2.6.32-25-generic
  191. }
  192. menuentry 'Ubuntu, with Linux 2.6.32-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  193. recordfail
  194. insmod ext2
  195. set root='(hd0,6)'
  196. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  197. echo 'Loading Linux 2.6.32-25-generic ...'
  198. linux /boot/vmlinuz-2.6.32-25-generic root=UUID=9b08a9fd-7989-45ae-be9b-1fabd8cb04ea ro single
  199. echo 'Loading initial ramdisk ...'
  200. initrd /boot/initrd.img-2.6.32-25-generic
  201. }
  202. menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  203. recordfail
  204. insmod ext2
  205. set root='(hd0,6)'
  206. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  207. linux /boot/vmlinuz-2.6.32-24-generic root=UUID=9b08a9fd-7989-45ae-be9b-1fabd8cb04ea ro quiet splash
  208. initrd /boot/initrd.img-2.6.32-24-generic
  209. }
  210. menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  211. recordfail
  212. insmod ext2
  213. set root='(hd0,6)'
  214. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  215. echo 'Loading Linux 2.6.32-24-generic ...'
  216. linux /boot/vmlinuz-2.6.32-24-generic root=UUID=9b08a9fd-7989-45ae-be9b-1fabd8cb04ea ro single
  217. echo 'Loading initial ramdisk ...'
  218. initrd /boot/initrd.img-2.6.32-24-generic
  219. }
  220. ### END /etc/grub.d/10_linux ###
  221.  
  222. ### BEGIN /etc/grub.d/20_memtest86+ ###
  223. menuentry "Memory test (memtest86+)" {
  224. insmod ext2
  225. set root='(hd0,6)'
  226. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  227. linux16 /boot/memtest86+.bin
  228. }
  229. menuentry "Memory test (memtest86+, serial console 115200)" {
  230. insmod ext2
  231. set root='(hd0,6)'
  232. search --no-floppy --fs-uuid --set 9b08a9fd-7989-45ae-be9b-1fabd8cb04ea
  233. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  234. }
  235. ### END /etc/grub.d/20_memtest86+ ###
  236.  
  237. ### BEGIN /etc/grub.d/30_os-prober ###
  238. menuentry "Windows Vista (loader) (on /dev/sda1)" {
  239. insmod ntfs
  240. set root='(hd0,1)'
  241. search --no-floppy --fs-uuid --set 9080006e80005d5a
  242. chainloader +1
  243. }
  244. menuentry "Windows Recovery Environment (loader) (on /dev/sda2)" {
  245. insmod ntfs
  246. set root='(hd0,2)'
  247. search --no-floppy --fs-uuid --set 02aa8395aa83843f
  248. drivemap -s (hd0) ${root}
  249. chainloader +1
  250. }
  251. ### END /etc/grub.d/30_os-prober ###
  252.  
  253. ### BEGIN /etc/grub.d/40_custom ###
  254. # This file provides an easy way to add custom menu entries. Simply type the
  255. # menu entries you want to add after this comment. Be careful not to change
  256. # the 'exec tail' line above.
  257. ### END /etc/grub.d/40_custom ###
  258.  
  259. =============================== sda6/etc/fstab: ===============================
  260.  
  261. # /etc/fstab: static file system information.
  262. #
  263. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  264. # for a device; this may be used with UUID= as a more robust way to name
  265. # devices that works even if disks are added and removed. See fstab(5).
  266. #
  267. # <file system> <mount point> <type> <options> <dump> <pass>
  268. proc /proc proc nodev,noexec,nosuid 0 0
  269. # / was on /dev/sda6 during installation
  270. UUID=9b08a9fd-7989-45ae-be9b-1fabd8cb04ea / ext2 errors=remount-ro 0 1
  271. /dev/sda7 none swap sw 0 0
  272.  
  273. =================== sda6: Location of files loaded by Grub: ===================
  274.  
  275.  
  276. 232.2GB: boot/grub/core.img
  277. 233.1GB: boot/grub/grub.cfg
  278. 231.8GB: boot/initrd.img-2.6.32-24-generic
  279. 233.7GB: boot/initrd.img-2.6.32-25-generic
  280. 233.7GB: boot/initrd.img-2.6.32-26-generic
  281. 231.8GB: boot/vmlinuz-2.6.32-24-generic
  282. 233.9GB: boot/vmlinuz-2.6.32-25-generic
  283. 233.6GB: boot/vmlinuz-2.6.32-26-generic
  284. 233.7GB: initrd.img
  285. 233.7GB: initrd.img.old
  286. 233.6GB: vmlinuz
  287. 233.9GB: vmlinuz.old
  288. =======Devices which don't seem to have a corresponding hard drive==============
  289.  
  290. sdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement