Advertisement
Guest User

results

a guest
May 1st, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 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 2048
  7. of the same hard drive for core.img. core.img is at this location and
  8. looks in partition 94 for .
  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 369066192 of the same hard drive
  16. for core.img. core.img is at this location and looks
  17. in partition 94 for . No errors found in the Boot
  18. Parameter Block.
  19. Operating System: Windows 7
  20. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  21.  
  22. sda2: __________________________________________________________________________
  23.  
  24. File system: ext4
  25. Boot sector type: Grub2 (v1.99)
  26. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda2
  27. and looks at sector 720319712 of the same hard drive
  28. for core.img. core.img is at this location and looks
  29. in partition 94 for .
  30. Operating System: Ubuntu 13.04
  31. Boot files: /boot/grub/grub.cfg /etc/fstab
  32.  
  33. sda3: __________________________________________________________________________
  34.  
  35. File system: ntfs
  36. Boot sector type: Windows Vista/7: NTFS
  37. Boot sector info: No errors found in the Boot Parameter Block.
  38. Operating System:
  39. Boot files: /bootmgr /boot/bcd
  40.  
  41. sda4: __________________________________________________________________________
  42.  
  43. File system: BIOS Boot partition
  44. Boot sector type: Grub2's core.img
  45. Boot sector info:
  46.  
  47. sda5: __________________________________________________________________________
  48.  
  49. File system: swap
  50. Boot sector type: -
  51. Boot sector info:
  52.  
  53. sda6: __________________________________________________________________________
  54.  
  55. File system:
  56. Boot sector type: -
  57. Boot sector info:
  58. Mounting failed: mount: unknown filesystem type ''
  59.  
  60. ============================ Drive/Partition Info: =============================
  61.  
  62. Drive: sda _____________________________________________________________________
  63.  
  64. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  65. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  66. Units = sectors of 1 * 512 = 512 bytes
  67. Sector size (logical/physical): 512 bytes / 4096 bytes
  68.  
  69. Partition Boot Start Sector End Sector # of Sectors Id System
  70.  
  71. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  72.  
  73.  
  74. GUID Partition Table detected.
  75.  
  76. Partition Start Sector End Sector # of Sectors System
  77. /dev/sda1 673,792 338,280,447 337,606,656 Data partition (Windows/Linux)
  78. /dev/sda2 338,280,448 917,092,351 578,811,904 Data partition (Windows/Linux)
  79. /dev/sda3 924,344,320 976,773,119 52,428,800 Windows Recovery Environment (Windows)
  80. /dev/sda4 2,048 292,863 290,816 BIOS Boot partition
  81. /dev/sda5 292,864 673,791 380,928 Swap partition (Linux)
  82. /dev/sda6 917,092,352 924,344,319 7,251,968 Swap partition (Linux)
  83.  
  84. "blkid" output: ________________________________________________________________
  85.  
  86. Device UUID TYPE LABEL
  87.  
  88. /dev/loop0 squashfs
  89. /dev/sda1 40F414BAF414B3DE ntfs OS
  90. /dev/sda2 95de6724-6452-4887-bf9c-b0a69256970f ext4
  91. /dev/sda3 AC7A43BA7A438056 ntfs Recovery
  92. /dev/sda5 1c69b9ec-f854-4138-a3b0-5a31dff7b7c3 swap
  93. /dev/sr0 iso9660 Ubuntu 13.04 amd64
  94.  
  95. ================================ Mount points: =================================
  96.  
  97. Device Mount_Point Type Options
  98.  
  99. /dev/loop0 /rofs squashfs (ro,noatime)
  100. /dev/sr0 /cdrom iso9660 (ro,noatime)
  101.  
  102.  
  103. =========================== sda2/boot/grub/grub.cfg: ===========================
  104.  
  105. --------------------------------------------------------------------------------
  106. #
  107. # DO NOT EDIT THIS FILE
  108. #
  109. # It is automatically generated by grub-mkconfig using templates
  110. # from /etc/grub.d and settings from /etc/default/grub
  111. #
  112.  
  113. ### BEGIN /etc/grub.d/00_header ###
  114. if [ -s $prefix/grubenv ]; then
  115. set have_grubenv=true
  116. load_env
  117. fi
  118. set default="0"
  119.  
  120. if [ x"${feature_menuentry_id}" = xy ]; then
  121. menuentry_id_option="--id"
  122. else
  123. menuentry_id_option=""
  124. fi
  125.  
  126. export menuentry_id_option
  127.  
  128. if [ "${prev_saved_entry}" ]; then
  129. set saved_entry="${prev_saved_entry}"
  130. save_env saved_entry
  131. set prev_saved_entry=
  132. save_env prev_saved_entry
  133. set boot_once=true
  134. fi
  135.  
  136. function savedefault {
  137. if [ -z "${boot_once}" ]; then
  138. saved_entry="${chosen}"
  139. save_env saved_entry
  140. fi
  141. }
  142.  
  143. function recordfail {
  144. set recordfail=1
  145. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  146. }
  147.  
  148. function load_video {
  149. if [ x$feature_all_video_module = xy ]; then
  150. insmod all_video
  151. else
  152. insmod efi_gop
  153. insmod efi_uga
  154. insmod ieee1275_fb
  155. insmod vbe
  156. insmod vga
  157. insmod video_bochs
  158. insmod video_cirrus
  159. fi
  160. }
  161.  
  162. if [ x$feature_default_font_path = xy ] ; then
  163. font=unicode
  164. else
  165. insmod part_gpt
  166. insmod ext2
  167. set root='hd0,gpt2'
  168. if [ x$feature_platform_search_hint = xy ]; then
  169. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 95de6724-6452-4887-bf9c-b0a69256970f
  170. else
  171. search --no-floppy --fs-uuid --set=root 95de6724-6452-4887-bf9c-b0a69256970f
  172. fi
  173. font="/usr/share/grub/unicode.pf2"
  174. fi
  175.  
  176. if loadfont $font ; then
  177. set gfxmode=auto
  178. load_video
  179. insmod gfxterm
  180. set locale_dir=$prefix/locale
  181. set lang=en_US
  182. insmod gettext
  183. fi
  184. terminal_output gfxterm
  185. if [ "${recordfail}" = 1 ]; then
  186. set timeout=10
  187. else
  188. set timeout=10
  189. fi
  190. ### END /etc/grub.d/00_header ###
  191.  
  192. ### BEGIN /etc/grub.d/05_debian_theme ###
  193. set menu_color_normal=white/black
  194. set menu_color_highlight=black/light-gray
  195. if background_color 44,0,30; then
  196. clear
  197. fi
  198. ### END /etc/grub.d/05_debian_theme ###
  199.  
  200. ### BEGIN /etc/grub.d/10_linux ###
  201. function gfxmode {
  202. set gfxpayload="${1}"
  203. if [ "${1}" = "keep" ]; then
  204. set vt_handoff=vt.handoff=7
  205. else
  206. set vt_handoff=
  207. fi
  208. }
  209. if [ "${recordfail}" != 1 ]; then
  210. if [ -e ${prefix}/gfxblacklist.txt ]; then
  211. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  212. if [ ${match} = 0 ]; then
  213. set linux_gfx_mode=keep
  214. else
  215. set linux_gfx_mode=text
  216. fi
  217. else
  218. set linux_gfx_mode=text
  219. fi
  220. else
  221. set linux_gfx_mode=keep
  222. fi
  223. else
  224. set linux_gfx_mode=text
  225. fi
  226. export linux_gfx_mode
  227. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-95de6724-6452-4887-bf9c-b0a69256970f' {
  228. recordfail
  229. load_video
  230. gfxmode $linux_gfx_mode
  231. insmod gzio
  232. insmod part_gpt
  233. insmod ext2
  234. set root='hd0,gpt2'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 95de6724-6452-4887-bf9c-b0a69256970f
  237. else
  238. search --no-floppy --fs-uuid --set=root 95de6724-6452-4887-bf9c-b0a69256970f
  239. fi
  240. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=95de6724-6452-4887-bf9c-b0a69256970f ro quiet splash $vt_handoff
  241. initrd /boot/initrd.img-3.8.0-19-generic
  242. }
  243. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-95de6724-6452-4887-bf9c-b0a69256970f' {
  244. 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-95de6724-6452-4887-bf9c-b0a69256970f' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. insmod part_gpt
  250. insmod ext2
  251. set root='hd0,gpt2'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 95de6724-6452-4887-bf9c-b0a69256970f
  254. else
  255. search --no-floppy --fs-uuid --set=root 95de6724-6452-4887-bf9c-b0a69256970f
  256. fi
  257. echo 'Loading Linux 3.8.0-19-generic ...'
  258. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=95de6724-6452-4887-bf9c-b0a69256970f ro quiet splash $vt_handoff
  259. echo 'Loading initial ramdisk ...'
  260. initrd /boot/initrd.img-3.8.0-19-generic
  261. }
  262. 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-95de6724-6452-4887-bf9c-b0a69256970f' {
  263. recordfail
  264. load_video
  265. insmod gzio
  266. insmod part_gpt
  267. insmod ext2
  268. set root='hd0,gpt2'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 95de6724-6452-4887-bf9c-b0a69256970f
  271. else
  272. search --no-floppy --fs-uuid --set=root 95de6724-6452-4887-bf9c-b0a69256970f
  273. fi
  274. echo 'Loading Linux 3.8.0-19-generic ...'
  275. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=95de6724-6452-4887-bf9c-b0a69256970f ro recovery nomodeset
  276. echo 'Loading initial ramdisk ...'
  277. initrd /boot/initrd.img-3.8.0-19-generic
  278. }
  279. }
  280.  
  281. ### END /etc/grub.d/10_linux ###
  282.  
  283. ### BEGIN /etc/grub.d/20_linux_xen ###
  284.  
  285. ### END /etc/grub.d/20_linux_xen ###
  286.  
  287. ### BEGIN /etc/grub.d/20_memtest86+ ###
  288. menuentry "Memory test (memtest86+)" {
  289. insmod part_gpt
  290. insmod ext2
  291. set root='hd0,gpt2'
  292. if [ x$feature_platform_search_hint = xy ]; then
  293. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 95de6724-6452-4887-bf9c-b0a69256970f
  294. else
  295. search --no-floppy --fs-uuid --set=root 95de6724-6452-4887-bf9c-b0a69256970f
  296. fi
  297. linux16 /boot/memtest86+.bin
  298. }
  299. menuentry "Memory test (memtest86+, serial console 115200)" {
  300. insmod part_gpt
  301. insmod ext2
  302. set root='hd0,gpt2'
  303. if [ x$feature_platform_search_hint = xy ]; then
  304. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 95de6724-6452-4887-bf9c-b0a69256970f
  305. else
  306. search --no-floppy --fs-uuid --set=root 95de6724-6452-4887-bf9c-b0a69256970f
  307. fi
  308. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  309. }
  310. ### END /etc/grub.d/20_memtest86+ ###
  311.  
  312. ### BEGIN /etc/grub.d/30_os-prober ###
  313. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-40F414BAF414B3DE' {
  314. insmod part_gpt
  315. insmod ntfs
  316. set root='hd0,gpt1'
  317. if [ x$feature_platform_search_hint = xy ]; then
  318. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 40F414BAF414B3DE
  319. else
  320. search --no-floppy --fs-uuid --set=root 40F414BAF414B3DE
  321. fi
  322. chainloader +1
  323. }
  324. menuentry 'Windows Recovery Environment (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-AC7A43BA7A438056' {
  325. insmod part_gpt
  326. insmod ntfs
  327. set root='hd0,gpt3'
  328. if [ x$feature_platform_search_hint = xy ]; then
  329. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 AC7A43BA7A438056
  330. else
  331. search --no-floppy --fs-uuid --set=root AC7A43BA7A438056
  332. fi
  333. drivemap -s (hd0) ${root}
  334. chainloader +1
  335. }
  336. ### END /etc/grub.d/30_os-prober ###
  337.  
  338. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  339. ### END /etc/grub.d/30_uefi-firmware ###
  340.  
  341. ### BEGIN /etc/grub.d/40_custom ###
  342. # This file provides an easy way to add custom menu entries. Simply type the
  343. # menu entries you want to add after this comment. Be careful not to change
  344. # the 'exec tail' line above.
  345. ### END /etc/grub.d/40_custom ###
  346.  
  347. ### BEGIN /etc/grub.d/41_custom ###
  348. if [ -f ${config_directory}/custom.cfg ]; then
  349. source ${config_directory}/custom.cfg
  350. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  351. source $prefix/custom.cfg;
  352. fi
  353. ### END /etc/grub.d/41_custom ###
  354. --------------------------------------------------------------------------------
  355.  
  356. =============================== sda2/etc/fstab: ================================
  357.  
  358. --------------------------------------------------------------------------------
  359. # /etc/fstab: static file system information.
  360. #
  361. # Use 'blkid' to print the universally unique identifier for a
  362. # device; this may be used with UUID= as a more robust way to name devices
  363. # that works even if disks are added and removed. See fstab(5).
  364. #
  365. # <file system> <mount point> <type> <options> <dump> <pass>
  366. # / was on /dev/sda2 during installation
  367. UUID=95de6724-6452-4887-bf9c-b0a69256970f / ext4 errors=remount-ro 0 1
  368. # swap was on /dev/sda5 during installation
  369. UUID=1c69b9ec-f854-4138-a3b0-5a31dff7b7c3 none swap sw 0 0
  370. --------------------------------------------------------------------------------
  371.  
  372. =================== sda2: Location of files loaded by Grub: ====================
  373.  
  374. GiB - GB File Fragment(s)
  375.  
  376. = boot/grub/grub.cfg 1
  377. = boot/initrd.img-3.8.0-19-generic 1
  378. = boot/vmlinuz-3.8.0-19-generic 1
  379. = initrd.img 1
  380. = vmlinuz 1
  381.  
  382. =============================== StdErr Messages: ===============================
  383.  
  384. awk: cmd. line:36: Math support is not compiled in
  385. awk: cmd. line:36: Math support is not compiled in
  386. awk: cmd. line:36: Math support is not compiled in
  387. awk: cmd. line:36: Math support is not compiled in
  388. awk: cmd. line:36: Math support is not compiled in
  389. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement