Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UTM Home install failes

I am new in this game. I just registered and downloaded UTM9 v9.312. The ISO is too large to burn on a CD. I then installed the ISO on a USB stick. The machine boots OK and start installing. After a while I get the message: install.tar wasn't found on the installation media. What do I do??


This thread was automatically locked due to age.
Parents
  • Google gave me this:

    The installation expects the install.tar file to be located in:

    /install/install/install.tar
    You can check this by switching to the console with Alt + F2 and using

    cd /install/install
    ls

    It should list the following items:

    build; install.md5; install.tar; rpm
     
    If this error occurs, it is most likely that your USB device was not detected as /dev/sdb1. To verify this you can use the following command:
    dmesg | grep sd

    Look for your usb device in the list, it should show the device name and size.  Change the mount command to reference the correct device id. For example, instead of
    mount/dev/sdb1 /install

    use something like:
    mount/dev/deviceid /install

    Switch back to the installer using Alt + F1
Reply
  • Google gave me this:

    The installation expects the install.tar file to be located in:

    /install/install/install.tar
    You can check this by switching to the console with Alt + F2 and using

    cd /install/install
    ls

    It should list the following items:

    build; install.md5; install.tar; rpm
     
    If this error occurs, it is most likely that your USB device was not detected as /dev/sdb1. To verify this you can use the following command:
    dmesg | grep sd

    Look for your usb device in the list, it should show the device name and size.  Change the mount command to reference the correct device id. For example, instead of
    mount/dev/sdb1 /install

    use something like:
    mount/dev/deviceid /install

    Switch back to the installer using Alt + F1
Children
No Data