Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.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: ntfs
  11. Boot sector type: Grub2 (v1.99)
  12. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
  13. and looks at sector 1415889432 of the same hard drive
  14. for core.img. core.img is at this location and looks
  15. in partition 97 for . No errors found in the Boot
  16. Parameter Block.
  17. Operating System:
  18. Boot files: /bootmgr /Boot/BCD
  19.  
  20. sda2: __________________________________________________________________________
  21.  
  22. File system: ntfs
  23. Boot sector type: Windows Vista/7: NTFS
  24. Boot sector info: No errors found in the Boot Parameter Block.
  25. Operating System:
  26. Boot files: /Windows/System32/winload.exe
  27.  
  28. sda3: __________________________________________________________________________
  29.  
  30. File system: Extended Partition
  31. Boot sector type: Unknown
  32. Boot sector info:
  33.  
  34. sda5: __________________________________________________________________________
  35.  
  36. File system:
  37. Boot sector type: -
  38. Boot sector info:
  39. Mounting failed: mount: unknown filesystem type ''
  40.  
  41. sda6: __________________________________________________________________________
  42.  
  43. File system: ext4
  44. Boot sector type: -
  45. Boot sector info:
  46. Operating System: Linux Mint 18.3 Sylvia
  47. Boot files: /boot/grub/grub.cfg /etc/fstab
  48.  
  49. ============================ Drive/Partition Info: =============================
  50.  
  51. Drive: sda _____________________________________________________________________
  52. Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
  53. Units: sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 4096 bytes
  55. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  56. Disklabel type: dos
  57.  
  58. Partition Boot Start Sector End Sector # of Sectors Id System
  59.  
  60. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  61. /dev/sda2 206,848 1,260,345,343 1,260,138,496 7 NTFS / exFAT / HPFS
  62. /dev/sda3 1,260,347,390 1,465,147,391 204,800,002 5 Extended
  63. /dev/sda5 1,448,585,216 1,465,147,391 16,562,176 82 Linux swap / Solaris
  64. /dev/sda6 1,260,347,392 1,448,585,215 188,237,824 83 Linux
  65.  
  66.  
  67. "blkid" output: ________________________________________________________________
  68.  
  69. Device UUID TYPE LABEL
  70.  
  71. /dev/sda1 12688A73688A54FF ntfs System Reserved
  72. /dev/sda2 C434656D34656380 ntfs
  73. /dev/sda5
  74. /dev/sda6 957f8416-0485-471f-9d62-69a68c64739d ext4
  75.  
  76. ================================ Mount points: =================================
  77.  
  78. Device Mount_Point Type Options
  79.  
  80. /dev/sda2 /media/alvaro/C434656D34656380 fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  81. /dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  82.  
  83.  
  84. =========================== sda6/boot/grub/grub.cfg: ===========================
  85.  
  86. --------------------------------------------------------------------------------
  87. #
  88. # DO NOT EDIT THIS FILE
  89. #
  90. # It is automatically generated by grub-mkconfig using templates
  91. # from /etc/grub.d and settings from /etc/default/grub
  92. #
  93.  
  94. ### BEGIN /etc/grub.d/00_header ###
  95. if [ -s $prefix/grubenv ]; then
  96. set have_grubenv=true
  97. load_env
  98. fi
  99. if [ "${next_entry}" ] ; then
  100. set default="${next_entry}"
  101. set next_entry=
  102. save_env next_entry
  103. set boot_once=true
  104. else
  105. set default="0"
  106. fi
  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. function recordfail {
  131. set recordfail=1
  132. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  133. }
  134. function load_video {
  135. if [ x$feature_all_video_module = xy ]; then
  136. insmod all_video
  137. else
  138. insmod efi_gop
  139. insmod efi_uga
  140. insmod ieee1275_fb
  141. insmod vbe
  142. insmod vga
  143. insmod video_bochs
  144. insmod video_cirrus
  145. fi
  146. }
  147.  
  148. if [ x$feature_default_font_path = xy ] ; then
  149. font=unicode
  150. else
  151. insmod part_msdos
  152. insmod ext2
  153. set root='hd0,msdos6'
  154. if [ x$feature_platform_search_hint = xy ]; then
  155. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 957f8416-0485-471f-9d62-69a68c64739d
  156. else
  157. search --no-floppy --fs-uuid --set=root 957f8416-0485-471f-9d62-69a68c64739d
  158. fi
  159. font="/usr/share/grub/unicode.pf2"
  160. fi
  161.  
  162. if loadfont $font ; then
  163. set gfxmode=auto
  164. load_video
  165. insmod gfxterm
  166. set locale_dir=$prefix/locale
  167. set lang=en_US
  168. insmod gettext
  169. fi
  170. terminal_output gfxterm
  171. if [ "${recordfail}" = 1 ] ; then
  172. set timeout=30
  173. else
  174. if [ x$feature_timeout_style = xy ] ; then
  175. set timeout_style=menu
  176. set timeout=10
  177. # Fallback normal timeout code in case the timeout_style feature is
  178. # unavailable.
  179. else
  180. set timeout=10
  181. fi
  182. fi
  183. ### END /etc/grub.d/00_header ###
  184.  
  185. ### BEGIN /etc/grub.d/05_debian_theme ###
  186. set menu_color_normal=white/black
  187. set menu_color_highlight=black/light-gray
  188. ### END /etc/grub.d/05_debian_theme ###
  189.  
  190. ### BEGIN /etc/grub.d/06_mint_theme ###
  191. set menu_color_normal=white/black
  192. set menu_color_highlight=white/light-gray
  193. ### END /etc/grub.d/06_mint_theme ###
  194.  
  195. ### BEGIN /etc/grub.d/10_linux ###
  196. function gfxmode {
  197. set gfxpayload="${1}"
  198. if [ "${1}" = "keep" ]; then
  199. set vt_handoff=vt.handoff=7
  200. else
  201. set vt_handoff=
  202. fi
  203. }
  204. if [ "${recordfail}" != 1 ]; then
  205. if [ -e ${prefix}/gfxblacklist.txt ]; then
  206. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  207. if [ ${match} = 0 ]; then
  208. set linux_gfx_mode=keep
  209. else
  210. set linux_gfx_mode=text
  211. fi
  212. else
  213. set linux_gfx_mode=text
  214. fi
  215. else
  216. set linux_gfx_mode=keep
  217. fi
  218. else
  219. set linux_gfx_mode=text
  220. fi
  221. export linux_gfx_mode
  222. menuentry 'Linux Mint 18.3 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-957f8416-0485-471f-9d62-69a68c64739d' {
  223. recordfail
  224. load_video
  225. gfxmode $linux_gfx_mode
  226. insmod gzio
  227. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  228. insmod part_msdos
  229. insmod ext2
  230. set root='hd0,msdos6'
  231. if [ x$feature_platform_search_hint = xy ]; then
  232. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 957f8416-0485-471f-9d62-69a68c64739d
  233. else
  234. search --no-floppy --fs-uuid --set=root 957f8416-0485-471f-9d62-69a68c64739d
  235. fi
  236. linux /boot/vmlinuz-4.10.0-38-generic root=UUID=957f8416-0485-471f-9d62-69a68c64739d ro quiet splash $vt_handoff
  237. initrd /boot/initrd.img-4.10.0-38-generic
  238. }
  239. submenu 'Advanced options for Linux Mint 18.3 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-957f8416-0485-471f-9d62-69a68c64739d' {
  240. menuentry 'Linux Mint 18.3 Cinnamon 64-bit, with Linux 4.10.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-38-generic-advanced-957f8416-0485-471f-9d62-69a68c64739d' {
  241. recordfail
  242. load_video
  243. gfxmode $linux_gfx_mode
  244. insmod gzio
  245. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  246. insmod part_msdos
  247. insmod ext2
  248. set root='hd0,msdos6'
  249. if [ x$feature_platform_search_hint = xy ]; then
  250. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 957f8416-0485-471f-9d62-69a68c64739d
  251. else
  252. search --no-floppy --fs-uuid --set=root 957f8416-0485-471f-9d62-69a68c64739d
  253. fi
  254. echo 'Loading Linux 4.10.0-38-generic ...'
  255. linux /boot/vmlinuz-4.10.0-38-generic root=UUID=957f8416-0485-471f-9d62-69a68c64739d ro quiet splash $vt_handoff
  256. echo 'Loading initial ramdisk ...'
  257. initrd /boot/initrd.img-4.10.0-38-generic
  258. }
  259. menuentry 'Linux Mint 18.3 Cinnamon 64-bit, with Linux 4.10.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-38-generic-init-upstart-957f8416-0485-471f-9d62-69a68c64739d' {
  260. recordfail
  261. load_video
  262. gfxmode $linux_gfx_mode
  263. insmod gzio
  264. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  265. insmod part_msdos
  266. insmod ext2
  267. set root='hd0,msdos6'
  268. if [ x$feature_platform_search_hint = xy ]; then
  269. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 957f8416-0485-471f-9d62-69a68c64739d
  270. else
  271. search --no-floppy --fs-uuid --set=root 957f8416-0485-471f-9d62-69a68c64739d
  272. fi
  273. echo 'Loading Linux 4.10.0-38-generic ...'
  274. linux /boot/vmlinuz-4.10.0-38-generic root=UUID=957f8416-0485-471f-9d62-69a68c64739d ro quiet splash $vt_handoff init=/sbin/upstart
  275. echo 'Loading initial ramdisk ...'
  276. initrd /boot/initrd.img-4.10.0-38-generic
  277. }
  278. menuentry 'Linux Mint 18.3 Cinnamon 64-bit, with Linux 4.10.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-38-generic-recovery-957f8416-0485-471f-9d62-69a68c64739d' {
  279. recordfail
  280. load_video
  281. insmod gzio
  282. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  283. insmod part_msdos
  284. insmod ext2
  285. set root='hd0,msdos6'
  286. if [ x$feature_platform_search_hint = xy ]; then
  287. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 957f8416-0485-471f-9d62-69a68c64739d
  288. else
  289. search --no-floppy --fs-uuid --set=root 957f8416-0485-471f-9d62-69a68c64739d
  290. fi
  291. echo 'Loading Linux 4.10.0-38-generic ...'
  292. linux /boot/vmlinuz-4.10.0-38-generic root=UUID=957f8416-0485-471f-9d62-69a68c64739d ro recovery nomodeset
  293. echo 'Loading initial ramdisk ...'
  294. initrd /boot/initrd.img-4.10.0-38-generic
  295. }
  296. }
  297.  
  298. ### END /etc/grub.d/10_linux ###
  299.  
  300. ### BEGIN /etc/grub.d/10_lupin ###
  301. ### END /etc/grub.d/10_lupin ###
  302.  
  303. ### BEGIN /etc/grub.d/20_linux_xen ###
  304.  
  305. ### END /etc/grub.d/20_linux_xen ###
  306.  
  307. ### BEGIN /etc/grub.d/20_memtest86+ ###
  308. menuentry 'Memory test (memtest86+)' {
  309. insmod part_msdos
  310. insmod ext2
  311. set root='hd0,msdos6'
  312. if [ x$feature_platform_search_hint = xy ]; then
  313. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 957f8416-0485-471f-9d62-69a68c64739d
  314. else
  315. search --no-floppy --fs-uuid --set=root 957f8416-0485-471f-9d62-69a68c64739d
  316. fi
  317. knetbsd /boot/memtest86+.elf
  318. }
  319. menuentry 'Memory test (memtest86+, serial console 115200)' {
  320. insmod part_msdos
  321. insmod ext2
  322. set root='hd0,msdos6'
  323. if [ x$feature_platform_search_hint = xy ]; then
  324. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 957f8416-0485-471f-9d62-69a68c64739d
  325. else
  326. search --no-floppy --fs-uuid --set=root 957f8416-0485-471f-9d62-69a68c64739d
  327. fi
  328. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  329. }
  330. ### END /etc/grub.d/20_memtest86+ ###
  331.  
  332. ### BEGIN /etc/grub.d/30_os-prober ###
  333. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-12688A73688A54FF' {
  334. insmod part_msdos
  335. insmod ntfs
  336. set root='hd0,msdos1'
  337. if [ x$feature_platform_search_hint = xy ]; then
  338. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 12688A73688A54FF
  339. else
  340. search --no-floppy --fs-uuid --set=root 12688A73688A54FF
  341. fi
  342. parttool ${root} hidden-
  343. chainloader +1
  344. }
  345. set timeout_style=menu
  346. if [ "${timeout}" = 0 ]; then
  347. set timeout=10
  348. fi
  349. ### END /etc/grub.d/30_os-prober ###
  350.  
  351. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  352. ### END /etc/grub.d/30_uefi-firmware ###
  353.  
  354. ### BEGIN /etc/grub.d/40_custom ###
  355. # This file provides an easy way to add custom menu entries. Simply type the
  356. # menu entries you want to add after this comment. Be careful not to change
  357. # the 'exec tail' line above.
  358. ### END /etc/grub.d/40_custom ###
  359.  
  360. ### BEGIN /etc/grub.d/41_custom ###
  361. if [ -f ${config_directory}/custom.cfg ]; then
  362. source ${config_directory}/custom.cfg
  363. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  364. source $prefix/custom.cfg;
  365. fi
  366. ### END /etc/grub.d/41_custom ###
  367. --------------------------------------------------------------------------------
  368.  
  369. =============================== sda6/etc/fstab: ================================
  370.  
  371. --------------------------------------------------------------------------------
  372. # /etc/fstab: static file system information.
  373. #
  374. # Use 'blkid' to print the universally unique identifier for a
  375. # device; this may be used with UUID= as a more robust way to name devices
  376. # that works even if disks are added and removed. See fstab(5).
  377. #
  378. # <file system> <mount point> <type> <options> <dump> <pass>
  379. # / was on /dev/sda6 during installation
  380. UUID=957f8416-0485-471f-9d62-69a68c64739d / ext4 errors=remount-ro 0 1
  381. --------------------------------------------------------------------------------
  382.  
  383. =================== sda6: Location of files loaded by Grub: ====================
  384.  
  385. GiB - GB File Fragment(s)
  386.  
  387.  
  388. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  389.  
  390. Unknown BootLoader on sda3
  391.  
  392. 00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
  393. *
  394. 000001b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 fe |................|
  395. 000001c0 ff ff 82 fe ff ff 02 48 38 0b 00 b8 fc 00 00 fe |.......H8.......|
  396. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 48 38 0b 00 00 |...........H8...|
  397. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  398. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  399. 00000200
  400.  
  401.  
  402. =============================== StdErr Messages: ===============================
  403.  
  404. cat: /tmp/BootInfo-RDz0AYgC/Tmp_Log: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement