Trace:
contol_lab_image
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
contol_lab_image [2019/07/26 15:55] isaacfs created |
contol_lab_image [2019/07/29 15:23] (current) isaacfs |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Instructions on creating the Image for the Control/Robotics lab: | + | **Instructions on creating the Image for the Control/Robotics lab:** |
__**Firmware:**__ | __**Firmware:**__ | ||
+ | 1) Update firmware | ||
+ | 2) In security, turn on Trusted Execution Technology | ||
+ | |||
+ | 3) Turn Prompt on memory size change off | ||
+ | |||
+ | 4) Turn znum Lock on wake up on | ||
+ | |||
+ | 5) Turn Support Legacy Boot on | ||
+ | |||
+ | 6) Disable Legacy Boot | ||
+ | |||
+ | 7) Turn off Legacy Support | ||
+ | |||
+ | 8) In Video settings, turn on intel integrated video | ||
+ | |||
+ | 9) Save settings on a USB drive | ||
+ | |||
+ | |||
+ | __**File System Setup**__ | ||
+ | |||
+ | 1) go to gdisk | ||
+ | |||
+ | 3) gdisk /dev/sda | ||
+ | |||
+ | 4) type: x, z, yes, yes | ||
+ | |||
+ | 5) restart the pc | ||
+ | |||
+ | 6) using gdisk, receate the the table : o -y | ||
+ | |||
+ | 7) write changes to partitions made: w -y | ||
+ | |||
+ | 8) make a new partition : n (keep default) | ||
+ | |||
+ | 9) for the last sector: +128M | ||
+ | |||
+ | 10) type: ef00 | ||
+ | |||
+ | 11) make new partition: n, (starting partition) +128m, (ending part) -32m, (last setting keep default) | ||
+ | |||
+ | 12) write to disk: w, then confirm | ||
+ | |||
+ | 13) type: sudo mkfsv.fat /dev/sda1 -n ESP | ||
+ | |||
+ | 14) Install Ubuntu: Minimal install; then select something else | ||
+ | |||
+ | 15) use ext4; mount point "/" (root) | ||
+ | |||
+ | 16) Finish Ubuntu install | ||
contol_lab_image.1564178111.txt.gz ยท Last modified: 2019/07/26 15:55 by isaacfs