Page MenuHomePhabricator

Cloning Netboot
Updated 1,286 Days AgoPublic

Version 1 of 7: You are viewing an older version of this document, as it appeared on Nov 5 2020, 11:58 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:58 AM

Event Timeline

amcintyre changed the title from Cloning Netboot to Cloning using Netboot.Nov 5 2020, 11:58 AM
amcintyre edited the content of this document. (Show Details)
amcintyre created this object.
amcintyre edited the content of this document. (Show Details)