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, 09:18:36 PM


Login with username, password and session length


Pages: [1] 2   Go Down
  Print  
Author Topic: Re: Understanding 2010 Remastering  (Read 5093 times)
drhadidy
Hero Member
*****
Offline Offline

Posts: 600


the MATRIX have got you!!


WWW
« on: July 24, 2010, 05:47:15 AM »

a little q....
if i have no enough space on my / partition and i want to keep my install as it is...
(have 10gig / partition and only 2gig free)
can i save the result remaster iso on a thumb drive for example instead of saving it on the / ?
Logged

Hope that one day ill be able to help as much as I'm being helped now...

registered Linux user # 518656

whats the need for "WINDOWS" in a world without walls?:-)
slax
Sr. Member
****
Offline Offline

Posts: 395



WWW
« Reply #1 on: July 24, 2010, 08:09:37 AM »

/usr/sbin/mylivecd --tmp /mnt/mydir /mnt/mydir/livecd.iso
Logged



drhadidy
Hero Member
*****
Offline Offline

Posts: 600


the MATRIX have got you!!


WWW
« Reply #2 on: July 24, 2010, 10:05:51 AM »

/usr/sbin/mylivecd --tmp /mnt/mydir /mnt/mydir/livecd.iso

excuse me... is this a command line???
where and how to use it??
Logged

Hope that one day ill be able to help as much as I'm being helped now...

registered Linux user # 518656

whats the need for "WINDOWS" in a world without walls?:-)
Neal ManBear
Administrator
Super Villain
*****
Online Online

Posts: 15201


LXDE! Coffee, Bacon and Cheesecake!


« Reply #3 on: July 24, 2010, 10:30:43 AM »

a little q....
if i have no enough space on my / partition and i want to keep my install as it is...
(have 10gig / partition and only 2gig free)
can i save the result remaster iso on a thumb drive for example instead of saving it on the / ?

Do you have a home partition (/home)? Or is this a monolithic partition (all on one)? If you have a separate /home, and you run the mylivecd script from it, your iso will be saved to your /home.
Logged

drhadidy
Hero Member
*****
Offline Offline

Posts: 600


the MATRIX have got you!!


WWW
« Reply #4 on: July 24, 2010, 01:08:31 PM »


Do you have a home partition (/home)? Or is this a monolithic partition (all on one)? If you have a separate /home, and you run the mylivecd script from it, your iso will be saved to your /home.


no i dont have a separate /home partition... its not mounted out of / if thats hat u mean
i have 2 different mounted partitions...
1- /
2- /data
Logged

Hope that one day ill be able to help as much as I'm being helped now...

registered Linux user # 518656

whats the need for "WINDOWS" in a world without walls?:-)
Neal ManBear
Administrator
Super Villain
*****
Online Online

Posts: 15201


LXDE! Coffee, Bacon and Cheesecake!


« Reply #5 on: July 24, 2010, 01:17:31 PM »

Then your /home is contained in the / (root) partition. When everything is on one partition, it is called a monolithic partition.

/usr/sbin/mylivecd --tmp /mnt/mydir /mnt/mydir/livecd.iso

excuse me... is this a command line???
where and how to use it??

Yes. In a terminal as root (su and give root password).
Logged

drhadidy
Hero Member
*****
Offline Offline

Posts: 600


the MATRIX have got you!!


WWW
« Reply #6 on: July 24, 2010, 01:25:48 PM »


/usr/sbin/mylivecd --tmp /mnt/mydir /mnt/mydir/livecd.iso

excuse me... is this a command line???
where and how to use it??

Yes. In a terminal as root (su and give root password).

[/quote]

just to be 100% clear....
that was the command to write when i want to save the result iso in the usb flash drive rite???
but there are 2 points....
1- my flash drive is not showing in the /mnt
it shows in the /media folder
2- my flash drive is named "MO" this is how it shows in the file explorers(dolphin for example)
so how shall i write the command line then??
Logged

Hope that one day ill be able to help as much as I'm being helped now...

registered Linux user # 518656

whats the need for "WINDOWS" in a world without walls?:-)
Neal ManBear
Administrator
Super Villain
*****
Online Online

Posts: 15201


LXDE! Coffee, Bacon and Cheesecake!


« Reply #7 on: July 24, 2010, 01:46:49 PM »

I've never done it this way, so you may want to wait on a response from slax to be sure.
I think it would be in this form --> /usr/sbin/mylivecd --tmp /media/mymedianame /media/mymedianame/livecd.iso
Logged

slax
Sr. Member
****
Offline Offline

Posts: 395



WWW
« Reply #8 on: July 24, 2010, 04:58:03 PM »

@Neal
correct Smiley

@drhadidy
You can find other useful info and help by typing in console:
Code:
mylivecd --help
Logged



drhadidy
Hero Member
*****
Offline Offline

Posts: 600


the MATRIX have got you!!


WWW
« Reply #9 on: July 26, 2010, 08:46:39 AM »

ok guys... be patient with me please im not that great with the commands...
in fact i never tried to make a command myself and always used to copy& paste... so reading the --help i understood the following:

1- (--tmp) part shows where to save the temporary files.... and by default it will go to /tmp
and writing --tmp /media/mymedianame in my command line will make it try to save the temp files in the flash drive instead.
2- when you say mymedianame as in (/media/mymedianame/livecd.iso) you mean the label name of the media...
and in my case it will be MO

so if i want to keep the temp files in the default /tmp directory and wanted to save the result final image in my USB flash drive labeled MO the command line will be as follows
/usr/sbin/mylivecd /media/MO/livecd.iso

(with the appropriate spaces and letter cases)
then ill have the remaster file called livecd.iso by the end??
waiting ur reply guys
Logged

Hope that one day ill be able to help as much as I'm being helped now...

registered Linux user # 518656

whats the need for "WINDOWS" in a world without walls?:-)
Neal ManBear
Administrator
Super Villain
*****
Online Online

Posts: 15201


LXDE! Coffee, Bacon and Cheesecake!


« Reply #10 on: July 26, 2010, 10:23:06 AM »

Yes, I believe you understand.
Logged

drhadidy
Hero Member
*****
Offline Offline

Posts: 600


the MATRIX have got you!!


WWW
« Reply #11 on: July 27, 2010, 05:24:23 AM »

DONE with success:-)
thx alot guys...
Logged

Hope that one day ill be able to help as much as I'm being helped now...

registered Linux user # 518656

whats the need for "WINDOWS" in a world without walls?:-)
longtom
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 3224


Satellite Station Africa


« Reply #12 on: July 05, 2011, 02:03:08 PM »

Thanx for that
Logged

Regards longtom

PCLinuxOS LXDE 32bit
2.0 Celeron, 1263MB Ram,
Nvidia FX5200 Ultra,
SiS900 PCI Fast Ethernet
JJB
Jr. Member
**
Offline Offline

Posts: 15


« Reply #13 on: December 19, 2011, 07:16:30 PM »

Hello All,

I hope this is the proper way to get help on this remastering OS thread,  After having read all the posts on remastering with Mylivecd, I have been trying to make an .iso copy of PCLinuxOS-2010 Gnome which I have on two different machines and want to put on a third one. 

I have tried seven or eight times and get an .iso file that is somehow corrupted..  I'll give the procedure I followed on the PC with the largest-sized system. 

I have installed the PClinuxOS Gnome in two separate partitions, a root partition (/) and a home partition(/home). My OS is about 4.8GiB, taking up about 26% of the  / partition; I don't want to copy the /home partition, but I want to store the .iso file on the /home partition since there is plenty of room.

This is what I did:
1. In a terminal I wrote df to get the size of the files.
2. I ran BleachBit and BleachBit-Root.
3. Then as SU, I ran the following command;
4. umount -a
5. /usr/sbin/mylivecd –nodir =^/home/jjb /home/jjb/Downloads/PCL2010.iso

Everything seems to go well, and I get the .iso where it should be.  The size of the .iso file created is just over 2 GiB.

If I burn  it to a DVD using Brasero, I get a response which says “Success” at the end.  If I burn it with K3b, I get between 95-98% burn, and then an error message “Fatal Error”.  But neither the Brasero nor the K3b burns can be used.

What am I doing wrong?  Is the size of the files in the partition I'm trying to make into an .iso just too big?

Any comments or help will be appreciated.

jjb
Logged
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4139

Have a nice ... night!


« Reply #14 on: December 19, 2011, 07:39:38 PM »

Everything seems to go well, and I get the .iso where it should be.  The size of the .iso file created is just over 2 GiB.

If I burn  it to a DVD using Brasero, I get a response which says “Success” at the end.  If I burn it with K3b, I get between 95-98% burn, and then an error message “Fatal Error”.  But neither the Brasero nor the K3b burns can be used.


The k3b issue has been already reported in the past, despite the error message apparently the disc was burned correctly, however consider using only brasero, until you solve this issue at least.

Once burned, at lowest possible speed, verify the disc md5sum, insert you media into the optical drive and in terminal write:
md5sum /home/jjb/Downloads/PCL2010.iso
md5sum /dev/sr0    (use /dev/sr1 if you load the disc in a second CD/DVD unit)
if the two results matches, your disc is correctly burned.

The fact the burned image doesn't work, most likely is due to some other cause. May be you are running an old kernel ?
If yes, most likely you want to use the mylivecd option --gzip or --lzma
(from terminal verify with:  uname  -r  )

Or, may be your system doesn't have enough RAM ?

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