Mandriva LiveToFlash

General conversations about MIB project
Forum rules
Image
Before you post, please read forum rules:
Software requests - How to
Tag [SOLVED] in topics
Post Reply
User avatar
ZombieRyushu
Utente junior
Utente junior
Posts: 66
Joined: 7 March 2011, 6:17
OpenMandriva: 2010.2
Kernel: 2.6.33.7
Desktop: KDE

Mandriva LiveToFlash

Post by ZombieRyushu »

Why will a 4 GB Flash drive not be sufficient?

User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

Re: Mandriva LiveToFlash

Post by NicCo »

It's sufficient 4Gb, but it's suggested at least 8Gb
(for more space for persistent partition and share data)
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

User avatar
ZombieRyushu
Utente junior
Utente junior
Posts: 66
Joined: 7 March 2011, 6:17
OpenMandriva: 2010.2
Kernel: 2.6.33.7
Desktop: KDE

Re: Mandriva LiveToFlash

Post by ZombieRyushu »

I see. The thing is, compared to the Mandriva Seed script, LiveToFlash seems inflexible.

User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

Re: Mandriva LiveToFlash

Post by NicCo »

Mandrivaseed is a simple procedure script, you can do the same with command "dd"

Instead od mandrivaseed you can use

Code: Select all

dd if=/path/mandriva-one-xxx.iso of=/dev/sdx
Mandriva LiveToFlash -> is wrong, its right name is -> MIB LiveToFlash

MIB LiveToFlash, as in in its name, has been made for putting a Mandriva One Live or a compatible iso into a Flash stick, to obtain something similar to a commercial product called Mandriva Flash, but completely free!

Mandriva Flash is inside a 8 Giga Flash stick, give a look
A complete mobile 3D desktop on a 8GB USB key.

MIB LiveToFlash is the only existing free tool permitting you to prepare:
  • A live OS (Mandriva One) into ram (in a compressed squash loop file) with all the contents of ISO
  • A persistent partition, (in another compressed squash loop file) for root and home, so you can save you prefs, add your repos, install a few preferite apps, and you'll find when you reboot
  • A shared partition, for which you can choose filesystem between fat32, ntfs, ext3, ext4
You can look even look at the source, it's very complex plain open text with zenity commands for the GUI

To view livetoflash source code:

Code: Select all

cat /usr/bin/livetoflash
The limits we put, are not for inflexibility, but for limits inside tecnical things:
  • syslinux can make a working boot only from a fat32 partition
    • a compressed file into a fat32 can't be greater than 4Gb (precisely 4088Mb) for a fat32bit limit:
      • so max persistent partition (not volatile) can't be absolutely greater than 4088Mbytes
  • ecc.
We made hundreds of attempts before find limits, so used at the best all the max possible values,
so before speaking about, I suggest to you, it's even better to know more how the things work...

The program is GPL, so if you are able making some useful mods you can collaborate:
and you can made it more flexible...
You have to send us mods, so we can publish a new version, adding also your credits


bye, NicCo
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

Post Reply