Advertisement
Guest User

Results.txt

a guest
Dec 12th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 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: vfat
  11. Boot sector type: FAT32
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System:
  14. Boot files: /efi/refind/refind_x64.efi /efi/tools/gptsync_x64.efi
  15.  
  16. sda2: __________________________________________________________________________
  17.  
  18. File system: hfsplus
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System:
  22. Boot files:
  23.  
  24. sda3: __________________________________________________________________________
  25.  
  26. File system: hfsplus
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System:
  30. Boot files:
  31.  
  32. sda4: __________________________________________________________________________
  33.  
  34. File system: ntfs
  35. Boot sector type: Grub2 (v1.99)
  36. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda4
  37. and looks at sector 1516164256 of the same hard drive
  38. for core.img. core.img is at this location and looks
  39. in partition 112 for . No errors found in the Boot
  40. Parameter Block.
  41. Operating System:
  42. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  43.  
  44. sda5: __________________________________________________________________________
  45.  
  46. File system: ext4
  47. Boot sector type: Grub2 (v1.99)
  48. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda5
  49. and looks at sector 1518626504 of the same hard drive
  50. for core.img. core.img is at this location and looks
  51. in partition 112 for .
  52. Operating System: Linux Mint 17.3 Rosa
  53. Boot files: /boot/grub/grub.cfg /etc/fstab
  54.  
  55. sda6: __________________________________________________________________________
  56.  
  57. File system: swap
  58. Boot sector type: -
  59. Boot sector info:
  60.  
  61. ============================ Drive/Partition Info: =============================
  62.  
  63. Drive: sda _____________________________________________________________________
  64.  
  65. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  66. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  67. Units = sectors of 1 * 512 = 512 bytes
  68. Sector size (logical/physical): 512 bytes / 512 bytes
  69.  
  70. Partition Boot Start Sector End Sector # of Sectors Id System
  71.  
  72. /dev/sda1 1 409,639 409,639 ee GPT
  73. /dev/sda2 409,640 487,684,319 487,274,680 af HFS / HFS+
  74. /dev/sda3 487,684,320 488,953,855 1,269,536 af HFS / HFS+
  75. /dev/sda4 * 488,953,856 1,074,888,703 585,934,848 7 NTFS / exFAT / HPFS
  76.  
  77.  
  78. GUID Partition Table detected.
  79.  
  80. Partition Start Sector End Sector # of Sectors System
  81. /dev/sda1 40 409,639 409,600 EFI System partition
  82. /dev/sda2 409,640 487,684,319 487,274,680 Hierarchical File System Plus (HFS+) partition (Mac OS X)
  83. /dev/sda3 487,684,320 488,953,855 1,269,536 Apple Boot partition (Mac OS X)
  84. /dev/sda4 488,953,856 1,074,888,703 585,934,848 Data partition (Windows/Linux)
  85. /dev/sda5 1,074,888,704 1,949,616,127 874,727,424 Data partition (Linux)
  86. /dev/sda6 1,949,616,128 1,953,523,711 3,907,584 Data partition (Windows/Linux)
  87.  
  88. "blkid" output: ________________________________________________________________
  89.  
  90. Device UUID TYPE LABEL
  91.  
  92. /dev/sda1 592C-1621 vfat EFI
  93. /dev/sda2 b3f0fba5-cc65-34e7-8a4f-031ba375d6a3 hfsplus Macintosh HD
  94. /dev/sda3 ece0a532-0f44-3875-a3d3-2ba818e9316f hfsplus Recovery HD
  95. /dev/sda4 7656E94156E902AB ntfs BOOTCAMP
  96. /dev/sda5 7d539497-01ed-4b19-b893-f20a5b4b4ceb ext4
  97. /dev/sda6 8c8274c1-74a4-4593-a73b-d9adbf392711 swap
  98. /dev/sr0 udf UDF Volume
  99.  
  100. ================================ Mount points: =================================
  101.  
  102. Device Mount_Point Type Options
  103.  
  104. /dev/sda1 /media/georg/EFI vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
  105. /dev/sda5 / ext4 (rw,errors=remount-ro)
  106. /dev/sr0 /media/georg/UDF Volume udf (ro,nosuid,nodev,uid=1000,gid=1000,iocharset=utf8,umask=0077,uhelper=udisks2)
  107.  
  108.  
  109. =========================== sda5/boot/grub/grub.cfg: ===========================
  110.  
  111. --------------------------------------------------------------------------------
  112. #
  113. # DO NOT EDIT THIS FILE
  114. #
  115. # It is automatically generated by grub-mkconfig using templates
  116. # from /etc/grub.d and settings from /etc/default/grub
  117. #
  118.  
  119. ### BEGIN /etc/grub.d/00_header ###
  120. if [ -s $prefix/grubenv ]; then
  121. set have_grubenv=true
  122. load_env
  123. fi
  124. if [ "${next_entry}" ] ; then
  125. set default="${next_entry}"
  126. set next_entry=
  127. save_env next_entry
  128. set boot_once=true
  129. else
  130. set default="0"
  131. fi
  132.  
  133. if [ x"${feature_menuentry_id}" = xy ]; then
  134. menuentry_id_option="--id"
  135. else
  136. menuentry_id_option=""
  137. fi
  138.  
  139. export menuentry_id_option
  140.  
  141. if [ "${prev_saved_entry}" ]; then
  142. set saved_entry="${prev_saved_entry}"
  143. save_env saved_entry
  144. set prev_saved_entry=
  145. save_env prev_saved_entry
  146. set boot_once=true
  147. fi
  148.  
  149. function savedefault {
  150. if [ -z "${boot_once}" ]; then
  151. saved_entry="${chosen}"
  152. save_env saved_entry
  153. fi
  154. }
  155. function recordfail {
  156. set recordfail=1
  157. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  158. }
  159. function load_video {
  160. if [ x$feature_all_video_module = xy ]; then
  161. insmod all_video
  162. else
  163. insmod efi_gop
  164. insmod efi_uga
  165. insmod ieee1275_fb
  166. insmod vbe
  167. insmod vga
  168. insmod video_bochs
  169. insmod video_cirrus
  170. fi
  171. }
  172.  
  173. if [ x$feature_default_font_path = xy ] ; then
  174. font=unicode
  175. else
  176. insmod part_gpt
  177. insmod ext2
  178. set root='hd0,gpt5'
  179. if [ x$feature_platform_search_hint = xy ]; then
  180. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  181. else
  182. search --no-floppy --fs-uuid --set=root 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  183. fi
  184. font="/usr/share/grub/unicode.pf2"
  185. fi
  186.  
  187. if loadfont $font ; then
  188. set gfxmode=auto
  189. load_video
  190. insmod gfxterm
  191. set locale_dir=$prefix/locale
  192. set lang=en_US
  193. insmod gettext
  194. fi
  195. terminal_output gfxterm
  196. if [ "${recordfail}" = 1 ] ; then
  197. set timeout=30
  198. else
  199. if [ x$feature_timeout_style = xy ] ; then
  200. set timeout_style=menu
  201. set timeout=10
  202. # Fallback normal timeout code in case the timeout_style feature is
  203. # unavailable.
  204. else
  205. set timeout=10
  206. fi
  207. fi
  208. ### END /etc/grub.d/00_header ###
  209.  
  210. ### BEGIN /etc/grub.d/05_debian_theme ###
  211. set menu_color_normal=white/black
  212. set menu_color_highlight=black/light-gray
  213. ### END /etc/grub.d/05_debian_theme ###
  214.  
  215. ### BEGIN /etc/grub.d/06_mint_theme ###
  216. set menu_color_normal=white/black
  217. set menu_color_highlight=white/light-gray
  218. ### END /etc/grub.d/06_mint_theme ###
  219.  
  220. ### BEGIN /etc/grub.d/10_linux ###
  221. function gfxmode {
  222. set gfxpayload="$1"
  223. if [ "$1" = "keep" ]; then
  224. set vt_handoff=vt.handoff=7
  225. else
  226. set vt_handoff=
  227. fi
  228. }
  229. if [ ${recordfail} != 1 ]; then
  230. if [ -e ${prefix}/gfxblacklist.txt ]; then
  231. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  232. if [ ${match} = 0 ]; then
  233. set linux_gfx_mode=keep
  234. else
  235. set linux_gfx_mode=text
  236. fi
  237. else
  238. set linux_gfx_mode=text
  239. fi
  240. else
  241. set linux_gfx_mode=keep
  242. fi
  243. else
  244. set linux_gfx_mode=text
  245. fi
  246. export linux_gfx_mode
  247. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  248. menuentry 'Linux Mint 17.3 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda5)' --class ubuntu --class gnu-linux --class gnu --class os {
  249. recordfail
  250. gfxmode $linux_gfx_mode
  251. insmod gzio
  252. insmod part_gpt
  253. insmod ext2
  254. set root='hd0,gpt5'
  255. if [ x$feature_platform_search_hint = xy ]; then
  256. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  257. else
  258. search --no-floppy --fs-uuid --set=root 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  259. fi
  260. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=7d539497-01ed-4b19-b893-f20a5b4b4ceb ro quiet splash $vt_handoff
  261. initrd /boot/initrd.img-3.13.0-37-generic
  262. }
  263. menuentry 'Linux Mint 17.3 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda5) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  264. recordfail
  265. insmod gzio
  266. insmod part_gpt
  267. insmod ext2
  268. set root='hd0,gpt5'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  271. else
  272. search --no-floppy --fs-uuid --set=root 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  273. fi
  274. echo 'Loading Linux 3.13.0-37-generic ...'
  275. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=7d539497-01ed-4b19-b893-f20a5b4b4ceb ro recovery nomodeset
  276. echo 'Loading initial ramdisk ...'
  277. initrd /boot/initrd.img-3.13.0-37-generic
  278. }
  279. ### END /etc/grub.d/10_linux ###
  280.  
  281. ### BEGIN /etc/grub.d/10_lupin ###
  282. ### END /etc/grub.d/10_lupin ###
  283.  
  284. ### BEGIN /etc/grub.d/20_linux_xen ###
  285.  
  286. ### END /etc/grub.d/20_linux_xen ###
  287.  
  288. ### BEGIN /etc/grub.d/20_memtest86+ ###
  289. menuentry 'Memory test (memtest86+)' {
  290. insmod part_gpt
  291. insmod ext2
  292. set root='hd0,gpt5'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  295. else
  296. search --no-floppy --fs-uuid --set=root 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  297. fi
  298. knetbsd /boot/memtest86+.elf
  299. }
  300. menuentry 'Memory test (memtest86+, serial console 115200)' {
  301. insmod part_gpt
  302. insmod ext2
  303. set root='hd0,gpt5'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  306. else
  307. search --no-floppy --fs-uuid --set=root 7d539497-01ed-4b19-b893-f20a5b4b4ceb
  308. fi
  309. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  310. }
  311. ### END /etc/grub.d/20_memtest86+ ###
  312.  
  313. ### BEGIN /etc/grub.d/30_os-prober ###
  314. menuentry 'Windows Recovery Environment (loader) (on /dev/sda4)' --class windows --class os $menuentry_id_option 'osprober-chain-7656E94156E902AB' {
  315. insmod part_gpt
  316. insmod ntfs
  317. set root='hd0,gpt4'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 7656E94156E902AB
  320. else
  321. search --no-floppy --fs-uuid --set=root 7656E94156E902AB
  322. fi
  323. drivemap -s (hd0) ${root}
  324. chainloader +1
  325. }
  326. set timeout_style=menu
  327. if [ "${timeout}" = 0 ]; then
  328. set timeout=10
  329. fi
  330. ### END /etc/grub.d/30_os-prober ###
  331.  
  332. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  333. ### END /etc/grub.d/30_uefi-firmware ###
  334.  
  335. ### BEGIN /etc/grub.d/40_custom ###
  336. # This file provides an easy way to add custom menu entries. Simply type the
  337. # menu entries you want to add after this comment. Be careful not to change
  338. # the 'exec tail' line above.
  339. menuentry "Windows 10" --class windows --class os {
  340. set root='(hd0,gpt4)'
  341. chainloader +1
  342. }
  343. ### END /etc/grub.d/40_custom ###
  344.  
  345. ### BEGIN /etc/grub.d/41_custom ###
  346. if [ -f ${config_directory}/custom.cfg ]; then
  347. source ${config_directory}/custom.cfg
  348. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  349. source $prefix/custom.cfg;
  350. fi
  351. ### END /etc/grub.d/41_custom ###
  352. --------------------------------------------------------------------------------
  353.  
  354. =============================== sda5/etc/fstab: ================================
  355.  
  356. --------------------------------------------------------------------------------
  357. # /etc/fstab: static file system information.
  358. #
  359. # Use 'blkid' to print the universally unique identifier for a
  360. # device; this may be used with UUID= as a more robust way to name devices
  361. # that works even if disks are added and removed. See fstab(5).
  362. #
  363. # <file system> <mount point> <type> <options> <dump> <pass>
  364. # / was on /dev/sda4 during installation
  365. UUID=7d539497-01ed-4b19-b893-f20a5b4b4ceb / ext4 errors=remount-ro 0 1
  366. # swap was on /dev/sda5 during installation
  367. UUID=8c8274c1-74a4-4593-a73b-d9adbf392711 none swap sw 0 0
  368. --------------------------------------------------------------------------------
  369.  
  370. =================== sda5: Location of files loaded by Grub: ====================
  371.  
  372. GiB - GB File Fragment(s)
  373.  
  374.  
  375. ========= Devices which don't seem to have a corresponding hard drive: =========
  376.  
  377. sdb
  378.  
  379. =============================== StdErr Messages: ===============================
  380.  
  381. cat: /tmp/BootInfo-JjG2Tq9v/Tmp_Log: No such file or directory
  382. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement