On Tue, May 14, 2013 at 11:08:49AM +0200, Adrien wrote:
> Hi,
>
> I have added a second hard drive in my virtual machine, as my root
> partition is full. My idea was to add a new disk to the system, then
> migrate the root partition to the new disk.
>
> What I did so far :
>
> - In recovery, add the second hard drive, fdisk to initialize it, then
> disklabel to add a new slice. --> OK
>
> - Mounted the new partition, copied everything from root to the new
> partition, then changed /etc/fstab to the new disk, as well as
> /mnt/etc/fstab.
>
> But after restart, my system can't boot :(
>
> Any hint about that ?
>
> I have been able to migrate other partition without any problems, but I
> guess I'm missing something for the root partition.
man installboot
-Otto