Advertisement
Guest User

Untitled

a guest
Nov 11th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 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: Windows 7
  24. Boot files: /Windows/System32/winload.exe
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28. File system: Extended Partition
  29. Boot sector type: -
  30. Boot sector info:
  31.  
  32. sda5: __________________________________________________________________________
  33.  
  34. File system: ntfs
  35. Boot sector type: Windows Vista/7: NTFS
  36. Boot sector info: According to the info in the boot sector, sda5 starts
  37. at sector 63.
  38. Operating System:
  39. Boot files:
  40.  
  41. sda6: __________________________________________________________________________
  42.  
  43. File system: swap
  44. Boot sector type: -
  45. Boot sector info:
  46.  
  47. sda7: __________________________________________________________________________
  48.  
  49. File system: ext4
  50. Boot sector type: -
  51. Boot sector info:
  52. Operating System: Ubuntu 13.10
  53. Boot files: /boot/grub/grub.cfg /etc/fstab
  54.  
  55. ============================ Drive/Partition Info: =============================
  56.  
  57. Drive: sda _____________________________________________________________________
  58.  
  59. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  60. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  61. Units = sectors of 1 * 512 = 512 bytes
  62. Sector size (logical/physical): 512 bytes / 4096 bytes
  63.  
  64. Partition Boot Start Sector End Sector # of Sectors Id System
  65.  
  66. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  67. /dev/sda2 206,848 205,021,529 204,814,682 7 NTFS / exFAT / HPFS
  68. /dev/sda3 205,021,591 1,465,147,391 1,260,125,801 f W95 Extended (LBA)
  69. /dev/sda5 205,021,593 1,156,885,248 951,863,656 7 NTFS / exFAT / HPFS
  70. /dev/sda6 1,449,857,024 1,465,147,391 15,290,368 82 Linux swap / Solaris
  71. /dev/sda7 1,156,886,528 1,449,850,879 292,964,352 83 Linux
  72.  
  73.  
  74. "blkid" output: ________________________________________________________________
  75.  
  76. Device UUID TYPE LABEL
  77.  
  78. /dev/sda1 EEE0929BE0926A1B ntfs System Reserved
  79. /dev/sda2 1222944822943329 ntfs W7
  80. /dev/sda5 12B4D1F0B4D1D5F7 ntfs Neshtata
  81. /dev/sda6 a89aff69-89b7-4cfc-a9c2-08d2836dcba1 swap
  82. /dev/sda7 6075bc7b-2b71-49d2-9d10-ea25e928f0f0 ext4
  83.  
  84. ================================ Mount points: =================================
  85.  
  86. Device Mount_Point Type Options
  87.  
  88. /dev/sda7 / ext4 (rw,errors=remount-ro)
  89.  
  90.  
  91. =========================== sda7/boot/grub/grub.cfg: ===========================
  92.  
  93. --------------------------------------------------------------------------------
  94. #
  95. # DO NOT EDIT THIS FILE
  96. #
  97. # It is automatically generated by grub-mkconfig using templates
  98. # from /etc/grub.d and settings from /etc/default/grub
  99. #
  100.  
  101. ### BEGIN /etc/grub.d/00_header ###
  102. if [ -s $prefix/grubenv ]; then
  103. set have_grubenv=true
  104. load_env
  105. fi
  106. set default="0"
  107.  
  108. if [ x"${feature_menuentry_id}" = xy ]; then
  109. menuentry_id_option="--id"
  110. else
  111. menuentry_id_option=""
  112. fi
  113.  
  114. export menuentry_id_option
  115.  
  116. if [ "${prev_saved_entry}" ]; then
  117. set saved_entry="${prev_saved_entry}"
  118. save_env saved_entry
  119. set prev_saved_entry=
  120. save_env prev_saved_entry
  121. set boot_once=true
  122. fi
  123.  
  124. function savedefault {
  125. if [ -z "${boot_once}" ]; then
  126. saved_entry="${chosen}"
  127. save_env saved_entry
  128. fi
  129. }
  130.  
  131. function recordfail {
  132. set recordfail=1
  133. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  134. }
  135.  
  136. function load_video {
  137. if [ x$feature_all_video_module = xy ]; then
  138. insmod all_video
  139. else
  140. insmod efi_gop
  141. insmod efi_uga
  142. insmod ieee1275_fb
  143. insmod vbe
  144. insmod vga
  145. insmod video_bochs
  146. insmod video_cirrus
  147. fi
  148. }
  149.  
  150. if [ x$feature_default_font_path = xy ] ; then
  151. font=unicode
  152. else
  153. insmod part_msdos
  154. insmod ext2
  155. set root='hd0,msdos7'
  156. if [ x$feature_platform_search_hint = xy ]; then
  157. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  158. else
  159. search --no-floppy --fs-uuid --set=root 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  160. fi
  161. font="/usr/share/grub/unicode.pf2"
  162. fi
  163.  
  164. if loadfont $font ; then
  165. set gfxmode=auto
  166. load_video
  167. insmod gfxterm
  168. set locale_dir=$prefix/locale
  169. set lang=en_US
  170. insmod gettext
  171. fi
  172. terminal_output gfxterm
  173. if [ "${recordfail}" = 1 ]; then
  174. set timeout=-1
  175. else
  176. set timeout=10
  177. fi
  178. ### END /etc/grub.d/00_header ###
  179.  
  180. ### BEGIN /etc/grub.d/05_debian_theme ###
  181. set menu_color_normal=white/black
  182. set menu_color_highlight=black/light-gray
  183. ### END /etc/grub.d/05_debian_theme ###
  184.  
  185. ### BEGIN /etc/grub.d/10_linux ###
  186. function gfxmode {
  187. set gfxpayload="${1}"
  188. if [ "${1}" = "keep" ]; then
  189. set vt_handoff=vt.handoff=7
  190. else
  191. set vt_handoff=
  192. fi
  193. }
  194. if [ "${recordfail}" != 1 ]; then
  195. if [ -e ${prefix}/gfxblacklist.txt ]; then
  196. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  197. if [ ${match} = 0 ]; then
  198. set linux_gfx_mode=keep
  199. else
  200. set linux_gfx_mode=text
  201. fi
  202. else
  203. set linux_gfx_mode=text
  204. fi
  205. else
  206. set linux_gfx_mode=keep
  207. fi
  208. else
  209. set linux_gfx_mode=text
  210. fi
  211. export linux_gfx_mode
  212. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6075bc7b-2b71-49d2-9d10-ea25e928f0f0' {
  213. recordfail
  214. load_video
  215. gfxmode $linux_gfx_mode
  216. insmod gzio
  217. insmod part_msdos
  218. insmod ext2
  219. set root='hd0,msdos7'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  222. else
  223. search --no-floppy --fs-uuid --set=root 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  224. fi
  225. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=6075bc7b-2b71-49d2-9d10-ea25e928f0f0 ro quiet splash $vt_handoff
  226. initrd /boot/initrd.img-3.11.0-12-generic
  227. }
  228. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-6075bc7b-2b71-49d2-9d10-ea25e928f0f0' {
  229. menuentry 'Ubuntu, with Linux 3.11.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-6075bc7b-2b71-49d2-9d10-ea25e928f0f0' {
  230. recordfail
  231. load_video
  232. gfxmode $linux_gfx_mode
  233. insmod gzio
  234. insmod part_msdos
  235. insmod ext2
  236. set root='hd0,msdos7'
  237. if [ x$feature_platform_search_hint = xy ]; then
  238. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  239. else
  240. search --no-floppy --fs-uuid --set=root 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  241. fi
  242. echo 'Loading Linux 3.11.0-12-generic ...'
  243. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=6075bc7b-2b71-49d2-9d10-ea25e928f0f0 ro quiet splash $vt_handoff
  244. echo 'Loading initial ramdisk ...'
  245. initrd /boot/initrd.img-3.11.0-12-generic
  246. }
  247. menuentry 'Ubuntu, with Linux 3.11.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-6075bc7b-2b71-49d2-9d10-ea25e928f0f0' {
  248. recordfail
  249. load_video
  250. insmod gzio
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos7'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  256. else
  257. search --no-floppy --fs-uuid --set=root 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  258. fi
  259. echo 'Loading Linux 3.11.0-12-generic ...'
  260. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=6075bc7b-2b71-49d2-9d10-ea25e928f0f0 ro recovery nomodeset
  261. echo 'Loading initial ramdisk ...'
  262. initrd /boot/initrd.img-3.11.0-12-generic
  263. }
  264. }
  265.  
  266. ### END /etc/grub.d/10_linux ###
  267.  
  268. ### BEGIN /etc/grub.d/20_linux_xen ###
  269.  
  270. ### END /etc/grub.d/20_linux_xen ###
  271.  
  272. ### BEGIN /etc/grub.d/20_memtest86+ ###
  273. menuentry 'Memory test (memtest86+)' {
  274. insmod part_msdos
  275. insmod ext2
  276. set root='hd0,msdos7'
  277. if [ x$feature_platform_search_hint = xy ]; then
  278. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  279. else
  280. search --no-floppy --fs-uuid --set=root 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  281. fi
  282. linux16 /boot/memtest86+.bin
  283. }
  284. menuentry 'Memory test (memtest86+, serial console 115200)' {
  285. insmod part_msdos
  286. insmod ext2
  287. set root='hd0,msdos7'
  288. if [ x$feature_platform_search_hint = xy ]; then
  289. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  290. else
  291. search --no-floppy --fs-uuid --set=root 6075bc7b-2b71-49d2-9d10-ea25e928f0f0
  292. fi
  293. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  294. }
  295. ### END /etc/grub.d/20_memtest86+ ###
  296.  
  297. ### BEGIN /etc/grub.d/30_os-prober ###
  298. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-EEE0929BE0926A1B' {
  299. insmod part_msdos
  300. insmod ntfs
  301. set root='hd0,msdos1'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 EEE0929BE0926A1B
  304. else
  305. search --no-floppy --fs-uuid --set=root EEE0929BE0926A1B
  306. fi
  307. chainloader +1
  308. }
  309. ### END /etc/grub.d/30_os-prober ###
  310.  
  311. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  312. ### END /etc/grub.d/30_uefi-firmware ###
  313.  
  314. ### BEGIN /etc/grub.d/40_custom ###
  315. # This file provides an easy way to add custom menu entries. Simply type the
  316. # menu entries you want to add after this comment. Be careful not to change
  317. # the 'exec tail' line above.
  318. ### END /etc/grub.d/40_custom ###
  319.  
  320. ### BEGIN /etc/grub.d/41_custom ###
  321. if [ -f ${config_directory}/custom.cfg ]; then
  322. source ${config_directory}/custom.cfg
  323. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  324. source $prefix/custom.cfg;
  325. fi
  326. ### END /etc/grub.d/41_custom ###
  327. --------------------------------------------------------------------------------
  328.  
  329. =============================== sda7/etc/fstab: ================================
  330.  
  331. --------------------------------------------------------------------------------
  332. # /etc/fstab: static file system information.
  333. #
  334. # Use 'blkid' to print the universally unique identifier for a
  335. # device; this may be used with UUID= as a more robust way to name devices
  336. # that works even if disks are added and removed. See fstab(5).
  337. #
  338. # <file system> <mount point> <type> <options> <dump> <pass>
  339. # / was on /dev/sda7 during installation
  340. UUID=6075bc7b-2b71-49d2-9d10-ea25e928f0f0 / ext4 errors=remount-ro 0 1
  341. # swap was on /dev/sda6 during installation
  342. UUID=a89aff69-89b7-4cfc-a9c2-08d2836dcba1 none swap sw 0 0
  343. --------------------------------------------------------------------------------
  344.  
  345. =================== sda7: Location of files loaded by Grub: ====================
  346.  
  347. GiB - GB File Fragment(s)
  348.  
  349.  
  350. =============================== StdErr Messages: ===============================
  351.  
  352. cat: /tmp/BootInfo-YKCpfHx1/Tmp_Log: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement