[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] Booting error in Customizing the Generic Image



* 'Ryan Jackson' <rdjackso@flux.utah.edu> [091111 13:18]:
> I'll be uploading an updated MFS with a perl script that will run in
> the admin MFS which you can use to mount a FreeBSD slice.  Make sure
> you've re-scanned the partition table, then do the following:
> 
> # /etc/testbed/mount_bsd_slice /dev/sda1 /mnt
> 
> If all goes well, you should be back at a prompt with your FreeBSD
> system mounted at /mnt (with the /usr and /var partitions mounted at
> /mnt/usr and /mnt/var respectively).

It's up at http://www.emulab.net/downloads/linux_boot.tar.gz.  You can
just extract the linux_mfs.tar.gz tarball into /tftpboot like before
and ignore the rest of the stuff (nothing else has changed).

The mount_bsd_slice script will automatically figure out which Linux
partitions are mapped to which BSD partitions, and mount all of the
UFS partitions in the BSD slice in the correct order.  It should even
work if you have more than our standard 3 BSD partitions (/, /usr, and
/var).

Unfortunately, you'll need to unmount everything manually.  Run
'mount' to see what's mounted underneath the mountpoint you passed to
mount_bsd_slice and unmount each partition manually.

Let me know if you have any problems.