Guest User

Untitled

a guest
Oct 13th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 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
  7. 965924864 of the same hard drive for core.img, but core.img can not be
  8. found at this location.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: vfat
  13. Boot sector type: Unknown
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
  17. /efi/Boot/fbx64.efi /efi/Boot/grubx64.efi
  18. /efi/Boot/mmx64.efi /efi/ubuntu/grubx64.efi
  19. /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
  20.  
  21. sda2: __________________________________________________________________________
  22.  
  23. File system:
  24. Boot sector type: -
  25. Boot sector info:
  26. Mounting failed: mount: /tmp/BootInfo-ufnr6cG9/sda2: unknown filesystem type ''.
  27.  
  28. sda3: __________________________________________________________________________
  29.  
  30. File system: ntfs
  31. Boot sector type: Windows Vista/7: NTFS
  32. Boot sector info: No errors found in the Boot Parameter Block.
  33. Operating System:
  34. Boot files: /Windows/System32/winload.exe
  35.  
  36. sda4: __________________________________________________________________________
  37.  
  38. File system: ntfs
  39. Boot sector type: Windows Vista/7: NTFS
  40. Boot sector info: No errors found in the Boot Parameter Block.
  41. Operating System:
  42. Boot files:
  43.  
  44. sda5: __________________________________________________________________________
  45.  
  46. File system: ext4
  47. Boot sector type: -
  48. Boot sector info:
  49. Operating System: Ubuntu 20.04.1 LTS
  50. Boot files: /boot/grub/grub.cfg /etc/fstab
  51.  
  52. ============================ Drive/Partition Info: =============================
  53.  
  54. Drive: sda _____________________________________________________________________
  55. Disk /dev/sda: 931,53 GiB, 1000204886016 bytes, 1953525168 sectors
  56. Disk model: TOSHIBA MQ02ABD1
  57. Units: sectors of 1 * 512 = 512 bytes
  58. Sector size (logical/physical): 512 bytes / 4096 bytes
  59. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  60.  
  61. Partition Boot Start Sector End Sector # of Sectors Id System
  62.  
  63. /dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
  64.  
  65.  
  66. GUID Partition Table detected.
  67.  
  68. Partition Start Sector End Sector # of Sectors System
  69. /dev/sda1 2,048 206,847 204,800 EFI System partition
  70. /dev/sda2 206,848 239,615 32,768 Microsoft Reserved Partition (Windows)
  71. /dev/sda3 239,616 965,924,570 965,684,955 Data partition (Windows/Linux)
  72. /dev/sda4 965,924,864 966,975,487 1,050,624 Windows Recovery Environment (Windows)
  73. /dev/sda5 966,975,488 1,953,523,711 986,548,224 Data partition (Linux)
  74.  
  75. "blkid" output: ________________________________________________________________
  76.  
  77. Device UUID TYPE LABEL
  78.  
  79. /dev/loop0 squashfs
  80. /dev/loop1 squashfs
  81. /dev/loop10 squashfs
  82. /dev/loop2 squashfs
  83. /dev/loop3 squashfs
  84. /dev/loop4 squashfs
  85. /dev/loop5 squashfs
  86. /dev/loop6 squashfs
  87. /dev/loop7 squashfs
  88. /dev/loop8 squashfs
  89. /dev/loop9 squashfs
  90. /dev/sda1 3497-74A7 vfat
  91. /dev/sda2
  92. /dev/sda3 B8C69AECC69AA9E0 ntfs
  93. /dev/sda4 DCF63301F632DC08 ntfs
  94. /dev/sda5 0548f42e-15ca-4f11-aa18-7f1b2e39e486 ext4
  95.  
  96. ================================ Mount points: =================================
  97.  
  98. Device Mount_Point Type Options
  99.  
  100. /dev/fuse /run/user/1000/doc fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  101. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  102. /dev/sda5 / ext4 (rw,relatime,errors=remount-ro)
  103.  
  104.  
  105. =========================== sda5/boot/grub/grub.cfg: ===========================
  106.  
  107. --------------------------------------------------------------------------------
  108. #
  109. # DO NOT EDIT THIS FILE
  110. #
  111. # It is automatically generated by grub-mkconfig using templates
  112. # from /etc/grub.d and settings from /etc/default/grub
  113. #
  114.  
  115. ### BEGIN /etc/grub.d/00_header ###
  116. if [ -s $prefix/grubenv ]; then
  117. set have_grubenv=true
  118. load_env
  119. fi
  120. if [ "${initrdfail}" = 2 ]; then
  121. set initrdfail=
  122. elif [ "${initrdfail}" = 1 ]; then
  123. set next_entry="${prev_entry}"
  124. set prev_entry=
  125. save_env prev_entry
  126. if [ "${next_entry}" ]; then
  127. set initrdfail=2
  128. fi
  129. fi
  130. if [ "${next_entry}" ] ; then
  131. set default="${next_entry}"
  132. set next_entry=
  133. save_env next_entry
  134. set boot_once=true
  135. else
  136. set default="0"
  137. fi
  138.  
  139. if [ x"${feature_menuentry_id}" = xy ]; then
  140. menuentry_id_option="--id"
  141. else
  142. menuentry_id_option=""
  143. fi
  144.  
  145. export menuentry_id_option
  146.  
  147. if [ "${prev_saved_entry}" ]; then
  148. set saved_entry="${prev_saved_entry}"
  149. save_env saved_entry
  150. set prev_saved_entry=
  151. save_env prev_saved_entry
  152. set boot_once=true
  153. fi
  154.  
  155. function savedefault {
  156. if [ -z "${boot_once}" ]; then
  157. saved_entry="${chosen}"
  158. save_env saved_entry
  159. fi
  160. }
  161. function initrdfail {
  162. if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
  163. if [ -z "${initrdfail}" ]; then
  164. set initrdfail=1
  165. if [ -n "${boot_once}" ]; then
  166. set prev_entry="${default}"
  167. save_env prev_entry
  168. fi
  169. fi
  170. save_env initrdfail
  171. fi; fi
  172. }
  173. function recordfail {
  174. set recordfail=1
  175. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  176. }
  177. function load_video {
  178. if [ x$feature_all_video_module = xy ]; then
  179. insmod all_video
  180. else
  181. insmod efi_gop
  182. insmod efi_uga
  183. insmod ieee1275_fb
  184. insmod vbe
  185. insmod vga
  186. insmod video_bochs
  187. insmod video_cirrus
  188. fi
  189. }
  190.  
  191. if [ x$feature_default_font_path = xy ] ; then
  192. font=unicode
  193. else
  194. insmod part_gpt
  195. insmod ext2
  196. set root='hd0,gpt5'
  197. if [ x$feature_platform_search_hint = xy ]; then
  198. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  199. else
  200. search --no-floppy --fs-uuid --set=root 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  201. fi
  202. font="/usr/share/grub/unicode.pf2"
  203. fi
  204.  
  205. if loadfont $font ; then
  206. set gfxmode=auto
  207. load_video
  208. insmod gfxterm
  209. set locale_dir=$prefix/locale
  210. set lang=en_US
  211. insmod gettext
  212. fi
  213. terminal_output gfxterm
  214. if [ "${recordfail}" = 1 ] ; then
  215. set timeout=4
  216. else
  217. if [ x$feature_timeout_style = xy ] ; then
  218. set timeout_style=hidden
  219. set timeout=4
  220. # Fallback hidden-timeout code in case the timeout_style feature is
  221. # unavailable.
  222. elif sleep --interruptible 4 ; then
  223. set timeout=4
  224. fi
  225. fi
  226. ### END /etc/grub.d/00_header ###
  227.  
  228. ### BEGIN /etc/grub.d/05_debian_theme ###
  229. set menu_color_normal=white/black
  230. set menu_color_highlight=black/light-gray
  231. ### END /etc/grub.d/05_debian_theme ###
  232.  
  233. ### BEGIN /etc/grub.d/10_linux ###
  234. function gfxmode {
  235. set gfxpayload="${1}"
  236. if [ "${1}" = "keep" ]; then
  237. set vt_handoff=vt.handoff=7
  238. else
  239. set vt_handoff=
  240. fi
  241. }
  242. if [ "${recordfail}" != 1 ]; then
  243. if [ -e ${prefix}/gfxblacklist.txt ]; then
  244. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  245. if [ ${match} = 0 ]; then
  246. set linux_gfx_mode=keep
  247. else
  248. set linux_gfx_mode=text
  249. fi
  250. else
  251. set linux_gfx_mode=text
  252. fi
  253. else
  254. set linux_gfx_mode=keep
  255. fi
  256. else
  257. set linux_gfx_mode=text
  258. fi
  259. export linux_gfx_mode
  260. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0548f42e-15ca-4f11-aa18-7f1b2e39e486' {
  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_gpt
  267. insmod ext2
  268. set root='hd0,gpt5'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  271. else
  272. search --no-floppy --fs-uuid --set=root 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  273. fi
  274. linux /boot/vmlinuz-5.4.0-48-generic root=UUID=0548f42e-15ca-4f11-aa18-7f1b2e39e486 ro quiet splash $vt_handoff
  275. initrd /boot/initrd.img-5.4.0-48-generic
  276. }
  277. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-0548f42e-15ca-4f11-aa18-7f1b2e39e486' {
  278. menuentry 'Ubuntu, with Linux 5.4.0-48-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-48-generic-advanced-0548f42e-15ca-4f11-aa18-7f1b2e39e486' {
  279. recordfail
  280. load_video
  281. gfxmode $linux_gfx_mode
  282. insmod gzio
  283. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  284. insmod part_gpt
  285. insmod ext2
  286. set root='hd0,gpt5'
  287. if [ x$feature_platform_search_hint = xy ]; then
  288. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  289. else
  290. search --no-floppy --fs-uuid --set=root 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  291. fi
  292. echo 'Loading Linux 5.4.0-48-generic ...'
  293. linux /boot/vmlinuz-5.4.0-48-generic root=UUID=0548f42e-15ca-4f11-aa18-7f1b2e39e486 ro quiet splash $vt_handoff
  294. echo 'Loading initial ramdisk ...'
  295. initrd /boot/initrd.img-5.4.0-48-generic
  296. }
  297. menuentry 'Ubuntu, with Linux 5.4.0-48-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-48-generic-recovery-0548f42e-15ca-4f11-aa18-7f1b2e39e486' {
  298. recordfail
  299. load_video
  300. insmod gzio
  301. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  302. insmod part_gpt
  303. insmod ext2
  304. set root='hd0,gpt5'
  305. if [ x$feature_platform_search_hint = xy ]; then
  306. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  307. else
  308. search --no-floppy --fs-uuid --set=root 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  309. fi
  310. echo 'Loading Linux 5.4.0-48-generic ...'
  311. linux /boot/vmlinuz-5.4.0-48-generic root=UUID=0548f42e-15ca-4f11-aa18-7f1b2e39e486 ro recovery nomodeset dis_ucode_ldr
  312. echo 'Loading initial ramdisk ...'
  313. initrd /boot/initrd.img-5.4.0-48-generic
  314. }
  315. 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-0548f42e-15ca-4f11-aa18-7f1b2e39e486' {
  316. recordfail
  317. load_video
  318. gfxmode $linux_gfx_mode
  319. insmod gzio
  320. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  321. insmod part_gpt
  322. insmod ext2
  323. set root='hd0,gpt5'
  324. if [ x$feature_platform_search_hint = xy ]; then
  325. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  326. else
  327. search --no-floppy --fs-uuid --set=root 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  328. fi
  329. echo 'Loading Linux 5.4.0-42-generic ...'
  330. linux /boot/vmlinuz-5.4.0-42-generic root=UUID=0548f42e-15ca-4f11-aa18-7f1b2e39e486 ro quiet splash $vt_handoff
  331. echo 'Loading initial ramdisk ...'
  332. initrd /boot/initrd.img-5.4.0-42-generic
  333. }
  334. 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-0548f42e-15ca-4f11-aa18-7f1b2e39e486' {
  335. recordfail
  336. load_video
  337. insmod gzio
  338. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  339. insmod part_gpt
  340. insmod ext2
  341. set root='hd0,gpt5'
  342. if [ x$feature_platform_search_hint = xy ]; then
  343. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  344. else
  345. search --no-floppy --fs-uuid --set=root 0548f42e-15ca-4f11-aa18-7f1b2e39e486
  346. fi
  347. echo 'Loading Linux 5.4.0-42-generic ...'
  348. linux /boot/vmlinuz-5.4.0-42-generic root=UUID=0548f42e-15ca-4f11-aa18-7f1b2e39e486 ro recovery nomodeset dis_ucode_ldr
  349. echo 'Loading initial ramdisk ...'
  350. initrd /boot/initrd.img-5.4.0-42-generic
  351. }
  352. }
  353.  
  354. ### END /etc/grub.d/10_linux ###
  355.  
  356. ### BEGIN /etc/grub.d/10_linux_zfs ###
  357. ### END /etc/grub.d/10_linux_zfs ###
  358.  
  359. ### BEGIN /etc/grub.d/20_linux_xen ###
  360.  
  361. ### END /etc/grub.d/20_linux_xen ###
  362.  
  363. ### BEGIN /etc/grub.d/30_os-prober ###
  364. menuentry 'Windows Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-3497-74A7' {
  365. insmod part_gpt
  366. insmod fat
  367. set root='hd0,gpt1'
  368. if [ x$feature_platform_search_hint = xy ]; then
  369. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 3497-74A7
  370. else
  371. search --no-floppy --fs-uuid --set=root 3497-74A7
  372. fi
  373. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  374. }
  375. set timeout_style=menu
  376. if [ "${timeout}" = 0 ]; then
  377. set timeout=4
  378. fi
  379. ### END /etc/grub.d/30_os-prober ###
  380.  
  381. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  382. menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
  383. fwsetup
  384. }
  385. ### END /etc/grub.d/30_uefi-firmware ###
  386.  
  387. ### BEGIN /etc/grub.d/40_custom ###
  388. # This file provides an easy way to add custom menu entries. Simply type the
  389. # menu entries you want to add after this comment. Be careful not to change
  390. # the 'exec tail' line above.
  391. ### END /etc/grub.d/40_custom ###
  392.  
  393. ### BEGIN /etc/grub.d/41_custom ###
  394. if [ -f ${config_directory}/custom.cfg ]; then
  395. source ${config_directory}/custom.cfg
  396. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  397. source $prefix/custom.cfg;
  398. fi
  399. ### END /etc/grub.d/41_custom ###
  400. --------------------------------------------------------------------------------
  401.  
  402. =============================== sda5/etc/fstab: ================================
  403.  
  404. --------------------------------------------------------------------------------
  405. # /etc/fstab: static file system information.
  406. #
  407. # Use 'blkid' to print the universally unique identifier for a
  408. # device; this may be used with UUID= as a more robust way to name devices
  409. # that works even if disks are added and removed. See fstab(5).
  410. #
  411. # <file system> <mount point> <type> <options> <dump> <pass>
  412. # / was on /dev/sda5 during installation
  413. UUID=0548f42e-15ca-4f11-aa18-7f1b2e39e486 / ext4 errors=remount-ro 0 1
  414. # /boot/efi was on /dev/sda1 during installation
  415. #UUID=3497-74A7 /boot/efi vfat umask=0077 0 1
  416. /swapfile none swap sw 0 0
  417. UUID=3497-74A7 /boot/efi vfat defaults 0 1
  418. --------------------------------------------------------------------------------
  419.  
  420. =================== sda5: Location of files loaded by Grub: ====================
  421.  
  422. GiB - GB File Fragment(s)
  423.  
  424.  
  425. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  426.  
  427. Unknown BootLoader on sda1
  428.  
  429. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  430. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  431. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  432. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  433. 00000040 80 01 29 a7 74 97 34 4e 4f 20 4e 41 4d 45 20 20 |..).t.4NO NAME |
  434. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  435. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  436. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  437. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  438. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  439. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  440. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  441. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  442. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  443. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  444. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  445. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  446. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  447. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  448. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  449. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  450. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  451. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  452. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  453. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  454. *
  455. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  456. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  457. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  458. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  459. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  460. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  461. 00000200
  462.  
  463.  
  464. =============================== StdErr Messages: ===============================
  465.  
  466. cat: /tmp/BootInfo-ufnr6cG9/Tmp_Log: No such file or directory
  467.  
Add Comment
Please, Sign In to add comment