Version 28 vs 29
Version 28 vs 29
Edits
Edits
- Edit by • amcintyre, Version 29
- Nov 5 2020 11:55 AM
- Edit by • amcintyre, Version 28
- Nov 5 2020 11:52 AM
« Previous Change | Next Change » |
Edit Older Version 28... | Edit Older Version 29... |
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 privileges by typing:
```lang=bash
$ sudo -i
```
7.
Check list of drives connected to system:
```lang=bash
$ lsblk
```
8. Run clone_base_ng.sh
```lang=bash
$ ./clone_base_ng.sh -d $DRIVE
```
9. Wait till it reaches 100%
10. Once it reaches 100%, reboot!
```lang=bash
$ reboot
```
11. 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 privileges by typing:
```lang=bash
$ sudo -i
```
7. Check list of drives connected to system:
```lang=bash
$ lsblk
```
8. Run clone_base_ng.sh
```lang=bash
$ ./clone_base_ng.sh -d $DRIVE
```
9. Wait until it reaches 100%
10. Once it reaches 100%, run sync to force-write all cached data to disk. This ensures that all data was properly written to disk.
```lang=bash
$ sync
```
11. Reboot
12. 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 privileges by typing:
```lang=bash
$ sudo -i
```
7.
Check list of drives connected to system:
```lang=bash
$ lsblk
```
8. Run clone_base_ng.sh
```lang=bash
$ ./clone_base_ng.sh -d $DRIVE
```
9. Wait tiluntil it reaches 100%
10. Once it reaches 100%, reboot!run sync to force-write all cached data to disk. This ensures that all data was properly written to disk.
```lang=bash
$ reboot$ sync
```
11. Reboot
12. Login with .\ecc-admin