corpnewt/MountEFI

Failed to run MountEFI.command in Ubuntu 20.10

Umeaboy opened this issue · 3 comments

kristoffer@Lenovo-H515:~/Skrivbord/MountEFI$ ./MountEFI.command
no element found: line 1, column 0
no element found: line 1, column 0
Traceback (most recent call last):
File "./MountEFI.command", line 345, in
m.main()
File "./MountEFI.command", line 278, in main
efi = self.get_efi()
File "./MountEFI.command", line 159, in get_efi
clover = bdmesg.get_bootloader_uuid()
File "/home/kristoffer/Skrivbord/MountEFI/Scripts/bdmesg.py", line 34, in get_bootloader_uuid
b_uuid = get_clover_uuid()
File "/home/kristoffer/Skrivbord/MountEFI/Scripts/bdmesg.py", line 4, in get_clover_uuid
bd = bdmesg()
File "/home/kristoffer/Skrivbord/MountEFI/Scripts/bdmesg.py", line 42, in bdmesg
b = _bdmesg(["ioreg","-l","-p","IODeviceTree","-w0"])
File "/home/kristoffer/Skrivbord/MountEFI/Scripts/bdmesg.py", line 52, in _bdmesg
p = subprocess.Popen(comm, shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Me too. I'm on ElementaryOS Hera, similar to 18.04.2-Ubuntu. It was fine earlier. I'm not sure it's reproducible. Though with this OpenCore stuff I'm starting to forget my name. I actually have to keep notes.

elmos@furni:~/macOSMaker$ ./MountEFI/MountEFI.command 
no element found: line 1, column 0
no element found: line 1, column 0
Traceback (most recent call last):
  File "./MountEFI/MountEFI.command", line 345, in <module>
    m.main()
  File "./MountEFI/MountEFI.command", line 278, in main
    efi = self.get_efi()
  File "./MountEFI/MountEFI.command", line 159, in get_efi
    clover = bdmesg.get_bootloader_uuid()
  File "/home/elmos/macOSMaker/MountEFI/Scripts/bdmesg.py", line 34, in get_bootloader_uuid
    b_uuid = get_clover_uuid()
  File "/home/elmos/macOSMaker/MountEFI/Scripts/bdmesg.py", line 4, in get_clover_uuid
    bd = bdmesg()
  File "/home/elmos/macOSMaker/MountEFI/Scripts/bdmesg.py", line 42, in bdmesg
    b = _bdmesg(["ioreg","-l","-p","IODeviceTree","-w0"])
  File "/home/elmos/macOSMaker/MountEFI/Scripts/bdmesg.py", line 52, in _bdmesg
    p = subprocess.Popen(comm, shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Still an issue. I'm downloading a vanilla live usb to isolate this.

err. too much hackintoshing as a newb scrambles your brain. I've read that dortania guide about 5 times now and I still don't know what I'm doing. mounefi is for use on macOS. This issue should be closed.