i have old computer that the bios can not boot from usb.
can i install grub (or other boot manager??) that can let me boot from usb??
tia rex www.gobloglah.com
Logged In: NO
I am not answering the question, but I have a tip on how to use USB drives.
GRUB4DOS has no USB driver. But you may boot from a virtual (DOS) floppy that has a USB driver in, like this:
map --mem (hd0,0)/floppy_with_usb_support.img (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0) boot
Log in to post a comment.
Logged In: NO
I am not answering the question, but I have a tip on how to use USB drives.
GRUB4DOS has no USB driver. But you may boot from a virtual (DOS) floppy that has a USB driver in, like this:
map --mem (hd0,0)/floppy_with_usb_support.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot