Bug 2148480 - pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xff in position 118: invalid start byte
Summary: pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't d...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: efibootmgr
Version: 39
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:740e1b4cd7e9f528f017d9986bd...
: 2149005 2173099 2232785 2236683 2238691 2242475 2244889 2245665 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-11-25 15:48 UTC by tgschultz
Modified: 2023-11-14 14:32 UTC (History)
23 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.38 MB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: anaconda.log (22.77 KB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: dbus.log (3.39 KB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: environ (709 bytes, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: lorax-packages.log (26.15 KB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: lsblk_output (2.64 KB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: nmcli_dev_list (1.97 KB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: os_info (666 bytes, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: program.log (11.81 KB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: storage.log (306.79 KB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details
File: syslog (1.03 MB, text/plain)
2022-11-25 15:49 UTC, tgschultz
no flags Details

Description tgschultz 2022-11-25 15:48:59 UTC
Description of problem:
Problem occurs during installation of Fedora Kinoite 37 during or immediately after 'installing bootloader' step on HP EliteBook 2760p Laptop.

Version-Release number of selected component:
anaconda-37.12.6

The following was filed automatically by anaconda:
anaconda 37.12.6 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 497, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 477, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 444, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 439, in run_install_bootloader
    sync_run_task(STORAGE.get_proxy(task))
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 246, in _run
    self._task_cb(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 515, in _run_installation
    queue.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 80, in run
    self._run_installation(
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback
    self._set_result(self.run())
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error
    raise exc_info[1]
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish
    threadMgr.raise_if_error(self._thread_name)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/ui/gui/spokes/installation_progress.py", line 75, in _on_installation_done
    self._task.finish()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/signal.py", line 41, in emit
    func(obj, *args, **kargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/runnable.py", line 115, in _task_stopped_callback
    self._stopped_signal.emit()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/async_utils.py", line 68, in _idle_method
    func(*args, **kwargs)
pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xff in position 118: invalid start byte

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz inst.repo=hd:LABEL=FEDORA-KNT- quiet
dnf.librepo.log: 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         6.0.7-301.fc37.x86_64
product:        Fedora
release:        Fedora release 37 (Thirty Seven)
type:           anaconda
version:        37

Comment 1 tgschultz 2022-11-25 15:49:01 UTC
Created attachment 1927430 [details]
File: anaconda-tb

Comment 2 tgschultz 2022-11-25 15:49:03 UTC
Created attachment 1927431 [details]
File: anaconda.log

Comment 3 tgschultz 2022-11-25 15:49:04 UTC
Created attachment 1927432 [details]
File: dbus.log

Comment 4 tgschultz 2022-11-25 15:49:05 UTC
Created attachment 1927433 [details]
File: environ

Comment 5 tgschultz 2022-11-25 15:49:06 UTC
Created attachment 1927434 [details]
File: lorax-packages.log

Comment 6 tgschultz 2022-11-25 15:49:07 UTC
Created attachment 1927435 [details]
File: lsblk_output

Comment 7 tgschultz 2022-11-25 15:49:08 UTC
Created attachment 1927436 [details]
File: nmcli_dev_list

Comment 8 tgschultz 2022-11-25 15:49:09 UTC
Created attachment 1927437 [details]
File: os_info

Comment 9 tgschultz 2022-11-25 15:49:10 UTC
Created attachment 1927438 [details]
File: program.log

Comment 10 tgschultz 2022-11-25 15:49:11 UTC
Created attachment 1927439 [details]
File: storage.log

Comment 11 tgschultz 2022-11-25 15:49:12 UTC
Created attachment 1927440 [details]
File: syslog

Comment 12 Vendula Poncova 2022-11-29 15:02:48 UTC
From storage.log:

INFO:anaconda.threading:Thread Failed: AnaTaskThread-InstallBootloaderTask-1 (140610152113856)
ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-InstallBootloaderTask-1 has failed: Traceback (most recent call last):
  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback
    self._set_result(self.run())
                     ^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/installation.py", line 139, in run
    install_boot_loader(storage=self._storage)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/utils.py", line 215, in install_boot_loader
    storage.bootloader.write()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/efi.py", line 119, in write
    self.install()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/efi.py", line 128, in install
    self.remove_efi_boot_target()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/efi.py", line 92, in remove_efi_boot_target
    buf = self.efibootmgr(capture=True)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/efi.py", line 61, in efibootmgr
    return exec_func("efibootmgr", list(args), **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/util.py", line 374, in execWithCapture
    return _run_program(argv, stdin=stdin, root=root, log_output=log_output,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/util.py", line 286, in _run_program
    output_string = output_string.decode("utf-8")
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 118: invalid start byte

Could the bootloader team have a look at this bug, please?

Comment 13 Vendula Poncova 2022-11-29 15:04:18 UTC
*** Bug 2149005 has been marked as a duplicate of this bug. ***

Comment 14 tgschultz 2022-11-29 15:29:09 UTC
I was able to hack around the problem by modifying the installer image, catching the exception at its source, and replacing the invalid UTF-8 string with "\n". This produced a warning that the bootloader may not work correctly, however I encountered no problem with booting into the installed environment.

It should further be noted that this was not a problem encountered on this same device with the previous OS install, which was Fedora Silverblue 35.

Comment 15 s.kryuchkov84 2022-12-03 09:10:49 UTC
I've installed Fedora 36 from https://torrent.fedoraproject.org/ and the issue is gone

Comment 16 s.kryuchkov84 2022-12-03 10:27:16 UTC
(In reply to s.kryuchkov84 from comment #15)
> I've installed Fedora 36 from https://torrent.fedoraproject.org/ and the
> issue is gone

and via app Software>Updates updated to fedora 37

Comment 17 Vladimír Slávik 2023-03-07 16:13:24 UTC
Reassigning to efibootmgr...

Comment 18 Vladimír Slávik 2023-03-07 16:15:22 UTC
*** Bug 2173099 has been marked as a duplicate of this bug. ***

Comment 19 Petr Janda 2023-03-13 18:08:16 UTC
I've run several attempts using a virtual machine, but I cannot reproduce it.

Could anyone, who still hits this bug, put output of efibootmgr command here, please?

* when installation fails with traceback, switch to the console (i.e. Ctrl+Alt+F3)
* run "efibootmgr | hexdump -C"
* run "efibootmgr -v | hexdump -C"

Comment 20 raravind 2023-03-13 22:23:29 UTC
(In reply to Petr Janda from comment #19)
> I've run several attempts using a virtual machine, but I cannot reproduce it.
> 
> Could anyone, who still hits this bug, put output of efibootmgr command
> here, please?
> 
> * when installation fails with traceback, switch to the console (i.e.
> Ctrl+Alt+F3)
> * run "efibootmgr | hexdump -C"
> * run "efibootmgr -v | hexdump -C"

@Petr, @Vendula

Even I couldn't reproduce the error mentioned using a VM.I tried to install "Fedora 37.1.7(kinoite)" and the anaconda version number is 37.12.6-1.fc37"

Comment 21 tgschultz 2023-03-31 02:05:20 UTC
I have not had need nor opportunity to run a reinstall on this hardware, but if it helps here is the output of the commands specified:

> efibootmgr | hexdump -C

00000000  42 6f 6f 74 43 75 72 72  65 6e 74 3a 20 30 30 30  |BootCurrent: 000|
00000010  30 0a 54 69 6d 65 6f 75  74 3a 20 30 20 73 65 63  |0.Timeout: 0 sec|
00000020  6f 6e 64 73 0a 42 6f 6f  74 4f 72 64 65 72 3a 20  |onds.BootOrder: |
00000030  30 30 30 38 2c 30 30 30  30 0a 42 6f 6f 74 30 30  |0008,0000.Boot00|
00000040  30 30 2a 20 4e 6f 74 65  62 6f 6f 6b 20 48 61 72  |00* Notebook Har|
00000050  64 20 44 72 69 76 65 09  42 42 53 28 48 44 2c 01  |d Drive.BBS(HD,.|
00000060  7f ff 04 2c 30 78 30 29  30 30 30 30 30 30 30 30  |...,0x0)00000000|
00000070  30 30 30 30 31 66 30 30  30 30 30 30 30 32 30 30  |00001f0000000200|
00000080  30 30 30 30 30 31 30 31  30 30 30 30 30 30 30 30  |0000010100000000|
00000090  30 32 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0200000000000000|
000000a0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
000000e0  30 30 31 30 30 30 30 30  30 30 30 30 30 30 30 30  |0010000000000000|
000000f0  30 30 30 31 30 30 0a 42  6f 6f 74 30 30 30 31 2a  |000100.Boot0001*|
00000100  20 4e 6f 74 65 62 6f 6f  6b 20 48 61 72 64 20 44  | Notebook Hard D|
00000110  72 69 76 65 09 42 42 53  28 48 44 2c 01 7f ff 04  |rive.BBS(HD,....|
00000120  2c 30 78 30 29 30 31 30  30 30 30 30 30 30 30 30  |,0x0)01000000000|
00000130  30 31 66 30 30 30 30 30  30 30 32 30 30 30 30 30  |01f0000000200000|
00000140  30 30 31 30 31 30 30 30  30 30 30 30 30 30 32 30  |0010100000000020|
00000150  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000190  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 31  |0000000000000001|
000001a0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
000001b0  31 30 30 0a 42 6f 6f 74  30 30 30 32 2a 20 4e 6f  |100.Boot0002* No|
000001c0  74 65 62 6f 6f 6b 20 45  74 68 65 72 6e 65 74 09  |tebook Ethernet.|
000001d0  42 42 53 28 31 32 38 2c  01 7f ff 04 2c 30 78 30  |BBS(128,....,0x0|
000001e0  29 30 32 30 30 30 30 30  30 30 30 30 30 31 39 30  |)020000000000190|
000001f0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 32 30  |0000000000000020|
00000200  30 39 62 30 30 30 30 63  66 38 30 30 30 30 30 30  |09b0000cf8000000|
00000210  30 34 31 30 62 30 30 63  66 64 62 30 30 30 30 63  |0410b00cfdb0000c|
00000220  66 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |f000000000000000|
00000230  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000260  30 30 30 30 30 30 30 30  30 30 30 31 35 30 30 0a  |000000000001500.|
00000270  42 6f 6f 74 30 30 30 33  2a 20 4e 6f 74 65 62 6f  |Boot0003* Notebo|
00000280  6f 6b 20 45 74 68 65 72  6e 65 74 09 42 42 53 28  |ok Ethernet.BBS(|
00000290  31 32 38 2c 01 7f ff 04  2c 30 78 30 29 30 33 30  |128,....,0x0)030|
000002a0  30 30 30 30 30 30 30 30  30 31 39 30 30 30 30 30  |0000000001900000|
000002b0  30 30 30 30 30 30 30 30  30 30 32 30 30 39 62 30  |00000000002009b0|
000002c0  30 30 30 63 66 38 30 30  30 30 30 30 30 34 31 30  |000cf80000000410|
000002d0  62 30 30 63 66 64 62 30  30 30 30 63 66 30 30 30  |b00cfdb0000cf000|
000002e0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000320  30 30 30 30 30 30 30 31  35 30 30 0a 42 6f 6f 74  |00000001500.Boot|
00000330  30 30 30 34 2a 20 46 65  64 6f 72 61 09 48 44 28  |0004* Fedora.HD(|
00000340  31 2c 47 50 54 2c 66 65  63 38 63 31 61 39 2d 39  |1,GPT,fec8c1a9-9|
00000350  63 34 32 2d 34 31 65 64  2d 39 34 30 33 2d 63 36  |c42-41ed-9403-c6|
00000360  66 31 30 64 62 35 62 62  31 37 2c 30 78 38 30 30  |f10db5bb17,0x800|
00000370  2c 30 78 31 32 63 30 30  30 29 2f 46 69 6c 65 28  |,0x12c000)/File(|
00000380  5c 45 46 49 5c 66 65 64  6f 72 61 5c 73 68 69 6d  |\EFI\fedora\shim|
00000390  78 36 34 2e 65 66 69 29  0a 42 6f 6f 74 30 30 30  |x64.efi).Boot000|
000003a0  35 2a 20 46 65 64 6f 72  61 09 48 44 28 31 2c 47  |5* Fedora.HD(1,G|
000003b0  50 54 2c 63 39 34 61 65  64 36 63 2d 31 66 36 66  |PT,c94aed6c-1f6f|
000003c0  2d 34 34 33 38 2d 38 39  33 64 2d 64 36 38 36 35  |-4438-893d-d6865|
000003d0  38 35 65 65 33 32 36 2c  30 78 38 30 30 2c 30 78  |85ee326,0x800,0x|
000003e0  31 32 63 30 30 30 29 2f  46 69 6c 65 28 5c 45 46  |12c000)/File(\EF|
000003f0  49 5c 66 65 64 6f 72 61  5c 73 68 69 6d 78 36 34  |I\fedora\shimx64|
00000400  2e 65 66 69 29 0a 42 6f  6f 74 30 30 30 36 2a 20  |.efi).Boot0006* |
00000410  46 65 64 6f 72 61 09 48  44 28 31 2c 47 50 54 2c  |Fedora.HD(1,GPT,|
00000420  33 62 30 61 32 35 38 32  2d 34 36 64 37 2d 34 64  |3b0a2582-46d7-4d|
00000430  35 65 2d 61 34 63 61 2d  34 30 39 33 66 61 32 63  |5e-a4ca-4093fa2c|
00000440  32 38 61 37 2c 30 78 38  30 30 2c 30 78 31 32 63  |28a7,0x800,0x12c|
00000450  30 30 30 29 2f 46 69 6c  65 28 5c 45 46 49 5c 66  |000)/File(\EFI\f|
00000460  65 64 6f 72 61 5c 73 68  69 6d 78 36 34 2e 65 66  |edora\shimx64.ef|
00000470  69 29 0a 42 6f 6f 74 30  30 30 37 2a 20 46 65 64  |i).Boot0007* Fed|
00000480  6f 72 61 09 48 44 28 31  2c 47 50 54 2c 63 35 34  |ora.HD(1,GPT,c54|
00000490  39 34 66 39 30 2d 37 30  34 62 2d 34 65 39 39 2d  |94f90-704b-4e99-|
000004a0  61 64 37 37 2d 32 30 34  64 37 65 37 66 36 38 32  |ad77-204d7e7f682|
000004b0  62 2c 30 78 38 30 30 2c  30 78 31 32 63 30 30 30  |b,0x800,0x12c000|
000004c0  29 2f 46 69 6c 65 28 5c  45 46 49 5c 66 65 64 6f  |)/File(\EFI\fedo|
000004d0  72 61 5c 73 68 69 6d 78  36 34 2e 65 66 69 29 0a  |ra\shimx64.efi).|
000004e0  42 6f 6f 74 30 30 30 38  2a 20 46 65 64 6f 72 61  |Boot0008* Fedora|
000004f0  09 48 44 28 31 2c 47 50  54 2c 39 33 33 36 36 35  |.HD(1,GPT,933665|
00000500  38 34 2d 32 62 37 33 2d  34 38 32 38 2d 38 31 33  |84-2b73-4828-813|
00000510  63 2d 66 61 32 39 61 65  64 63 32 37 39 62 2c 30  |c-fa29aedc279b,0|
00000520  78 38 30 30 2c 30 78 31  32 63 30 30 30 29 2f 46  |x800,0x12c000)/F|
00000530  69 6c 65 28 5c 45 46 49  5c 66 65 64 6f 72 61 5c  |ile(\EFI\fedora\|
00000540  73 68 69 6d 78 36 34 2e  65 66 69 29 0a           |shimx64.efi).|
0000054d


> efibootmgr -v | hexdump -C

00000000  42 6f 6f 74 43 75 72 72  65 6e 74 3a 20 30 30 30  |BootCurrent: 000|
00000010  30 0a 54 69 6d 65 6f 75  74 3a 20 30 20 73 65 63  |0.Timeout: 0 sec|
00000020  6f 6e 64 73 0a 42 6f 6f  74 4f 72 64 65 72 3a 20  |onds.BootOrder: |
00000030  30 30 30 38 2c 30 30 30  30 0a 42 6f 6f 74 30 30  |0008,0000.Boot00|
00000040  30 30 2a 20 4e 6f 74 65  62 6f 6f 6b 20 48 61 72  |00* Notebook Har|
00000050  64 20 44 72 69 76 65 09  42 42 53 28 48 44 2c 01  |d Drive.BBS(HD,.|
00000060  7f ff 04 2c 30 78 30 29  30 30 30 30 30 30 30 30  |...,0x0)00000000|
00000070  30 30 30 30 31 66 30 30  30 30 30 30 30 32 30 30  |00001f0000000200|
00000080  30 30 30 30 30 31 30 31  30 30 30 30 30 30 30 30  |0000010100000000|
00000090  30 32 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0200000000000000|
000000a0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
000000e0  30 30 31 30 30 30 30 30  30 30 30 30 30 30 30 30  |0010000000000000|
000000f0  30 30 30 31 30 30 0a 20  20 20 20 20 20 64 70 3a  |000100.      dp:|
00000100  20 30 35 20 30 31 20 30  39 20 30 30 20 30 32 20  | 05 01 09 00 02 |
00000110  30 30 20 30 30 20 30 30  20 30 31 20 2f 20 37 66  |00 00 00 01 / 7f|
00000120  20 66 66 20 30 34 20 30  30 0a 20 20 20 20 64 61  | ff 04 00.    da|
00000130  74 61 3a 20 30 30 20 30  30 20 30 30 20 30 30 20  |ta: 00 00 00 00 |
00000140  30 30 20 30 30 20 31 66  20 30 30 20 30 30 20 30  |00 00 1f 00 00 0|
00000150  30 20 30 32 20 30 30 20  30 30 20 30 30 20 30 31  |0 02 00 00 00 01|
00000160  20 30 31 20 30 30 20 30  30 20 30 30 20 30 30 20  | 01 00 00 00 00 |
00000170  30 32 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |02 00 00 00 00 0|
00000180  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000190  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
000001a0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
000001b0  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
000001c0  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
000001d0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
000001e0  30 20 30 30 20 30 30 20  30 30 20 31 30 20 30 30  |0 00 00 00 10 00|
000001f0  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000200  30 30 20 30 31 20 30 30  0a 42 6f 6f 74 30 30 30  |00 01 00.Boot000|
00000210  31 2a 20 4e 6f 74 65 62  6f 6f 6b 20 48 61 72 64  |1* Notebook Hard|
00000220  20 44 72 69 76 65 09 42  42 53 28 48 44 2c 01 7f  | Drive.BBS(HD,..|
00000230  ff 04 2c 30 78 30 29 30  31 30 30 30 30 30 30 30  |..,0x0)010000000|
00000240  30 30 30 31 66 30 30 30  30 30 30 30 32 30 30 30  |0001f00000002000|
00000250  30 30 30 30 31 30 31 30  30 30 30 30 30 30 30 30  |0000101000000000|
00000260  32 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |2000000000000000|
00000270  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
000002b0  30 31 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0100000000000000|
000002c0  30 30 31 30 30 0a 20 20  20 20 20 20 64 70 3a 20  |00100.      dp: |
000002d0  30 35 20 30 31 20 30 39  20 30 30 20 30 32 20 30  |05 01 09 00 02 0|
000002e0  30 20 30 30 20 30 30 20  30 31 20 2f 20 37 66 20  |0 00 00 01 / 7f |
000002f0  66 66 20 30 34 20 30 30  0a 20 20 20 20 64 61 74  |ff 04 00.    dat|
00000300  61 3a 20 30 31 20 30 30  20 30 30 20 30 30 20 30  |a: 01 00 00 00 0|
00000310  30 20 30 30 20 31 66 20  30 30 20 30 30 20 30 30  |0 00 1f 00 00 00|
00000320  20 30 32 20 30 30 20 30  30 20 30 30 20 30 31 20  | 02 00 00 00 01 |
00000330  30 31 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |01 00 00 00 00 0|
00000340  32 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |2 00 00 00 00 00|
00000350  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000360  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000370  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000380  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000390  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
000003a0  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
000003b0  20 30 30 20 30 30 20 30  30 20 31 30 20 30 30 20  | 00 00 00 10 00 |
000003c0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
000003d0  30 20 30 31 20 30 30 0a  42 6f 6f 74 30 30 30 32  |0 01 00.Boot0002|
000003e0  2a 20 4e 6f 74 65 62 6f  6f 6b 20 45 74 68 65 72  |* Notebook Ether|
000003f0  6e 65 74 09 42 42 53 28  31 32 38 2c 01 7f ff 04  |net.BBS(128,....|
00000400  2c 30 78 30 29 30 32 30  30 30 30 30 30 30 30 30  |,0x0)02000000000|
00000410  30 31 39 30 30 30 30 30  30 30 30 30 30 30 30 30  |0190000000000000|
00000420  30 30 32 30 30 39 62 30  30 30 30 63 66 38 30 30  |002009b0000cf800|
00000430  30 30 30 30 30 34 31 30  62 30 30 63 66 64 62 30  |00000410b00cfdb0|
00000440  30 30 30 63 66 30 30 30  30 30 30 30 30 30 30 30  |000cf00000000000|
00000450  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000480  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 31  |0000000000000001|
00000490  35 30 30 0a 20 20 20 20  20 20 64 70 3a 20 30 35  |500.      dp: 05|
000004a0  20 30 31 20 30 39 20 30  30 20 38 30 20 30 30 20  | 01 09 00 80 00 |
000004b0  30 30 20 30 30 20 30 31  20 2f 20 37 66 20 66 66  |00 00 01 / 7f ff|
000004c0  20 30 34 20 30 30 0a 20  20 20 20 64 61 74 61 3a  | 04 00.    data:|
000004d0  20 30 32 20 30 30 20 30  30 20 30 30 20 30 30 20  | 02 00 00 00 00 |
000004e0  30 30 20 31 39 20 30 30  20 30 30 20 30 30 20 30  |00 19 00 00 00 0|
000004f0  30 20 30 30 20 30 30 20  30 30 20 30 32 20 30 30  |0 00 00 00 02 00|
00000500  20 39 62 20 30 30 20 30  30 20 63 66 20 38 30 20  | 9b 00 00 cf 80 |
00000510  30 30 20 30 30 20 30 30  20 34 31 20 30 62 20 30  |00 00 00 41 0b 0|
00000520  30 20 63 66 20 64 62 20  30 30 20 30 30 20 63 66  |0 cf db 00 00 cf|
00000530  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000540  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000550  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000560  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000570  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000580  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000590  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
000005a0  31 35 20 30 30 0a 42 6f  6f 74 30 30 30 33 2a 20  |15 00.Boot0003* |
000005b0  4e 6f 74 65 62 6f 6f 6b  20 45 74 68 65 72 6e 65  |Notebook Etherne|
000005c0  74 09 42 42 53 28 31 32  38 2c 01 7f ff 04 2c 30  |t.BBS(128,....,0|
000005d0  78 30 29 30 33 30 30 30  30 30 30 30 30 30 30 31  |x0)0300000000001|
000005e0  39 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |9000000000000000|
000005f0  32 30 30 39 62 30 30 30  30 63 66 38 30 30 30 30  |2009b0000cf80000|
00000600  30 30 30 34 31 30 62 30  30 63 66 64 62 30 30 30  |000410b00cfdb000|
00000610  30 63 66 30 30 30 30 30  30 30 30 30 30 30 30 30  |0cf0000000000000|
00000620  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000650  30 30 30 30 30 30 30 30  30 30 30 30 30 31 35 30  |0000000000000150|
00000660  30 0a 20 20 20 20 20 20  64 70 3a 20 30 35 20 30  |0.      dp: 05 0|
00000670  31 20 30 39 20 30 30 20  38 30 20 30 30 20 30 30  |1 09 00 80 00 00|
00000680  20 30 30 20 30 31 20 2f  20 37 66 20 66 66 20 30  | 00 01 / 7f ff 0|
00000690  34 20 30 30 0a 20 20 20  20 64 61 74 61 3a 20 30  |4 00.    data: 0|
000006a0  33 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |3 00 00 00 00 00|
000006b0  20 31 39 20 30 30 20 30  30 20 30 30 20 30 30 20  | 19 00 00 00 00 |
000006c0  30 30 20 30 30 20 30 30  20 30 32 20 30 30 20 39  |00 00 00 02 00 9|
000006d0  62 20 30 30 20 30 30 20  63 66 20 38 30 20 30 30  |b 00 00 cf 80 00|
000006e0  20 30 30 20 30 30 20 34  31 20 30 62 20 30 30 20  | 00 00 41 0b 00 |
000006f0  63 66 20 64 62 20 30 30  20 30 30 20 63 66 20 30  |cf db 00 00 cf 0|
00000700  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000710  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000720  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000730  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000740  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000750  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000760  30 20 30 30 20 30 30 20  30 30 20 30 30 20 31 35  |0 00 00 00 00 15|
00000770  20 30 30 0a 42 6f 6f 74  30 30 30 34 2a 20 46 65  | 00.Boot0004* Fe|
00000780  64 6f 72 61 09 48 44 28  31 2c 47 50 54 2c 66 65  |dora.HD(1,GPT,fe|
00000790  63 38 63 31 61 39 2d 39  63 34 32 2d 34 31 65 64  |c8c1a9-9c42-41ed|
000007a0  2d 39 34 30 33 2d 63 36  66 31 30 64 62 35 62 62  |-9403-c6f10db5bb|
000007b0  31 37 2c 30 78 38 30 30  2c 30 78 31 32 63 30 30  |17,0x800,0x12c00|
000007c0  30 29 2f 46 69 6c 65 28  5c 45 46 49 5c 66 65 64  |0)/File(\EFI\fed|
000007d0  6f 72 61 5c 73 68 69 6d  78 36 34 2e 65 66 69 29  |ora\shimx64.efi)|
000007e0  0a 20 20 20 20 20 20 64  70 3a 20 30 34 20 30 31  |.      dp: 04 01|
000007f0  20 32 61 20 30 30 20 30  31 20 30 30 20 30 30 20  | 2a 00 01 00 00 |
00000800  30 30 20 30 30 20 30 38  20 30 30 20 30 30 20 30  |00 00 08 00 00 0|
00000810  30 20 30 30 20 30 30 20  30 30 20 30 30 20 63 30  |0 00 00 00 00 c0|
00000820  20 31 32 20 30 30 20 30  30 20 30 30 20 30 30 20  | 12 00 00 00 00 |
00000830  30 30 20 61 39 20 63 31  20 63 38 20 66 65 20 34  |00 a9 c1 c8 fe 4|
00000840  32 20 39 63 20 65 64 20  34 31 20 39 34 20 30 33  |2 9c ed 41 94 03|
00000850  20 63 36 20 66 31 20 30  64 20 62 35 20 62 62 20  | c6 f1 0d b5 bb |
00000860  31 37 20 30 32 20 30 32  20 2f 20 30 34 20 30 34  |17 02 02 / 04 04|
00000870  20 33 34 20 30 30 20 35  63 20 30 30 20 34 35 20  | 34 00 5c 00 45 |
00000880  30 30 20 34 36 20 30 30  20 34 39 20 30 30 20 35  |00 46 00 49 00 5|
00000890  63 20 30 30 20 36 36 20  30 30 20 36 35 20 30 30  |c 00 66 00 65 00|
000008a0  20 36 34 20 30 30 20 36  66 20 30 30 20 37 32 20  | 64 00 6f 00 72 |
000008b0  30 30 20 36 31 20 30 30  20 35 63 20 30 30 20 37  |00 61 00 5c 00 7|
000008c0  33 20 30 30 20 36 38 20  30 30 20 36 39 20 30 30  |3 00 68 00 69 00|
000008d0  20 36 64 20 30 30 20 37  38 20 30 30 20 33 36 20  | 6d 00 78 00 36 |
000008e0  30 30 20 33 34 20 30 30  20 32 65 20 30 30 20 36  |00 34 00 2e 00 6|
000008f0  35 20 30 30 20 36 36 20  30 30 20 36 39 20 30 30  |5 00 66 00 69 00|
00000900  20 30 30 20 30 30 20 2f  20 37 66 20 66 66 20 30  | 00 00 / 7f ff 0|
00000910  34 20 30 30 0a 42 6f 6f  74 30 30 30 35 2a 20 46  |4 00.Boot0005* F|
00000920  65 64 6f 72 61 09 48 44  28 31 2c 47 50 54 2c 63  |edora.HD(1,GPT,c|
00000930  39 34 61 65 64 36 63 2d  31 66 36 66 2d 34 34 33  |94aed6c-1f6f-443|
00000940  38 2d 38 39 33 64 2d 64  36 38 36 35 38 35 65 65  |8-893d-d686585ee|
00000950  33 32 36 2c 30 78 38 30  30 2c 30 78 31 32 63 30  |326,0x800,0x12c0|
00000960  30 30 29 2f 46 69 6c 65  28 5c 45 46 49 5c 66 65  |00)/File(\EFI\fe|
00000970  64 6f 72 61 5c 73 68 69  6d 78 36 34 2e 65 66 69  |dora\shimx64.efi|
00000980  29 0a 20 20 20 20 20 20  64 70 3a 20 30 34 20 30  |).      dp: 04 0|
00000990  31 20 32 61 20 30 30 20  30 31 20 30 30 20 30 30  |1 2a 00 01 00 00|
000009a0  20 30 30 20 30 30 20 30  38 20 30 30 20 30 30 20  | 00 00 08 00 00 |
000009b0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 63  |00 00 00 00 00 c|
000009c0  30 20 31 32 20 30 30 20  30 30 20 30 30 20 30 30  |0 12 00 00 00 00|
000009d0  20 30 30 20 36 63 20 65  64 20 34 61 20 63 39 20  | 00 6c ed 4a c9 |
000009e0  36 66 20 31 66 20 33 38  20 34 34 20 38 39 20 33  |6f 1f 38 44 89 3|
000009f0  64 20 64 36 20 38 36 20  35 38 20 35 65 20 65 33  |d d6 86 58 5e e3|
00000a00  20 32 36 20 30 32 20 30  32 20 2f 20 30 34 20 30  | 26 02 02 / 04 0|
00000a10  34 20 33 34 20 30 30 20  35 63 20 30 30 20 34 35  |4 34 00 5c 00 45|
00000a20  20 30 30 20 34 36 20 30  30 20 34 39 20 30 30 20  | 00 46 00 49 00 |
00000a30  35 63 20 30 30 20 36 36  20 30 30 20 36 35 20 30  |5c 00 66 00 65 0|
00000a40  30 20 36 34 20 30 30 20  36 66 20 30 30 20 37 32  |0 64 00 6f 00 72|
00000a50  20 30 30 20 36 31 20 30  30 20 35 63 20 30 30 20  | 00 61 00 5c 00 |
00000a60  37 33 20 30 30 20 36 38  20 30 30 20 36 39 20 30  |73 00 68 00 69 0|
00000a70  30 20 36 64 20 30 30 20  37 38 20 30 30 20 33 36  |0 6d 00 78 00 36|
00000a80  20 30 30 20 33 34 20 30  30 20 32 65 20 30 30 20  | 00 34 00 2e 00 |
00000a90  36 35 20 30 30 20 36 36  20 30 30 20 36 39 20 30  |65 00 66 00 69 0|
00000aa0  30 20 30 30 20 30 30 20  2f 20 37 66 20 66 66 20  |0 00 00 / 7f ff |
00000ab0  30 34 20 30 30 0a 42 6f  6f 74 30 30 30 36 2a 20  |04 00.Boot0006* |
00000ac0  46 65 64 6f 72 61 09 48  44 28 31 2c 47 50 54 2c  |Fedora.HD(1,GPT,|
00000ad0  33 62 30 61 32 35 38 32  2d 34 36 64 37 2d 34 64  |3b0a2582-46d7-4d|
00000ae0  35 65 2d 61 34 63 61 2d  34 30 39 33 66 61 32 63  |5e-a4ca-4093fa2c|
00000af0  32 38 61 37 2c 30 78 38  30 30 2c 30 78 31 32 63  |28a7,0x800,0x12c|
00000b00  30 30 30 29 2f 46 69 6c  65 28 5c 45 46 49 5c 66  |000)/File(\EFI\f|
00000b10  65 64 6f 72 61 5c 73 68  69 6d 78 36 34 2e 65 66  |edora\shimx64.ef|
00000b20  69 29 0a 20 20 20 20 20  20 64 70 3a 20 30 34 20  |i).      dp: 04 |
00000b30  30 31 20 32 61 20 30 30  20 30 31 20 30 30 20 30  |01 2a 00 01 00 0|
00000b40  30 20 30 30 20 30 30 20  30 38 20 30 30 20 30 30  |0 00 00 08 00 00|
00000b50  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000b60  63 30 20 31 32 20 30 30  20 30 30 20 30 30 20 30  |c0 12 00 00 00 0|
00000b70  30 20 30 30 20 38 32 20  32 35 20 30 61 20 33 62  |0 00 82 25 0a 3b|
00000b80  20 64 37 20 34 36 20 35  65 20 34 64 20 61 34 20  | d7 46 5e 4d a4 |
00000b90  63 61 20 34 30 20 39 33  20 66 61 20 32 63 20 32  |ca 40 93 fa 2c 2|
00000ba0  38 20 61 37 20 30 32 20  30 32 20 2f 20 30 34 20  |8 a7 02 02 / 04 |
00000bb0  30 34 20 33 34 20 30 30  20 35 63 20 30 30 20 34  |04 34 00 5c 00 4|
00000bc0  35 20 30 30 20 34 36 20  30 30 20 34 39 20 30 30  |5 00 46 00 49 00|
00000bd0  20 35 63 20 30 30 20 36  36 20 30 30 20 36 35 20  | 5c 00 66 00 65 |
00000be0  30 30 20 36 34 20 30 30  20 36 66 20 30 30 20 37  |00 64 00 6f 00 7|
00000bf0  32 20 30 30 20 36 31 20  30 30 20 35 63 20 30 30  |2 00 61 00 5c 00|
00000c00  20 37 33 20 30 30 20 36  38 20 30 30 20 36 39 20  | 73 00 68 00 69 |
00000c10  30 30 20 36 64 20 30 30  20 37 38 20 30 30 20 33  |00 6d 00 78 00 3|
00000c20  36 20 30 30 20 33 34 20  30 30 20 32 65 20 30 30  |6 00 34 00 2e 00|
00000c30  20 36 35 20 30 30 20 36  36 20 30 30 20 36 39 20  | 65 00 66 00 69 |
00000c40  30 30 20 30 30 20 30 30  20 2f 20 37 66 20 66 66  |00 00 00 / 7f ff|
00000c50  20 30 34 20 30 30 0a 42  6f 6f 74 30 30 30 37 2a  | 04 00.Boot0007*|
00000c60  20 46 65 64 6f 72 61 09  48 44 28 31 2c 47 50 54  | Fedora.HD(1,GPT|
00000c70  2c 63 35 34 39 34 66 39  30 2d 37 30 34 62 2d 34  |,c5494f90-704b-4|
00000c80  65 39 39 2d 61 64 37 37  2d 32 30 34 64 37 65 37  |e99-ad77-204d7e7|
00000c90  66 36 38 32 62 2c 30 78  38 30 30 2c 30 78 31 32  |f682b,0x800,0x12|
00000ca0  63 30 30 30 29 2f 46 69  6c 65 28 5c 45 46 49 5c  |c000)/File(\EFI\|
00000cb0  66 65 64 6f 72 61 5c 73  68 69 6d 78 36 34 2e 65  |fedora\shimx64.e|
00000cc0  66 69 29 0a 20 20 20 20  20 20 64 70 3a 20 30 34  |fi).      dp: 04|
00000cd0  20 30 31 20 32 61 20 30  30 20 30 31 20 30 30 20  | 01 2a 00 01 00 |
00000ce0  30 30 20 30 30 20 30 30  20 30 38 20 30 30 20 30  |00 00 00 08 00 0|
00000cf0  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000d00  20 63 30 20 31 32 20 30  30 20 30 30 20 30 30 20  | c0 12 00 00 00 |
00000d10  30 30 20 30 30 20 39 30  20 34 66 20 34 39 20 63  |00 00 90 4f 49 c|
00000d20  35 20 34 62 20 37 30 20  39 39 20 34 65 20 61 64  |5 4b 70 99 4e ad|
00000d30  20 37 37 20 32 30 20 34  64 20 37 65 20 37 66 20  | 77 20 4d 7e 7f |
00000d40  36 38 20 32 62 20 30 32  20 30 32 20 2f 20 30 34  |68 2b 02 02 / 04|
00000d50  20 30 34 20 33 34 20 30  30 20 35 63 20 30 30 20  | 04 34 00 5c 00 |
00000d60  34 35 20 30 30 20 34 36  20 30 30 20 34 39 20 30  |45 00 46 00 49 0|
00000d70  30 20 35 63 20 30 30 20  36 36 20 30 30 20 36 35  |0 5c 00 66 00 65|
00000d80  20 30 30 20 36 34 20 30  30 20 36 66 20 30 30 20  | 00 64 00 6f 00 |
00000d90  37 32 20 30 30 20 36 31  20 30 30 20 35 63 20 30  |72 00 61 00 5c 0|
00000da0  30 20 37 33 20 30 30 20  36 38 20 30 30 20 36 39  |0 73 00 68 00 69|
00000db0  20 30 30 20 36 64 20 30  30 20 37 38 20 30 30 20  | 00 6d 00 78 00 |
00000dc0  33 36 20 30 30 20 33 34  20 30 30 20 32 65 20 30  |36 00 34 00 2e 0|
00000dd0  30 20 36 35 20 30 30 20  36 36 20 30 30 20 36 39  |0 65 00 66 00 69|
00000de0  20 30 30 20 30 30 20 30  30 20 2f 20 37 66 20 66  | 00 00 00 / 7f f|
00000df0  66 20 30 34 20 30 30 0a  42 6f 6f 74 30 30 30 38  |f 04 00.Boot0008|
00000e00  2a 20 46 65 64 6f 72 61  09 48 44 28 31 2c 47 50  |* Fedora.HD(1,GP|
00000e10  54 2c 39 33 33 36 36 35  38 34 2d 32 62 37 33 2d  |T,93366584-2b73-|
00000e20  34 38 32 38 2d 38 31 33  63 2d 66 61 32 39 61 65  |4828-813c-fa29ae|
00000e30  64 63 32 37 39 62 2c 30  78 38 30 30 2c 30 78 31  |dc279b,0x800,0x1|
00000e40  32 63 30 30 30 29 2f 46  69 6c 65 28 5c 45 46 49  |2c000)/File(\EFI|
00000e50  5c 66 65 64 6f 72 61 5c  73 68 69 6d 78 36 34 2e  |\fedora\shimx64.|
00000e60  65 66 69 29 0a 20 20 20  20 20 20 64 70 3a 20 30  |efi).      dp: 0|
00000e70  34 20 30 31 20 32 61 20  30 30 20 30 31 20 30 30  |4 01 2a 00 01 00|
00000e80  20 30 30 20 30 30 20 30  30 20 30 38 20 30 30 20  | 00 00 00 08 00 |
00000e90  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000ea0  30 20 63 30 20 31 32 20  30 30 20 30 30 20 30 30  |0 c0 12 00 00 00|
00000eb0  20 30 30 20 30 30 20 38  34 20 36 35 20 33 36 20  | 00 00 84 65 36 |
00000ec0  39 33 20 37 33 20 32 62  20 32 38 20 34 38 20 38  |93 73 2b 28 48 8|
00000ed0  31 20 33 63 20 66 61 20  32 39 20 61 65 20 64 63  |1 3c fa 29 ae dc|
00000ee0  20 32 37 20 39 62 20 30  32 20 30 32 20 2f 20 30  | 27 9b 02 02 / 0|
00000ef0  34 20 30 34 20 33 34 20  30 30 20 35 63 20 30 30  |4 04 34 00 5c 00|
00000f00  20 34 35 20 30 30 20 34  36 20 30 30 20 34 39 20  | 45 00 46 00 49 |
00000f10  30 30 20 35 63 20 30 30  20 36 36 20 30 30 20 36  |00 5c 00 66 00 6|
00000f20  35 20 30 30 20 36 34 20  30 30 20 36 66 20 30 30  |5 00 64 00 6f 00|
00000f30  20 37 32 20 30 30 20 36  31 20 30 30 20 35 63 20  | 72 00 61 00 5c |
00000f40  30 30 20 37 33 20 30 30  20 36 38 20 30 30 20 36  |00 73 00 68 00 6|
00000f50  39 20 30 30 20 36 64 20  30 30 20 37 38 20 30 30  |9 00 6d 00 78 00|
00000f60  20 33 36 20 30 30 20 33  34 20 30 30 20 32 65 20  | 36 00 34 00 2e |
00000f70  30 30 20 36 35 20 30 30  20 36 36 20 30 30 20 36  |00 65 00 66 00 6|
00000f80  39 20 30 30 20 30 30 20  30 30 20 2f 20 37 66 20  |9 00 00 00 / 7f |
00000f90  66 66 20 30 34 20 30 30  0a                       |ff 04 00.|
00000f99

Comment 22 Petr Janda 2023-05-02 08:27:05 UTC
Thanks a lot for the data.

There are a non-utf8 characters in efibootmgr output related to "BBS" boot entries

Boot0000* Notebook Hard Drive   BBS(HD,�,0x0)0000000000001f000000020000000101000000000200000000000000000000000000000000000000000000000010000000000000000100
Boot0001* Notebook Hard Drive   BBS(HD,�,0x0)0100000000001f000000020000000101000000000200000000000000000000000000000000000000000000000010000000000000000100
Boot0002* Notebook Ethernet     BBS(128,�,0x0)020000000000190000000000000002009b0000cf80000000410b00cfdb0000cf00000000000000000000000000000000000000000000000000000000001500
Boot0003* Notebook Ethernet     BBS(128,�,0x0)030000000000190000000000000002009b0000cf80000000410b00cfdb0000cf0000000000000000000000000000000000000000001500
--- cut ---

In previous versions of Fedora is older efibootmgr that doesn't print the device paths by default

Commit https://github.com/rhboot/efibootmgr/commit/8ec3e9dedb3cb62f19847794012420b90f475398
efibootmgr: Make device paths print by default; make verbose help debug them.

There is an opened issue for it https://github.com/rhboot/efibootmgr/issues/169

Possible solutions
* revert commit and have efibootmgr output without device paths again
* add an option for no device paths to efibootmgr , modify anaconda code
* filter output before it gets into anaconda code 'output_string.decode("utf-8")' and causes traceback (that's tricky as you never know where device path part starts)
* fix efibootmgr to produce utf-8 output regardless device paths

I guess the very same issue will be in recently released F38

Comment 23 Vladimír Slávik 2023-09-19 13:58:11 UTC
*** Bug 2238691 has been marked as a duplicate of this bug. ***

Comment 24 Vladimír Slávik 2023-09-19 14:02:21 UTC
*** Bug 2236683 has been marked as a duplicate of this bug. ***

Comment 25 uncoated_colonial531 2023-09-21 14:19:02 UTC
Hi, Is there a chance that the issue will bé corrected in F39? And if not, how can I easilly solve it?
Thanks.

Comment 26 Katerina Koukiou 2023-09-27 08:21:02 UTC
*** Bug 2232785 has been marked as a duplicate of this bug. ***

Comment 27 Brian Lane 2023-10-06 16:56:47 UTC
*** Bug 2242475 has been marked as a duplicate of this bug. ***

Comment 28 John Dhami 2023-10-07 11:11:12 UTC
@bcl Hi, here are the requested output of the efibootimgr:

> efibootmgr | hexdump -C

00000000  42 6f 6f 74 43 75 72 72  65 6e 74 3a 20 30 30 30  |BootCurrent: 000|
00000010  31 0a 54 69 6d 65 6f 75  74 3a 20 30 20 73 65 63  |1.Timeout: 0 sec|
00000020  6f 6e 64 73 0a 42 6f 6f  74 4f 72 64 65 72 3a 20  |onds.BootOrder: |
00000030  30 30 30 31 2c 30 30 30  36 2c 30 30 30 30 0a 42  |0001,0006,0000.B|
00000040  6f 6f 74 30 30 30 30 2a  20 48 44 44 3a 20 57 44  |oot0000* HDD: WD|
00000050  43 20 57 44 35 30 30 30  4c 50 56 58 2d 38 30 56  |C WD5000LPVX-80V|
00000060  30 54 54 30 09 50 63 69  52 6f 6f 74 28 30 78 30  |0TT0.PciRoot(0x0|
00000070  29 2f 50 63 69 28 30 78  31 66 2c 30 78 32 29 2f  |)/Pci(0x1f,0x2)/|
00000080  53 61 74 61 28 30 2c 30  2c 30 29 2f 48 44 28 31  |Sata(0,0,0)/HD(1|
00000090  2c 47 50 54 2c 34 32 65  32 65 36 38 63 2d 64 35  |,GPT,42e2e68c-d5|
000000a0  62 36 2d 34 35 39 38 2d  39 39 36 38 2d 30 31 65  |b6-4598-9968-01e|
000000b0  37 33 33 37 31 32 33 39  37 2c 30 78 31 30 30 30  |733712397,0x1000|
000000c0  2c 30 78 31 66 34 30 30  30 29 52 43 0a 42 6f 6f  |,0x1f4000)RC.Boo|
000000d0  74 30 30 30 31 2a 20 55  53 42 20 48 44 44 3a 20  |t0001* USB HDD: |
000000e0  47 65 6e 65 72 61 6c 20  55 44 69 73 6b 09 50 63  |General UDisk.Pc|
000000f0  69 52 6f 6f 74 28 30 78  30 29 2f 50 63 69 28 30  |iRoot(0x0)/Pci(0|
00000100  78 31 64 2c 30 78 30 29  2f 55 53 42 28 30 2c 30  |x1d,0x0)/USB(0,0|
00000110  29 2f 55 53 42 28 31 2c  30 29 2f 48 44 28 32 2c  |)/USB(1,0)/HD(2,|
00000120  47 50 54 2c 35 39 36 62  66 65 31 38 2d 36 63 66  |GPT,596bfe18-6cf|
00000130  63 2d 34 38 38 30 2d 62  61 39 36 2d 32 39 38 37  |c-4880-ba96-2987|
00000140  30 33 63 37 63 33 36 32  2c 30 78 33 65 33 31 64  |03c7c362,0x3e31d|
00000150  30 2c 30 78 35 64 32 34  29 52 43 0a 42 6f 6f 74  |0,0x5d24)RC.Boot|
00000160  30 30 30 33 2a 20 4d 41  54 53 48 49 54 41 20 44  |0003* MATSHITA D|
00000170  56 44 2d 52 41 4d 20 55  4a 38 45 31 20 20 20 20  |VD-RAM UJ8E1    |
00000180  20 20 20 20 20 20 09 42  42 53 28 43 44 52 4f 4d  |      .BBS(CDROM|
00000190  2c 2c 30 78 35 30 30 29  66 65 66 66 30 30 30 30  |,,0x500)feff0000|
000001a0  30 30 30 30 31 66 30 30  30 30 30 30 30 32 30 30  |00001f0000000200|
000001b0  30 30 30 30 30 31 30 36  32 64 30 30 61 65 65 39  |000001062d00aee9|
000001c0  30 33 30 30 30 30 30 35  31 39 30 30 61 65 65 39  |030000051900aee9|
000001d0  34 31 30 30 61 65 65 39  30 30 30 30 30 30 32 33  |4100aee900000023|
000001e0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000220  30 30 31 33 30 30 0a 42  6f 6f 74 30 30 30 34 2a  |001300.Boot0004*|
00000230  20 4d 41 54 53 48 49 54  41 20 44 56 44 2d 52 41  | MATSHITA DVD-RA|
00000240  4d 20 55 4a 38 45 31 20  20 20 20 20 20 20 20 20  |M UJ8E1         |
00000250  20 09 42 42 53 28 43 44  52 4f 4d 2c 63 7f ff 04  | .BBS(CDROM,c...|
00000260  2c 30 78 35 30 30 29 66  65 66 66 30 30 30 30 30  |,0x500)feff00000|
00000270  30 30 30 31 66 30 30 30  30 30 30 30 32 30 30 30  |0001f00000002000|
00000280  30 30 30 30 31 30 36 32  64 30 30 61 65 65 39 30  |00001062d00aee90|
00000290  33 30 30 30 30 30 35 31  39 30 30 61 65 65 39 34  |30000051900aee94|
000002a0  31 30 30 61 65 65 39 30  30 30 30 30 30 32 33 30  |100aee9000000230|
000002b0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
000002f0  30 31 33 30 30 0a 42 6f  6f 74 30 30 30 35 2a 20  |01300.Boot0005* |
00000300  42 52 43 4d 20 4d 42 41  20 53 6c 6f 74 20 30 32  |BRCM MBA Slot 02|
00000310  30 30 20 76 31 35 2e 30  2e 31 31 09 42 42 53 28  |00 v15.0.11.BBS(|
00000320  31 32 38 2c 2c 30 78 35  30 30 29 66 65 66 66 30  |128,,0x500)feff0|
00000330  32 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |2000000000000000|
00000340  30 30 30 30 30 30 30 30  32 30 30 36 31 30 31 30  |0000000020061010|
00000350  30 63 66 38 30 30 30 30  30 30 35 31 37 32 30 30  |0cf8000000517200|
00000360  30 63 66 34 35 30 31 30  30 63 66 30 30 30 30 30  |0cf450100cf00000|
00000370  30 30 30 30 30 30 30 30  30 30 30 31 64 32 30 30  |000000000001d200|
00000380  30 63 66 30 30 30 30 30  30 30 30 30 30 30 30 30  |0cf0000000000000|
00000390  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
000003b0  30 30 30 30 30 31 31 30  30 0a 42 6f 6f 74 30 30  |000001100.Boot00|
000003c0  30 36 2a 20 4c 69 6e 75  78 20 42 6f 6f 74 20 4d  |06* Linux Boot M|
000003d0  61 6e 61 67 65 72 09 48  44 28 31 2c 47 50 54 2c  |anager.HD(1,GPT,|
000003e0  34 32 65 32 65 36 38 63  2d 64 35 62 36 2d 34 35  |42e2e68c-d5b6-45|
000003f0  39 38 2d 39 39 36 38 2d  30 31 65 37 33 33 37 31  |98-9968-01e73371|
00000400  32 33 39 37 2c 30 78 31  30 30 30 2c 30 78 31 66  |2397,0x1000,0x1f|
00000410  34 30 30 30 29 2f 46 69  6c 65 28 5c 45 46 49 5c  |4000)/File(\EFI\|
00000420  73 79 73 74 65 6d 64 5c  73 79 73 74 65 6d 64 2d  |systemd\systemd-|
00000430  62 6f 6f 74 78 36 34 2e  65 66 69 29 0a           |bootx64.efi).|
0000043d

> efibootmgr -v | hexdump -C

00000000  42 6f 6f 74 43 75 72 72  65 6e 74 3a 20 30 30 30  |BootCurrent: 000|
00000010  31 0a 54 69 6d 65 6f 75  74 3a 20 30 20 73 65 63  |1.Timeout: 0 sec|
00000020  6f 6e 64 73 0a 42 6f 6f  74 4f 72 64 65 72 3a 20  |onds.BootOrder: |
00000030  30 30 30 31 2c 30 30 30  36 2c 30 30 30 30 0a 42  |0001,0006,0000.B|
00000040  6f 6f 74 30 30 30 30 2a  20 48 44 44 3a 20 57 44  |oot0000* HDD: WD|
00000050  43 20 57 44 35 30 30 30  4c 50 56 58 2d 38 30 56  |C WD5000LPVX-80V|
00000060  30 54 54 30 09 50 63 69  52 6f 6f 74 28 30 78 30  |0TT0.PciRoot(0x0|
00000070  29 2f 50 63 69 28 30 78  31 66 2c 30 78 32 29 2f  |)/Pci(0x1f,0x2)/|
00000080  53 61 74 61 28 30 2c 30  2c 30 29 2f 48 44 28 31  |Sata(0,0,0)/HD(1|
00000090  2c 47 50 54 2c 34 32 65  32 65 36 38 63 2d 64 35  |,GPT,42e2e68c-d5|
000000a0  62 36 2d 34 35 39 38 2d  39 39 36 38 2d 30 31 65  |b6-4598-9968-01e|
000000b0  37 33 33 37 31 32 33 39  37 2c 30 78 31 30 30 30  |733712397,0x1000|
000000c0  2c 30 78 31 66 34 30 30  30 29 52 43 0a 20 20 20  |,0x1f4000)RC.   |
000000d0  20 20 20 64 70 3a 20 30  32 20 30 31 20 30 63 20  |   dp: 02 01 0c |
000000e0  30 30 20 64 30 20 34 31  20 30 33 20 30 61 20 30  |00 d0 41 03 0a 0|
000000f0  30 20 30 30 20 30 30 20  30 30 20 2f 20 30 31 20  |0 00 00 00 / 01 |
00000100  30 31 20 30 36 20 30 30  20 30 32 20 31 66 20 2f  |01 06 00 02 1f /|
00000110  20 30 33 20 31 32 20 30  61 20 30 30 20 30 30 20  | 03 12 0a 00 00 |
00000120  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 2f  |00 00 00 00 00 /|
00000130  20 30 34 20 30 31 20 32  61 20 30 30 20 30 31 20  | 04 01 2a 00 01 |
00000140  30 30 20 30 30 20 30 30  20 30 30 20 31 30 20 30  |00 00 00 00 10 0|
00000150  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000160  20 30 30 20 34 30 20 31  66 20 30 30 20 30 30 20  | 00 40 1f 00 00 |
00000170  30 30 20 30 30 20 30 30  20 38 63 20 65 36 20 65  |00 00 00 8c e6 e|
00000180  32 20 34 32 20 62 36 20  64 35 20 39 38 20 34 35  |2 42 b6 d5 98 45|
00000190  20 39 39 20 36 38 20 30  31 20 65 37 20 33 33 20  | 99 68 01 e7 33 |
000001a0  37 31 20 32 33 20 39 37  20 30 32 20 30 32 20 2f  |71 23 97 02 02 /|
000001b0  20 37 66 20 66 66 20 30  34 20 30 30 0a 20 20 20  | 7f ff 04 00.   |
000001c0  20 64 61 74 61 3a 20 35  32 20 34 33 0a 42 6f 6f  | data: 52 43.Boo|
000001d0  74 30 30 30 31 2a 20 55  53 42 20 48 44 44 3a 20  |t0001* USB HDD: |
000001e0  47 65 6e 65 72 61 6c 20  55 44 69 73 6b 09 50 63  |General UDisk.Pc|
000001f0  69 52 6f 6f 74 28 30 78  30 29 2f 50 63 69 28 30  |iRoot(0x0)/Pci(0|
00000200  78 31 64 2c 30 78 30 29  2f 55 53 42 28 30 2c 30  |x1d,0x0)/USB(0,0|
00000210  29 2f 55 53 42 28 31 2c  30 29 2f 48 44 28 32 2c  |)/USB(1,0)/HD(2,|
00000220  47 50 54 2c 35 39 36 62  66 65 31 38 2d 36 63 66  |GPT,596bfe18-6cf|
00000230  63 2d 34 38 38 30 2d 62  61 39 36 2d 32 39 38 37  |c-4880-ba96-2987|
00000240  30 33 63 37 63 33 36 32  2c 30 78 33 65 33 31 64  |03c7c362,0x3e31d|
00000250  30 2c 30 78 35 64 32 34  29 52 43 0a 20 20 20 20  |0,0x5d24)RC.    |
00000260  20 20 64 70 3a 20 30 32  20 30 31 20 30 63 20 30  |  dp: 02 01 0c 0|
00000270  30 20 64 30 20 34 31 20  30 33 20 30 61 20 30 30  |0 d0 41 03 0a 00|
00000280  20 30 30 20 30 30 20 30  30 20 2f 20 30 31 20 30  | 00 00 00 / 01 0|
00000290  31 20 30 36 20 30 30 20  30 30 20 31 64 20 2f 20  |1 06 00 00 1d / |
000002a0  30 33 20 30 35 20 30 36  20 30 30 20 30 30 20 30  |03 05 06 00 00 0|
000002b0  30 20 2f 20 30 33 20 30  35 20 30 36 20 30 30 20  |0 / 03 05 06 00 |
000002c0  30 31 20 30 30 20 2f 20  30 34 20 30 31 20 32 61  |01 00 / 04 01 2a|
000002d0  20 30 30 20 30 32 20 30  30 20 30 30 20 30 30 20  | 00 02 00 00 00 |
000002e0  64 30 20 33 31 20 33 65  20 30 30 20 30 30 20 30  |d0 31 3e 00 00 0|
000002f0  30 20 30 30 20 30 30 20  32 34 20 35 64 20 30 30  |0 00 00 24 5d 00|
00000300  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000310  31 38 20 66 65 20 36 62  20 35 39 20 66 63 20 36  |18 fe 6b 59 fc 6|
00000320  63 20 38 30 20 34 38 20  62 61 20 39 36 20 32 39  |c 80 48 ba 96 29|
00000330  20 38 37 20 30 33 20 63  37 20 63 33 20 36 32 20  | 87 03 c7 c3 62 |
00000340  30 32 20 30 32 20 2f 20  37 66 20 66 66 20 30 34  |02 02 / 7f ff 04|
00000350  20 30 30 0a 20 20 20 20  64 61 74 61 3a 20 35 32  | 00.    data: 52|
00000360  20 34 33 0a 42 6f 6f 74  30 30 30 33 2a 20 4d 41  | 43.Boot0003* MA|
00000370  54 53 48 49 54 41 20 44  56 44 2d 52 41 4d 20 55  |TSHITA DVD-RAM U|
00000380  4a 38 45 31 20 20 20 20  20 20 20 20 20 20 09 42  |J8E1          .B|
00000390  42 53 28 43 44 52 4f 4d  2c 2c 30 78 35 30 30 29  |BS(CDROM,,0x500)|
000003a0  66 65 66 66 30 30 30 30  30 30 30 30 31 66 30 30  |feff000000001f00|
000003b0  30 30 30 30 30 32 30 30  30 30 30 30 30 31 30 36  |0000020000000106|
000003c0  32 64 30 30 61 65 65 39  30 33 30 30 30 30 30 35  |2d00aee903000005|
000003d0  31 39 30 30 61 65 65 39  34 31 30 30 61 65 65 39  |1900aee94100aee9|
000003e0  30 30 30 30 30 30 32 33  30 30 30 30 30 30 30 30  |0000002300000000|
000003f0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000420  30 30 30 30 30 30 30 30  30 30 31 33 30 30 0a 20  |00000000001300. |
00000430  20 20 20 20 20 64 70 3a  20 30 35 20 30 31 20 30  |     dp: 05 01 0|
00000440  39 20 30 30 20 30 33 20  30 30 20 30 30 20 30 35  |9 00 03 00 00 05|
00000450  20 30 30 20 2f 20 37 66  20 66 66 20 30 34 20 30  | 00 / 7f ff 04 0|
00000460  30 0a 20 20 20 20 64 61  74 61 3a 20 66 65 20 66  |0.    data: fe f|
00000470  66 20 30 30 20 30 30 20  30 30 20 30 30 20 31 66  |f 00 00 00 00 1f|
00000480  20 30 30 20 30 30 20 30  30 20 30 32 20 30 30 20  | 00 00 00 02 00 |
00000490  30 30 20 30 30 20 30 31  20 30 36 20 32 64 20 30  |00 00 01 06 2d 0|
000004a0  30 20 61 65 20 65 39 20  30 33 20 30 30 20 30 30  |0 ae e9 03 00 00|
000004b0  20 30 35 20 31 39 20 30  30 20 61 65 20 65 39 20  | 05 19 00 ae e9 |
000004c0  34 31 20 30 30 20 61 65  20 65 39 20 30 30 20 30  |41 00 ae e9 00 0|
000004d0  30 20 30 30 20 32 33 20  30 30 20 30 30 20 30 30  |0 00 23 00 00 00|
000004e0  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
000004f0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000500  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000510  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000520  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
00000530  30 20 30 30 20 30 30 20  30 30 20 31 33 20 30 30  |0 00 00 00 13 00|
00000540  0a 42 6f 6f 74 30 30 30  34 2a 20 4d 41 54 53 48  |.Boot0004* MATSH|
00000550  49 54 41 20 44 56 44 2d  52 41 4d 20 55 4a 38 45  |ITA DVD-RAM UJ8E|
00000560  31 20 20 20 20 20 20 20  20 20 20 09 42 42 53 28  |1          .BBS(|
00000570  43 44 52 4f 4d 2c 63 7f  ff 04 2c 30 78 35 30 30  |CDROM,c...,0x500|
00000580  29 66 65 66 66 30 30 30  30 30 30 30 30 31 66 30  |)feff000000001f0|
00000590  30 30 30 30 30 30 32 30  30 30 30 30 30 30 31 30  |0000002000000010|
000005a0  36 32 64 30 30 61 65 65  39 30 33 30 30 30 30 30  |62d00aee90300000|
000005b0  35 31 39 30 30 61 65 65  39 34 31 30 30 61 65 65  |51900aee94100aee|
000005c0  39 30 30 30 30 30 30 32  33 30 30 30 30 30 30 30  |9000000230000000|
000005d0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
00000600  30 30 30 30 30 30 30 30  30 30 30 31 33 30 30 0a  |000000000001300.|
00000610  20 20 20 20 20 20 64 70  3a 20 30 35 20 30 31 20  |      dp: 05 01 |
00000620  30 39 20 30 30 20 30 33  20 30 30 20 30 30 20 30  |09 00 03 00 00 0|
00000630  35 20 36 33 20 2f 20 37  66 20 66 66 20 30 34 20  |5 63 / 7f ff 04 |
00000640  30 30 0a 20 20 20 20 64  61 74 61 3a 20 66 65 20  |00.    data: fe |
00000650  66 66 20 30 30 20 30 30  20 30 30 20 30 30 20 31  |ff 00 00 00 00 1|
00000660  66 20 30 30 20 30 30 20  30 30 20 30 32 20 30 30  |f 00 00 00 02 00|
00000670  20 30 30 20 30 30 20 30  31 20 30 36 20 32 64 20  | 00 00 01 06 2d |
00000680  30 30 20 61 65 20 65 39  20 30 33 20 30 30 20 30  |00 ae e9 03 00 0|
00000690  30 20 30 35 20 31 39 20  30 30 20 61 65 20 65 39  |0 05 19 00 ae e9|
000006a0  20 34 31 20 30 30 20 61  65 20 65 39 20 30 30 20  | 41 00 ae e9 00 |
000006b0  30 30 20 30 30 20 32 33  20 30 30 20 30 30 20 30  |00 00 23 00 00 0|
000006c0  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
000006d0  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
000006e0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
000006f0  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000700  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
00000710  30 30 20 30 30 20 30 30  20 30 30 20 31 33 20 30  |00 00 00 00 13 0|
00000720  30 0a 42 6f 6f 74 30 30  30 35 2a 20 42 52 43 4d  |0.Boot0005* BRCM|
00000730  20 4d 42 41 20 53 6c 6f  74 20 30 32 30 30 20 76  | MBA Slot 0200 v|
00000740  31 35 2e 30 2e 31 31 09  42 42 53 28 31 32 38 2c  |15.0.11.BBS(128,|
00000750  2c 30 78 35 30 30 29 66  65 66 66 30 32 30 30 30  |,0x500)feff02000|
00000760  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
00000770  30 30 30 30 32 30 30 36  31 30 31 30 30 63 66 38  |0000200610100cf8|
00000780  30 30 30 30 30 30 35 31  37 32 30 30 30 63 66 34  |0000005172000cf4|
00000790  35 30 31 30 30 63 66 30  30 30 30 30 30 30 30 30  |50100cf000000000|
000007a0  30 30 30 30 30 30 30 31  64 32 30 30 30 63 66 30  |00000001d2000cf0|
000007b0  30 30 30 30 30 30 30 30  30 30 30 30 30 30 30 30  |0000000000000000|
*
000007e0  30 31 31 30 30 0a 20 20  20 20 20 20 64 70 3a 20  |01100.      dp: |
000007f0  30 35 20 30 31 20 30 39  20 30 30 20 38 30 20 30  |05 01 09 00 80 0|
00000800  30 20 30 30 20 30 35 20  30 30 20 2f 20 37 66 20  |0 00 05 00 / 7f |
00000810  66 66 20 30 34 20 30 30  0a 20 20 20 20 64 61 74  |ff 04 00.    dat|
00000820  61 3a 20 66 65 20 66 66  20 30 32 20 30 30 20 30  |a: fe ff 02 00 0|
00000830  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
00000840  20 30 30 20 30 30 20 30  30 20 30 30 20 30 32 20  | 00 00 00 00 02 |
00000850  30 30 20 36 31 20 30 31  20 30 30 20 63 66 20 38  |00 61 01 00 cf 8|
00000860  30 20 30 30 20 30 30 20  30 35 20 31 37 20 32 30  |0 00 00 05 17 20|
00000870  20 30 30 20 63 66 20 34  35 20 30 31 20 30 30 20  | 00 cf 45 01 00 |
00000880  63 66 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |cf 00 00 00 00 0|
00000890  30 20 30 30 20 30 30 20  30 30 20 31 64 20 32 30  |0 00 00 00 1d 20|
000008a0  20 30 30 20 63 66 20 30  30 20 30 30 20 30 30 20  | 00 cf 00 00 00 |
000008b0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
000008c0  30 20 30 30 20 30 30 20  30 30 20 30 30 20 30 30  |0 00 00 00 00 00|
000008d0  20 30 30 20 30 30 20 30  30 20 30 30 20 30 30 20  | 00 00 00 00 00 |
000008e0  30 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |00 00 00 00 00 0|
000008f0  30 20 31 31 20 30 30 0a  42 6f 6f 74 30 30 30 36  |0 11 00.Boot0006|
00000900  2a 20 4c 69 6e 75 78 20  42 6f 6f 74 20 4d 61 6e  |* Linux Boot Man|
00000910  61 67 65 72 09 48 44 28  31 2c 47 50 54 2c 34 32  |ager.HD(1,GPT,42|
00000920  65 32 65 36 38 63 2d 64  35 62 36 2d 34 35 39 38  |e2e68c-d5b6-4598|
00000930  2d 39 39 36 38 2d 30 31  65 37 33 33 37 31 32 33  |-9968-01e7337123|
00000940  39 37 2c 30 78 31 30 30  30 2c 30 78 31 66 34 30  |97,0x1000,0x1f40|
00000950  30 30 29 2f 46 69 6c 65  28 5c 45 46 49 5c 73 79  |00)/File(\EFI\sy|
00000960  73 74 65 6d 64 5c 73 79  73 74 65 6d 64 2d 62 6f  |stemd\systemd-bo|
00000970  6f 74 78 36 34 2e 65 66  69 29 0a 20 20 20 20 20  |otx64.efi).     |
00000980  20 64 70 3a 20 30 34 20  30 31 20 32 61 20 30 30  | dp: 04 01 2a 00|
00000990  20 30 31 20 30 30 20 30  30 20 30 30 20 30 30 20  | 01 00 00 00 00 |
000009a0  31 30 20 30 30 20 30 30  20 30 30 20 30 30 20 30  |10 00 00 00 00 0|
000009b0  30 20 30 30 20 30 30 20  34 30 20 31 66 20 30 30  |0 00 00 40 1f 00|
000009c0  20 30 30 20 30 30 20 30  30 20 30 30 20 38 63 20  | 00 00 00 00 8c |
000009d0  65 36 20 65 32 20 34 32  20 62 36 20 64 35 20 39  |e6 e2 42 b6 d5 9|
000009e0  38 20 34 35 20 39 39 20  36 38 20 30 31 20 65 37  |8 45 99 68 01 e7|
000009f0  20 33 33 20 37 31 20 32  33 20 39 37 20 30 32 20  | 33 71 23 97 02 |
00000a00  30 32 20 2f 20 30 34 20  30 34 20 34 36 20 30 30  |02 / 04 04 46 00|
00000a10  20 35 63 20 30 30 20 34  35 20 30 30 20 34 36 20  | 5c 00 45 00 46 |
00000a20  30 30 20 34 39 20 30 30  20 35 63 20 30 30 20 37  |00 49 00 5c 00 7|
00000a30  33 20 30 30 20 37 39 20  30 30 20 37 33 20 30 30  |3 00 79 00 73 00|
00000a40  20 37 34 20 30 30 20 36  35 20 30 30 20 36 64 20  | 74 00 65 00 6d |
00000a50  30 30 20 36 34 20 30 30  20 35 63 20 30 30 20 37  |00 64 00 5c 00 7|
00000a60  33 20 30 30 20 37 39 20  30 30 20 37 33 20 30 30  |3 00 79 00 73 00|
00000a70  20 37 34 20 30 30 20 36  35 20 30 30 20 36 64 20  | 74 00 65 00 6d |
00000a80  30 30 20 36 34 20 30 30  20 32 64 20 30 30 20 36  |00 64 00 2d 00 6|
00000a90  32 20 30 30 20 36 66 20  30 30 20 36 66 20 30 30  |2 00 6f 00 6f 00|
00000aa0  20 37 34 20 30 30 20 37  38 20 30 30 20 33 36 20  | 74 00 78 00 36 |
00000ab0  30 30 20 33 34 20 30 30  20 32 65 20 30 30 20 36  |00 34 00 2e 00 6|
00000ac0  35 20 30 30 20 36 36 20  30 30 20 36 39 20 30 30  |5 00 66 00 69 00|
00000ad0  20 30 30 20 30 30 20 2f  20 37 66 20 66 66 20 30  | 00 00 / 7f ff 0|
00000ae0  34 20 30 30 0a                                    |4 00.|
00000ae5

Comment 29 Brian Lane 2023-10-09 17:52:40 UTC
Yeah, it looks like some cases 7f ff 04 is translated into ASCII in the output, and in some cases it is dropped in as raw values.

Comment 30 Vladimír Slávik 2023-11-14 14:30:42 UTC
*** Bug 2245665 has been marked as a duplicate of this bug. ***

Comment 31 Vladimír Slávik 2023-11-14 14:31:38 UTC
Seen on f39 too.

Comment 32 Vladimír Slávik 2023-11-14 14:32:12 UTC
*** Bug 2244889 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.