hi folks,
was looking already bit through the forum but couldnt find a suiteable thread. ive trying since 2 days to boot a freebsd from usb stick. always if the /root FS shall be mounted it stops with a mount error and did not show the /root device itself in the bootable list:
checking for the bootable devices:
shows just 2 fixed hdd's
the loader.conf consists of entries for usb/console and vfs.
running the stick as hdd in qemu is working perfectly if the device in fstab is set to ad0s1a. i also wonder why da0s1a is not presented in the bootlist as the device is recognized.
ty
was looking already bit through the forum but couldnt find a suiteable thread. ive trying since 2 days to boot a freebsd from usb stick. always if the /root FS shall be mounted it stops with a mount error and did not show the /root device itself in the bootable list:
Code:
ROOT MOUNT ERROR:
If you have invalid mount options, reboot, and first try the following from
the loader prompt:
set vfs.root.mountfrom.options=rw
and then remove invalid mount options from /etc/fstab.
da0 at umass-sim0 bus 0 target 0 lun 0
da0: <Ut165 USB2FlashStorage 0.00> Removable Direct Access SCSI-2 device
da0: 40.000MB/s transfers
da0: 3856MB (7897088 512 byte sectors: 255H 63S/T 491C)
/Loader variables:
vfs.root.mountfrom=ufs:/dev/da0s1a
vfs.root.mountfrom.options=rw
Manual root filesystem specification
checking for the bootable devices:
Code:
mountroot> ?
List of GEOM managed disk devices:
ad10 ad8
shows just 2 fixed hdd's
the loader.conf consists of entries for usb/console and vfs.
running the stick as hdd in qemu is working perfectly if the device in fstab is set to ad0s1a. i also wonder why da0s1a is not presented in the bootlist as the device is recognized.
ty