Version 19 vs 20
Version 19 vs 20
Edits
Edits
- Edit by โข igrant, Version 20
- Sep 23 2019 1:37 PM
- Edit by claytonf, Version 19
- Sep 16 2019 10:48 AM
ยซ Previous Change | Next Change ยป |
Edit Older Version 19... | Edit Older Version 20... |
Content Changes
Content Changes
==Cloning a New Drive
1. Restart the and machine and boot it to PXE Debian.
2. Login with ecc-admin.
3. Get sudo privillages (Password at K30).
```lang=bash
$ sudo -i
```
4. cd into cloning folder
```lang=bash
$ cd /netboot/images/clone
```
5. Run clone script.
```lang=bash
$ ./clone.py --part-type mbr --disk /dev/sda
```
6. Reboot!
```lang=bash
$ reboot
```
---
== Manually Cloning a New Drive
1. Restart the and machine and boot it to PXE Ubuntu.
2. Login with ecc-admin.
3. Get sudo privillages (Password at K11).
5. cd into cloning folder
```lang=bash
$ cd /netboot/images/clone
```
5. copy partion table onto drive
```lang=bash
$ dd if=mbr/mbr.bin of=/dev/sda
```
6. Copy over boot partition
```lang=bash
$ dd if=mbr/ecc-mbr-p1.img of=/dev/sda1 bs=4M
```
7. use parted on drive
```lang=bash
$ sudo parted /dev/sda
$ resizepart 2
$ 325GB #if multicasting, otherwise use the size of the drive (found by using fdisk -l)
$ quit
```
8. Copy over root partiton
```lang=bash
$ ntfsclone -r -O /dev/sda2 common/ecc-qemu-p4.ntfs
```
9. Resize the partition
```lang=bash
$ ntfsresize -ff /dev/sda2
```
10. Reboot! ๐
```
$ reboot
```
==Cloning a New Drive
1. Restart the and machine and boot it to Ubuntu Netboot
2. Login with ecc-admin.
3. Get sudo privillages (Password at K30).
```lang=bash
$ sudo -i
```
4. cd into cloning folder
```lang=bash
$ cd /netboot/images/clone
```
5. Run clone script.
```lang=bash
$ ./clone.py --part-type mbr --disk /dev/sda
```
6. Reboot!
```lang=bash
$ reboot
```
7. Now in windows login with ecc-admin
8. On the desktop is a script called activate_labview double click it
9. Join it to the domain
10. open a cmd prompt and run
```
gpupdate /force
```
11. In C:\ECC there is a file called SEMPrinters, double click on it and spam next
---
== Manually Cloning a New Drive
1. Restart the and machine and boot it to PXE Ubuntu.
2. Login with ecc-admin.
3. Get sudo privillages (Password at K11).
5. cd into cloning folder
```lang=bash
$ cd /netboot/images/clone
```
5. copy partion table onto drive
```lang=bash
$ dd if=mbr/mbr.bin of=/dev/sda
```
6. Copy over boot partition
```lang=bash
$ dd if=mbr/ecc-mbr-p1.img of=/dev/sda1 bs=4M
```
7. use parted on drive
```lang=bash
$ sudo parted /dev/sda
$ resizepart 2
$ 325GB #if multicasting, otherwise use the size of the drive (found by using fdisk -l)
$ quit
```
8. Copy over root partiton
```lang=bash
$ ntfsclone -r -O /dev/sda2 common/ecc-qemu-p4.ntfs
```
9. Resize the partition
```lang=bash
$ ntfsresize -ff /dev/sda2
```
10. Reboot! ๐
```
$ reboot
```
==Cloning a New Drive
1. Restart the and machine and boot it to PXE Debian.Ubuntu Netboot
2. Login with ecc-admin.
3. Get sudo privillages (Password at K30).
```lang=bash
$ sudo -i
```
4. cd into cloning folder
```lang=bash
$ cd /netboot/images/clone
```
5. Run clone script.
```lang=bash
$ ./clone.py --part-type mbr --disk /dev/sda
```
6. Reboot!
```lang=bash
$ reboot
```
7. Now in windows login with ecc-admin
8. On the desktop is a script called activate_labview double click it
9. Join it to the domain
10. open a cmd prompt and run
```
gpupdate /force
```
11. In C:\ECC there is a file called SEMPrinters, double click on it and spam next
---
== Manually Cloning a New Drive
1. Restart the and machine and boot it to PXE Ubuntu.
2. Login with ecc-admin.
3. Get sudo privillages (Password at K11).
5. cd into cloning folder
```lang=bash
$ cd /netboot/images/clone
```
5. copy partion table onto drive
```lang=bash
$ dd if=mbr/mbr.bin of=/dev/sda
```
6. Copy over boot partition
```lang=bash
$ dd if=mbr/ecc-mbr-p1.img of=/dev/sda1 bs=4M
```
7. use parted on drive
```lang=bash
$ sudo parted /dev/sda
$ resizepart 2
$ 325GB #if multicasting, otherwise use the size of the drive (found by using fdisk -l)
$ quit
```
8. Copy over root partiton
```lang=bash
$ ntfsclone -r -O /dev/sda2 common/ecc-qemu-p4.ntfs
```
9. Resize the partition
```lang=bash
$ ntfsresize -ff /dev/sda2
```
10. Reboot! ๐
```
$ reboot
```