NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PXE Booting
ian.bonham%gmail.com@localhost (Ian Bonham) writes:
>menu=Boot NetBSD normally: dev;boot net0:netbsd -a root=10.1.1.1:/srv/vm/mail
The bootloader doesn't accept a "root=..." argument
> RP (17), length 26: "nfs://10.1.1.1/srv/vm/mail"
The root path attribute only contains the path ("/srv/vm/mail"),
not a pseudo-URL. The NFS server host used is either the BOOTP/DHCP
server itself, or the IP you pass as "swap server" attribute (code 16).
The man page diskless(8) gives more details about the process.
>Sep 11 17:20:11 19d mountd[23312]: mount request from 10.1.1.10 for
>non existent path /nfs:
Yes, it tries to mount "nfs" (the beginning of your pseudo URL).
Greetings,
Home |
Main Index |
Thread Index |
Old Index