Advertisement
Guest User

Untitled

a guest
Sep 14th, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.12 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 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. in partition 112 for .
  9. => No boot loader is installed in the MBR of /dev/sdb.
  10. => Grub2 (v1.99) is installed in the MBR of /dev/sdc and looks at sector 1 of
  11. the same hard drive for core.img. core.img is at this location and looks
  12. in partition 112 for .
  13.  
  14. sda1: __________________________________________________________________________
  15.  
  16. File system: ext4
  17. Boot sector type: -
  18. Boot sector info:
  19. Operating System: Linux Mint 17 Qiana
  20. Boot files: /boot/grub/grub.cfg /etc/fstab
  21.  
  22. sda2: __________________________________________________________________________
  23.  
  24. File system: Extended Partition
  25. Boot sector type: -
  26. Boot sector info:
  27.  
  28. sda5: __________________________________________________________________________
  29.  
  30. File system: swap
  31. Boot sector type: -
  32. Boot sector info:
  33.  
  34. sdb1: __________________________________________________________________________
  35.  
  36. File system: ntfs
  37. Boot sector type: Windows Vista/7: NTFS
  38. Boot sector info: No errors found in the Boot Parameter Block.
  39. Operating System: Windows 7
  40. Boot files: /Windows/System32/winload.exe
  41.  
  42. sdc1: __________________________________________________________________________
  43.  
  44. File system: ntfs
  45. Boot sector type: Windows XP: NTFS
  46. Boot sector info: No errors found in the Boot Parameter Block.
  47. Operating System:
  48. Boot files:
  49.  
  50. ============================ Drive/Partition Info: =============================
  51.  
  52. Drive: sda _____________________________________________________________________
  53.  
  54. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  55. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58.  
  59. Partition Boot Start Sector End Sector # of Sectors Id System
  60.  
  61. /dev/sda1 * 2,048 1,903,321,087 1,903,319,040 83 Linux
  62. /dev/sda2 1,903,323,134 1,953,523,711 50,200,578 5 Extended
  63. /dev/sda5 1,903,323,136 1,953,523,711 50,200,576 82 Linux swap / Solaris
  64.  
  65.  
  66. Drive: sdb _____________________________________________________________________
  67.  
  68. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  69. 256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
  70. Units = sectors of 1 * 512 = 512 bytes
  71. Sector size (logical/physical): 512 bytes / 4096 bytes
  72.  
  73. Partition Boot Start Sector End Sector # of Sectors Id System
  74.  
  75. /dev/sdb1 1 4,294,967,295 4,294,967,295 ee GPT
  76.  
  77. /dev/sdb1 ends after the last sector of /dev/sdb
  78.  
  79. GUID Partition Table detected.
  80.  
  81. Partition Start Sector End Sector # of Sectors System
  82. /dev/sdb1 2,048 1,953,523,711 1,953,521,664 Data partition (Windows/Linux)
  83.  
  84. Drive: sdc _____________________________________________________________________
  85.  
  86. Disk /dev/sdc: 1000.2 GB, 1000170586112 bytes
  87. 255 heads, 63 sectors/track, 121597 cylinders, total 1953458176 sectors
  88. Units = sectors of 1 * 512 = 512 bytes
  89. Sector size (logical/physical): 512 bytes / 512 bytes
  90.  
  91. Partition Boot Start Sector End Sector # of Sectors Id System
  92.  
  93. /dev/sdc1 * 2,048 1,953,458,175 1,953,456,128 7 NTFS / exFAT / HPFS
  94.  
  95.  
  96. "blkid" output: ________________________________________________________________
  97.  
  98. Device UUID TYPE LABEL
  99.  
  100. /dev/sda1 142a6b5a-a9ac-4986-ada7-6a8244299406 ext4
  101. /dev/sda5 7e0813fe-07e3-4d0c-b498-ab3a660281fc swap
  102. /dev/sdb1 3A642CC6642C872B ntfs
  103. /dev/sdc1 4E1AEA7B1AEA6007 ntfs My Passport
  104.  
  105. ================================ Mount points: =================================
  106.  
  107. Device Mount_Point Type Options
  108.  
  109. /dev/sda1 / ext4 (rw,errors=remount-ro)
  110. /dev/sdc1 /media/vivin/My Passport fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  111.  
  112.  
  113. =========================== sda1/boot/grub/grub.cfg: ===========================
  114.  
  115. --------------------------------------------------------------------------------
  116. #
  117. # DO NOT EDIT THIS FILE
  118. #
  119. # It is automatically generated by grub-mkconfig using templates
  120. # from /etc/grub.d and settings from /etc/default/grub
  121. #
  122.  
  123. ### BEGIN /etc/grub.d/00_header ###
  124. if [ -s $prefix/grubenv ]; then
  125. set have_grubenv=true
  126. load_env
  127. fi
  128. if [ "${next_entry}" ] ; then
  129. set default="${next_entry}"
  130. set next_entry=
  131. save_env next_entry
  132. set boot_once=true
  133. else
  134. set default="0"
  135. fi
  136.  
  137. if [ x"${feature_menuentry_id}" = xy ]; then
  138. menuentry_id_option="--id"
  139. else
  140. menuentry_id_option=""
  141. fi
  142.  
  143. export menuentry_id_option
  144.  
  145. if [ "${prev_saved_entry}" ]; then
  146. set saved_entry="${prev_saved_entry}"
  147. save_env saved_entry
  148. set prev_saved_entry=
  149. save_env prev_saved_entry
  150. set boot_once=true
  151. fi
  152.  
  153. function savedefault {
  154. if [ -z "${boot_once}" ]; then
  155. saved_entry="${chosen}"
  156. save_env saved_entry
  157. fi
  158. }
  159. function recordfail {
  160. set recordfail=1
  161. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  162. }
  163. function load_video {
  164. if [ x$feature_all_video_module = xy ]; then
  165. insmod all_video
  166. else
  167. insmod efi_gop
  168. insmod efi_uga
  169. insmod ieee1275_fb
  170. insmod vbe
  171. insmod vga
  172. insmod video_bochs
  173. insmod video_cirrus
  174. fi
  175. }
  176.  
  177. if [ x$feature_default_font_path = xy ] ; then
  178. font=unicode
  179. else
  180. insmod part_msdos
  181. insmod ext2
  182. set root='hd0,msdos1'
  183. if [ x$feature_platform_search_hint = xy ]; then
  184. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 142a6b5a-a9ac-4986-ada7-6a8244299406
  185. else
  186. search --no-floppy --fs-uuid --set=root 142a6b5a-a9ac-4986-ada7-6a8244299406
  187. fi
  188. font="/usr/share/grub/unicode.pf2"
  189. fi
  190.  
  191. if loadfont $font ; then
  192. set gfxmode=auto
  193. load_video
  194. insmod gfxterm
  195. set locale_dir=$prefix/locale
  196. set lang=en_US
  197. insmod gettext
  198. fi
  199. terminal_output gfxterm
  200. if [ "${recordfail}" = 1 ] ; then
  201. set timeout=10
  202. else
  203. if [ x$feature_timeout_style = xy ] ; then
  204. set timeout_style=menu
  205. set timeout=10
  206. # Fallback normal timeout code in case the timeout_style feature is
  207. # unavailable.
  208. else
  209. set timeout=10
  210. fi
  211. fi
  212. ### END /etc/grub.d/00_header ###
  213.  
  214. ### BEGIN /etc/grub.d/05_debian_theme ###
  215. set menu_color_normal=white/black
  216. set menu_color_highlight=black/light-gray
  217. ### END /etc/grub.d/05_debian_theme ###
  218.  
  219. ### BEGIN /etc/grub.d/06_mint_theme ###
  220. set menu_color_normal=white/black
  221. set menu_color_highlight=white/light-gray
  222. ### END /etc/grub.d/06_mint_theme ###
  223.  
  224. ### BEGIN /etc/grub.d/10_linux ###
  225. function gfxmode {
  226. set gfxpayload="$1"
  227. if [ "$1" = "keep" ]; then
  228. set vt_handoff=vt.handoff=7
  229. else
  230. set vt_handoff=
  231. fi
  232. }
  233. if [ ${recordfail} != 1 ]; then
  234. if [ -e ${prefix}/gfxblacklist.txt ]; then
  235. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  236. if [ ${match} = 0 ]; then
  237. set linux_gfx_mode=keep
  238. else
  239. set linux_gfx_mode=text
  240. fi
  241. else
  242. set linux_gfx_mode=text
  243. fi
  244. else
  245. set linux_gfx_mode=keep
  246. fi
  247. else
  248. set linux_gfx_mode=text
  249. fi
  250. export linux_gfx_mode
  251. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  252. menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  253. recordfail
  254. gfxmode $linux_gfx_mode
  255. insmod gzio
  256. insmod part_msdos
  257. insmod ext2
  258. set root='hd0,msdos1'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 142a6b5a-a9ac-4986-ada7-6a8244299406
  261. else
  262. search --no-floppy --fs-uuid --set=root 142a6b5a-a9ac-4986-ada7-6a8244299406
  263. fi
  264. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=142a6b5a-a9ac-4986-ada7-6a8244299406 ro quiet splash $vt_handoff
  265. initrd /boot/initrd.img-3.13.0-24-generic
  266. }
  267. menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  268. recordfail
  269. insmod gzio
  270. insmod part_msdos
  271. insmod ext2
  272. set root='hd0,msdos1'
  273. if [ x$feature_platform_search_hint = xy ]; then
  274. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 142a6b5a-a9ac-4986-ada7-6a8244299406
  275. else
  276. search --no-floppy --fs-uuid --set=root 142a6b5a-a9ac-4986-ada7-6a8244299406
  277. fi
  278. echo 'Loading Linux 3.13.0-24-generic ...'
  279. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=142a6b5a-a9ac-4986-ada7-6a8244299406 ro recovery nomodeset
  280. echo 'Loading initial ramdisk ...'
  281. initrd /boot/initrd.img-3.13.0-24-generic
  282. }
  283. ### END /etc/grub.d/10_linux ###
  284.  
  285. ### BEGIN /etc/grub.d/10_lupin ###
  286. ### END /etc/grub.d/10_lupin ###
  287.  
  288. ### BEGIN /etc/grub.d/20_linux_xen ###
  289.  
  290. ### END /etc/grub.d/20_linux_xen ###
  291.  
  292. ### BEGIN /etc/grub.d/20_memtest86+ ###
  293. menuentry 'Memory test (memtest86+)' {
  294. insmod part_msdos
  295. insmod ext2
  296. set root='hd0,msdos1'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 142a6b5a-a9ac-4986-ada7-6a8244299406
  299. else
  300. search --no-floppy --fs-uuid --set=root 142a6b5a-a9ac-4986-ada7-6a8244299406
  301. fi
  302. knetbsd /boot/memtest86+.elf
  303. }
  304. menuentry 'Memory test (memtest86+, serial console 115200)' {
  305. insmod part_msdos
  306. insmod ext2
  307. set root='hd0,msdos1'
  308. if [ x$feature_platform_search_hint = xy ]; then
  309. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 142a6b5a-a9ac-4986-ada7-6a8244299406
  310. else
  311. search --no-floppy --fs-uuid --set=root 142a6b5a-a9ac-4986-ada7-6a8244299406
  312. fi
  313. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  314. }
  315. ### END /etc/grub.d/20_memtest86+ ###
  316.  
  317. ### BEGIN /etc/grub.d/30_os-prober ###
  318. ### END /etc/grub.d/30_os-prober ###
  319.  
  320. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  321. ### END /etc/grub.d/30_uefi-firmware ###
  322.  
  323. ### BEGIN /etc/grub.d/40_custom ###
  324. # This file provides an easy way to add custom menu entries. Simply type the
  325. # menu entries you want to add after this comment. Be careful not to change
  326. # the 'exec tail' line above.
  327. ### END /etc/grub.d/40_custom ###
  328.  
  329. ### BEGIN /etc/grub.d/41_custom ###
  330. if [ -f ${config_directory}/custom.cfg ]; then
  331. source ${config_directory}/custom.cfg
  332. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  333. source $prefix/custom.cfg;
  334. fi
  335. ### END /etc/grub.d/41_custom ###
  336. --------------------------------------------------------------------------------
  337.  
  338. =============================== sda1/etc/fstab: ================================
  339.  
  340. --------------------------------------------------------------------------------
  341. # /etc/fstab: static file system information.
  342. #
  343. # Use 'blkid' to print the universally unique identifier for a
  344. # device; this may be used with UUID= as a more robust way to name devices
  345. # that works even if disks are added and removed. See fstab(5).
  346. #
  347. # <file system> <mount point> <type> <options> <dump> <pass>
  348. # / was on /dev/sda1 during installation
  349. UUID=142a6b5a-a9ac-4986-ada7-6a8244299406 / ext4 errors=remount-ro 0 1
  350. # swap was on /dev/sda5 during installation
  351. UUID=7e0813fe-07e3-4d0c-b498-ab3a660281fc none swap sw 0 0
  352. --------------------------------------------------------------------------------
  353.  
  354. =================== sda1: Location of files loaded by Grub: ====================
  355.  
  356. GiB - GB File Fragment(s)
  357.  
  358.  
  359. =============================== StdErr Messages: ===============================
  360.  
  361. cat: /tmp/BootInfo-NJjF7ruz/Tmp_Log: No such file or directory
  362. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement