copy_linux_to_a_new_harddisk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
copy_linux_to_a_new_harddisk [13.05.2013 23:55] Pascal Sutercopy_linux_to_a_new_harddisk [06.06.2014 10:54] (current) Pascal Suter
Line 19: Line 19:
 mount --bind /dev/ /tmp/target/dev mount --bind /dev/ /tmp/target/dev
 mount --bind /sys/ /tmp/target/sys mount --bind /sys/ /tmp/target/sys
 +mount --bind /proc/ /tmp/target/proc
 chroot /tmp/target chroot /tmp/target
 grub-install /dev/sdb grub-install /dev/sdb
Line 27: Line 28:
 setup (hd0) setup (hd0)
 </code> </code>
 +  * if you are moving your installation to new hardware (other than just the harddisk) you might need to update your initrd image to contain the necessary drivers (i.e. in redhat based systems). run ''dracut''
   * reboot your system   * reboot your system
  • copy_linux_to_a_new_harddisk.1368482126.txt.gz
  • Last modified: 13.05.2013 23:55
  • by Pascal Suter