Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Thanks for the quick response, but read my message again.
I am not trying to install a distribution. It is a linux utility package that runs on a bootable cd only. There are no floppy versions, no installation. The images on disk are too large for me to move to a floppy. I'm looking more for a way to boot this using a bootloader on a floppy and pointing to a cd somehow.
You could boot up with smart boot manager on a floppy disk. Then select the cdrom from the menu. It has a lot of other neat features like selecting which hard drive to boot up to.....
It's a specialized utility for accessing and changing some propietary software that sits on a hard disk.
The hardware setup is.. a FAT32 disk as the first disk, CDROM as a slave. Then the proprietary software on the first disk of the secondary. I must keep the first disk as FAT32, but I can put stuff on it, if necessary. But it still points to using a bootloader of some sort.
You could boot up with smart boot manager on a floppy disk. Then select the cdrom from the menu. It has a lot of other neat features like selecting which hard drive to boot up to.....
I tried this actually. It wouldn't boot the cd... and in fact it thought the cd was a hard disk for some reason. But I'm sure the cd is indeed bootable. Stupid old Dell.
On the CD I have an isolinux directory with the following files:
boot.cat
initrd.img
isolinux.bin
isolinux.cfg
vmlinuz
That should be bootable. Maybe you could copy the contents of the cdrom to a directory and run mkisofs using a bootable floppy image for boot emulation.
That should be bootable. Maybe you could copy the contents of the cdrom to a directory and run mkisofs using a bootable floppy image for boot emulation.
Actually, the reason it won't boot is that the bios is too old and doesn't support cd booting (and there is no bios update, I checked, it's just an old machine).
Posting my question reminded me of loadlin (I haven't used it since umm, 1997?). When I get home tonight, I'm going to try it out. I found some info on how use it.
What I am going to try:
1. Boot some flavor of DOS with CD drivers
2. go to d:\isolinux
3. loadlin vmlinuz root=/dev/ram rw initrd=initrd.img
No idea if the isolinux.bin file is needed for anything or not. I am thinking not... mostly because I am *guessing* that is where the boot code is kept which I am bypassing anyhow.
Seems possible to me. I just don't know how nicely loadlin is going to work with cd drivers being loaded and in use while it loads the images from the cd.
If anyone has any other ideas or comments, feel free to post. I'll respond later with my results.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.