I am attempting to install FreeBSD 10.1-RELEASE from a USB thumb drive on a Lenovo u530 laptop. The UEFI boot menu finds the thumb drive and attempts to boot, but it cannot find the root filesystem. I am stuck at the mountroot prompt.
When I type ? at the mountroot prompt, the thumb drive is found at da0s1 with the same gptid as in the umass0 output, so that's encouraging. I've tried the entering a manual root spec at the prompt as suggested, with the following output.
This is interesting because in the output from umass0 above this, it looks like it's detected on addr 2 (or is this a different addr than referenced by usbd_setup_device_desc?)
I've tried several different USB drives, all with the same result. I've verified the installation image I am using. The image was written to the USB drive with
Any ideas on where to go next?
When I type ? at the mountroot prompt, the thumb drive is found at da0s1 with the same gptid as in the umass0 output, so that's encouraging. I've tried the entering a manual root spec at the prompt as suggested, with the following output.
Code:
mountroot> ufs:/dev/da0s1a
Trying to mount root from ufs:/dev/da0s1a []...
mountroot: waiting for device /dev/da0s1a ...
usbd_setup_device_desc: getting device descriptor at addr 5 failed, USB_ERR_TIMEOUT
Mounting from ufs:/dev/da0s1a failed with error 19
Code:
umass0: <Generic , . USB2.0 Card Reader, class 0/0, rev 2.00/1.00, addr 2> on usbus0
dd.Any ideas on where to go next?
Last edited by a moderator: