ariyasa

result.txt

Feb 8th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 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 2 for (,msdos2)/boot/grub.
  9. => Windows is installed in the MBR of /dev/sdb.
  10.  
  11. sda1: __________________________________________________________________________
  12.  
  13. File system: swap
  14. Boot sector type: -
  15. Boot sector info:
  16.  
  17. sda2: __________________________________________________________________________
  18.  
  19. File system: ext4
  20. Boot sector type: Grub2 (v1.97-1.98)
  21. Boot sector info: Grub2 (v1.97-1.98) is installed in the boot sector of
  22. sda2 and looks at sector 60979048 of the same hard
  23. drive for core.img, but core.img can not be found at
  24. this location.
  25. Operating System: Debian GNU/Linux 6.0
  26. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  27.  
  28. sda3: __________________________________________________________________________
  29.  
  30. File system: ext4
  31. Boot sector type: -
  32. Boot sector info:
  33. Mounting failed: mount: /dev/sda3 already mounted or sda3 busy
  34.  
  35. sda4: __________________________________________________________________________
  36.  
  37. File system: Extended Partition
  38. Boot sector type: -
  39. Boot sector info:
  40.  
  41. sda5: __________________________________________________________________________
  42.  
  43. File system: ntfs
  44. Boot sector type: Windows XP
  45. Boot sector info: According to the info in the boot sector, sda5 starts
  46. at sector 63.
  47. Operating System:
  48. Boot files:
  49.  
  50. sdb1: __________________________________________________________________________
  51.  
  52. File system: ntfs
  53. Boot sector type: Windows Vista/7
  54. Boot sector info: No errors found in the Boot Parameter Block.
  55. Operating System:
  56. Boot files:
  57.  
  58. ============================ Drive/Partition Info: =============================
  59.  
  60. Drive: sda _____________________________________________________________________
  61.  
  62. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  63. 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
  64. Units = sectors of 1 * 512 = 512 bytes
  65. Sector size (logical/physical): 512 bytes / 512 bytes
  66.  
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68.  
  69. /dev/sda1 63 1,992,059 1,991,997 82 Linux swap / Solaris
  70. /dev/sda2 1,992,704 110,977,023 108,984,320 83 Linux
  71. /dev/sda3 * 110,977,024 204,796,680 93,819,657 83 Linux
  72. /dev/sda4 * 204,796,681 312,560,639 107,763,959 f W95 Extended (LBA)
  73. /dev/sda5 204,796,683 312,560,639 107,763,957 7 NTFS / exFAT / HPFS
  74.  
  75.  
  76. Drive: sdb _____________________________________________________________________
  77.  
  78. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  79. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  80. Units = sectors of 1 * 512 = 512 bytes
  81. Sector size (logical/physical): 512 bytes / 512 bytes
  82.  
  83. Partition Boot Start Sector End Sector # of Sectors Id System
  84.  
  85. /dev/sdb1 63 976,768,064 976,768,002 7 NTFS / exFAT / HPFS
  86.  
  87.  
  88. "blkid" output: ________________________________________________________________
  89.  
  90. Device UUID TYPE LABEL
  91.  
  92. /dev/sda1 b540fcce-9e4d-4ddd-8649-6c0ffd5fc2f0 swap
  93. /dev/sda2 5cf38683-e4fc-4fee-bebb-e100803dd681 ext4
  94. /dev/sda3 3bbf1b4b-18cd-401d-961a-7d6f84e0a1c5 ext4
  95. /dev/sda5 42386D5B386D4ECB ntfs bokis
  96. /dev/sdb1 209E9ADF46A2E0A9 ntfs ribet
  97.  
  98. ================================ Mount points: =================================
  99.  
  100. Device Mount_Point Type Options
  101.  
  102. /dev/root / ext4 (rw,relatime,barrier=1,data=ordered)
  103. /dev/sda2 /media/disk ext4 (rw,nosuid,nodev,uhelper=hal)
  104. /dev/sda5 /media/bokis fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
  105. /dev/sdb1 /media/ribet fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
  106.  
  107.  
  108. =========================== sda2/boot/grub/grub.cfg: ===========================
  109.  
  110. --------------------------------------------------------------------------------
  111. #
  112. # DO NOT EDIT THIS FILE
  113. #
  114. # It is automatically generated by grub-mkconfig using templates
  115. # from /etc/grub.d and settings from /etc/default/grub
  116. #
  117.  
  118. ### BEGIN /etc/grub.d/00_header ###
  119. if [ -s $prefix/grubenv ]; then
  120. load_env
  121. fi
  122. set default="0"
  123. if [ "${prev_saved_entry}" ]; then
  124. set saved_entry="${prev_saved_entry}"
  125. save_env saved_entry
  126. set prev_saved_entry=
  127. save_env prev_saved_entry
  128. set boot_once=true
  129. fi
  130.  
  131. function savedefault {
  132. if [ -z "${boot_once}" ]; then
  133. saved_entry="${chosen}"
  134. save_env saved_entry
  135. fi
  136. }
  137.  
  138. function load_video {
  139. insmod vbe
  140. insmod vga
  141. insmod video_bochs
  142. insmod video_cirrus
  143. }
  144.  
  145. insmod part_msdos
  146. insmod ext2
  147. set root='(hd0,msdos2)'
  148. search --no-floppy --fs-uuid --set 5cf38683-e4fc-4fee-bebb-e100803dd681
  149. if loadfont /usr/share/grub/unicode.pf2 ; then
  150. set gfxmode=640x480
  151. load_video
  152. insmod gfxterm
  153. fi
  154. terminal_output gfxterm
  155. insmod part_msdos
  156. insmod ext2
  157. set root='(hd0,msdos2)'
  158. search --no-floppy --fs-uuid --set 5cf38683-e4fc-4fee-bebb-e100803dd681
  159. set locale_dir=($root)/boot/grub/locale
  160. set lang=en
  161. insmod gettext
  162. set timeout=5
  163. ### END /etc/grub.d/00_header ###
  164.  
  165. ### BEGIN /etc/grub.d/05_debian_theme ###
  166. insmod part_msdos
  167. insmod ext2
  168. set root='(hd0,msdos2)'
  169. search --no-floppy --fs-uuid --set 5cf38683-e4fc-4fee-bebb-e100803dd681
  170. insmod png
  171. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  172. set color_normal=light-gray/black
  173. set color_highlight=white/black
  174. else
  175. set menu_color_normal=cyan/blue
  176. set menu_color_highlight=white/blue
  177. fi
  178. ### END /etc/grub.d/05_debian_theme ###
  179.  
  180. ### BEGIN /etc/grub.d/10_linux ### buat slackware
  181. menuentry 'i-LOVE-kaskus' --class slackware --class gnu-linux --class gnu --class os {
  182. insmod part_msdos
  183. insmod ext2
  184. set root='(hd0,msdos3)'
  185. search --no-floppy --fs-uuid --set 5cf38683-e4fc-4fee-bebb-e100803dd681
  186. echo 'ariyasa---ganteng'
  187. linux /boot/vmlinuz-huge-2.6.37.6 root=/dev/sda3 ro quiet
  188. }
  189. ### END /etc/grub.d/10_linux ### end buat slackware
  190.  
  191.  
  192.  
  193. ### BEGIN /etc/grub.d/10_linux ###
  194.  
  195. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class gnu-linux --class gnu --class os {
  196. insmod part_msdos
  197. insmod ext2
  198. set root='(hd0,msdos2)'
  199. search --no-floppy --fs-uuid --set 5cf38683-e4fc-4fee-bebb-e100803dd681
  200. echo 'Loading Linux 2.6.32-5-686 ...'
  201. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=5cf38683-e4fc-4fee-bebb-e100803dd681 ro quiet
  202. echo 'Loading initial ramdisk ...'
  203. initrd /boot/initrd.img-2.6.32-5-686
  204. }
  205. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  206. insmod part_msdos
  207. insmod ext2
  208. set root='(hd0,msdos2)'
  209. search --no-floppy --fs-uuid --set 5cf38683-e4fc-4fee-bebb-e100803dd681
  210. echo 'Loading Linux 2.6.32-5-686 ...'
  211. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=5cf38683-e4fc-4fee-bebb-e100803dd681 ro single
  212. echo 'Loading initial ramdisk ...'
  213. initrd /boot/initrd.img-2.6.32-5-686
  214. }
  215. ### END /etc/grub.d/10_linux ###
  216.  
  217. ### BEGIN /etc/grub.d/20_linux_xen ###
  218. ### END /etc/grub.d/20_linux_xen ###
  219.  
  220. ### BEGIN /etc/grub.d/30_os-prober ###
  221. menuentry "Linux (on /dev/sda3)" {
  222. insmod part_msdos
  223. insmod ext2
  224. set root='(hd0,msdos3)'
  225. search --no-floppy --fs-uuid --set 3bbf1b4b-18cd-401d-961a-7d6f84e0a1c5
  226. linux /boot/vmlinuz ro vt.default_utf8=1 vga = normal
  227. }
  228. ### END /etc/grub.d/30_os-prober ###
  229.  
  230. ### BEGIN /etc/grub.d/40_custom ###
  231. # This file provides an easy way to add custom menu entries. Simply type the
  232. # menu entries you want to add after this comment. Be careful not to change
  233. # the 'exec tail' line above.
  234. ### END /etc/grub.d/40_custom ###
  235.  
  236. ### BEGIN /etc/grub.d/41_custom ###
  237. if [ -f $prefix/custom.cfg ]; then
  238. source $prefix/custom.cfg;
  239. fi
  240. ### END /etc/grub.d/41_custom ###
  241. --------------------------------------------------------------------------------
  242.  
  243. =============================== sda2/etc/fstab: ================================
  244.  
  245. --------------------------------------------------------------------------------
  246. # /etc/fstab: static file system information.
  247. #
  248. # Use 'blkid' to print the universally unique identifier for a
  249. # device; this may be used with UUID= as a more robust way to name devices
  250. # that works even if disks are added and removed. See fstab(5).
  251. #
  252. # <file system> <mount point> <type> <options> <dump> <pass>
  253. proc /proc proc defaults 0 0
  254. # / was on /dev/sda2 during installation
  255. UUID=5cf38683-e4fc-4fee-bebb-e100803dd681 / ext4 errors=remount-ro 0 1
  256. # swap was on /dev/sda1 during installation
  257. UUID=1caf2d05-8727-440f-9f41-e2c5fecf78e5 none swap sw 0 0
  258. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  259. --------------------------------------------------------------------------------
  260.  
  261. =================== sda2: Location of files loaded by Grub: ====================
  262.  
  263. GiB - GB File Fragment(s)
  264.  
  265. 29.078575134 = 31.222882304 boot/grub/core.img 1
  266. 9.085048676 = 9.754996736 boot/grub/grub.cfg 1
  267. 11.793945312 = 12.663652352 boot/initrd.img-2.6.32-5-686 2
  268. 9.262886047 = 9.945948160 boot/vmlinuz-2.6.32-5-686 1
  269. 1.385028839 = 1.487163392 boot/vmlinuz-huge-2.6.37.6 2
  270. 11.793945312 = 12.663652352 initrd.img 2
  271. 9.262886047 = 9.945948160 vmlinuz 1
  272.  
  273. =============================== StdErr Messages: ===============================
  274.  
  275. No volume groups found
  276. mdadm: No arrays found in config file or automatically
Add Comment
Please, Sign In to add comment