You are not logged in.
Pages: 1
My hard drive is dying, so I got a new one to replace the old one. The only hardware that is going to change is a single hard drive. From what I have read on the forums and wiki, it is possible to copy my current arch root partition from the dying drive to the new one, do a few changes to fstab and grub, and be back up and running.
I booted using a live disc to copy the old arch to the new drive.
Ran cp -a /mnt/old/* /mnt/new
changed the fstab to point to the new drive partitions
do a manual boot in grub to get to the new drive
Everything is going great up to this point. But I get a timeout error on a few systemd services. Something to do with a dependancy missing dealing with dhcpd. And, it is unable to mount one of my other drives from the fstab, and gives a timeout error there also.
Did I skip a step or something? I'd rather not have to do a fresh install, now that I finally have things configured the way I like them.
Offline
I get a timeout error on a few systemd services. Something to do with a dependancy missing dealing with dhcpd. And, it is unable to mount one of my other drives from the fstab, and gives a timeout error there also.
Please post the verbatim errors.
Also, post the content of /etc/fstab and the output of:
blkidIt may have been better to use `rsync` rather than `cp`
https://wiki.archlinux.org/index.php/Fu … with_rsync
Jin, Jîyan, Azadî
Offline
Sorry, this is a duplicate answer of the previous post.
sudo rsync -aAXv /* /run/media/user/new_disk --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found,/home/user/*}change the /etc/fstab to the new UUID from the UUID of the
find the UUID:
# blkidLast edited by boban_dj (2015-07-15 09:06:28)
Offline
Pages: 1