Boot disk
Moderators: snarkout, Patrick, dann
Boot disk
Hey anyone know how to boot into a cdrom distro on a comp that doesn't support cd booting? They don't make a particular boot disk for it, is there a generic one I can use?
You may be able to build a boot disk by bringing the boot image over from the cd to a floppy using dd. The problem here, though may be that the boot image may exceed the cd.
On the root of the cd may be a directory called isolinux which is where you will find some of the configuation files and such for booting.
Again, building a boot floppy like this is pretty tough and no guarantee that it will work. It may be faster for you to just pull the drive and install in another machine.
On the root of the cd may be a directory called isolinux which is where you will find some of the configuation files and such for booting.
Again, building a boot floppy like this is pretty tough and no guarantee that it will work. It may be faster for you to just pull the drive and install in another machine.
Okay, the big kicker is that the initrd.img is 5 megs in size. This would have to be split up across a number of disks. How to do this, I am not sure right now. There was a howto on creating Linux boot disks that might work in this case. If I recall, though, it was mainly about creating a single or dual boot, where root was on one disk and the kernel on another. Not having the initrd image spread across multiple disks.
That's a killer. Since you are going for a cluster here, I am not sure what the impact would be of pulling the hard drive out and doing the install on another machine.
If there is a way to having a boot disk kick off a cdrom install, now that would be the ideal way. I'm still looking.
That's a killer. Since you are going for a cluster here, I am not sure what the impact would be of pulling the hard drive out and doing the install on another machine.
If there is a way to having a boot disk kick off a cdrom install, now that would be the ideal way. I'm still looking.
My impression on how this is to be done would almost be like having another boot loader on floppy or something to kick off the cd. The cd works almost like having the boot floppy embedded in it so initrd, the kerenel, and all are on the same media. You cannot just have the kernel boot off the floppy and pass parameters to use the cdrom for all other stuff as if you were passing root=/dev/hda1 or something of the sort.
Perplexing.
Perplexing.