Advertisement
Guest User

Untitled

a guest
Mar 14th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. Boot Info Script 0.60 from 17 May 2011
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sda and looks at sector
  7. 1 of the same hard drive for core.img. core.img is at this location and
  8. looks in partition 1 for /boot/grub.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 10.04.4 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: Extended Partition
  21. Boot sector type: -
  22. Boot sector info:
  23.  
  24. sda5: __________________________________________________________________________
  25.  
  26. File system: swsuspend
  27. Boot sector type: -
  28. Boot sector info:
  29. Mounting failed: mount: unknown filesystem type 'swsuspend'
  30.  
  31. ============================ Drive/Partition Info: =============================
  32.  
  33. Drive: sda _____________________________________________________________________
  34.  
  35. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  36. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  37. Units = sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 512 bytes
  39.  
  40. Partition Boot Start Sector End Sector # of Sectors Id System
  41.  
  42. /dev/sda1 * 2,048 964,923,391 964,921,344 83 Linux
  43. /dev/sda2 964,925,438 976,773,119 11,847,682 5 Extended
  44. /dev/sda5 964,925,440 976,773,119 11,847,680 82 Linux swap / Solaris
  45.  
  46.  
  47. "blkid" output: ________________________________________________________________
  48.  
  49. Device UUID TYPE LABEL
  50.  
  51. /dev/loop0 squashfs
  52. /dev/sda1 cedb2671-abf0-4a64-899a-d7b0e4a75efe ext4
  53. /dev/sda5 b55d09c3-e2c9-42ee-847b-ef0152a02fc3 swsuspend
  54.  
  55. ================================ Mount points: =================================
  56.  
  57. Device Mount_Point Type Options
  58.  
  59. /dev/loop0 /rofs squashfs (ro,noatime)
  60. /dev/sda1 /media/cedb2671-abf0-4a64-899a-d7b0e4a75efe ext4 (rw,nosuid,nodev,uhelper=udisks)
  61. /dev/sr0 /cdrom iso9660 (ro,noatime)
  62.  
  63.  
  64. =========================== sda1/boot/grub/grub.cfg: ===========================
  65.  
  66. --------------------------------------------------------------------------------
  67. #
  68. # DO NOT EDIT THIS FILE
  69. #
  70. # It is automatically generated by /usr/sbin/grub-mkconfig using templates
  71. # from /etc/grub.d and settings from /etc/default/grub
  72. #
  73.  
  74. ### BEGIN /etc/grub.d/00_header ###
  75. if [ -s $prefix/grubenv ]; then
  76. load_env
  77. fi
  78. set default="0"
  79. if [ ${prev_saved_entry} ]; then
  80. set saved_entry=${prev_saved_entry}
  81. save_env saved_entry
  82. set prev_saved_entry=
  83. save_env prev_saved_entry
  84. set boot_once=true
  85. fi
  86.  
  87. function savedefault {
  88. if [ -z ${boot_once} ]; then
  89. saved_entry=${chosen}
  90. save_env saved_entry
  91. fi
  92. }
  93.  
  94. function recordfail {
  95. set recordfail=1
  96. if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
  97. }
  98. insmod ext2
  99. set root='(hd0,1)'
  100. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  101. if loadfont /usr/share/grub/unicode.pf2 ; then
  102. set gfxmode=640x480
  103. insmod gfxterm
  104. insmod vbe
  105. if terminal_output gfxterm ; then true ; else
  106. # For backward compatibility with versions of terminal.mod that don't
  107. # understand terminal_output
  108. terminal gfxterm
  109. fi
  110. fi
  111. insmod ext2
  112. set root='(hd0,1)'
  113. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  114. set locale_dir=($root)/boot/grub/locale
  115. set lang=en
  116. insmod gettext
  117. if [ ${recordfail} = 1 ]; then
  118. set timeout=-1
  119. else
  120. set timeout=10
  121. fi
  122. ### END /etc/grub.d/00_header ###
  123.  
  124. ### BEGIN /etc/grub.d/05_debian_theme ###
  125. set menu_color_normal=white/black
  126. set menu_color_highlight=black/light-gray
  127. ### END /etc/grub.d/05_debian_theme ###
  128.  
  129. ### BEGIN /etc/grub.d/10_linux ###
  130. menuentry 'Ubuntu, with Linux 2.6.32-39-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  131. recordfail
  132. insmod ext2
  133. set root='(hd0,1)'
  134. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  135. linux /boot/vmlinuz-2.6.32-39-generic root=UUID=cedb2671-abf0-4a64-899a-d7b0e4a75efe ro quiet splash
  136. initrd /boot/initrd.img-2.6.32-39-generic
  137. }
  138. menuentry 'Ubuntu, with Linux 2.6.32-39-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  139. recordfail
  140. insmod ext2
  141. set root='(hd0,1)'
  142. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  143. echo 'Loading Linux 2.6.32-39-generic ...'
  144. linux /boot/vmlinuz-2.6.32-39-generic root=UUID=cedb2671-abf0-4a64-899a-d7b0e4a75efe ro single
  145. echo 'Loading initial ramdisk ...'
  146. initrd /boot/initrd.img-2.6.32-39-generic
  147. }
  148. menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  149. recordfail
  150. insmod ext2
  151. set root='(hd0,1)'
  152. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  153. linux /boot/vmlinuz-2.6.32-21-generic root=UUID=cedb2671-abf0-4a64-899a-d7b0e4a75efe ro quiet splash
  154. initrd /boot/initrd.img-2.6.32-21-generic
  155. }
  156. menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  157. recordfail
  158. insmod ext2
  159. set root='(hd0,1)'
  160. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  161. echo 'Loading Linux 2.6.32-21-generic ...'
  162. linux /boot/vmlinuz-2.6.32-21-generic root=UUID=cedb2671-abf0-4a64-899a-d7b0e4a75efe ro single
  163. echo 'Loading initial ramdisk ...'
  164. initrd /boot/initrd.img-2.6.32-21-generic
  165. }
  166. ### END /etc/grub.d/10_linux ###
  167.  
  168. ### BEGIN /etc/grub.d/20_memtest86+ ###
  169. menuentry "Memory test (memtest86+)" {
  170. insmod ext2
  171. set root='(hd0,1)'
  172. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  173. linux16 /boot/memtest86+.bin
  174. }
  175. menuentry "Memory test (memtest86+, serial console 115200)" {
  176. insmod ext2
  177. set root='(hd0,1)'
  178. search --no-floppy --fs-uuid --set cedb2671-abf0-4a64-899a-d7b0e4a75efe
  179. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  180. }
  181. ### END /etc/grub.d/20_memtest86+ ###
  182.  
  183. ### BEGIN /etc/grub.d/30_os-prober ###
  184. if [ ${timeout} != -1 ]; then
  185. if keystatus; then
  186. if keystatus --shift; then
  187. set timeout=-1
  188. else
  189. set timeout=0
  190. fi
  191. else
  192. if sleep --interruptible 3 ; then
  193. set timeout=0
  194. fi
  195. fi
  196. fi
  197. ### END /etc/grub.d/30_os-prober ###
  198.  
  199. ### BEGIN /etc/grub.d/40_custom ###
  200. # This file provides an easy way to add custom menu entries. Simply type the
  201. # menu entries you want to add after this comment. Be careful not to change
  202. # the 'exec tail' line above.
  203. ### END /etc/grub.d/40_custom ###
  204. --------------------------------------------------------------------------------
  205.  
  206. =============================== sda1/etc/fstab: ================================
  207.  
  208. --------------------------------------------------------------------------------
  209. # /etc/fstab: static file system information.
  210. #
  211. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  212. # for a device; this may be used with UUID= as a more robust way to name
  213. # devices that works even if disks are added and removed. See fstab(5).
  214. #
  215. # <file system> <mount point> <type> <options> <dump> <pass>
  216. proc /proc proc nodev,noexec,nosuid 0 0
  217. /dev/sda1 / ext4 errors=remount-ro 0 1
  218. # swap was on /dev/sda5 during installation
  219. UUID=b55d09c3-e2c9-42ee-847b-ef0152a02fc3 none swap sw 0 0
  220. --------------------------------------------------------------------------------
  221.  
  222. =================== sda1: Location of files loaded by Grub: ====================
  223.  
  224. GiB - GB File Fragment(s)
  225.  
  226. 252.144588470 = 270.738190336 boot/grub/core.img 1
  227. 244.137260437 = 262.140387328 boot/grub/grub.cfg 1
  228. 252.267024994 = 270.869655552 boot/initrd.img-2.6.32-21-generic 1
  229. 252.297603607 = 270.902489088 boot/initrd.img-2.6.32-39-generic 1
  230. 252.132167816 = 270.724853760 boot/vmlinuz-2.6.32-21-generic 1
  231. 252.254749298 = 270.856474624 boot/vmlinuz-2.6.32-39-generic 1
  232. 252.297603607 = 270.902489088 initrd.img 1
  233. 252.267024994 = 270.869655552 initrd.img.old 1
  234. 252.254749298 = 270.856474624 vmlinuz 1
  235. 252.132167816 = 270.724853760 vmlinuz.old 1
  236.  
  237. ========= Devices which don't seem to have a corresponding hard drive: =========
  238.  
  239. sdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement