LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 10-16-2016, 05:17 PM   #1
rmockler
LQ Newbie
 
Registered: Mar 2009
Posts: 7

Rep: Reputation: 1
Installation of Kodachi 3.3


I recently tested the Kodachi 3.3 distro in a live USB environment. I was impressed and would like to permanently install the system on my laptop SSD. However, there is no Install option anywhere in the menus. The developers state that for security reasons it is best not to permanently install it, yet they also state that it CAN be installed. If anyone has knowledge of how to do this installation, I would greatly appreciate any information to help me with the installation.
Thank you,
Richard Mockler
 
Old 11-06-2016, 08:35 PM   #2
CyberDoc
Member
 
Registered: Oct 2003
Location: usa
Distribution: slackware, ubuntu server, kali linux, kubuntu
Posts: 44

Rep: Reputation: 16
Hi
Im doing what your asking about. Right now
Im using dd command to copy from usb to hd
Ex. dd if=/dev/sda of=/dev/sda

The sda is my hd and the sdb is my usb
Check either fdisk -l or gparted to find out how your drives are assigned

Good luck
P.s. im doing it from kodachi

Last edited by CyberDoc; 11-06-2016 at 08:38 PM.
 
Old 01-03-2017, 01:36 PM   #3
cesarbergara
Member
 
Registered: Feb 2012
Location: Buenos Aires, Argentina
Distribution: Debian, Suse, Mandrake,
Posts: 92

Rep: Reputation: Disabled
Hi. Another way to use 'dd' or 'tar'.
Create a partition and filesystem on your HD.
Then use dd or tar like this:
dd if=/dev/sda1 of=/mnt/hda5/OS-Kodachi.dd
mkdir /mnt/OS-Kodachi-tmp ; mkdir /mnt/OS-Kodachi
mount -o loop /mnt/hda5/OS-Kodachi.dd /mnt/OS-Kodachi-tmp
cp -vR /mnt/OS-Kodachi-dir /mnt/OS-Kodachi
and then, change all configure files (like /etc/fstab, /etc/mtab, /etc/lilo, /etc/grub) with new partitions and mount points.

Or you can use tar (better way, because it preserve permissions and users/group):
tar -cv /mnt/sda1 > /mnt/hda5/OS-Kodachi.tar
then create partitions, filesystems, mount them, and create directories and change to mount point of new partition (for example, mount /dev/hda2 /mnt/OS-Kodachi):

cd /mnt/OS-Kodachi
tar -xvf /mnt/hda5/OS-Kodachi.tar

Now you have all files with there permissions and users/group.
And now you can modified configs files.


Have a nice day
 
  


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
Slackware 13.37 installation/Dual Boot/Raid config. Installation issue spacecowboy1858 Slackware - Installation 8 06-26-2012 02:54 PM
Dom U Installation Problems on RHEL5+ Xen (installation exits abnormally) dmpatra Red Hat 1 07-24-2007 05:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 07:08 PM.

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