Page MenuHomePhabricator

Cloning using Netboot
Updated 1,291 Days AgoPublic

Version 29 of 30: You are viewing an older version of this document, as it appeared on Nov 5 2020, 11:55 AM.

Cloning a Drive

  1. Restart the machine and press f12 when Dell logo appears
  2. Select Onboard NIC(IPV4)
  3. Select Debian Netboot
  4. Login with ecc-admin.
  5. Applications -> Utilities -> Terminal
  6. Get sudo privileges by typing:
$ sudo -i
  1. Check list of drives connected to system:
$ lsblk
  1. Run clone_base_ng.sh
$ ./clone_base_ng.sh -d $DRIVE
  1. Wait until it reaches 100%
  1. Once it reaches 100%, run sync to force-write all cached data to disk. This ensures that all data was properly written to disk.
$ sync
  1. Reboot
  2. Login with .\ecc-admin
Last Author
amcintyre
Last Edited
Nov 5 2020, 11:55 AM

Event Timeline

apasinski edited the content of this document. (Show Details)
apasinski edited the content of this document. (Show Details)
mabellatan edited the content of this document. (Show Details)
mabellatan edited the content of this document. (Show Details)
amcintyre changed the title from Cloning to Cloning using Netboot.Nov 5 2020, 11:52 AM
amcintyre edited the content of this document. (Show Details)
amcintyre changed the title from Cloning to Cloning using Netboot.Nov 5 2020, 11:55 AM
amcintyre edited the content of this document. (Show Details)
amcintyre published a new version of this document.
amcintyre changed the title from Cloning using Netboot to Cloning.Nov 5 2020, 11:57 AM
amcintyre edited the content of this document. (Show Details)