dortania / bugtracker

Dortania Bugtracker
110 stars 7 forks source link

OpenCore USB doesn't boot #229

Closed Orlando17544 closed 2 years ago

Orlando17544 commented 3 years ago

My computer doesn't recognize the OpenCore USB, the EFI structure of the usb is fine, secure boot is disabled from bios and my usb is formatted as vfat. My motherboard is asus prime b360m-a and my processor is intel core i3-9100f.

Thanks.

Core-i99 commented 3 years ago

vfat? it should be formatted with fat32

metacollin commented 3 years ago

vfat is fat32. It is just a driver that uses hidden additional directories to deal with longer file names, but anything reported as 'vfat' for the filesystem is really just fat32.

@Orlando17544 is CSM disabled as well?

kernel-dev commented 2 years ago

vfat is fat32. It is just a driver that uses hidden additional directories to deal with longer file names, but anything reported as 'vfat' for the filesystem is really just fat32.

@Orlando17544 is CSM disabled as well?

I'm fairly certain that you cannot use VFAT if something requires FAT32, as FAT32 is an extension of VFAT, not the other way around. So, no, anything reported as VFAT is not FAT32.

You can use FAT32 for something that requires VFAT, but not the other way around.