Displaying 2 results from an estimated 2 matches for "md0c".
Did you mean:
md0
2006 Mar 24
2
New sysinstall in 6.1-PRE. make own release
...----------------
but it's hack.
Also I have question about making my own release.
I can't understand, how to create my own loader.conf for pxeboot.
Default not work -- machine panic with "no init" diagnose. Reason --
need string in loader.conf:
vfs.root.mountfrom="ufs:/dev/md0c"
(I need some another strings for my own loader.conf)
For creating release I use command:
make release BUILDNAME=6.1-PRERELEASE CHROOTDIR=/usr/release \
CVSROOT=/home/ncvs EXTSRCDIR=/usr/src KERNELS=OILSPACE1 \
LOCAL_PATCHES=/usr/src_local_patches NO_FLOPPIES=yes NO_ISOS=yes \
NODOC=yes NOPOR...
2006 Feb 28
0
pxelinux + FreeBSD
Hi,
i've set up a network boot environment for FreeBSD with pxelinux. I used
FreeBSD's pxeboot, renamed it to /pxe/freebsd.0, copied the /boot
directory from CD to /pxe/boot and added the line
>vfs.root.mountfrom="ufs:/dev/md0c"< to loader.conf.
This works so far.
Now i want to add possibilities to boot other systems, too.
For this i want to create a directory under /pxe for each OS, like
/pxe/FreeBSD, /pxe/OpenBSD ....
But if i do so, the PXE loader won't find /boot (and the kernel) over
NFS any more.
Do...