Search This Blog

Monday 26 November 2012

Converting UIF to ISO in ubuntu.


Install uif2iso package using apt-get install
[code]
root@shimna:/home/data/CBT/php.iso# apt-get install uif2iso
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  uif2iso
0 upgraded, 1 newly installed, 0 to remove and 68 not upgraded.
Need to get 40.4 kB of archives.
After this operation, 135 kB of additional disk space will be used.
Get:1 http://sa.archive.ubuntu.com/ubuntu/ oneiric/universe uif2iso amd64 0.1.7a-1 [40.4 kB]
Fetched 40.4 kB in 4s (9,510 B/s)
Selecting previously deselected package uif2iso.
(Reading database ... 213012 files and directories currently installed.)
Unpacking uif2iso (from .../uif2iso_0.1.7a-1_amd64.deb) ...
Processing triggers for man-db ...
Setting up uif2iso (0.1.7a-1) ...
[/code]

Convert the file using uif2iso command.
[code]

root@shimna:/home/data/CBT/php.iso# uif2iso PHP.uif  PHP.iso

UIF2ISO 0.1.7
by Luigi Auriemma
e-mail: aluigi@autistici.org
web:    aluigi.org

- open PHP.uif

  file size    00000000297c5fd4
  version      2
  image type   8
  padding      0
  sectors      425630
  sectors size 2048
  blhr offset  00000000297be693
  blhr size    31041
  hash         00c5dd7833bdb4959a8ba5b14a51317a
  others       00000040 00000000 01 00 00 00 00000000

- enable fixedkey encryption
- set DES encryption key: FAngS)snOt32
- DES password: 95 b5 a1 99 53 29 73 6e
- ISO output image format
- create PHP.iso
- start unpacking:
  100%
- 0x0000000033f4f000 bytes written
- finished
root@shimna:/home/data/CBT/php.iso# ls
PHP.iso  PHP.uif  

[/code]