Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.51 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Windows is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: ntfs
  11. Boot sector type: Windows Vista/7: NTFS
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System:
  14. Boot files: /grldr /bootmgr /Boot/BCD /grldr
  15.  
  16. sda2: __________________________________________________________________________
  17.  
  18. File system: ntfs
  19. Boot sector type: Windows Vista/7: NTFS
  20. Boot sector info: No errors found in the Boot Parameter Block.
  21. Operating System: Windows 7
  22. Boot files: /Windows/System32/winload.exe
  23.  
  24. sda3: __________________________________________________________________________
  25.  
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System: Ubuntu 14.04 LTS
  30. Boot files: /boot/grub/grub.cfg /etc/fstab
  31.  
  32. sda4: __________________________________________________________________________
  33.  
  34. File system: swap
  35. Boot sector type: -
  36. Boot sector info:
  37.  
  38. sda5: __________________________________________________________________________
  39.  
  40. File system: vfat
  41. Boot sector type: FAT32
  42. Boot sector info: No errors found in the Boot Parameter Block.
  43. Operating System:
  44. Boot files: /efi/ubuntu/grubx64.efi /efi/ubuntu/MokManager.efi
  45. /efi/ubuntu/shimx64.efi
  46.  
  47. ============================ Drive/Partition Info: =============================
  48.  
  49. Drive: sda _____________________________________________________________________
  50.  
  51. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  52. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  53. Units = sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 4096 bytes
  55.  
  56. Partition Boot Start Sector End Sector # of Sectors Id System
  57.  
  58. /dev/sda1 1 1,465,149,167 1,465,149,167 ee GPT
  59.  
  60.  
  61. GUID Partition Table detected.
  62.  
  63. Partition Start Sector End Sector # of Sectors System
  64. /dev/sda1 2,048 206,847 204,800 Data partition (Windows/Linux)
  65. /dev/sda2 206,848 204,802,047 204,595,200 Data partition (Windows/Linux)
  66. /dev/sda3 204,802,048 1,461,243,903 1,256,441,856 Data partition (Linux)
  67. /dev/sda4 1,462,804,480 1,465,147,391 2,342,912 Swap partition (Linux)
  68. /dev/sda5 1,461,243,904 1,462,804,479 1,560,576 EFI System partition
  69.  
  70. "blkid" output: ________________________________________________________________
  71.  
  72. Device UUID TYPE LABEL
  73.  
  74. /dev/sda1 243E5D233E5CEEF4 ntfs System Reserved
  75. /dev/sda2 7EAA676CAA671FBF ntfs
  76. /dev/sda3 0154ada1-3378-4d4f-97d7-64092f8eea8a ext4
  77. /dev/sda4 43a9aeff-dd96-44c4-a091-784cfb739835 swap
  78. /dev/sda5 5761-0BA2 vfat
  79.  
  80. ================================ Mount points: =================================
  81.  
  82. Device Mount_Point Type Options
  83.  
  84. /dev/sda3 / ext4 (rw,errors=remount-ro)
  85. /dev/sda5 /boot/efi vfat (rw)
  86.  
  87.  
  88. =========================== sda3/boot/grub/grub.cfg: ===========================
  89.  
  90. --------------------------------------------------------------------------------
  91. #
  92. # DO NOT EDIT THIS FILE
  93. #
  94. # It is automatically generated by grub-mkconfig using templates
  95. # from /etc/grub.d and settings from /etc/default/grub
  96. #
  97.  
  98. ### BEGIN /etc/grub.d/00_header ###
  99. if [ -s $prefix/grubenv ]; then
  100. set have_grubenv=true
  101. load_env
  102. fi
  103. if [ "${next_entry}" ] ; then
  104. set default="${next_entry}"
  105. set next_entry=
  106. save_env next_entry
  107. set boot_once=true
  108. else
  109. set default="0"
  110. fi
  111.  
  112. if [ x"${feature_menuentry_id}" = xy ]; then
  113. menuentry_id_option="--id"
  114. else
  115. menuentry_id_option=""
  116. fi
  117.  
  118. export menuentry_id_option
  119.  
  120. if [ "${prev_saved_entry}" ]; then
  121. set saved_entry="${prev_saved_entry}"
  122. save_env saved_entry
  123. set prev_saved_entry=
  124. save_env prev_saved_entry
  125. set boot_once=true
  126. fi
  127.  
  128. function savedefault {
  129. if [ -z "${boot_once}" ]; then
  130. saved_entry="${chosen}"
  131. save_env saved_entry
  132. fi
  133. }
  134. function recordfail {
  135. set recordfail=1
  136. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  137. }
  138. function load_video {
  139. if [ x$feature_all_video_module = xy ]; then
  140. insmod all_video
  141. else
  142. insmod efi_gop
  143. insmod efi_uga
  144. insmod ieee1275_fb
  145. insmod vbe
  146. insmod vga
  147. insmod video_bochs
  148. insmod video_cirrus
  149. fi
  150. }
  151.  
  152. if [ x$feature_default_font_path = xy ] ; then
  153. font=unicode
  154. else
  155. insmod part_gpt
  156. insmod ext2
  157. set root='hd0,gpt3'
  158. if [ x$feature_platform_search_hint = xy ]; then
  159. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 0154ada1-3378-4d4f-97d7-64092f8eea8a
  160. else
  161. search --no-floppy --fs-uuid --set=root 0154ada1-3378-4d4f-97d7-64092f8eea8a
  162. fi
  163. font="/usr/share/grub/unicode.pf2"
  164. fi
  165.  
  166. if loadfont $font ; then
  167. set gfxmode=auto
  168. load_video
  169. insmod gfxterm
  170. set locale_dir=$prefix/locale
  171. set lang=en_NZ
  172. insmod gettext
  173. fi
  174. terminal_output gfxterm
  175. if [ "${recordfail}" = 1 ] ; then
  176. set timeout=-1
  177. else
  178. if [ x$feature_timeout_style = xy ] ; then
  179. set timeout_style=menu
  180. set timeout=10
  181. # Fallback normal timeout code in case the timeout_style feature is
  182. # unavailable.
  183. else
  184. set timeout=10
  185. fi
  186. fi
  187. ### END /etc/grub.d/00_header ###
  188.  
  189. ### BEGIN /etc/grub.d/05_debian_theme ###
  190. set menu_color_normal=white/black
  191. set menu_color_highlight=black/light-gray
  192. if background_color 44,0,30; then
  193. clear
  194. fi
  195. ### END /etc/grub.d/05_debian_theme ###
  196.  
  197. ### BEGIN /etc/grub.d/10_linux ###
  198. function gfxmode {
  199. set gfxpayload="${1}"
  200. if [ "${1}" = "keep" ]; then
  201. set vt_handoff=vt.handoff=7
  202. else
  203. set vt_handoff=
  204. fi
  205. }
  206. if [ "${recordfail}" != 1 ]; then
  207. if [ -e ${prefix}/gfxblacklist.txt ]; then
  208. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  209. if [ ${match} = 0 ]; then
  210. set linux_gfx_mode=keep
  211. else
  212. set linux_gfx_mode=text
  213. fi
  214. else
  215. set linux_gfx_mode=text
  216. fi
  217. else
  218. set linux_gfx_mode=keep
  219. fi
  220. else
  221. set linux_gfx_mode=text
  222. fi
  223. export linux_gfx_mode
  224. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0154ada1-3378-4d4f-97d7-64092f8eea8a' {
  225. recordfail
  226. load_video
  227. gfxmode $linux_gfx_mode
  228. insmod gzio
  229. insmod part_gpt
  230. insmod ext2
  231. set root='hd0,gpt3'
  232. if [ x$feature_platform_search_hint = xy ]; then
  233. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 0154ada1-3378-4d4f-97d7-64092f8eea8a
  234. else
  235. search --no-floppy --fs-uuid --set=root 0154ada1-3378-4d4f-97d7-64092f8eea8a
  236. fi
  237. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=0154ada1-3378-4d4f-97d7-64092f8eea8a ro quiet splash $vt_handoff
  238. initrd /boot/initrd.img-3.13.0-24-generic
  239. }
  240. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-0154ada1-3378-4d4f-97d7-64092f8eea8a' {
  241. menuentry 'Ubuntu, with Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-0154ada1-3378-4d4f-97d7-64092f8eea8a' {
  242. recordfail
  243. load_video
  244. gfxmode $linux_gfx_mode
  245. insmod gzio
  246. insmod part_gpt
  247. insmod ext2
  248. set root='hd0,gpt3'
  249. if [ x$feature_platform_search_hint = xy ]; then
  250. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 0154ada1-3378-4d4f-97d7-64092f8eea8a
  251. else
  252. search --no-floppy --fs-uuid --set=root 0154ada1-3378-4d4f-97d7-64092f8eea8a
  253. fi
  254. echo 'Loading Linux 3.13.0-24-generic ...'
  255. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=0154ada1-3378-4d4f-97d7-64092f8eea8a ro quiet splash $vt_handoff
  256. echo 'Loading initial ramdisk ...'
  257. initrd /boot/initrd.img-3.13.0-24-generic
  258. }
  259. menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-0154ada1-3378-4d4f-97d7-64092f8eea8a' {
  260. recordfail
  261. load_video
  262. insmod gzio
  263. insmod part_gpt
  264. insmod ext2
  265. set root='hd0,gpt3'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 0154ada1-3378-4d4f-97d7-64092f8eea8a
  268. else
  269. search --no-floppy --fs-uuid --set=root 0154ada1-3378-4d4f-97d7-64092f8eea8a
  270. fi
  271. echo 'Loading Linux 3.13.0-24-generic ...'
  272. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=0154ada1-3378-4d4f-97d7-64092f8eea8a ro recovery nomodeset
  273. echo 'Loading initial ramdisk ...'
  274. initrd /boot/initrd.img-3.13.0-24-generic
  275. }
  276. }
  277.  
  278. ### END /etc/grub.d/10_linux ###
  279.  
  280. ### BEGIN /etc/grub.d/20_linux_xen ###
  281.  
  282. ### END /etc/grub.d/20_linux_xen ###
  283.  
  284. ### BEGIN /etc/grub.d/20_memtest86+ ###
  285. ### END /etc/grub.d/20_memtest86+ ###
  286.  
  287. ### BEGIN /etc/grub.d/30_os-prober ###
  288. ### END /etc/grub.d/30_os-prober ###
  289.  
  290. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  291. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  292. fwsetup
  293. }
  294. ### END /etc/grub.d/30_uefi-firmware ###
  295.  
  296. ### BEGIN /etc/grub.d/40_custom ###
  297. # This file provides an easy way to add custom menu entries. Simply type the
  298. # menu entries you want to add after this comment. Be careful not to change
  299. # the 'exec tail' line above.
  300.  
  301. menuentry "Windows 7 UEFI" {
  302. search --fs-uuid --no-floppy --set=root 7EAA676CAA671FBF
  303. chainloader (${root})/efi/Microsoft/Boot/bootmgfw.efi
  304. }
  305. ### END /etc/grub.d/40_custom ###
  306.  
  307. ### BEGIN /etc/grub.d/41_custom ###
  308. if [ -f ${config_directory}/custom.cfg ]; then
  309. source ${config_directory}/custom.cfg
  310. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  311. source $prefix/custom.cfg;
  312. fi
  313. ### END /etc/grub.d/41_custom ###
  314. --------------------------------------------------------------------------------
  315.  
  316. =============================== sda3/etc/fstab: ================================
  317.  
  318. --------------------------------------------------------------------------------
  319. # /etc/fstab: static file system information.
  320. #
  321. # Use 'blkid' to print the universally unique identifier for a
  322. # device; this may be used with UUID= as a more robust way to name devices
  323. # that works even if disks are added and removed. See fstab(5).
  324. #
  325. # <file system> <mount point> <type> <options> <dump> <pass>
  326. # / was on /dev/sda3 during installation
  327. UUID=0154ada1-3378-4d4f-97d7-64092f8eea8a / ext4 errors=remount-ro 0 1
  328. # /boot/efi was on /dev/sda5 during installation
  329. UUID=5761-0BA2 /boot/efi vfat defaults 0 1
  330. # swap was on /dev/sda4 during installation
  331. UUID=43a9aeff-dd96-44c4-a091-784cfb739835 none swap sw 0 0
  332. --------------------------------------------------------------------------------
  333.  
  334. =================== sda3: Location of files loaded by Grub: ====================
  335.  
  336. GiB - GB File Fragment(s)
  337.  
  338.  
  339. =============================== StdErr Messages: ===============================
  340.  
  341. cat: /tmp/BootInfo-FhTUwOh4/Tmp_Log: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement