[Mod: Split off from an old thread]
Trying using any other PXE server, the FreeBSD-10.1-RELEASE-amd64-bootonly.iso image give me this error:
Is there a way to fix it on ISO image?
Looking for more info, I have found this solution:
https://www.mail-archive.com/freebsd-questions@freebsd.org/msg255141.html
Tested and worked in an Virtual Machine with FreeBSD 10 amd64 as guest following this tutorial:
http://www.freebsdwiki.net/index.php/Installing_FreeBSD_with_netboot
If I change the file /etc/fstab on ISO image to use in other PXE server, the boot doesn't work anymore, so my concern is If there an way to definitely fix it on ISO image for use in all PXE server.
Trying using any other PXE server, the FreeBSD-10.1-RELEASE-amd64-bootonly.iso image give me this error:
Code:
cd0 at umass-sim0 bus 0 scbus3 target 0 lun 0
cd0: <ASUS SDRW-08D2S-U B302> Removable CD-ROM SCSI-0 device
cd0: 40.000MB/s transfers
cd0: cd present [1166275 x 2048 byte records]
Mounting from cd9660:/dev/iso9660/FREEBSD_INSTALL failed with error 19.
Loader variables:
vfs.root.mountfrom=cd9660:/dev/iso9660/FREEBSD_INSTALL
vfs.root.mountfrom.option=ro
Manual root filesystem specification:
<fstype>:<device> [option]
Mount <device> using filesystem <fstype>
and with the specified (optional) option list.
eg. ufs:/dev/da0s1a
zf:tank
Looking for more info, I have found this solution:
https://www.mail-archive.com/freebsd-questions@freebsd.org/msg255141.html
Tested and worked in an Virtual Machine with FreeBSD 10 amd64 as guest following this tutorial:
http://www.freebsdwiki.net/index.php/Installing_FreeBSD_with_netboot
If I change the file /etc/fstab on ISO image to use in other PXE server, the boot doesn't work anymore, so my concern is If there an way to definitely fix it on ISO image for use in all PXE server.