I’ve actually figured out the problem, and I’m going to post the details of my exploits when I have some spare time. I was trying to install Redhat on a Sun Cobalt Qube over the serial port. The problem is, their “netboot” actually loads a kernel stored in ROM, and mounts root via NFS, rather than loading the whole system, so loader kept failing while it was trying to probe something related to modules. I ended up running a chroot’ed /usr/bin/anaconda –m “ftp://local.ip/” –T to get it to work. I plan on building a patch for anaconda and loader.c so that instead of having anacaonda guess what needs to be done (like remounting ISO images, or just reading the directory, etc.) from the install method, you’ll be able to tell it via the commandline, so that you can, for instance, use ISOs with one of the methods that doesn’t currently support it, or override mounting options…
Doug -----Original Message-----
On Sat, 22 Mar 2003, Douglas Mayle wrote: |