Author Topic: <Solved> Unable to create any Remaster from new 2010 iso  (Read 1640 times)

Sefy

  • Guest
<Solved> Unable to create any Remaster from new 2010 iso
« on: May 13, 2010, 01:55:20 PM »
Even when i install the new iso into a VBox and just add the required drakx installer for mylivecd, i always get udev errors of some sort like the attached image
I haven't touched any scripts or altered anything, just remastering from the new iso itself using nothing else but mylivecd with no command line options.
What am i doing wrong?  :(
« Last Edit: May 17, 2010, 02:52:46 AM by Sefy »

yalegodman

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #1 on: May 14, 2010, 09:52:06 AM »
same as my case.

I tried the command "mylivecd" command and failed countless times.

Finally, I used another command: remasterme.
It works well, the image worked out by this command is ok.

Sefy

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #2 on: May 14, 2010, 02:05:21 PM »
Mmm... i didn't know remasterme was still available...
Anyway, i tried it now, but while mylivecd created a correct 1.8gb iso, the remasterme gave me a 1.4gb iso file which i'll test in a few min but i'm rather sure it will fail to boot  :-\

EDIT: just as i suspected, remasterme is back to old 2009 issues, it creates a bad sized iso  :(
MORE INFO: i've run the remasterme in console mode, and this time it created a 3gb iso! i have no idea why it's so big but i'll test it once it's done copying..
« Last Edit: May 14, 2010, 10:20:23 PM by Sefy »

yalegodman

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #3 on: May 15, 2010, 06:16:33 AM »
Is there anything wrong with remaster?
I tried a few times on my remastered dvd burned from the iso file by remasterme command. It seems ok.

When I used mylivecd command, the remastered iso file is 1.4G, and the file by remasterme is only 1.2G.
I don't know why there is a gap of 200M.

Anyway, the 1.2G dvd can boot well, and softwares run well.


Sefy

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #4 on: May 15, 2010, 08:27:15 AM »
while the remasterme iso booted ok and even logged in, it didn't respond well and i couldn't even install from it.
i've checked the remasterme script and saw it uses mylivecd with several command lines, so i'm trying without the --lzma command and i hope it will work.
i'm getting weird results in file sizes ranging from 1.4gb upto 3gb using the exact same machine without other changes...

yalegodman

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #5 on: May 15, 2010, 10:33:42 AM »
Yes, the iso image from remasterme is only a livedvd, cannot install the system to harddisk.
I think that is ok, as all other applications run well except openoffice. (openoffice cannot open in this live OS)
In fact I'm now reply your post with this livedvd.
« Last Edit: May 15, 2010, 06:16:34 PM by yalegodman »

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15288
  • ┌∩┐(◕_◕)┌∩┐
Re: Unable to create any Remaster from new 2010 iso
« Reply #6 on: May 15, 2010, 10:49:25 AM »
Have you installed  draklive-install on your system
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Sefy

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #7 on: May 15, 2010, 05:54:15 PM »
Yes, i have draklike-install on the remaster, that isn't the problem.
Any application i tried to run from the remaster, took ages to load, and i got kicked out to logon screen several times.
i'm getting very weird results with remasterme / mylivecd and i found that when using the --md5sum is what causes the errors in some of the iso's

So far i've been unable to create a single working iso  :-\

Offline fishfillet

  • Full Member
  • ***
  • Posts: 221
Re: Unable to create any Remaster from new 2010 iso
« Reply #8 on: May 15, 2010, 10:09:04 PM »
All my remasters are from VBox installs.

I have one that has the 2.6.32.12 kernel and the other one has 2.6.33.4 kernel, both working, installable and usable.

What I did is to install PCLinuxOS, then do a full update via

$ apt-get update && apt-get dist-upgrade -y

And then install all the applications I like (OOo, vlc, task-multimedia, etc.) including draklive-install (via Synaptic).

After then I reboot.

And then I configure my desktop to the way I like and then copy as root the ./kde4 folder of my home folder to /etc/skel/

$ cp -Rv /home/username/.kde4/ /etc/skel/

And then I reboot again (force of habit!).

And then I do bleachbit to weed out unnecessary files.

After that, I do the following:

$ umount -a
$ remasterme --lzma

(As pointed out by Sir Neal, --lzma is redundant so you may ignore that.)

And its works great, my friends love my remasters. :)

If ever this works for you, credit it to various posts here in the forums.

I hope this helps!


P.S.:  My partitions are usually / and swap only when doing my custom pclinuxos. :)
« Last Edit: May 17, 2010, 07:00:51 AM by fishfillet »

Sefy

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #9 on: May 16, 2010, 01:21:01 AM »
When i get home, i'll follow your instructions to the letter!
i've never had problems before, god knows i did loads of remasters...

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Unable to create any Remaster from new 2010 iso
« Reply #10 on: May 16, 2010, 01:25:13 AM »
Quote from: fishfillet
$ remasterme --lzma

Adding --lzma to remasterme is redundant. The mylivecd command that remasterme uses is:
Quote
mylivecd --md5sum --lzma --bootloader iso pclinuxos-2010.iso

Note that --lzma is in the script already. There is no need to add it. Use:
Quote
remasterme


If you need to exclude your home directory, add the exclusion. Otherwise, the single word is all you need.

yalegodman

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #11 on: May 16, 2010, 03:04:08 AM »
I remasted my system with the command "remasterme", but openoffice cannot open in the remastered dvd, why?

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Unable to create any Remaster from new 2010 iso
« Reply #12 on: May 16, 2010, 03:08:57 AM »
Running live? Is there an error message?

Offline pinoc

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2840
    • other projects...
Re: Unable to create any Remaster from new 2010 iso
« Reply #13 on: May 16, 2010, 05:44:10 AM »
I remasted my system with the command "remasterme", but openoffice cannot open in the remastered dvd, why?

That is normal when in live-mode. OO works fine once the live-session is installed.
-p.

Sefy

  • Guest
Re: Unable to create any Remaster from new 2010 iso
« Reply #14 on: May 17, 2010, 02:52:17 AM »
I'm happy to say that thanks to your guys help, i've managed to create a first primary remaster which is fully updated  ;D
Now i'll get cracking on the customizing part  ;)