Advertisement
Guest User

Bootinfoscript.results

a guest
Mar 11th, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.79 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 85 for .
  9. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  10. the same hard drive for core.img. core.img is at this location and looks
  11. in partition 85 for .
  12.  
  13. sda1: __________________________________________________________________________
  14.  
  15. File system: ntfs
  16. Boot sector type: Windows Vista/7: NTFS
  17. Boot sector info: No errors found in the Boot Parameter Block.
  18. Operating System:
  19. Boot files: /bootmgr /Boot/BCD
  20.  
  21. sda2: __________________________________________________________________________
  22.  
  23. File system: ntfs
  24. Boot sector type: Windows Vista/7: NTFS
  25. Boot sector info: No errors found in the Boot Parameter Block.
  26. Operating System:
  27. Boot files: /bootmgr /Windows/System32/winload.exe
  28.  
  29. sda3: __________________________________________________________________________
  30.  
  31. File system: Extended Partition
  32. Boot sector type: -
  33. Boot sector info:
  34.  
  35. sda5: __________________________________________________________________________
  36.  
  37. File system: vfat
  38. Boot sector type: FAT32
  39. Boot sector info: No errors found in the Boot Parameter Block.
  40. Operating System:
  41. Boot files: /efi/BOOT/fbx64.efi /efi/ubuntu/fwupx64.efi
  42. /efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
  43. /efi/ubuntu/shimx64.efi
  44.  
  45. sda6: __________________________________________________________________________
  46.  
  47. File system: ext4
  48. Boot sector type: -
  49. Boot sector info:
  50. Operating System: Linux Mint 19.1 Tessa
  51. Boot files: /boot/grub/grub.cfg /etc/fstab
  52.  
  53. sdb1: __________________________________________________________________________
  54.  
  55. File system: ntfs
  56. Boot sector type: Windows Vista/7: NTFS
  57. Boot sector info: No errors found in the Boot Parameter Block.
  58. Operating System:
  59. Boot files:
  60.  
  61. ============================ Drive/Partition Info: =============================
  62.  
  63. Drive: sda _____________________________________________________________________
  64. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  65. Units: sectors of 1 * 512 = 512 bytes
  66. Sector size (logical/physical): 512 bytes / 512 bytes
  67. I/O size (minimum/optimal): 512 bytes / 512 bytes
  68. Disklabel type: dos
  69.  
  70. Partition Boot Start Sector End Sector # of Sectors Id System
  71.  
  72. /dev/sda1 2,048 1,026,047 1,024,000 7 NTFS / exFAT / HPFS
  73. /dev/sda2 1,026,048 425,480,559 424,454,512 7 NTFS / exFAT / HPFS
  74. /dev/sda3 425,482,238 488,396,799 62,914,562 5 Extended
  75. /dev/sda5 * 425,482,240 425,969,663 487,424 ef EFI (FAT-12/16/32)
  76. /dev/sda6 425,971,712 488,396,799 62,425,088 83 Linux
  77.  
  78.  
  79. Drive: sdb _____________________________________________________________________
  80. Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  81. Units: sectors of 1 * 512 = 512 bytes
  82. Sector size (logical/physical): 512 bytes / 4096 bytes
  83. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  84. Disklabel type: dos
  85.  
  86. Partition Boot Start Sector End Sector # of Sectors Id System
  87.  
  88. /dev/sdb1 2,048 1,953,519,615 1,953,517,568 7 NTFS / exFAT / HPFS
  89.  
  90.  
  91. "blkid" output: ________________________________________________________________
  92.  
  93. Device UUID TYPE LABEL
  94.  
  95. /dev/sda1 FE042497042454C5 ntfs 시스템 예약
  96. /dev/sda2 564A734C4A73283F ntfs
  97. /dev/sda5 1EBE-615D vfat
  98. /dev/sda6 72825b71-fae9-4d69-8597-86c7b44bd884 ext4
  99. /dev/sdb1 704C1EDC4C1E9CC2 ntfs 보조 드라이브
  100.  
  101. ================================ Mount points: =================================
  102.  
  103. Device Mount_Point Type Options
  104.  
  105. /dev/sda5 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  106. /dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  107.  
  108.  
  109. =========================== sda6/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_msdos
  177. insmod ext2
  178. set root='hd0,msdos6'
  179. if [ x$feature_platform_search_hint = xy ]; then
  180. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 72825b71-fae9-4d69-8597-86c7b44bd884
  181. else
  182. search --no-floppy --fs-uuid --set=root 72825b71-fae9-4d69-8597-86c7b44bd884
  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=ko_KR
  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=hidden
  201. set timeout=0
  202. # Fallback hidden-timeout code in case the timeout_style feature is
  203. # unavailable.
  204. elif sleep --interruptible 0 ; then
  205. set timeout=0
  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/10_linux ###
  216. function gfxmode {
  217. set gfxpayload="${1}"
  218. if [ "${1}" = "keep" ]; then
  219. set vt_handoff=vt.handoff=1
  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. menuentry 'Linux Mint 19.1 Cinnamon' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-72825b71-fae9-4d69-8597-86c7b44bd884' {
  243. recordfail
  244. load_video
  245. gfxmode $linux_gfx_mode
  246. insmod gzio
  247. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  248. insmod part_msdos
  249. insmod ext2
  250. set root='hd0,msdos6'
  251. if [ x$feature_platform_search_hint = xy ]; then
  252. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 72825b71-fae9-4d69-8597-86c7b44bd884
  253. else
  254. search --no-floppy --fs-uuid --set=root 72825b71-fae9-4d69-8597-86c7b44bd884
  255. fi
  256. linux /boot/vmlinuz-4.15.0-20-generic root=UUID=72825b71-fae9-4d69-8597-86c7b44bd884 ro quiet splash $vt_handoff
  257. initrd /boot/initrd.img-4.15.0-20-generic
  258. }
  259. submenu 'Linux Mint 19.1 Cinnamon용 고급 설정' $menuentry_id_option 'gnulinux-advanced-72825b71-fae9-4d69-8597-86c7b44bd884' {
  260. menuentry '리눅스 Linux Mint 19.1 Cinnamon가 있는, 4.15.0-20-generic입니다' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-advanced-72825b71-fae9-4d69-8597-86c7b44bd884' {
  261. recordfail
  262. load_video
  263. gfxmode $linux_gfx_mode
  264. insmod gzio
  265. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  266. insmod part_msdos
  267. insmod ext2
  268. set root='hd0,msdos6'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 72825b71-fae9-4d69-8597-86c7b44bd884
  271. else
  272. search --no-floppy --fs-uuid --set=root 72825b71-fae9-4d69-8597-86c7b44bd884
  273. fi
  274. echo '리눅스 4.15.0-20-generic를 불러옵니다 ...'
  275. linux /boot/vmlinuz-4.15.0-20-generic root=UUID=72825b71-fae9-4d69-8597-86c7b44bd884 ro quiet splash $vt_handoff
  276. echo '첫 램 디스크를 불러옵니다 ...'
  277. initrd /boot/initrd.img-4.15.0-20-generic
  278. }
  279. menuentry 'Linux Mint 19.1 Cinnamon, with Linux 4.15.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-recovery-72825b71-fae9-4d69-8597-86c7b44bd884' {
  280. recordfail
  281. load_video
  282. insmod gzio
  283. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  284. insmod part_msdos
  285. insmod ext2
  286. set root='hd0,msdos6'
  287. if [ x$feature_platform_search_hint = xy ]; then
  288. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 72825b71-fae9-4d69-8597-86c7b44bd884
  289. else
  290. search --no-floppy --fs-uuid --set=root 72825b71-fae9-4d69-8597-86c7b44bd884
  291. fi
  292. echo '리눅스 4.15.0-20-generic를 불러옵니다 ...'
  293. linux /boot/vmlinuz-4.15.0-20-generic root=UUID=72825b71-fae9-4d69-8597-86c7b44bd884 ro recovery nomodeset
  294. echo '첫 램 디스크를 불러옵니다 ...'
  295. initrd /boot/initrd.img-4.15.0-20-generic
  296. }
  297. }
  298.  
  299. ### END /etc/grub.d/10_linux ###
  300.  
  301. ### BEGIN /etc/grub.d/20_linux_xen ###
  302.  
  303. ### END /etc/grub.d/20_linux_xen ###
  304.  
  305. ### BEGIN /etc/grub.d/20_memtest86+ ###
  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. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  313. fwsetup
  314. }
  315. ### END /etc/grub.d/30_uefi-firmware ###
  316.  
  317. ### BEGIN /etc/grub.d/40_custom ###
  318. # This file provides an easy way to add custom menu entries. Simply type the
  319. # menu entries you want to add after this comment. Be careful not to change
  320. # the 'exec tail' line above.
  321. ### END /etc/grub.d/40_custom ###
  322.  
  323. ### BEGIN /etc/grub.d/41_custom ###
  324. if [ -f ${config_directory}/custom.cfg ]; then
  325. source ${config_directory}/custom.cfg
  326. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  327. source $prefix/custom.cfg;
  328. fi
  329. ### END /etc/grub.d/41_custom ###
  330. --------------------------------------------------------------------------------
  331.  
  332. =============================== sda6/etc/fstab: ================================
  333.  
  334. --------------------------------------------------------------------------------
  335. # /etc/fstab: static file system information.
  336. #
  337. # Use 'blkid' to print the universally unique identifier for a
  338. # device; this may be used with UUID= as a more robust way to name devices
  339. # that works even if disks are added and removed. See fstab(5).
  340. #
  341. # <file system> <mount point> <type> <options> <dump> <pass>
  342. # / was on /dev/sda6 during installation
  343. UUID=72825b71-fae9-4d69-8597-86c7b44bd884 / ext4 errors=remount-ro 0 1
  344. # /boot/efi was on /dev/sda5 during installation
  345. UUID=1EBE-615D /boot/efi vfat umask=0077 0 1
  346. /swapfile none swap sw 0 0
  347. --------------------------------------------------------------------------------
  348.  
  349. =================== sda6: Location of files loaded by Grub: ====================
  350.  
  351. GiB - GB File Fragment(s)
  352.  
  353.  
  354. =============================== StdErr Messages: ===============================
  355.  
  356. cat: /tmp/BootInfo-bM3Mf6Kl/Tmp_Log: 그런 파일이나 디렉터리가 없습니다
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement