tgkprog

Untitled

Feb 19th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.08 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => No boot loader is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: Extended Partition
  11. Boot sector type: -
  12. Boot sector info:
  13.  
  14. sda5: __________________________________________________________________________
  15.  
  16. File system: vfat
  17. Boot sector type: FAT32
  18. Boot sector info: No errors found in the Boot Parameter Block.
  19. Operating System:
  20. Boot files: /efi/BOOT/fbx64.efi /efi/ubuntu/fwupx64.efi
  21. /efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
  22. /efi/ubuntu/shimx64.efi
  23.  
  24. sda6: __________________________________________________________________________
  25.  
  26. File system:
  27. Boot sector type: Unknown
  28. Boot sector info:
  29. Mounting failed: mount: /tmp/BootInfo-kmAAsZBY/sda6: unknown filesystem type ''.
  30.  
  31. sda7: __________________________________________________________________________
  32.  
  33. File system: ext4
  34. Boot sector type: -
  35. Boot sector info:
  36. Operating System:
  37. Boot files:
  38.  
  39. sda3: __________________________________________________________________________
  40.  
  41. File system: ntfs
  42. Boot sector type: Windows Vista/7: NTFS
  43. Boot sector info: No errors found in the Boot Parameter Block.
  44. Operating System:
  45. Boot files:
  46.  
  47. sda4: __________________________________________________________________________
  48.  
  49. File system: ext4
  50. Boot sector type: -
  51. Boot sector info:
  52. Operating System: Ubuntu 18.04.2 LTS
  53. Boot files: /boot/grub/grub.cfg /etc/fstab
  54.  
  55. ============================ Drive/Partition Info: =============================
  56.  
  57. Drive: sda _____________________________________________________________________
  58. Disk /dev/sda: 447.1 GiB, 480103981056 bytes, 937703088 sectors
  59. Units: sectors of 1 * 512 = 512 bytes
  60. Sector size (logical/physical): 512 bytes / 512 bytes
  61. I/O size (minimum/optimal): 512 bytes / 512 bytes
  62. Disklabel type: dos
  63.  
  64. Partition Boot Start Sector End Sector # of Sectors Id System
  65.  
  66. /dev/sda1 2,046 243,169,279 243,167,234 5 Extended
  67. /dev/sda5 * 2,048 391,167 389,120 ef EFI (FAT-12/16/32)
  68. /dev/sda6 393,216 878,591 485,376 83 Linux
  69. /dev/sda7 880,640 243,169,279 242,288,640 83 Linux
  70. /dev/sda3 243,169,280 786,135,039 542,965,760 7 NTFS / exFAT / HPFS
  71. /dev/sda4 786,137,088 937,701,375 151,564,288 83 Linux
  72.  
  73.  
  74. GUID Partition Table detected, but does not seem to be used.
  75.  
  76. Partition Start Sector End Sector # of Sectors System
  77. /dev/sda1 614,400 152,928,255 152,313,856 Data partition (Windows/Linux)
  78.  
  79. "blkid" output: ________________________________________________________________
  80.  
  81. Device UUID TYPE LABEL
  82.  
  83. /dev/loop0 squashfs
  84. /dev/loop1 squashfs
  85. /dev/loop10 squashfs
  86. /dev/loop11 squashfs
  87. /dev/loop12 squashfs
  88. /dev/loop13 squashfs
  89. /dev/loop14 squashfs
  90. /dev/loop15 squashfs
  91. /dev/loop16 squashfs
  92. /dev/loop2 squashfs
  93. /dev/loop3 squashfs
  94. /dev/loop4 squashfs
  95. /dev/loop5 squashfs
  96. /dev/loop6 squashfs
  97. /dev/loop7 squashfs
  98. /dev/loop8 squashfs
  99. /dev/loop9 squashfs
  100. /dev/sda3 72C2F265C2F22D4B ntfs d
  101. /dev/sda4 6cff9cb7-a294-4086-b550-583be662a7c0 ext4
  102. /dev/sda5 D96D-B0B0 vfat
  103. /dev/sda6
  104. /dev/sda7 f9b3ae18-4331-4938-8427-a8947ee9e8ba ext4
  105.  
  106. ================================ Mount points: =================================
  107.  
  108. Device Mount_Point Type Options
  109.  
  110. /dev/sda3 /d fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096,x-gvfs-show)
  111. /dev/sda4 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  112. /dev/sda5 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  113. /dev/sda7 /home ext4 (rw,relatime,data=ordered)
  114.  
  115.  
  116. =========================== sda4/boot/grub/grub.cfg: ===========================
  117.  
  118. --------------------------------------------------------------------------------
  119. #
  120. # DO NOT EDIT THIS FILE
  121. #
  122. # It is automatically generated by grub-mkconfig using templates
  123. # from /etc/grub.d and settings from /etc/default/grub
  124. #
  125.  
  126. ### BEGIN /etc/grub.d/00_header ###
  127. if [ -s $prefix/grubenv ]; then
  128. set have_grubenv=true
  129. load_env
  130. fi
  131. if [ "${next_entry}" ] ; then
  132. set default="${next_entry}"
  133. set next_entry=
  134. save_env next_entry
  135. set boot_once=true
  136. else
  137. set default="0"
  138. fi
  139.  
  140. if [ x"${feature_menuentry_id}" = xy ]; then
  141. menuentry_id_option="--id"
  142. else
  143. menuentry_id_option=""
  144. fi
  145.  
  146. export menuentry_id_option
  147.  
  148. if [ "${prev_saved_entry}" ]; then
  149. set saved_entry="${prev_saved_entry}"
  150. save_env saved_entry
  151. set prev_saved_entry=
  152. save_env prev_saved_entry
  153. set boot_once=true
  154. fi
  155.  
  156. function savedefault {
  157. if [ -z "${boot_once}" ]; then
  158. saved_entry="${chosen}"
  159. save_env saved_entry
  160. fi
  161. }
  162. function recordfail {
  163. set recordfail=1
  164. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  165. }
  166. function load_video {
  167. if [ x$feature_all_video_module = xy ]; then
  168. insmod all_video
  169. else
  170. insmod efi_gop
  171. insmod efi_uga
  172. insmod ieee1275_fb
  173. insmod vbe
  174. insmod vga
  175. insmod video_bochs
  176. insmod video_cirrus
  177. fi
  178. }
  179.  
  180. if [ x$feature_default_font_path = xy ] ; then
  181. font=unicode
  182. else
  183. insmod part_msdos
  184. insmod ext2
  185. set root='hd0,msdos4'
  186. if [ x$feature_platform_search_hint = xy ]; then
  187. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 6cff9cb7-a294-4086-b550-583be662a7c0
  188. else
  189. search --no-floppy --fs-uuid --set=root 6cff9cb7-a294-4086-b550-583be662a7c0
  190. fi
  191. font="/usr/share/grub/unicode.pf2"
  192. fi
  193.  
  194. if loadfont $font ; then
  195. set gfxmode=auto
  196. load_video
  197. insmod gfxterm
  198. set locale_dir=$prefix/locale
  199. set lang=C
  200. insmod gettext
  201. fi
  202. terminal_output gfxterm
  203. if [ "${recordfail}" = 1 ] ; then
  204. set timeout=30
  205. else
  206. if [ x$feature_timeout_style = xy ] ; then
  207. set timeout_style=hidden
  208. set timeout=10
  209. # Fallback hidden-timeout code in case the timeout_style feature is
  210. # unavailable.
  211. elif sleep --interruptible 10 ; then
  212. set timeout=0
  213. fi
  214. fi
  215. ### END /etc/grub.d/00_header ###
  216.  
  217. ### BEGIN /etc/grub.d/05_debian_theme ###
  218. set menu_color_normal=white/black
  219. set menu_color_highlight=black/light-gray
  220. if background_color 44,0,30,0; then
  221. clear
  222. fi
  223. ### END /etc/grub.d/05_debian_theme ###
  224.  
  225. ### BEGIN /etc/grub.d/10_linux ###
  226. function gfxmode {
  227. set gfxpayload="${1}"
  228. if [ "${1}" = "keep" ]; then
  229. set vt_handoff=vt.handoff=1
  230. else
  231. set vt_handoff=
  232. fi
  233. }
  234. if [ "${recordfail}" != 1 ]; then
  235. if [ -e ${prefix}/gfxblacklist.txt ]; then
  236. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  237. if [ ${match} = 0 ]; then
  238. set linux_gfx_mode=keep
  239. else
  240. set linux_gfx_mode=text
  241. fi
  242. else
  243. set linux_gfx_mode=text
  244. fi
  245. else
  246. set linux_gfx_mode=keep
  247. fi
  248. else
  249. set linux_gfx_mode=text
  250. fi
  251. export linux_gfx_mode
  252. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6cff9cb7-a294-4086-b550-583be662a7c0' {
  253. recordfail
  254. load_video
  255. gfxmode $linux_gfx_mode
  256. insmod gzio
  257. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  258. insmod part_msdos
  259. insmod ext2
  260. set root='hd0,msdos4'
  261. if [ x$feature_platform_search_hint = xy ]; then
  262. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 6cff9cb7-a294-4086-b550-583be662a7c0
  263. else
  264. search --no-floppy --fs-uuid --set=root 6cff9cb7-a294-4086-b550-583be662a7c0
  265. fi
  266. linux /boot/vmlinuz-4.15.0-45-generic root=UUID=6cff9cb7-a294-4086-b550-583be662a7c0 ro quiet splash $vt_handoff
  267. initrd /boot/initrd.img-4.15.0-45-generic
  268. }
  269. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-6cff9cb7-a294-4086-b550-583be662a7c0' {
  270. menuentry 'Ubuntu, with Linux 4.15.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-45-generic-advanced-6cff9cb7-a294-4086-b550-583be662a7c0' {
  271. recordfail
  272. load_video
  273. gfxmode $linux_gfx_mode
  274. insmod gzio
  275. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  276. insmod part_msdos
  277. insmod ext2
  278. set root='hd0,msdos4'
  279. if [ x$feature_platform_search_hint = xy ]; then
  280. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 6cff9cb7-a294-4086-b550-583be662a7c0
  281. else
  282. search --no-floppy --fs-uuid --set=root 6cff9cb7-a294-4086-b550-583be662a7c0
  283. fi
  284. echo 'Loading Linux 4.15.0-45-generic ...'
  285. linux /boot/vmlinuz-4.15.0-45-generic root=UUID=6cff9cb7-a294-4086-b550-583be662a7c0 ro quiet splash $vt_handoff
  286. echo 'Loading initial ramdisk ...'
  287. initrd /boot/initrd.img-4.15.0-45-generic
  288. }
  289. menuentry 'Ubuntu, with Linux 4.15.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-45-generic-recovery-6cff9cb7-a294-4086-b550-583be662a7c0' {
  290. recordfail
  291. load_video
  292. insmod gzio
  293. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  294. insmod part_msdos
  295. insmod ext2
  296. set root='hd0,msdos4'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 6cff9cb7-a294-4086-b550-583be662a7c0
  299. else
  300. search --no-floppy --fs-uuid --set=root 6cff9cb7-a294-4086-b550-583be662a7c0
  301. fi
  302. echo 'Loading Linux 4.15.0-45-generic ...'
  303. linux /boot/vmlinuz-4.15.0-45-generic root=UUID=6cff9cb7-a294-4086-b550-583be662a7c0 ro recovery nomodeset
  304. echo 'Loading initial ramdisk ...'
  305. initrd /boot/initrd.img-4.15.0-45-generic
  306. }
  307. menuentry 'Ubuntu, with Linux 4.15.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-advanced-6cff9cb7-a294-4086-b550-583be662a7c0' {
  308. recordfail
  309. load_video
  310. gfxmode $linux_gfx_mode
  311. insmod gzio
  312. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  313. insmod part_msdos
  314. insmod ext2
  315. set root='hd0,msdos4'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 6cff9cb7-a294-4086-b550-583be662a7c0
  318. else
  319. search --no-floppy --fs-uuid --set=root 6cff9cb7-a294-4086-b550-583be662a7c0
  320. fi
  321. echo 'Loading Linux 4.15.0-29-generic ...'
  322. linux /boot/vmlinuz-4.15.0-29-generic root=UUID=6cff9cb7-a294-4086-b550-583be662a7c0 ro quiet splash $vt_handoff
  323. echo 'Loading initial ramdisk ...'
  324. initrd /boot/initrd.img-4.15.0-29-generic
  325. }
  326. menuentry 'Ubuntu, with Linux 4.15.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-29-generic-recovery-6cff9cb7-a294-4086-b550-583be662a7c0' {
  327. recordfail
  328. load_video
  329. insmod gzio
  330. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  331. insmod part_msdos
  332. insmod ext2
  333. set root='hd0,msdos4'
  334. if [ x$feature_platform_search_hint = xy ]; then
  335. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 6cff9cb7-a294-4086-b550-583be662a7c0
  336. else
  337. search --no-floppy --fs-uuid --set=root 6cff9cb7-a294-4086-b550-583be662a7c0
  338. fi
  339. echo 'Loading Linux 4.15.0-29-generic ...'
  340. linux /boot/vmlinuz-4.15.0-29-generic root=UUID=6cff9cb7-a294-4086-b550-583be662a7c0 ro recovery nomodeset
  341. echo 'Loading initial ramdisk ...'
  342. initrd /boot/initrd.img-4.15.0-29-generic
  343. }
  344. }
  345.  
  346. ### END /etc/grub.d/10_linux ###
  347.  
  348. ### BEGIN /etc/grub.d/20_linux_xen ###
  349.  
  350. ### END /etc/grub.d/20_linux_xen ###
  351.  
  352. ### BEGIN /etc/grub.d/20_memtest86+ ###
  353. ### END /etc/grub.d/20_memtest86+ ###
  354.  
  355. ### BEGIN /etc/grub.d/30_os-prober ###
  356. ### END /etc/grub.d/30_os-prober ###
  357.  
  358. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  359. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  360. fwsetup
  361. }
  362. ### END /etc/grub.d/30_uefi-firmware ###
  363.  
  364. ### BEGIN /etc/grub.d/40_custom ###
  365. # This file provides an easy way to add custom menu entries. Simply type the
  366. # menu entries you want to add after this comment. Be careful not to change
  367. # the 'exec tail' line above.
  368. ### END /etc/grub.d/40_custom ###
  369.  
  370. ### BEGIN /etc/grub.d/41_custom ###
  371. if [ -f ${config_directory}/custom.cfg ]; then
  372. source ${config_directory}/custom.cfg
  373. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  374. source $prefix/custom.cfg;
  375. fi
  376. ### END /etc/grub.d/41_custom ###
  377. --------------------------------------------------------------------------------
  378.  
  379. =============================== sda4/etc/fstab: ================================
  380.  
  381. --------------------------------------------------------------------------------
  382. # /etc/fstab: static file system information.
  383. #
  384. # Use 'blkid' to print the universally unique identifier for a
  385. # device; this may be used with UUID= as a more robust way to name devices
  386. # that works even if disks are added and removed. See fstab(5).
  387. #
  388. # <file system> <mount point> <type> <options> <dump> <pass>
  389. # / was on /dev/sda4 during installation
  390. UUID=6cff9cb7-a294-4086-b550-583be662a7c0 / ext4 errors=remount-ro 0 1
  391. # /boot/efi was on /dev/sda5 during installation
  392. UUID=D96D-B0B0 /boot/efi vfat umask=0077 0 1
  393. # /home was on /dev/sda7 during installation
  394. UUID=f9b3ae18-4331-4938-8427-a8947ee9e8ba /home ext4 defaults 0 2
  395. /swapfile none swap sw 0 0
  396. LABEL=d /d auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-symbolic-icon=d,x-gvfs-name=d,x-gvfs-icon=d 0 0
  397. --------------------------------------------------------------------------------
  398.  
  399. =================== sda4: Location of files loaded by Grub: ====================
  400.  
  401. GiB - GB File Fragment(s)
  402.  
  403.  
  404. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  405.  
  406. Unknown BootLoader on sda6
  407.  
  408. 00000000 1a 91 4f 64 42 a7 46 68 7b 24 de 42 92 08 c9 18 |..OdB.Fh{$.B....|
  409. 00000010 7e d2 93 4e 29 f7 d9 25 bd 21 20 77 dc 53 d2 57 |~..N)..%.! w.S.W|
  410. 00000020 7e 78 e0 5e 2c b9 5d 1c cb 52 b5 81 ae fc 09 c0 |~x.^,.]..R......|
  411. 00000030 13 7b 29 e4 66 d4 d9 b3 0e 19 ae 87 39 15 93 93 |.{).f.......9...|
  412. 00000040 d9 6c 73 67 cd 1d 03 0d 4c 81 74 b4 86 38 c8 02 |.lsg....L.t..8..|
  413. 00000050 30 44 8c 0c 19 0b c1 8a c8 92 27 ae 4c 0c 8e 98 |0D........'.L...|
  414. 00000060 0e ad 6b 24 30 8a b0 12 46 44 64 dd 1e 4f 7e ed |..k$0...FDd..O~.|
  415. 00000070 19 f2 1f fb f6 71 9b e4 3e 7f c4 d4 e3 fd 0f d8 |.....q..>.......|
  416. 00000080 e5 76 3f fb 63 ea be 6e eb 76 3d 8c 3a 4b 67 31 |.v?.c..n.v=.:Kg1|
  417. 00000090 49 db 92 13 7d 61 16 40 3f f2 1c 2f 9f fd d8 3e |I...}a.@?../...>|
  418. 000000a0 ff df f0 5e 93 d9 74 1d da e4 50 a1 90 07 44 fb |...^..t...P...D.|
  419. 000000b0 e0 15 cb b8 f7 ac 2f 63 b1 4d 86 09 eb af f6 52 |....../c.M.....R|
  420. 000000c0 3d 38 eb 96 3a 34 b5 81 e0 14 c1 27 9e bf 11 87 |=8..:4.....'....|
  421. 000000d0 fd 0f 1e 7a de 63 77 2a 1c 14 bf dd 1f c8 a9 ac |...z.cw*........|
  422. 000000e0 dd 14 b8 f1 06 47 ef 69 fd 1a 16 c7 6b 1b 55 11 |.....G.i....k.U.|
  423. 000000f0 c5 8a c3 3f 15 7b 3f a3 2d ef c5 45 f6 bc d1 bf |...?.{?.-..E....|
  424. 00000100 7a 2d 87 ab 8f 2f 69 16 45 1a c5 6d 16 5e 84 79 |z-.../i.E..m.^.y|
  425. 00000110 4d 16 8b 9a 83 13 00 d4 be 76 78 35 9f ae f0 9f |M........vx5....|
  426. 00000120 f9 51 2f 3f b0 b1 20 b1 59 2f a5 84 98 b9 ec 83 |.Q/?.. .Y/......|
  427. 00000130 2c 2d e1 bd ef d6 08 53 aa 93 66 c5 da 28 3a ca |,-.....S..f..(:.|
  428. 00000140 dc 36 99 a1 e1 bf cf 3d b1 3c 7c 74 e5 5e c2 d9 |.6.....=.<|t.^..|
  429. 00000150 3c 47 b7 db 93 9b cf 6c 5b bb 0d 5b d2 bf 5d 1d |<G.....l[..[..].|
  430. 00000160 a4 15 63 05 7b 7d fd 63 24 f5 58 6f 76 a4 a3 98 |..c.{}.c$.Xov...|
  431. 00000170 06 a4 5b 5e b4 f5 99 ce 7a 85 87 41 1a 75 a0 a9 |..[^....z..A.u..|
  432. 00000180 cf 87 10 65 6d ff 62 62 9c 52 f6 cb 81 cd a4 d0 |...em.bb.R......|
  433. 00000190 14 74 34 1c 2d 5e 95 d3 c1 c3 a1 6c ee 8f 41 30 |.t4.-^.....l..A0|
  434. 000001a0 15 02 eb 07 14 b3 9f 72 f2 aa 51 2f 39 97 4a 92 |.......r..Q/9.J.|
  435. 000001b0 b0 87 77 9a 3e 48 01 8e d7 19 c8 1b 9a a8 87 41 |..w.>H.........A|
  436. 000001c0 2d 90 3f 7f 93 56 0c e8 6a cc 0b 21 a1 e1 01 c4 |-.?..V..j..!....|
  437. 000001d0 00 24 a8 0c 32 c1 1a b7 79 c4 5d ba 10 ac 2d ac |.$..2...y.]...-.|
  438. 000001e0 29 cf 5e 09 68 a0 ca 70 4f ae 6c 62 85 3c 93 81 |).^.h..pO.lb.<..|
  439. 000001f0 c5 c3 db a2 da f3 43 68 4d e3 72 da ba ec 97 55 |......ChM.r....U|
  440. 00000200
  441.  
  442.  
  443. =============================== StdErr Messages: ===============================
  444.  
  445. cat: /tmp/BootInfo-kmAAsZBY/Tmp_Log: No such file or directory
Add Comment
Please, Sign In to add comment