Displaying 1 result from an estimated 1 matches for "bootloader_id".
Did you mean:
bootloader_fd
2005 Mar 01
3
retrieve drive letter of USB Media.
...s not seem to boot correctly from it
(bootsector trouble maybe, or kernel itself is confusing drives),
thus we're thinking of using Syslinux + Memdisk + bootimage,
but somehow we want to be able to also access the USB flash disk itself,
from a batchfile.
Perhaps MEMDISK could not only have the Bootloader_ID (syslinux, and others),
but also a disk ID (0x00, 0x80 and so on).
Then if diskID was retrieved and is 0x00,
we know we booted from a bootdrive which would be A: and currently accessible as B: (because of Memdisk taking A: driveletter).
This would at least work for diskette, but I don't have...