<div dir="ltr">Note that there are two partitions, 'a' and 'd'.  'a' has /boot and 'd' has root.   You can display the disklabel installed in the GPT slice with 'disklabel'<div><br></div><div>disklabel da0s1</div><div><br></div><div>If you want to mount both from the USB stick, mount root first, and boot on top of it in /boot:</div><div><br></div><div>mount /dev/da0s1d /mnt</div><div>mount /dev/da0s1a /mnt/boot</div><div><br></div><div>like that.  Its also easy to get confused when editing files and accidentally edit files on the USB stick instead of on the drive.</div><div><br></div><div>There is also a third partition... the EFI boot slice is da0s0 with the msdos filesystem that the EFI boot program is stored on.  You usually do not have to mount that one though, and we generally don't mount it on running systems.  Its only used by the BIOS as the stage 1 boot loader.</div><div><br></div>--<div><br></div><div>On it not finding avalon, make sure your networking is up and running, including the default route, and /etc/resolv.conf.  Typically if your network already has a DHCP server you simply set the machine up to use DHCP and it will automatically populate the IP, default route, and DNS resolver entries.</div><div><br></div><div>In /etc/rc.conf, for example (if the NIC is re0)</div><div><br></div><div>ifconfig_re0="DHCP"</div><div><br></div><div>Manually: the command would be "dhclient re0" which will run the dhcp client in the background to obtain the IP, default route, and nameserver pointers.</div><div></div><div><div>-Matt</div><div><br></div></div></div>