Image for Linux (IFL) boot media

Discussion in 'backup, imaging & disk mgmt' started by Brian K, Dec 28, 2022.

  1. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    Thats right, it did not.

    I could not stay away so i tried it again, now it worked with the licensed version. Beautiful.
    But the switching with the usb is a problem.

    Goodnight.
     
  2. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    I'm like that too. Can't sleep until it's done.

    Can you try this. Add --wco and --rb:8 switches to your script.
    Let it shut down. Then power up with the UFD in place. I hope that will work.

    I use --wco for all SSD restores.
     
  3. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    Add where, please be specific.
    What will it accomplish?

    The actual restore takes 11sec instead of 23 with IFW, all in all, 67sec. IFW about 120sec if i remeber correctly. Nice.
     
  4. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    Is this how you mean:

    sub main()<cr>
    exec("/tbu/imagel --r --uy --d:l0 --f:l0@0x5:^"/IFW W10/pb1^" --sp:0x1,0x2,0x4,0x6" --wco --rb:8", 1)<cr>
    end sub<cr>

    What does wco mean?
     
  5. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    That's correct.

    --wco is Write Changes only.

    Say your partition contains 20 GB of data and you make a backup. When you restore that image tomorrow, if only 100 MB of data has changed then only 100 MB will be written to the partition. That is, less writes to the SSD. All sectors have to be read so the restore isn't any faster. It takes the same time as a restore without --wco.
     
  6. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    I missed the * not being there...

    sub main()<cr>
    exec("/tbu/imagel --r --uy --d:l0 --f:l0@0x5:^"/IFW W10/pb1*^" --sp:0x1,0x2,0x4,0x6" --wco --rb:8", 1)<cr>
    end sub<cr>
     
  7. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    That is nice.
     
  8. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    --rb:8 is Shutdown.
     
  9. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    Ok. Well that`s nice but since SSD:s last
    Shutdown of what, the pc?
    If so, what is the idèa behind that?
     
  10. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    Immediately after the restore the computer shuts down. You don't have to do it. Then press the power button to start the computer and I'm hoping you won't have a USB issue.
     
  11. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    Tried the new script. It did restore as it should but the Run Script frame showed up in the background saying: that the key, or was it command, was not valid. Please remember that the what`s in paranthesis is part of the name.

    Not exactly so but, something like it. But the actual restore went fine anyway. But it still looped when starting, so pulling the UFD is a must. To bad.
    The wco command is ok but i will stick with 4, not 8.

    Anyway, now i truely am going to bed so, goodnight. Or goodmorning, soon.
     
  12. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    My mistake. Your script should be...

    sub main()<cr>
    exec("/tbu/imagel --r --uy --d:l0 --f:l0@0x5:^"/IFW W10/pb1*^" --sp:0x1,0x2,0x4,0x6 --wco --rb:8", 1)<cr>
    end sub<cr>

    I removed the " after 0x6
     
  13. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    For what it's worth. IFL runs in RAM so as soon as the restore commences you can remove the flash drive. If you have --rb:4 you will restart into Windows and you can replug your flash drive.

    I'm different. I never leave flash drives plugged in. Or external USB HDs either.
     
  14. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    I was wondering about that myself when doing the script. I shall try the script today with wco but without 8, 4 instead. What difference will the removal of " make?
     
  15. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    That makes a real difference but not big enough, this handling of the UFD makes this option, compared to IFW, inconveniant in the long run.
    Not me either but for this type of action i would be ok with it since i am the only user and i trust my security.

    It would be real nice if Terabyte could make changes so the reboot could happen instead with a script command.
     
  16. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    I don't use UFDs for restores. I have an IFL partition on the SSD which boots and does the restore. Also a TBWinRE partition. You need BootIt UEFI for this to work.

    I click a script in Windows, the computer restarts into IFL or TBWinRE, does the restore and restarts into Windows. No booting problems as with a UFD.
     
  17. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,276
    Location:
    sweden
    Sounds interesting, and smoooth.

    And Bootit UEFI has no full featured trial version i suppose?

    All this, and a possible future test of Booti UEFI, was and will be mostly out of curiosity, i actually do not restore all THAT much that i need something faster and/or better then IFW. But speedier, smother and more conveniant is always tantalising.

    Enjoy your holiday and the, soon to come new years eve, and, thank you!
    Happ
     
  18. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    The trial BIU doesn't have scripting.
     
  19. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,146
    Location:
    NSW, Australia
    This tutorial on IFL branched into more complex areas. Most people using IFL will simply use standard IFL boot media to create and restore images on Windows computers. It's a fast, reliable app.
     
  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.