PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 02:26:18 PM


Login with username, password and session length


Pages: [1] 2   Go Down
  Print  
Author Topic: <Solved> Unable to create any Remaster from new 2010 iso  (Read 1346 times)
Sefy
Guest
« on: May 13, 2010, 02: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?  Sad
Logged
yalegodman
Guest
« Reply #1 on: May 14, 2010, 10: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.
Logged
Sefy
Guest
« Reply #2 on: May 14, 2010, 03: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  Undecided

EDIT: just as i suspected, remasterme is back to old 2009 issues, it creates a bad sized iso  Sad
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..
Logged
yalegodman
Guest
« Reply #3 on: May 15, 2010, 07: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.

Logged
Sefy
Guest
« Reply #4 on: May 15, 2010, 09: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...
Logged
yalegodman
Guest
« Reply #5 on: May 15, 2010, 11: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.
Logged
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11985

┌∩┐(◕_◕)┌∩┐


« Reply #6 on: May 15, 2010, 11:49:25 AM »

Have you installed  draklive-install on your system
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
Sefy
Guest
« Reply #7 on: May 15, 2010, 06: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  Undecided
Logged
fishfillet
Full Member
***
Offline Offline

Posts: 222


« Reply #8 on: May 15, 2010, 11: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. Smiley

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. Smiley
Logged
Sefy
Guest
« Reply #9 on: May 16, 2010, 02: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...
Logged
Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15192


LXDE! Coffee, Bacon and Cheesecake!


« Reply #10 on: May 16, 2010, 02: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.
Logged

yalegodman
Guest
« Reply #11 on: May 16, 2010, 04:04:08 AM »

I remasted my system with the command "remasterme", but openoffice cannot open in the remastered dvd, why?
Logged
Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15192


LXDE! Coffee, Bacon and Cheesecake!


« Reply #12 on: May 16, 2010, 04:08:57 AM »

Running live? Is there an error message?
Logged

pinoc
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2132



WWW
« Reply #13 on: May 16, 2010, 06: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.
Logged

Sefy
Guest
« Reply #14 on: May 17, 2010, 03: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  Grin
Now i'll get cracking on the customizing part  Wink
Logged
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM