0

Hope someone can help me. I get the following error meassage:

Installation failed !

Exit code: 256

Log:

Formating device...

Mounting...

mount: /dev/loop0 is write-protected, mounting read-only

Copying...

Installing grub...

Installing for x86_64-efi platform.

grub-install: fejl: /media/winusb_target_1450615156_3001 doesn't look like an EFI partition.

Error occured !

Syncing...

/usr/bin/winusb: linje 78:  7310 Termineret              while true; do
    sleep 0.05; echo 'pulse';
done
Cleaning...
/usr/bin/winusb: linje 78:  7446 Termineret 
             while true; do
    sleep 0.05; echo 'pulse';

done

Umounting and removing '/media/winusb_iso_1450615156_3001'...

Umounting and removing '/media/winusb_target_1450615156_3001'...
DnrDevil
  • 1,488
Jan Boldt
  • 23
  • 5

1 Answers1

0

WinUSB functions require Windows XP or later. You can use these functions in your C/C++ application to communicate with your USB device. Microsoft does not provide a managed API for WinUSB.

DnrDevil
  • 1,488