Results 1 to 5 of 5

Thread: Installing new PC but want to take over my installed packages and settings

  1. #1

    Question Installing new PC but want to take over my installed packages and settings

    Hi,

    I am running Kali on my notebook which is pretty well configured. Is there a way to take over all installed packages or extract them that I can install them on a new PC?

    Thanks

  2. #2
    Join Date
    2013-Apr
    Posts
    7
    search google for remastersys ... it is a tool which will compose an iso of your current system, with settings and everything that you choose to include... you can then burn the iso to a usb with UNenbootin and install it wherever you want..... with remastersys the iso can only be 4g max... so you may have to sacrifice some things, backup the bulk of you stuff to a dvd or cloud then delete it before composing the iso if need be.

  3. #3
    Thanks, will give a try

  4. #4
    Clonezilla also works great for backing up and restoring partitions. It's never a bad idea to keep a live install of Clonezilla on a USB drive that you keep with you. Comes in extremely handy for things of this nature and the live install takes up less than 200mb

  5. #5
    I haven't got the time to try remastersys but thanks again for the tip. also clonezilla is my favourite backup utility

    but exactly I was looking for this kind of way:

    get all your packages which are installed and save them under a file:
    Code:
    # dpkg --get-selections > installed.conf
    on the new system copy a backup of installed.conf and then:
    Code:
    # dpkg --set-selections < installed.conf
    # apt-get install dselect
    # dselect
    voila

    for me it was working like a charm! all my packages from a previous installation of kali are now on my new system

Similar Threads

  1. Replies: 1
    Last Post: 2023-07-27, 17:43
  2. Settings Menu Not Installed After Update to Kali 2.0
    By drag0n in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-08-14, 23:09
  3. Replies: 2
    Last Post: 2014-05-30, 21:14
  4. Replies: 0
    Last Post: 2014-03-27, 18:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •