Advertisement
Guest User

Results.txt after windows repair

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