trying to install FreeBSD from a pen drive. Failed with error 19

14,471

Some time ago I ran into the same problem. Luckily, I wrote down the solution.

At the loader prompt, enter:

 set debug.acpi.disabled="hostres"
 boot

This worked for me. Alternatively, I am told you can insert this line

 debug.acpi.disabled="hostres"

into the file /boot/loader.conf, but I never tried it.

In any case, you may look up this FreeBSD Manual page .

Share:
14,471

Related videos on Youtube

user628298
Author by

user628298

Updated on September 18, 2022

Comments

  • user628298
    user628298 almost 2 years

    I am trying to install FreeBSD from a pen drive. But it returns an error on boot.

    cd9660 :/dev/iso9660 error :/dev/iso9660/FREEBSD_INSTALL failed with error 19
    

    and appears

    mountroot>
    

    command ?

    List of GEOM managed disk devices:
        MSDOSFS/multiboot da0s1 da0 ada0
    

    I've tried, but without success.

    ufs:/dev/da0s1
    ufs:/dev/da0
    ufs:/dev/ada0
    cd9660:/dev/da0s1
    cd9660:/dev/da0
    cd9660:/dev/ada0
    

    Any ideas to solve this?

  • fixer1234
    fixer1234 almost 5 years
    Welcome to Super User. Can you add more detail about your situation? If there was a bad USB port, switching to another could be the solution, but the original being USB 3 should not have been a problem. So it isn't clear what part of your solution was actually the solution.
  • Marten2009
    Marten2009 almost 5 years
    So the only thing I changed was the USB port being used. To the best of my knowledge, all USB ports were working as expected prior to my attempts at installing FreeBSD. If it helps, here are some details about the laptop: - Its a second hand Toshiba Satellite C50D-A-138. - It previously had Centos7 running and prior to that it had Windows8 If you know of any ways I can test the USB ports from FreeBSD I am happy to give them a go and post the results.