Error while pxeboot setup FreeBSD 7.0



I wander if pxeboot setup for FreeBSD 7.0 is different from pxeboot with 6.2?

I did sucessfully network pxeboot setup of Freebsd 6.2 using following
DHCP configuration, based mostly on this how to:
http://networking.ringofsaturn.com/Unix/pxeboot.php,

host host1
{
hardware ethernet 00:0c:29:1f:5e:3c;
fixed-address 192.168.0.114;
next-server 192.168.81.131;
filename "/FreeBSD/boot/pxeboot"; #
option root-path "/usr/var/www/install/FreeBSD"; # NFS path which
will be used as temp root partition.
}

where:
/usr/var/www/install/FreeBSD contains FreeBSD installation files,
Tftp root is set to / usr/var/www/install

With Freebsd 6.2 installation files, pxeboot executes and reads root
file system from network and loads kernel via NFS. An OS kernel
executes and starts installation process which can be finished
manually. If mfsroot contains proper install.cfg, then installation
can be completely unattended.

But with FreeBSD 7.0 installation files process fails somewhere after
pxeboot is started.

On Client screen it can be seen:

Loading /boot/defaults/loader.conf
/boot/kernel/kernel text=0x6fd45c ...

and after that, server reboots.
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: PXE booting issues
    ... FreeBSD for comparison. ... eventually throws an NFS timeout. ... I did attempt to rebuild the pxeboot loader, ... generating pxeboot appears in the output and appears to be successful; ...
    (freebsd-stable)
  • pxeboot problem
    ... I have spend a week-tough-fight with booting FreeBSD on diskless machine. ... and normally to compile pxeboot file I should go to ... After this I got "pxeboot" file that I copy to my remote boot ...
    (comp.lang.php)
  • pxeboot problem
    ... I have spend a week-tough-fight with booting FreeBSD on diskless machine. ... and normally to compile pxeboot file I should go to ... After this I got "pxeboot" file that I copy to my remote boot ...
    (comp.unix.bsd.freebsd.misc)
  • pxeboot to -Install- FreeBSD...
    ... I've been messing about with FreeBSD 6.1-Beta#4 recently, and I'm trying to get a server setup, so that I can pxeboot and install FreeBSD on some other servers... ... What do I need to do, to turn this 'booting FreeBSD from pxeboot' into something that will dump me into sysinstall, like booting from the CD rom? ...
    (freebsd-questions)