Page 1 of 2

Run Image for Windows on Linux

Posted: Sat Dec 29, 2018 11:45 pm
by Yottabytes
I dual boot Windows 8 and Linux, is there a way to install or run the Linux version of Image for Window in an installed version of Linux without the boot disk? i.e., as an installed app on Linux?

Re: Run Image for Windows on Linux

Posted: Sun Dec 30, 2018 6:24 am
by TeraByte Support(PP)
You can usually run IFL in a Linux installation. Basically, unzip the IFL download and run the "./setup" script. You'll probably also need to add some libs and add the user to the disk group. These links should help:

https://www.terabyteunlimited.com/howto ... _linux.htm
https://www.terabyteunlimited.com/kb/article.php?id=566
https://www.terabyteunlimited.com/kb/article.php?id=567

Note that you shouldn't make backup images of any partitions that are mounted by Linux (unmount them first).

Re: Run Image for Windows on Linux

Posted: Sun Dec 30, 2018 2:01 pm
by Yottabytes
Thanks for the links that I totally overlooked.

...Well...I thought it was installed (I'm using Deepin distro) but after executing the command ./imagel I got the following error message:

"error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory"

Re: Run Image for Windows on Linux

Posted: Sun Dec 30, 2018 5:16 pm
by TeraByte Support(PP)
Can you provide the distro's details? Version, 32/64-bit, uname -a output, for example. The lib names may be different or sometimes not available. Also the newer ones are dropping a lot of them from the base installs so you have to hunt for them.

Re: Run Image for Windows on Linux

Posted: Sun Dec 30, 2018 9:17 pm
by TeraByte Support
> Note that you shouldn't make backup images of any partitions that are
> mounted by Linux (unmount them first).

For more advanced Linux users:

To be complete, you can create a snap shot of LVM's volumes and back up that
snapshot. however each snapshot is like it's own drive so one a time
instead of everything at once; also restoring one using that method mean you
have to restore back to an LVM you create yourself if you want it back as an
LVM and not a normal partition.




Re: Run Image for Windows on Linux

Posted: Mon Dec 31, 2018 1:44 am
by Yottabytes
I am running Deepin 15.8, 64-bit
Linux PC-NAMEOMITTED 4.15.0-29deepin-generic #31 SMP Fri Jul 27 07:12:08 UTC 2018 x86_64 GNU/Linux

EDIT: I'm using this setup so that I can boot to Linux and run IFL to restore a Windows partition faster than using the recovery disk. Not using it for backing up Linux.

Re: Run Image for Windows on Linux

Posted: Mon Dec 31, 2018 6:07 pm
by TeraByte Support(PP)
Not sure which commands you ran already, but these should let it run:

sudo dpkg --add-architecture i386

sudo apt-get update

sudo apt-get install lib32z1 lib32ncurses5 libjpeg62-turbo:i386 libxext6:i386 libxft2:i386 libxinerama1:i386 libstdc++6:i386 lib32ncursesw5 libxcursor1:i386 libpng12-0:i386

Re: Run Image for Windows on Linux

Posted: Fri Feb 22, 2019 1:28 pm
by Yottabytes
OK. I know this post is old but I think I have IFL installed correctly in Deepin (at least I can see the IFW interface),

However, I can't browse any of my mounted NTFS drives. Program says: "No usable HD found! Press Enter again and try in a few seconds." I also tried the command "sudo adduser user disk" but that didn't work either.

Re: Run Image for Windows on Linux

Posted: Fri Feb 22, 2019 10:35 pm
by TeraByte Support(PP)
Run 'groups' to check if the user actually got added to the disk group. Note that you'll need to log out and back in or restart for the change to take affect.

You can also try running IFL using sudo. For example: sudo ./imagel

Re: Run Image for Windows on Linux

Posted: Wed Mar 04, 2020 4:41 pm
by Yottabytes
Anybody know if the i386 are available from another source?
The command:
sudo apt-get install lib32z1 lib32ncurses5 libjpeg62-turbo:i386 libxext6:i386 libxft2:i386 libxinerama1:i386 libstdc++6:i386 lib32ncursesw5 libxcursor1:i386 libpng12-0:i386
no longer works.