Solution for (ERROR) 'makebootfat.exe' failed
Posted: Mon Jul 16, 2007 8:39 pm
Hi,
I was trying to make a USB stick bootable by using the command:
ubcd2usb D:\ubcd T:
T was the USB drive in question. However, I kept getting the error:
(ERROR) 'makebootfat.exe' failed
The solution was to also use the optional parameter to specify the actual drive number HD7. The reason probably was that I have multiple USB drives at HD3-HD6, which contain no media and are from a multiformat flash card reader. So in my case, this worked:
ubcd2usb D:\ubcd T: -D 7
I was trying to make a USB stick bootable by using the command:
ubcd2usb D:\ubcd T:
T was the USB drive in question. However, I kept getting the error:
(ERROR) 'makebootfat.exe' failed
The solution was to also use the optional parameter to specify the actual drive number HD7. The reason probably was that I have multiple USB drives at HD3-HD6, which contain no media and are from a multiformat flash card reader. So in my case, this worked:
ubcd2usb D:\ubcd T: -D 7