QUOTE(Mugo @ Jun 30 2009, 12:51 AM)

I´m totally dummy in Linux matters. That put aside, seems to me that the file "initrd" is the caller of livefs.
I tried to hex edit the initrd file to change livefs names for both, Xubuntu and Xebian. Changed them to livef1 and livef2, but they are still looking for a livefs file. I need ti rename these files to something else so i can have both of them at the DVD´s root at the same time.
How can i change the files names, so i can have both distros in the same DVD?
Rebuild the initrd file. You'll need the file command to decipher the file format of initrd - which could be cpio , gz, a loop file of ext2 etc. You'll then invoke the appropriate command(s) to unpack the file and modify the init command or whatever calls the livefs. Repack the initrd after you are done modifying.