Running IFL on BIOS without a Boot Disk

Discussion in 'backup, imaging & disk mgmt' started by Mr.X, Feb 6, 2016.

  1. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,809
    Location:
    .
    Sounds good.
     
  2. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,809
    Location:
    .
    Up to V2.99-00 license field format was:

    [License]
    ProductKey=XXXX-XXXX-XXXX

    How it goes in version 3.XX?
     
  3. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,175
    Location:
    NSW, Australia
    In V3 the same registration is used in IFW, IFL, IFD and IFU.

    [LICENSE]
    ProductKey=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
    User=XXXXXXXX
     
  4. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,809
    Location:
    .
    Thanks a lot.
     
  5. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,809
    Location:
    .
    @Brian K

    setupifl.bat:

    On V2.99-00:
    Code:
    :: Uncomment the line below if IFW/IFD/IFL is installed on 64-bit Windows.
    :: set IFLDIR="C:\Program Files (x86)\TeraByte Unlimited\Image for Windows\V2\IFL"
    
    Done.

    On V3.XX:
    Code:
    if /I "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
    set IFLDIR="C:\Program Files (x86)\TeraByte Drive Image Backup and Restore Suite\IFL"
    ) else (
    set IFLDIR="C:\Program Files\TeraByte Drive Image Backup and Restore Suite\IFL"
    )
    
    But it doesn't offer to "Uncomment the line below if IFW/IFD/IFL is installed on 64-bit Windows."
    So what's the best to do in this case?
     
    Last edited: Sep 27, 2016
  6. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,175
    Location:
    NSW, Australia
    I've run it on 64-bit Windows. You don't have to change those lines.
     
  7. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,809
    Location:
    .
    Thanks a lot mate, thanks.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.