This is a discussion on Slackware hardware migration within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi i change from windows to slackware 2 months ago and I am very happy with my Slack. So ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi i change from windows to slackware 2 months ago and I am very happy with my Slack. So I will have at monday new machine and i want to migrate all my stuff from my current machine, to the new one. How can I do this fast and painless. Please describe step by step in advance. |
| |||
| Take note of your new machine's h/w specs. For eg: IDE chipsets, etc etc. This will be useful if you wanna recompile the kernel to suit the new machine's needs. Get a copy of Slax live cd, pop in the live cd and copy out the xorg config file. This will be handy. I've only limited experience. |
| |||
| Veidar wrote: > Hi i change from windows to slackware 2 months ago and I am very > happy with my Slack. So I will have at monday new machine and i want to > migrate all my stuff from my current machine, to the new one. How can I > do this fast and painless. Please describe step by step > in advance. > Install slack on the new machine, then copy everything from your home directory to your home at the new machine, including all those hidden files beginning with a dot (they usually contain user-preferences). If you also have made global changes in /etc and installed own programs, well.. you are the only hwo can answer that, and what to copy. -- Software is not manufactured, it is something you write and publish. Keep Europe free from software patents, we do not want censorship by patent law on written works. |
| |||
| Veidar wrote: > Hi i change from windows to slackware 2 months ago and I am very > happy with my Slack. So I will have at monday new machine and i want to > migrate all my stuff from my current machine, to the new one. How can I > do this fast and painless. Please describe step by step > in advance. > Big order for someone who hasn't done enough (learning) mistakes in past. (You would not be asking for help if you have learned before.) a) On the new box make a fresh install AND configuration. b) Connect your "old" hard drive to this box, mount your old install and with a file manager transfer/copy relevant files/directories from one to another. For a "first-timer" it would not be "fast AND painless" but the learning experience is worth it. And before you start drop into hypnotic forgetfulness, "But I did it in Windows such and such" does NOT exist anymore. Have fun and good luck. Stanislaw Slack user from Ulladulla. |
| |||
| Veidar wrote : > So I will have at monday new machine and i want to migrate all my > stuff from my current machine, to the new one. How can I do this fast > and painless. Please describe step by step Is it a desktop running X or a server? If the first make sure your booting into runlevel 3 and then unplug the harddisk from the old computer and plug it into the new computer and boot. Setup X to use your new graphic card and alsa to use your new sound card. If the latter then just unplug the harddisk from the old computer and put it into the new one and boot. From here you can migrate your system to the new harddisk following this HOWTO /usr/doc/Linux-HOWTOs/Hard-Disk-Upgrade -- Thomas O. This area is designed to become quite warm during normal operation. |
| |||
| Veidar <mail_a_petrov@abv.bg> wrote: > Hi i change from windows to slackware 2 months ago and I am very > happy with my Slack. So I will have at monday new machine and i want to > migrate all my stuff from my current machine, to the new one. How can I > do this fast and painless. Please describe step by step > in advance. Once upon a time I did this by taking the hard drive out of the old machine, and put it in the new one. If you have rather unexotic hardware, and haven't fine-tuned your current system too much, then this might work for you. Otherwise follow all the more complicated advice in the rest of this thread... #Paul |
| |||
| On 2006-01-21, Veidar <mail_a_petrov@abv.bg> wrote: > Hi i change from windows to slackware 2 months ago and I am very > happy with my Slack. So I will have at monday new machine and i want to > migrate all my stuff from my current machine, to the new one. How can I > do this fast and painless. Please describe step by step > in advance. > Your old machine is running Slackware, right? Install Slackware on the new one. Plug a CAT5 cable into the network card of eack of them (even better if you have an ethernet switch). Run netconfig on both of them, creating a small network 192.168.0.1 (old) and 192.168.0.2 (new) Ping-test them: ping 192.168.0.1 (and vice-versa). Ssh from the new machine into the old one: you@new:~$ ssh 192.168.0.1 you@old:~$ scp -r .* you@192.168.0.2: The last one will copy recursively your home directory to you@new. Sipmle, isn't it? |
| ||||
| kinslerp@delillo.lsr.ph.ic.ac.uk wrote: > Veidar <mail_a_petrov@abv.bg> wrote: > >> Hi i change from windows to slackware 2 months ago and I am very >>happy with my Slack. So I will have at monday new machine and i want to >>migrate all my stuff from my current machine, to the new one. How can I >>do this fast and painless. Please describe step by step >>in advance. > > > Once upon a time I did this by taking the hard drive > out of the old machine, and put it in the new one. > If you have rather unexotic hardware, and haven't > fine-tuned your current system too much, then this > might work for you. Otherwise follow all the more > complicated advice in the rest of this thread... Exactly. I've done similar moves many times. Unless there's some special hardware, or the kernel has been handbuild for particular needs, simply dropping the old disk into the new computer may very well work. I say -may- work for a reason. You may have to perform a bootrescue. Boot off the installmedia, or a rescue cd, as suggested elsewhere here. Mount the / and /boot partitions, and run /sbin/lilo -C path-to-lilo.conf (dunno howto with grub bootloader) Unmount partitions and reboot. You can also attach the disk from your new computer to the old one and copy everything from old disk to new disk, then use the now copied disk on that new computer and perfor the boot rescue. This way your old setup will be left intact until the new one works. If old disk is /dev/hda and new disk is /dev/hdb, then the copy is basically something like: dd if=/dev/hda of=/dev/hdb but do read man dd and do read the HOWTO's on bootdisk and whatever. Of cause, things can be a Bit more fun with different interfaces like one pc using ATA and the other SATA -- Kind regards, Mogens V |
| Thread Tools | |
| Display Modes | |
|
|