Advertisement
Guest User

thobin

a guest
Mar 7th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 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
  7. 3907008512 of the same hard drive for core.img. core.img is at this
  8. location and looks in partition 112 for .
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: vfat
  13. Boot sector type: Windows 7: FAT32
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /efi/Boot/bootx64.efi
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system:
  21. Boot sector type: -
  22. Boot sector info:
  23. Mounting failed: mount: unknown filesystem type ''
  24.  
  25. sda3: __________________________________________________________________________
  26.  
  27. File system: ntfs
  28. Boot sector type: Windows Vista/7: NTFS
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System: Windows 7
  31. Boot files: /Windows/System32/winload.exe
  32.  
  33. sda4: __________________________________________________________________________
  34.  
  35. File system: ext4
  36. Boot sector type: -
  37. Boot sector info:
  38. Operating System: Linux Mint 17.1 Rebecca
  39. Boot files: /boot/grub/grub.cfg /etc/fstab
  40.  
  41. sda5: __________________________________________________________________________
  42.  
  43. File system: swap
  44. Boot sector type: -
  45. Boot sector info:
  46.  
  47. sda6: __________________________________________________________________________
  48.  
  49. File system: BIOS Boot partition
  50. Boot sector type: Grub2's core.img
  51. Boot sector info:
  52.  
  53. sda7: __________________________________________________________________________
  54.  
  55. File system: ext4
  56. Boot sector type: -
  57. Boot sector info:
  58. Operating System:
  59. Boot files:
  60.  
  61. ============================ Drive/Partition Info: =============================
  62.  
  63. Drive: sda _____________________________________________________________________
  64.  
  65. Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
  66. 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
  67. Units = sectors of 1 * 512 = 512 bytes
  68. Sector size (logical/physical): 512 bytes / 4096 bytes
  69.  
  70. Partition Boot Start Sector End Sector # of Sectors Id System
  71.  
  72. /dev/sda1 1 3,907,029,167 3,907,029,167 ee GPT
  73.  
  74.  
  75. GUID Partition Table detected.
  76.  
  77. Partition Start Sector End Sector # of Sectors System
  78. /dev/sda1 2,048 206,847 204,800 EFI System partition
  79. /dev/sda2 206,848 468,991 262,144 Microsoft Reserved Partition (Windows)
  80. /dev/sda3 468,992 2,063,828,991 2,063,360,000 Data partition (Windows/Linux)
  81. /dev/sda4 2,063,828,992 2,102,891,491 39,062,500 Data partition (Linux)
  82. /dev/sda5 3,907,010,560 3,907,028,991 18,432 Swap partition (Linux)
  83. /dev/sda6 3,907,008,512 3,907,010,559 2,048 BIOS Boot partition
  84. /dev/sda7 2,102,892,544 3,907,008,511 1,804,115,968 Data partition (Linux)
  85.  
  86. "blkid" output: ________________________________________________________________
  87.  
  88. Device UUID TYPE LABEL
  89.  
  90. /dev/sda1 CC0E-2A15 vfat
  91. /dev/sda3 58DA1A50DA1A2B30 ntfs
  92. /dev/sda4 79f58b1b-8ee4-466d-b567-f2991b89d7fd ext4
  93. /dev/sda5 67cbac15-d422-4185-a64e-77e045245b05 swap
  94. /dev/sda7 e895a6f3-9e51-444d-8746-debdbe5c60f9 ext4
  95.  
  96. ================================ Mount points: =================================
  97.  
  98. Device Mount_Point Type Options
  99.  
  100. /dev/sda4 / ext4 (rw,errors=remount-ro)
  101. /dev/sda7 /home ext4 (rw)
  102.  
  103.  
  104. =========================== sda4/boot/grub/grub.cfg: ===========================
  105.  
  106. --------------------------------------------------------------------------------
  107. #
  108. # DO NOT EDIT THIS FILE
  109. #
  110. # It is automatically generated by grub-mkconfig using templates
  111. # from /etc/grub.d and settings from /etc/default/grub
  112. #
  113.  
  114. ### BEGIN /etc/grub.d/00_header ###
  115. if [ -s $prefix/grubenv ]; then
  116. set have_grubenv=true
  117. load_env
  118. fi
  119. if [ "${next_entry}" ] ; then
  120. set default="${next_entry}"
  121. set next_entry=
  122. save_env next_entry
  123. set boot_once=true
  124. else
  125. set default="0"
  126. fi
  127.  
  128. if [ x"${feature_menuentry_id}" = xy ]; then
  129. menuentry_id_option="--id"
  130. else
  131. menuentry_id_option=""
  132. fi
  133.  
  134. export menuentry_id_option
  135.  
  136. if [ "${prev_saved_entry}" ]; then
  137. set saved_entry="${prev_saved_entry}"
  138. save_env saved_entry
  139. set prev_saved_entry=
  140. save_env prev_saved_entry
  141. set boot_once=true
  142. fi
  143.  
  144. function savedefault {
  145. if [ -z "${boot_once}" ]; then
  146. saved_entry="${chosen}"
  147. save_env saved_entry
  148. fi
  149. }
  150. function recordfail {
  151. set recordfail=1
  152. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  153. }
  154. function load_video {
  155. if [ x$feature_all_video_module = xy ]; then
  156. insmod all_video
  157. else
  158. insmod efi_gop
  159. insmod efi_uga
  160. insmod ieee1275_fb
  161. insmod vbe
  162. insmod vga
  163. insmod video_bochs
  164. insmod video_cirrus
  165. fi
  166. }
  167.  
  168. if [ x$feature_default_font_path = xy ] ; then
  169. font=unicode
  170. else
  171. insmod part_gpt
  172. insmod ext2
  173. set root='hd0,gpt4'
  174. if [ x$feature_platform_search_hint = xy ]; then
  175. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  176. else
  177. search --no-floppy --fs-uuid --set=root 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  178. fi
  179. font="/usr/share/grub/unicode.pf2"
  180. fi
  181.  
  182. if loadfont $font ; then
  183. set gfxmode=auto
  184. load_video
  185. insmod gfxterm
  186. set locale_dir=$prefix/locale
  187. set lang=en_US
  188. insmod gettext
  189. fi
  190. terminal_output gfxterm
  191. if [ "${recordfail}" = 1 ] ; then
  192. set timeout=-1
  193. else
  194. if [ x$feature_timeout_style = xy ] ; then
  195. set timeout_style=hidden
  196. set timeout=0
  197. # Fallback hidden-timeout code in case the timeout_style feature is
  198. # unavailable.
  199. elif sleep --interruptible 0 ; then
  200. set timeout=0
  201. fi
  202. fi
  203. ### END /etc/grub.d/00_header ###
  204.  
  205. ### BEGIN /etc/grub.d/05_debian_theme ###
  206. set menu_color_normal=white/black
  207. set menu_color_highlight=black/light-gray
  208. ### END /etc/grub.d/05_debian_theme ###
  209.  
  210. ### BEGIN /etc/grub.d/06_mint_theme ###
  211. set menu_color_normal=white/black
  212. set menu_color_highlight=white/light-gray
  213. ### END /etc/grub.d/06_mint_theme ###
  214.  
  215. ### BEGIN /etc/grub.d/10_linux ###
  216. function gfxmode {
  217. set gfxpayload="$1"
  218. if [ "$1" = "keep" ]; then
  219. set vt_handoff=vt.handoff=7
  220. else
  221. set vt_handoff=
  222. fi
  223. }
  224. if [ ${recordfail} != 1 ]; then
  225. if [ -e ${prefix}/gfxblacklist.txt ]; then
  226. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  227. if [ ${match} = 0 ]; then
  228. set linux_gfx_mode=keep
  229. else
  230. set linux_gfx_mode=text
  231. fi
  232. else
  233. set linux_gfx_mode=text
  234. fi
  235. else
  236. set linux_gfx_mode=keep
  237. fi
  238. else
  239. set linux_gfx_mode=text
  240. fi
  241. export linux_gfx_mode
  242. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  243. menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda4)' --class ubuntu --class gnu-linux --class gnu --class os {
  244. recordfail
  245. gfxmode $linux_gfx_mode
  246. insmod gzio
  247. insmod part_gpt
  248. insmod ext2
  249. set root='hd0,gpt4'
  250. if [ x$feature_platform_search_hint = xy ]; then
  251. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  252. else
  253. search --no-floppy --fs-uuid --set=root 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  254. fi
  255. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=79f58b1b-8ee4-466d-b567-f2991b89d7fd ro quiet splash $vt_handoff
  256. initrd /boot/initrd.img-3.13.0-37-generic
  257. }
  258. menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda4) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  259. recordfail
  260. insmod gzio
  261. insmod part_gpt
  262. insmod ext2
  263. set root='hd0,gpt4'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  266. else
  267. search --no-floppy --fs-uuid --set=root 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  268. fi
  269. echo 'Loading Linux 3.13.0-37-generic ...'
  270. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=79f58b1b-8ee4-466d-b567-f2991b89d7fd ro recovery nomodeset
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-3.13.0-37-generic
  273. }
  274. ### END /etc/grub.d/10_linux ###
  275.  
  276. ### BEGIN /etc/grub.d/10_lupin ###
  277. ### END /etc/grub.d/10_lupin ###
  278.  
  279. ### BEGIN /etc/grub.d/20_linux_xen ###
  280.  
  281. ### END /etc/grub.d/20_linux_xen ###
  282.  
  283. ### BEGIN /etc/grub.d/20_memtest86+ ###
  284. menuentry 'Memory test (memtest86+)' {
  285. insmod part_gpt
  286. insmod ext2
  287. set root='hd0,gpt4'
  288. if [ x$feature_platform_search_hint = xy ]; then
  289. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  290. else
  291. search --no-floppy --fs-uuid --set=root 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  292. fi
  293. knetbsd /boot/memtest86+.elf
  294. }
  295. menuentry 'Memory test (memtest86+, serial console 115200)' {
  296. insmod part_gpt
  297. insmod ext2
  298. set root='hd0,gpt4'
  299. if [ x$feature_platform_search_hint = xy ]; then
  300. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  301. else
  302. search --no-floppy --fs-uuid --set=root 79f58b1b-8ee4-466d-b567-f2991b89d7fd
  303. fi
  304. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  305. }
  306. ### END /etc/grub.d/20_memtest86+ ###
  307.  
  308. ### BEGIN /etc/grub.d/30_os-prober ###
  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. =============================== sda4/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/sda4 during installation
  340. UUID=79f58b1b-8ee4-466d-b567-f2991b89d7fd / ext4 errors=remount-ro 0 1
  341. # /home was on /dev/sda7 during installation
  342. UUID=e895a6f3-9e51-444d-8746-debdbe5c60f9 /home ext4 defaults 0 2
  343. # swap was on /dev/sda5 during installation
  344. UUID=67cbac15-d422-4185-a64e-77e045245b05 none swap sw 0 0
  345. --------------------------------------------------------------------------------
  346.  
  347. =================== sda4: Location of files loaded by Grub: ====================
  348.  
  349. GiB - GB File Fragment(s)
  350.  
  351.  
  352. =============================== StdErr Messages: ===============================
  353.  
  354. cat: /tmp/BootInfo-oRcx8zBl/Tmp_Log: No such file or directory
  355. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement