LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-22-2013, 03:27 PM   #1
drimer
Member
 
Registered: Jun 2013
Distribution: vectorLinux , debian ,LFS
Posts: 46

Rep: Reputation: Disabled
for linux professionals


Hello to all
I have a linux distribution in a/dev/sda2 partition and I would like to install this distribution in the partition/dev/sda8
can someone tell me how do it so that the 2 partition will start at the startup
and thanks in advance
 
Old 06-22-2013, 04:38 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Can you explain in more detail what you mean? This doesn't really make much sense...

If you've installed a distro in one partition, then it's already installed... how do you then relate sda8 to this? What distro are we even talking about?

And please use informative thread titles in future, so we know what kind of a question you're asking, thanks.
 
Old 06-22-2013, 06:19 PM   #3
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
deleted by me as being off topic.

Last edited by rokytnji; 06-22-2013 at 06:27 PM.
 
Old 06-22-2013, 09:00 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Two at start up as in dual boot or two at start up as in both installs working at the same time?
 
Old 06-23-2013, 03:27 PM   #5
drimer
Member
 
Registered: Jun 2013
Distribution: vectorLinux , debian ,LFS
Posts: 46

Original Poster
Rep: Reputation: Disabled
I have a distro already installed in sda2 and I want to copy this distro to sda8.
This operation is possible.
and if possible how to do it and thanks
 
Old 06-23-2013, 04:46 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
There are a number of ways to copy data. Some data on the partition may have specific references to sda2 and would have to be changed to be useful or used.

Ways to copy data might include mv, tar, cpio, dd, rsync, partimage, gparted, clonezilla and maybe 10 more ways. Some distros offer types of backup applications and some file systems could be used to make images.
 
Old 06-23-2013, 08:33 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
well if you really need to
-- why ???? no idea but it is your machine --
" dd if=/dev/sda2 of=/dev/sda8 "
then make the needed edits to your unnamed/unknown bootloader
 
Old 06-24-2013, 01:13 PM   #8
drimer
Member
 
Registered: Jun 2013
Distribution: vectorLinux , debian ,LFS
Posts: 46

Original Poster
Rep: Reputation: Disabled
Thanks very much
and I have another problem
I want to do a live-cd of the distro available on sda2
How can I do that?
and my final goal make an available on sda2 distro Installer
and thanks again
 
Old 06-24-2013, 01:32 PM   #9
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Live cd's are more than just ISO's of existing installations. Without additional configuration you aren't going to get it to run by ISO'ing the sda2 partition and booting it.

And Im unable to understand the second part of the question. Could you explain more?
 
Old 06-24-2013, 02:14 PM   #10
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Quote:
I want to do a live-cd of the distro available on sda2
How can I do that?
You neglected to mention which distribution of Linux you are using. The methods and complexity varies.
 
Old 06-24-2013, 02:14 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I want to do a live-cd of the distro available on sda2
How can I do that?
and my final goal make an available on sda2 distro Installer
and thanks again
well first you might want to do some research / studying /homework on your own

research :
-- create a custom "re-spin" --
 
Old 06-24-2013, 03:03 PM   #12
drimer
Member
 
Registered: Jun 2013
Distribution: vectorLinux , debian ,LFS
Posts: 46

Original Poster
Rep: Reputation: Disabled
my distro is LFS
and simply I want to created an installer for my distro
but I do not know how and my cammarad told me that I need an iso and live CDs but how created a live cd?
 
Old 06-24-2013, 11:34 PM   #13
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
That's 2 different qns
1. create a Live-CD image
2. create an installer image

Which is it?
 
Old 06-25-2013, 08:41 AM   #14
drimer
Member
 
Registered: Jun 2013
Distribution: vectorLinux , debian ,LFS
Posts: 46

Original Poster
Rep: Reputation: Disabled
create an installer image
 
Old 06-25-2013, 08:35 PM   #15
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Try clonezilla, mondoarchive and others.
This assumes you mean create a copy that will install onto the box or another equiv box.
If you want a 'real' installer that asks the user qns etc, someone else will have to answer.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How many IT professionals know Linux? xri General 5 01-05-2008 02:06 PM
An Advice from Linux Professionals!!! ajeetraina Linux - General 1 11-14-2007 02:57 AM
LXer: Linux Professionals in China: Are they Different? LXer Syndicated Linux News 0 01-05-2007 10:21 AM
Unable to Find Linux Professionals in India Sangwan12 Linux - Software 1 02-08-2006 12:35 PM
Linux Mandrake professionals, Please help !! salsaholik Linux - General 4 05-13-2003 01:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration