Robin Becker <[EMAIL PROTECTED]> writes: > I'm just wondering if it is possible to install FreeBSD from inside a > bootstrap operating system such as a knoppix or ubuntu preinstall? > > Reason I'm asking is that my boss is asking about getting another > commodity server using a provider that doesn't offer freebsd. We do > get KVM over IP however, and I assume that really clever people might > know how to handle this sort of thing if they have console access.
With console access that shouldn't be too hard. My suggestion would be along the following lines: - Make a disk image with the FreeBSD installer using my iso2diskimage script at <http://borderworlds.dk/utils/>. - Add an entry to your GRUB configuration that will use memdisk from the syslinux package to load the disk image. - Reboot and select the newly created FreeBSD installer entry in GRUB. - Install FreeBSD The installer will run completely from RAM when booted so you can use the entire disk for FreeBSD. However, once sysinstall starts writing stuff to the disk you will no longer be able to boot the installer, so make sure to do it right the first time. :) -- Christian Laursen _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"