Version 3 vs 30
Version 3 vs 30
Edits
Edits
- Edit by • amcintyre, Version 30
- Nov 5 2020 11:57 AM
- Edit by apasinski, Version 3
- Feb 13 2018 12:32 PM
Edit Older Version 3... | Edit Current Version 30... |
Content Changes
Content Changes
==Cloning a New Drive
1. Boot the machine into PXE Ubuntu.
2. Login with ecc-admin.
3. Get sudo privillages (Password at K11).
```lang=bash
sudo -i
```
4. Go to root home directory
```lang=bash
cd /root/
```
5. Run clone script.
```lang=bash
./clone.sh
```
Cloning
==Cloning a New Drive
1. Boot the machine into PXE Ubuntu.
2. Login with ecc-admin.
3. Get sudo privillages (Password at K11).
```lang=bash
sudo -i
```
4. Go to root home directory
```lang=bash
cd /root/
```
5. Run clone script.
```lang=bash
./clone.sh
```Cloning