Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Feb 2008 21:50:31 +0200
From:      Zinevich Denis <link@ngc.net.ua>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: pxeboot, TFTP only, NFS MOUNT RPC error: 60, timeout
Message-ID:  <47AB6107.2070002@ngc.net.ua>
In-Reply-To: <47AB4F00.1080307@gmail.com>
References:  <47AB4F00.1080307@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I confirm it.
Seems to be loader bug.
I`ve tried to compile it without nfs support at all... but it didn`t help.
I`ve been searching for solution for about a week and found nothing.
> Hey,
>
> I've been building FreeBSD jumpstart infrastructure and it mostly 
> works.  I'm using tftp  to boot off the network in to scripted 
> sysinstall.  I compiled the boot loader with tftp support but every 
> time I boot it will first try nfs, then timeout after around two 
> minutes (it cannot find nfs) and finally boot from tftp.  Is there any 
> way that I can make it boot from tftp straight away rather than wait 
> for nfs to timeout?
>
> This is how I build the boot loader:
>
> cd /usr/src/sys/boot
> sudo make clean
> sudo make LOADER_TFTP_SUPPORT=YES
> sudo cp i386/pxeldr/pxeboot /jumpstart/tftpd/boot/pxeboot.0
> sudo cp i386/boot0/boot0 /jumpstart/tftpd/boot/
> sudo cp i386/boot2/boot1 /jumpstart/tftpd/boot/
> sudo cp i386/boot2/boot2 /jumpstart/tftpd/boot/
> sudo cp i386/mbr/mbr /jumpstart/tftpd/boot/
>
> This is my loader.conf:
>
> # loader.conf
> init_path="/stand/sysinstall"
> rootfs_load="YES"
> rootfs_name="/boot/mfsroot"
> rootfs_type="mfs_root"
> vfs.root.mountfrom="ufs:/dev/md0c"
> autoboot_delay=0
>
> And loader.rc:
>
> #loader.rc
> echo hopping the kernel...
> include /boot/loader.4th
> start
>
>
> Many thanks,
>
>
> Jedrek
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47AB6107.2070002>