LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install Disc? (https://www.linuxquestions.org/questions/linux-newbie-8/install-disc-4175467954/)

tryndamere 06-30-2013 11:35 PM

Install Disc?
 
Hello, assuming I have used Arch linux in virtualbox in windows7, and have finished with my project, is there a way to create an installation disk, from that VM drive, to use to install my finished project onto my desktop computer?

rokytnji 07-01-2013 12:32 AM

Install remastersys inside the Arch VM.
run remastersys

it puts out an iso which then can be used to install the same system to a internal mechanical hard drive.

or

http://null-byte.wonderhowto.com/how...istro-0131002/

Ozar, a member here who I know from being online and a member on this forum and is a long time Arch Linux user might be able to elaborate better than I since I don't run Arch Linux.

jasonerobbins 07-01-2013 12:48 AM

live disc creation
 
when I intend to use Linux distributions I tend to download the iso file onto a computer and then burn a live disk. In a virtual machine I would expect this process to be the same for every virtual environment. I'm new to virtualization software and plan to use virtual box when I am done building my new computer. you can try to use the live disk the same way as you would initially install the software on a pc. let us know how it goes and have fun.

litzel 07-04-2013 08:53 AM

Hi guys,

I attempted to install remastersys, but

Code:

apt-cache search remastersys
turned nothing.

I searched Ubuntu Software Centre, nothing. In Synaptic Package Manager I had some better luck and I found oem-config-remaster. The problem is I'm not sure it's the same , it has no man page and it's usage is rather confusing.

Any suggestions?

Thanks in advance.

yancek 07-04-2013 01:01 PM

litzel.

You need to add to your /etc/apt/sources.lst a line similar to below for your release. The 'precise' is 12.04, if you have a different release of Ubuntu, you will need to change that as appropriate.

deb http://www.geekconnection.org/remastersys/repository precise

The link below is to the remastersys site. You will note that it is no longer being developed and the reasons for it. It was done by one person and was very useful software. Used it a number of times myself.

http://www.remastersys.com/

Remastersys worked for me not only on Ubuntu but a number of Ubuntu derivatives. There is a different version of remastersys which worked for Debian but based on the site above, I doubt that will be developed.

Anyhow, after adding to your sources.lst the following line, hit the Enter key at least once so you have a blank line. After doing that, run the commands below separately. You will be prompted for your password.

sudo apt-get update;
sudo apt-get install remastersys

You should then be able to access remastersys from the dash or a terminal by typing 'sudo remastersys'. There used to be a lot more info on the site, you may need to google a little to get info on using it.

litzel 07-05-2013 03:24 AM

Thanks for your advice, but I found a tutorial in Ubuntu forum in the meanwhile and it did the trick.

http://ubuntuforums.org/showthread.php?t=688872

Will keep your suggestion in mind for future use though;)


All times are GMT -5. The time now is 11:30 AM.