Version 1 vs 2
Version 1 vs 2
Edits
Edits
- Delete by • amcintyre, Version 2
- Nov 19 2020 1:44 PM
- Edit by • mabellatan, Version 1
- Sep 22 2020 9:04 AM
Original Change | Most Recent Change |
Edit Older Version 1... |
Content Changes
Content Changes
==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 privillages by typing:
```lang=bash
$ sudo -i
```
7. Run clone_base_ng.sh
```lang=bash
$ ./clone_base_ng.sh -d /dev/sda
```
8. Wait till it reaches 100%
9. Once it reaches 100%, reboot!
```lang=bash
$ reboot
```
10. Login with ecc-admin
==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 privillages by typing:
```lang=bash
$ sudo -i
```
7. Run clone_base_ng.sh
```lang=bash
$ ./clone_base_ng.sh -d /dev/sda
```
8. Wait till it reaches 100%
9. Once it reaches 100%, reboot!
```lang=bash
$ reboot
```
10. Login with ecc-admin