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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-16-2016, 05:17 PM
|
#1
|
LQ Newbie
Registered: Mar 2009
Posts: 7
Rep:
|
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
|
|
|
11-06-2016, 08:35 PM
|
#2
|
Member
Registered: Oct 2003
Location: usa
Distribution: slackware, ubuntu server, kali linux, kubuntu
Posts: 44
Rep:
|
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.
|
|
|
01-03-2017, 01:36 PM
|
#3
|
Member
Registered: Feb 2012
Location: Buenos Aires, Argentina
Distribution: Debian, Suse, Mandrake,
Posts: 92
Rep: 
|
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
|
|
|
All times are GMT -5. The time now is 05:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|