Advertisement
Guest User

Untitled

a guest
Apr 28th, 2013
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.17 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  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. in partition 94 for .
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ntfs
  13. Boot sector type: Windows Vista/7: NTFS
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /bootmgr /Boot/BCD
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: ntfs
  21. Boot sector type: Windows Vista/7: NTFS
  22. Boot sector info: No errors found in the Boot Parameter Block.
  23. Operating System:
  24. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28. File system: ext4
  29. Boot sector type: -
  30. Boot sector info:
  31. Operating System: Ubuntu 13.04
  32. Boot files: /boot/grub/grub.cfg /etc/fstab
  33.  
  34. sda4: __________________________________________________________________________
  35.  
  36. File system: Extended Partition
  37. Boot sector type: Unknown
  38. Boot sector info:
  39.  
  40. sda5: __________________________________________________________________________
  41.  
  42. File system: swap
  43. Boot sector type: -
  44. Boot sector info:
  45.  
  46. ============================ Drive/Partition Info: =============================
  47.  
  48. Drive: sda _____________________________________________________________________
  49.  
  50. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  51. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  52. Units = sectors of 1 * 512 = 512 bytes
  53. Sector size (logical/physical): 512 bytes / 512 bytes
  54.  
  55. Partition Boot Start Sector End Sector # of Sectors Id System
  56.  
  57. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  58. /dev/sda2 206,848 573,954,254 573,747,407 7 NTFS / exFAT / HPFS
  59. /dev/sda3 597,350,400 625,141,759 27,791,360 83 Linux
  60. /dev/sda4 594,421,758 597,350,399 2,928,642 f W95 Extended (LBA)
  61. /dev/sda5 594,421,760 597,350,399 2,928,640 82 Linux swap / Solaris
  62.  
  63.  
  64. "blkid" output: ________________________________________________________________
  65.  
  66. Device UUID TYPE LABEL
  67.  
  68. /dev/sda1 346AB9AE6AB96D6C ntfs System Reserved
  69. /dev/sda2 9E6CBC1A6CBBEB63 ntfs
  70. /dev/sda3 48faf55b-5945-403f-8cb2-fd90e8a98625 ext4
  71. /dev/sda5 65594269-c36e-49d3-a28b-e6a50f944145 swap
  72.  
  73. ================================ Mount points: =================================
  74.  
  75. Device Mount_Point Type Options
  76.  
  77. /dev/sda3 / ext4 (rw,errors=remount-ro)
  78.  
  79.  
  80. =========================== sda3/boot/grub/grub.cfg: ===========================
  81.  
  82. --------------------------------------------------------------------------------
  83. #
  84. # DO NOT EDIT THIS FILE
  85. #
  86. # It is automatically generated by grub-mkconfig using templates
  87. # from /etc/grub.d and settings from /etc/default/grub
  88. #
  89.  
  90. ### BEGIN /etc/grub.d/00_header ###
  91. if [ -s $prefix/grubenv ]; then
  92. set have_grubenv=true
  93. load_env
  94. fi
  95. set default="4"
  96.  
  97. if [ x"${feature_menuentry_id}" = xy ]; then
  98. menuentry_id_option="--id"
  99. else
  100. menuentry_id_option=""
  101. fi
  102.  
  103. export menuentry_id_option
  104.  
  105. if [ "${prev_saved_entry}" ]; then
  106. set saved_entry="${prev_saved_entry}"
  107. save_env saved_entry
  108. set prev_saved_entry=
  109. save_env prev_saved_entry
  110. set boot_once=true
  111. fi
  112.  
  113. function savedefault {
  114. if [ -z "${boot_once}" ]; then
  115. saved_entry="${chosen}"
  116. save_env saved_entry
  117. fi
  118. }
  119.  
  120. function recordfail {
  121. set recordfail=1
  122. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  123. }
  124.  
  125. function load_video {
  126. if [ x$feature_all_video_module = xy ]; then
  127. insmod all_video
  128. else
  129. insmod efi_gop
  130. insmod efi_uga
  131. insmod ieee1275_fb
  132. insmod vbe
  133. insmod vga
  134. insmod video_bochs
  135. insmod video_cirrus
  136. fi
  137. }
  138.  
  139. if [ x$feature_default_font_path = xy ] ; then
  140. font=unicode
  141. else
  142. insmod part_msdos
  143. insmod ext2
  144. set root='hd0,msdos3'
  145. if [ x$feature_platform_search_hint = xy ]; then
  146. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  147. else
  148. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  149. fi
  150. font="/usr/share/grub/unicode.pf2"
  151. fi
  152.  
  153. if loadfont $font ; then
  154. set gfxmode=auto
  155. load_video
  156. insmod gfxterm
  157. set locale_dir=$prefix/locale
  158. set lang=en_US
  159. insmod gettext
  160. fi
  161. terminal_output gfxterm
  162. if [ "${recordfail}" = 1 ]; then
  163. set timeout=10
  164. else
  165. set timeout=10
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168.  
  169. ### BEGIN /etc/grub.d/05_debian_theme ###
  170. set menu_color_normal=white/black
  171. set menu_color_highlight=black/light-gray
  172. if background_color 44,0,30; then
  173. clear
  174. fi
  175. ### END /etc/grub.d/05_debian_theme ###
  176.  
  177. ### BEGIN /etc/grub.d/10_linux ###
  178. function gfxmode {
  179. set gfxpayload="${1}"
  180. if [ "${1}" = "keep" ]; then
  181. set vt_handoff=vt.handoff=7
  182. else
  183. set vt_handoff=
  184. fi
  185. }
  186. if [ "${recordfail}" != 1 ]; then
  187. if [ -e ${prefix}/gfxblacklist.txt ]; then
  188. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  189. if [ ${match} = 0 ]; then
  190. set linux_gfx_mode=keep
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. else
  198. set linux_gfx_mode=keep
  199. fi
  200. else
  201. set linux_gfx_mode=text
  202. fi
  203. export linux_gfx_mode
  204. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-48faf55b-5945-403f-8cb2-fd90e8a98625' {
  205. recordfail
  206. load_video
  207. gfxmode $linux_gfx_mode
  208. insmod gzio
  209. insmod part_msdos
  210. insmod ext2
  211. set root='hd0,msdos3'
  212. if [ x$feature_platform_search_hint = xy ]; then
  213. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  214. else
  215. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  216. fi
  217. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro quiet splash $vt_handoff
  218. initrd /boot/initrd.img-3.8.0-19-generic
  219. }
  220. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-48faf55b-5945-403f-8cb2-fd90e8a98625' {
  221. menuentry 'Ubuntu, with Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-48faf55b-5945-403f-8cb2-fd90e8a98625' {
  222. recordfail
  223. load_video
  224. gfxmode $linux_gfx_mode
  225. insmod gzio
  226. insmod part_msdos
  227. insmod ext2
  228. set root='hd0,msdos3'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  231. else
  232. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  233. fi
  234. echo 'Loading Linux 3.8.0-19-generic ...'
  235. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro quiet splash $vt_handoff
  236. echo 'Loading initial ramdisk ...'
  237. initrd /boot/initrd.img-3.8.0-19-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 3.8.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-48faf55b-5945-403f-8cb2-fd90e8a98625' {
  240. recordfail
  241. load_video
  242. insmod gzio
  243. insmod part_msdos
  244. insmod ext2
  245. set root='hd0,msdos3'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  248. else
  249. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  250. fi
  251. echo 'Loading Linux 3.8.0-19-generic ...'
  252. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro recovery nomodeset
  253. echo 'Loading initial ramdisk ...'
  254. initrd /boot/initrd.img-3.8.0-19-generic
  255. }
  256. menuentry 'Ubuntu, with Linux 3.5.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-advanced-48faf55b-5945-403f-8cb2-fd90e8a98625' {
  257. recordfail
  258. load_video
  259. gfxmode $linux_gfx_mode
  260. insmod gzio
  261. insmod part_msdos
  262. insmod ext2
  263. set root='hd0,msdos3'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  266. else
  267. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  268. fi
  269. echo 'Loading Linux 3.5.0-27-generic ...'
  270. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro quiet splash $vt_handoff
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-3.5.0-27-generic
  273. }
  274. menuentry 'Ubuntu, with Linux 3.5.0-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-recovery-48faf55b-5945-403f-8cb2-fd90e8a98625' {
  275. recordfail
  276. load_video
  277. insmod gzio
  278. insmod part_msdos
  279. insmod ext2
  280. set root='hd0,msdos3'
  281. if [ x$feature_platform_search_hint = xy ]; then
  282. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  283. else
  284. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  285. fi
  286. echo 'Loading Linux 3.5.0-27-generic ...'
  287. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 ro recovery nomodeset
  288. echo 'Loading initial ramdisk ...'
  289. initrd /boot/initrd.img-3.5.0-27-generic
  290. }
  291. }
  292.  
  293. ### END /etc/grub.d/10_linux ###
  294.  
  295. ### BEGIN /etc/grub.d/20_linux_xen ###
  296.  
  297. ### END /etc/grub.d/20_linux_xen ###
  298.  
  299. ### BEGIN /etc/grub.d/20_memtest86+ ###
  300. menuentry "Memory test (memtest86+)" {
  301. insmod part_msdos
  302. insmod ext2
  303. set root='hd0,msdos3'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  306. else
  307. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  308. fi
  309. linux16 /boot/memtest86+.bin
  310. }
  311. menuentry "Memory test (memtest86+, serial console 115200)" {
  312. insmod part_msdos
  313. insmod ext2
  314. set root='hd0,msdos3'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 48faf55b-5945-403f-8cb2-fd90e8a98625
  317. else
  318. search --no-floppy --fs-uuid --set=root 48faf55b-5945-403f-8cb2-fd90e8a98625
  319. fi
  320. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  321. }
  322. ### END /etc/grub.d/20_memtest86+ ###
  323.  
  324. ### BEGIN /etc/grub.d/30_os-prober ###
  325. menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-346AB9AE6AB96D6C' {
  326. insmod part_msdos
  327. insmod ntfs
  328. set root='hd0,msdos1'
  329. if [ x$feature_platform_search_hint = xy ]; then
  330. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 346AB9AE6AB96D6C
  331. else
  332. search --no-floppy --fs-uuid --set=root 346AB9AE6AB96D6C
  333. fi
  334. drivemap -s (hd0) ${root}
  335. chainloader +1
  336. }
  337. menuentry 'Windows 8 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-9E6CBC1A6CBBEB63' {
  338. insmod part_msdos
  339. insmod ntfs
  340. set root='hd0,msdos2'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 9E6CBC1A6CBBEB63
  343. else
  344. search --no-floppy --fs-uuid --set=root 9E6CBC1A6CBBEB63
  345. fi
  346. drivemap -s (hd0) ${root}
  347. chainloader +1
  348. }
  349. ### END /etc/grub.d/30_os-prober ###
  350.  
  351. ### BEGIN /etc/grub.d/40_custom ###
  352. # This file provides an easy way to add custom menu entries. Simply type the
  353. # menu entries you want to add after this comment. Be careful not to change
  354. # the 'exec tail' line above.
  355. ### END /etc/grub.d/40_custom ###
  356.  
  357. ### BEGIN /etc/grub.d/41_custom ###
  358. if [ -f ${config_directory}/custom.cfg ]; then
  359. source ${config_directory}/custom.cfg
  360. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  361. source $prefix/custom.cfg;
  362. fi
  363. ### END /etc/grub.d/41_custom ###
  364.  
  365. ### BEGIN /etc/grub.d/50_uefi-firmware ###
  366. ### END /etc/grub.d/50_uefi-firmware ###
  367. --------------------------------------------------------------------------------
  368.  
  369. =============================== sda3/etc/fstab: ================================
  370.  
  371. --------------------------------------------------------------------------------
  372. # /etc/fstab: static file system information.
  373. #
  374. # Use 'blkid' to print the universally unique identifier for a
  375. # device; this may be used with UUID= as a more robust way to name devices
  376. # that works even if disks are added and removed. See fstab(5).
  377. #
  378. # <file system> <mount point> <type> <options> <dump> <pass>
  379. # / was on /dev/sda4 during installation
  380. UUID=48faf55b-5945-403f-8cb2-fd90e8a98625 / ext4 errors=remount-ro 0 1
  381. # swap was on /dev/sda5 during installation
  382. UUID=65594269-c36e-49d3-a28b-e6a50f944145 none swap sw 0 0
  383. --------------------------------------------------------------------------------
  384.  
  385. =================== sda3: Location of files loaded by Grub: ====================
  386.  
  387. GiB - GB File Fragment(s)
  388.  
  389. 291.092494965 = 312.558186496 boot/grub/grub.cfg 1
  390. 297.603084564 = 319.548878848 boot/initrd.img-3.5.0-27-generic 1
  391. 290.068641663 = 311.458832384 boot/initrd.img-3.8.0-19-generic 9
  392. 296.253841400 = 318.100140032 boot/vmlinuz-3.5.0-27-generic 2
  393. 286.062618256 = 307.157397504 boot/vmlinuz-3.8.0-19-generic 1
  394. 290.068641663 = 311.458832384 initrd.img 9
  395. 290.068641663 = 311.458832384 initrd.img.old 9
  396. 286.062618256 = 307.157397504 vmlinuz 1
  397. 286.062618256 = 307.157397504 vmlinuz.old 1
  398.  
  399. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  400.  
  401. Unknown BootLoader on sda4
  402.  
  403. 00000000 90 94 85 1f 3f ef 67 f7 2c 7b f7 39 f7 45 9f 18 |....?.g.,{.9.E..|
  404. 00000010 a0 8d 95 92 91 96 2d d1 18 5c 3d 40 82 83 ed 8a |......-..\=@....|
  405. 00000020 f1 8d ee 19 1c 12 8c 0a fb 0d 98 18 fb 0b 8f fb |................|
  406. 00000030 08 95 fb 00 1e fb 4f 75 93 76 f7 49 9f 05 fc 03 |......Ou.v.I....|
  407. 00000040 b2 f7 14 fb 51 e2 1b 8d ac 8b a5 9b 82 a2 7a ad |....Q.........z.|
  408. 00000050 1f a0 f7 35 05 fc 74 f9 25 15 6a fb 2a 3e fb 6a |...5..t.%.j.*>.j|
  409. 00000060 22 fb 23 96 7f 18 bd ba b8 c3 b1 c6 08 fc c2 9a |".#.............|
  410. 00000070 07 a8 ac 9d 91 8c 1f f8 f1 07 9d 8d 95 92 8e 94 |................|
  411. 00000080 5d 9d 18 ae cf a8 cf a0 c5 a5 89 94 92 8f 97 08 |]...............|
  412. 00000090 fb c0 fb f6 15 a6 96 1c 10 85 1d 81 f7 98 e9 fd |................|
  413. 000000a0 65 1d 34 1c 0a 30 0a 59 81 61 83 71 87 b9 1c 22 |e.4..0.Y.a.q..."|
  414. 000000b0 cf 1d f7 0c c1 e2 b6 c7 aa 88 99 18 5c 80 5d 81 |............\.].|
  415. 000000c0 5f 82 08 f7 9f 07 f8 d3 f7 e5 15 b0 73 b0 5a 94 |_...........s.Z.|
  416. 000000d0 61 1c 17 51 1d a1 9e 9f a4 ae 66 b9 fb 08 98 1f |a..Q......f.....|
  417. 000000e0 0e 7d 99 f8 42 a1 f7 42 a1 cf a1 01 f7 34 da f8 |.}..B..B.....4..|
  418. 000000f0 22 dd f7 35 e3 14 ae 14 50 f9 fa f9 62 15 57 45 |"..5....P...b.WE|
  419. 00000100 05 fb c3 06 a4 b7 a1 bb 9e be 08 a4 94 91 97 8e |................|
  420. 00000110 1f fb 0e b0 6d fb 24 55 fb 21 52 39 19 5f b0 f8 |....m.$U.!R9._..|
  421. 00000120 da 0a f7 16 c0 ec b6 d0 ac 76 5e 75 64 73 6d 99 |.........v^udsm.|
  422. 00000130 82 18 e7 d3 d7 f7 0e bd f7 24 08 a5 92 fa 33 1d |.........$....3.|
  423. 00000140 fb 07 ac 79 34 70 35 6b 42 19 53 7f 53 7f 58 81 |...y4p5kB.S.S.X.|
  424. 00000150 08 f7 9f f4 1c 2a c7 1d 75 9d bd b3 b8 c1 b2 cb |.....*..u.......|
  425. 00000160 19 f7 1b fc f7 1c 17 60 0a fb 20 7d 06 db 86 b1 |.......`.. }....|
  426. 00000170 83 51 1a f6 93 9c ad c5 1a f8 f7 f7 5d fb 82 1d |.Q..........]...|
  427. 00000180 fb 58 fb 67 15 c4 2d c1 fb 2e 88 fb 04 08 7d 98 |.X.g..-.......}.|
  428. 00000190 98 85 97 1b a7 a1 ac bf d5 5e f7 05 fb 1d f7 06 |.........^......|
  429. 000001a0 1f 0e f8 24 a2 8e a1 f7 63 a1 ab a2 d5 1c 06 d6 |...$....c.......|
  430. 000001b0 1d f7 33 da f7 3a da f7 28 da 14 a7 14 50 00 fe |..3..:..(....P..|
  431. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 b0 2c 00 00 00 |............,...|
  432. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  433. *
  434. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  435. 00000200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement