Tech Support > Operating Systems > Linux / Variants > root filesystems on a bootable USB CDROM
root filesystems on a bootable USB CDROM
Posted by Byron A Jeff on June 26th, 2003


In article <3caa2818.0306251726.4ea2c0c4@posting.google.com>,
Joe <joe.cooley@lycos.com> wrote:
It doesn't. That mechanism is solely for a floppy root.

Nope. It doesn't work.

The tool that you need is the Initial ramdisk, which is designed precisely
for this purpose. The initial ramdisk is a filesystem (which can be compressed)
that is loaded along with the kernel by the bootloader. The kernel will mount
the initrd after booting, and will execute a program/script named linuxrc if
it exists in the root directory of the initrd.

If you want to see all of this in action, simply boot any existing distribution
CDROM. Slackware, RedHat, gentoo, and especially KNOPPIX all use this technique
to get going.

Well my confusion is why you are trying to craft this by hand? If the kernel
recognizes and maps the USB CDROM as /dev/sr0, then any distribution worth
its salt will pick it up upon boot.

The final element that you failed to inform us: what exactly are you trying
to install. That info would be a big help.

BAJ

Posted by Joe on June 26th, 2003


byron@cc.gatech.edu (Byron A Jeff) wrote in message news:<bdeqgv$6ab@cleon.cc.gatech.edu>...
I need to craft this by hand (using 2.5) because the installation
machine contains a large RAID array with 2 TB of disk space and I
cannot get a normal distribution such as Debian and/or RedHat to
install. The 2.4 limit is 2 TB and some of the distros are limited to
1 TB (ascertained through experimentation).


Similar Posts