Advertisement
Guest User

RESULTS.txt

a guest
Sep 1st, 2020
1,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 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.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: vfat
  13. Boot sector type: FAT32
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files:
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: Extended Partition
  21. Boot sector type: -
  22. Boot sector info:
  23.  
  24. sda5: __________________________________________________________________________
  25.  
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System:
  30. Boot files: /grub/grub.cfg
  31.  
  32. sda6: __________________________________________________________________________
  33.  
  34. File system: crypto_LUKS
  35. Boot sector type: Unknown
  36. Boot sector info:
  37.  
  38. vgubuntu-root': ________________________________________________________________
  39.  
  40. File system:
  41. Boot sector type: Unknown
  42. Boot sector info:
  43. Mounting failed: mount: /tmp/BootInfo-FU8yuki8/LVM/vgubuntu-root': unknown filesystem type ''.
  44.  
  45. vgubuntu-swap_1': ______________________________________________________________
  46.  
  47. File system:
  48. Boot sector type: Unknown
  49. Boot sector info:
  50. Mounting failed: mount: /tmp/BootInfo-FU8yuki8/LVM/vgubuntu-root': unknown filesystem type ''.
  51. mount: /tmp/BootInfo-FU8yuki8/LVM/vgubuntu-swap_1': unknown filesystem type ''.
  52.  
  53. ============================ Drive/Partition Info: =============================
  54.  
  55. Drive: sda _____________________________________________________________________
  56. Disk /dev/sda: 465.78 GiB, 500107862016 bytes, 976773168 sectors
  57. Disk model: WDC WD5000LPCX-2
  58. Units: sectors of 1 * 512 = 512 bytes
  59. Sector size (logical/physical): 512 bytes / 4096 bytes
  60. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  61.  
  62. Partition Boot Start Sector End Sector # of Sectors Id System
  63.  
  64. /dev/sda1 * 2,048 1,050,623 1,048,576 b W95 FAT32
  65. /dev/sda2 1,052,670 976,771,071 975,718,402 5 Extended
  66. /dev/sda5 1,052,672 2,549,759 1,497,088 83 Linux
  67. /dev/sda6 2,551,808 976,771,071 974,219,264 83 Linux
  68.  
  69.  
  70. "blkid" output: ________________________________________________________________
  71.  
  72. Device UUID TYPE LABEL
  73.  
  74. /dev/loop0 squashfs
  75. /dev/loop1 squashfs
  76. /dev/loop10 squashfs
  77. /dev/loop2 squashfs
  78. /dev/loop3 squashfs
  79. /dev/loop4 squashfs
  80. /dev/loop5 squashfs
  81. /dev/loop6 squashfs
  82. /dev/loop7 squashfs
  83. /dev/loop8 squashfs
  84. /dev/loop9 squashfs
  85. /dev/mapper/sda6_crypt Sb4hi1-DVct-3azy-GuEv-msGp-hNrc-wmHNbZ LVM2_member
  86. /dev/mapper/vgubuntu-root 50fc752d-020a-48b6-8aaa-785179027029 ext4
  87. /dev/mapper/vgubuntu-swap_1 fc32f07a-ccab-4dc6-adca-c7a36b8daf71 swap
  88. /dev/sda1 1304-0546 vfat
  89. /dev/sda5 364a54f7-5520-48d0-aed7-54a422fd6f17 ext4
  90. /dev/sda6 b405e7df-4f1f-4bbc-8eee-36c080da91fb crypto_LUKS
  91.  
  92. ========================= "ls -R /dev/mapper/" output: =========================
  93.  
  94. /dev/mapper:
  95. control
  96. sda6_crypt
  97. vgubuntu-root
  98. vgubuntu-swap_1
  99.  
  100. ================================ Mount points: =================================
  101.  
  102. Device Mount_Point Type Options
  103.  
  104. /dev/fuse /run/user/1000/doc fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  105. /dev/mapper/vgubuntu-root / ext4 (rw,relatime,errors=remount-ro)
  106. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  107. /dev/sda5 /boot ext4 (rw,relatime)
  108.  
  109.  
  110. ============================= sda5/grub/grub.cfg: ==============================
  111.  
  112. --------------------------------------------------------------------------------
  113. #
  114. # DO NOT EDIT THIS FILE
  115. #
  116. # It is automatically generated by grub-mkconfig using templates
  117. # from /etc/grub.d and settings from /etc/default/grub
  118. #
  119.  
  120. ### BEGIN /etc/grub.d/00_header ###
  121. if [ -s $prefix/grubenv ]; then
  122. set have_grubenv=true
  123. load_env
  124. fi
  125. if [ "${initrdfail}" = 2 ]; then
  126. set initrdfail=
  127. elif [ "${initrdfail}" = 1 ]; then
  128. set next_entry="${prev_entry}"
  129. set prev_entry=
  130. save_env prev_entry
  131. if [ "${next_entry}" ]; then
  132. set initrdfail=2
  133. fi
  134. fi
  135. if [ "${next_entry}" ] ; then
  136. set default="${next_entry}"
  137. set next_entry=
  138. save_env next_entry
  139. set boot_once=true
  140. else
  141. set default="0"
  142. fi
  143.  
  144. if [ x"${feature_menuentry_id}" = xy ]; then
  145. menuentry_id_option="--id"
  146. else
  147. menuentry_id_option=""
  148. fi
  149.  
  150. export menuentry_id_option
  151.  
  152. if [ "${prev_saved_entry}" ]; then
  153. set saved_entry="${prev_saved_entry}"
  154. save_env saved_entry
  155. set prev_saved_entry=
  156. save_env prev_saved_entry
  157. set boot_once=true
  158. fi
  159.  
  160. function savedefault {
  161. if [ -z "${boot_once}" ]; then
  162. saved_entry="${chosen}"
  163. save_env saved_entry
  164. fi
  165. }
  166. function initrdfail {
  167. if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
  168. if [ -z "${initrdfail}" ]; then
  169. set initrdfail=1
  170. if [ -n "${boot_once}" ]; then
  171. set prev_entry="${default}"
  172. save_env prev_entry
  173. fi
  174. fi
  175. save_env initrdfail
  176. fi; fi
  177. }
  178. function recordfail {
  179. set recordfail=1
  180. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  181. }
  182. function load_video {
  183. if [ x$feature_all_video_module = xy ]; then
  184. insmod all_video
  185. else
  186. insmod efi_gop
  187. insmod efi_uga
  188. insmod ieee1275_fb
  189. insmod vbe
  190. insmod vga
  191. insmod video_bochs
  192. insmod video_cirrus
  193. fi
  194. }
  195.  
  196. if [ x$feature_default_font_path = xy ] ; then
  197. font=unicode
  198. else
  199. insmod lvm
  200. insmod ext2
  201. set root='lvmid/ZjiYvf-kg4B-prDo-ERot-buDM-PvMe-IAAk5s/NizGY2-PcmB-kJlX-rKpl-RW7k-WBUn-dymCcS'
  202. if [ x$feature_platform_search_hint = xy ]; then
  203. search --no-floppy --fs-uuid --set=root --hint='lvmid/ZjiYvf-kg4B-prDo-ERot-buDM-PvMe-IAAk5s/NizGY2-PcmB-kJlX-rKpl-RW7k-WBUn-dymCcS' 50fc752d-020a-48b6-8aaa-785179027029
  204. else
  205. search --no-floppy --fs-uuid --set=root 50fc752d-020a-48b6-8aaa-785179027029
  206. fi
  207. font="/usr/share/grub/unicode.pf2"
  208. fi
  209.  
  210. if loadfont $font ; then
  211. set gfxmode=auto
  212. load_video
  213. insmod gfxterm
  214. set locale_dir=$prefix/locale
  215. set lang=en_US
  216. insmod gettext
  217. fi
  218. terminal_output gfxterm
  219. if [ "${recordfail}" = 1 ] ; then
  220. set timeout=30
  221. else
  222. if [ x$feature_timeout_style = xy ] ; then
  223. set timeout_style=hidden
  224. set timeout=0
  225. # Fallback hidden-timeout code in case the timeout_style feature is
  226. # unavailable.
  227. elif sleep --interruptible 0 ; then
  228. set timeout=0
  229. fi
  230. fi
  231. ### END /etc/grub.d/00_header ###
  232.  
  233. ### BEGIN /etc/grub.d/05_debian_theme ###
  234. set menu_color_normal=white/black
  235. set menu_color_highlight=black/light-gray
  236. ### END /etc/grub.d/05_debian_theme ###
  237.  
  238. ### BEGIN /etc/grub.d/10_linux ###
  239. function gfxmode {
  240. set gfxpayload="${1}"
  241. if [ "${1}" = "keep" ]; then
  242. set vt_handoff=vt.handoff=7
  243. else
  244. set vt_handoff=
  245. fi
  246. }
  247. if [ "${recordfail}" != 1 ]; then
  248. if [ -e ${prefix}/gfxblacklist.txt ]; then
  249. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  250. if [ ${match} = 0 ]; then
  251. set linux_gfx_mode=keep
  252. else
  253. set linux_gfx_mode=text
  254. fi
  255. else
  256. set linux_gfx_mode=text
  257. fi
  258. else
  259. set linux_gfx_mode=keep
  260. fi
  261. else
  262. set linux_gfx_mode=text
  263. fi
  264. export linux_gfx_mode
  265. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-50fc752d-020a-48b6-8aaa-785179027029' {
  266. recordfail
  267. load_video
  268. gfxmode $linux_gfx_mode
  269. insmod gzio
  270. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  271. insmod part_msdos
  272. insmod ext2
  273. set root='hd0,msdos5'
  274. if [ x$feature_platform_search_hint = xy ]; then
  275. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
  276. else
  277. search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
  278. fi
  279. linux /vmlinuz-5.4.0-45-generic root=/dev/mapper/vgubuntu-root ro quiet splash $vt_handoff
  280. initrd /initrd.img-5.4.0-45-generic
  281. }
  282. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-50fc752d-020a-48b6-8aaa-785179027029' {
  283. menuentry 'Ubuntu, with Linux 5.4.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-45-generic-advanced-50fc752d-020a-48b6-8aaa-785179027029' {
  284. recordfail
  285. load_video
  286. gfxmode $linux_gfx_mode
  287. insmod gzio
  288. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  289. insmod part_msdos
  290. insmod ext2
  291. set root='hd0,msdos5'
  292. if [ x$feature_platform_search_hint = xy ]; then
  293. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
  294. else
  295. search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
  296. fi
  297. echo 'Loading Linux 5.4.0-45-generic ...'
  298. linux /vmlinuz-5.4.0-45-generic root=/dev/mapper/vgubuntu-root ro quiet splash $vt_handoff
  299. echo 'Loading initial ramdisk ...'
  300. initrd /initrd.img-5.4.0-45-generic
  301. }
  302. menuentry 'Ubuntu, with Linux 5.4.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-45-generic-recovery-50fc752d-020a-48b6-8aaa-785179027029' {
  303. recordfail
  304. load_video
  305. insmod gzio
  306. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  307. insmod part_msdos
  308. insmod ext2
  309. set root='hd0,msdos5'
  310. if [ x$feature_platform_search_hint = xy ]; then
  311. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
  312. else
  313. search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
  314. fi
  315. echo 'Loading Linux 5.4.0-45-generic ...'
  316. linux /vmlinuz-5.4.0-45-generic root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr
  317. echo 'Loading initial ramdisk ...'
  318. initrd /initrd.img-5.4.0-45-generic
  319. }
  320. menuentry 'Ubuntu, with Linux 5.4.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-42-generic-advanced-50fc752d-020a-48b6-8aaa-785179027029' {
  321. recordfail
  322. load_video
  323. gfxmode $linux_gfx_mode
  324. insmod gzio
  325. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  326. insmod part_msdos
  327. insmod ext2
  328. set root='hd0,msdos5'
  329. if [ x$feature_platform_search_hint = xy ]; then
  330. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
  331. else
  332. search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
  333. fi
  334. echo 'Loading Linux 5.4.0-42-generic ...'
  335. linux /vmlinuz-5.4.0-42-generic root=/dev/mapper/vgubuntu-root ro quiet splash $vt_handoff
  336. echo 'Loading initial ramdisk ...'
  337. initrd /initrd.img-5.4.0-42-generic
  338. }
  339. menuentry 'Ubuntu, with Linux 5.4.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-42-generic-recovery-50fc752d-020a-48b6-8aaa-785179027029' {
  340. recordfail
  341. load_video
  342. insmod gzio
  343. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  344. insmod part_msdos
  345. insmod ext2
  346. set root='hd0,msdos5'
  347. if [ x$feature_platform_search_hint = xy ]; then
  348. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
  349. else
  350. search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
  351. fi
  352. echo 'Loading Linux 5.4.0-42-generic ...'
  353. linux /vmlinuz-5.4.0-42-generic root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr
  354. echo 'Loading initial ramdisk ...'
  355. initrd /initrd.img-5.4.0-42-generic
  356. }
  357. }
  358.  
  359. ### END /etc/grub.d/10_linux ###
  360.  
  361. ### BEGIN /etc/grub.d/10_linux_zfs ###
  362. ### END /etc/grub.d/10_linux_zfs ###
  363.  
  364. ### BEGIN /etc/grub.d/20_linux_xen ###
  365.  
  366. ### END /etc/grub.d/20_linux_xen ###
  367.  
  368. ### BEGIN /etc/grub.d/20_memtest86+ ###
  369. menuentry 'Memory test (memtest86+)' {
  370. insmod part_msdos
  371. insmod ext2
  372. set root='hd0,msdos5'
  373. if [ x$feature_platform_search_hint = xy ]; then
  374. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
  375. else
  376. search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
  377. fi
  378. knetbsd /memtest86+.elf
  379. }
  380. menuentry 'Memory test (memtest86+, serial console 115200)' {
  381. insmod part_msdos
  382. insmod ext2
  383. set root='hd0,msdos5'
  384. if [ x$feature_platform_search_hint = xy ]; then
  385. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
  386. else
  387. search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
  388. fi
  389. linux16 /memtest86+.bin console=ttyS0,115200n8
  390. }
  391. ### END /etc/grub.d/20_memtest86+ ###
  392.  
  393. ### BEGIN /etc/grub.d/30_os-prober ###
  394. ### END /etc/grub.d/30_os-prober ###
  395.  
  396. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  397. ### END /etc/grub.d/30_uefi-firmware ###
  398.  
  399. ### BEGIN /etc/grub.d/40_custom ###
  400. # This file provides an easy way to add custom menu entries. Simply type the
  401. # menu entries you want to add after this comment. Be careful not to change
  402. # the 'exec tail' line above.
  403. ### END /etc/grub.d/40_custom ###
  404.  
  405. ### BEGIN /etc/grub.d/41_custom ###
  406. if [ -f ${config_directory}/custom.cfg ]; then
  407. source ${config_directory}/custom.cfg
  408. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  409. source $prefix/custom.cfg;
  410. fi
  411. ### END /etc/grub.d/41_custom ###
  412. --------------------------------------------------------------------------------
  413.  
  414. =================== sda5: Location of files loaded by Grub: ====================
  415.  
  416. GiB - GB File Fragment(s)
  417.  
  418.  
  419. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  420.  
  421. Unknown BootLoader on sda6
  422.  
  423. 00000000 4c 55 4b 53 ba be 00 02 00 00 00 00 00 00 40 00 |LUKS..........@.|
  424. 00000010 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 |................|
  425. 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  426. *
  427. 00000040 00 00 00 00 00 00 00 00 73 68 61 32 35 36 00 00 |........sha256..|
  428. 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  429. 00000060 00 00 00 00 00 00 00 00 d8 b2 f7 1a 8a 39 0d a8 |.............9..|
  430. 00000070 7b a4 38 c4 9f ca f0 b1 45 ed 3c 50 39 86 d7 7c |{.8.....E.<P9..||
  431. 00000080 6b 72 ba d8 00 e5 7f 47 56 06 f6 3f 6a f6 25 65 |kr.....GV..?j.%e|
  432. 00000090 6d cc a9 1f 5a 03 7a 26 53 ac a9 73 ca 8f cd 00 |m...Z.z&S..s....|
  433. 000000a0 66 8f ee ed 16 ba fa bc 62 34 30 35 65 37 64 66 |f.......b405e7df|
  434. 000000b0 2d 34 66 31 66 2d 34 62 62 63 2d 38 65 65 65 2d |-4f1f-4bbc-8eee-|
  435. 000000c0 33 36 63 30 38 30 64 61 39 31 66 62 00 00 00 00 |36c080da91fb....|
  436. 000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  437. *
  438. 000001c0 14 34 4f 07 8a d1 ef 61 39 be ec 71 17 04 5e 6d |.4O....a9..q..^m|
  439. 000001d0 99 bc 63 a2 6d 88 aa d2 3d 9e 0d c1 6d 50 45 dc |..c.m...=...mPE.|
  440. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  441. *
  442. 00000200
  443.  
  444. Unknown BootLoader on vgubuntu-root'
  445.  
  446.  
  447. Unknown BootLoader on vgubuntu-swap_1'
  448.  
  449.  
  450.  
  451. =============================== StdErr Messages: ===============================
  452.  
  453. cat: /tmp/BootInfo-FU8yuki8/Tmp_Log: No such file or directory
  454. Failed to find logical volume "vgubuntu/root'"
  455. Failed to find logical volume "vgubuntu/root'"
  456. Failed to find logical volume "vgubuntu/root'"
  457. hexdump: /dev/mapper/vgubuntu-root': No such file or directory
  458. hexdump: /dev/mapper/vgubuntu-root': No such file or directory
  459. Failed to find logical volume "vgubuntu/swap_1'"
  460. Failed to find logical volume "vgubuntu/swap_1'"
  461. Failed to find logical volume "vgubuntu/swap_1'"
  462. hexdump: /dev/mapper/vgubuntu-swap_1': No such file or directory
  463. hexdump: /dev/mapper/vgubuntu-swap_1': No such file or directory
  464.  
  465.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement