46
Ubuntu SW Setup Last updated 2/24/19

Ubuntu SW Setup - Milwaukee School of Engineering

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Ubuntu SW Setup - Milwaukee School of Engineering

Ubuntu SW Setup

Last updated 2/24/19

Page 2: Ubuntu SW Setup - Milwaukee School of Engineering

2 © tjEE 4981

Ubuntu SW Setup

• Pre-setup• Visit IT in person and ask to have:

virtualization enabled in the UEFI/BIOS

Page 3: Ubuntu SW Setup - Milwaukee School of Engineering

3 © tjEE 4981

Ubuntu SW Setup

• Check your computer• Settings → About• Amount of RAM installed

• If < 8MB – contact instructor

• File Explorer – right click on c: → properties• Check Free Space

• If < 40MB – contact instructor

Page 4: Ubuntu SW Setup - Milwaukee School of Engineering

4 © tjEE 4981

Ubuntu SW Setup

• System virtual machines

• Provide full virtualization• Full functionality required to execute an entire operating system

• A hypervisor is used to share and manage hardware• Isolated environments (including hardware) that exist on the same

physical machine.

• Operating System – Ubuntu

• Hypervisor - VirtualBox

Page 5: Ubuntu SW Setup - Milwaukee School of Engineering

5 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

• Free, OpenSource Hypervisor from Oracle

• www.virtualbox.org• Download VirtualBox 6.0

Page 6: Ubuntu SW Setup - Milwaukee School of Engineering

6 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

• Select Windows hosts

Page 7: Ubuntu SW Setup - Milwaukee School of Engineering

7 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

• Save the file in Downloads

Page 8: Ubuntu SW Setup - Milwaukee School of Engineering

8 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

• Traverse to your downloads folder

• Select the VirtualBox…executable

Page 9: Ubuntu SW Setup - Milwaukee School of Engineering

9 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

Select Next Leave the defaultsSelect Next

Page 10: Ubuntu SW Setup - Milwaukee School of Engineering

10 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

Select Next Select Yes

Page 11: Ubuntu SW Setup - Milwaukee School of Engineering

11 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

Select Install

Page 12: Ubuntu SW Setup - Milwaukee School of Engineering

12 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

Finish

Page 13: Ubuntu SW Setup - Milwaukee School of Engineering

13 © tjEE 4981

Ubuntu SW Setup

• Linux• www.ubuntu.com

• Download

Page 14: Ubuntu SW Setup - Milwaukee School of Engineering

14 © tjEE 4981

Ubuntu SW Setup

• Linux• Ubuntu Desktop

Page 15: Ubuntu SW Setup - Milwaukee School of Engineering

15 © tjEE 4981

Ubuntu SW Setup

• Linux• Save the iso file in the downloads folder

Page 16: Ubuntu SW Setup - Milwaukee School of Engineering

16 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Open Oracle VM VirtualBox• Should be on your desktop

Page 17: Ubuntu SW Setup - Milwaukee School of Engineering

17 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select New

Page 18: Ubuntu SW Setup - Milwaukee School of Engineering

18 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Provide a name

• Default location

• Linux

• Ubuntu(64bit)

Page 19: Ubuntu SW Setup - Milwaukee School of Engineering

19 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select 4GB (4096 MB)

Page 20: Ubuntu SW Setup - Milwaukee School of Engineering

20 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select - Create a virtual hard disk now

• Create

Page 21: Ubuntu SW Setup - Milwaukee School of Engineering

21 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select - VDI

• Next

Page 22: Ubuntu SW Setup - Milwaukee School of Engineering

22 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select – Dynamically allocated

• Next

Page 23: Ubuntu SW Setup - Milwaukee School of Engineering

23 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Leave the defaults

• Create

Page 24: Ubuntu SW Setup - Milwaukee School of Engineering

24 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Your Virtual machine is now visible – single click it

• Select Start

Page 25: Ubuntu SW Setup - Milwaukee School of Engineering

25 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Navigate to the downloads folder

• Select the iso file you downloaded earlier

• Select Start

Page 26: Ubuntu SW Setup - Milwaukee School of Engineering

26 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select Install Ubuntu

Page 27: Ubuntu SW Setup - Milwaukee School of Engineering

27 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• English

• Continue

Page 28: Ubuntu SW Setup - Milwaukee School of Engineering

28 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Normal Installation

• Download updates

• Continue

Page 29: Ubuntu SW Setup - Milwaukee School of Engineering

29 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Erase disk and install Ubuntu

• Install Now This is VERY SCARYDon’t worry – this is safeIt is erasing the virtual diskyou created earlier – not your Windows disk(s)

Page 30: Ubuntu SW Setup - Milwaukee School of Engineering

30 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Continue

Page 31: Ubuntu SW Setup - Milwaukee School of Engineering

31 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select your time zone

• Continue

Page 32: Ubuntu SW Setup - Milwaukee School of Engineering

32 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Choose a name

• Set the password

• ContinueThis is the name and password you willuse to login to Ubuntu

Page 33: Ubuntu SW Setup - Milwaukee School of Engineering

33 © tjEE 4981

Ubuntu SW Setup

• VirtualBox

Page 34: Ubuntu SW Setup - Milwaukee School of Engineering

34 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Restart – restarts the VM, not your computer

Page 35: Ubuntu SW Setup - Milwaukee School of Engineering

35 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Delete the iso file in downloads when prompted

Page 36: Ubuntu SW Setup - Milwaukee School of Engineering

36 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select your name and enter your password

Page 37: Ubuntu SW Setup - Milwaukee School of Engineering

37 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Cycle through the start windows

• Install updates if prompted

Page 38: Ubuntu SW Setup - Milwaukee School of Engineering

38 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Exit

• Restart

Page 39: Ubuntu SW Setup - Milwaukee School of Engineering

39 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• In Ubuntu open a new terminal (ctrl+alt+t)

• Type the following – (note uname is the user name you gave yourself)

(You will be asked to login)

sudo apt-get install linux-headers-$(uname -r)

sudo apt-get install build-essential

sudo apt-get install dkms

• Reboot

Page 40: Ubuntu SW Setup - Milwaukee School of Engineering

40 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Select Devices →Insert Guest Additions CD Image

Page 41: Ubuntu SW Setup - Milwaukee School of Engineering

41 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Run

Page 42: Ubuntu SW Setup - Milwaukee School of Engineering

42 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• Authenticate using your password

Page 43: Ubuntu SW Setup - Milwaukee School of Engineering

43 © tjEE 4981

Ubuntu SW Setup

• VirtualBox• You now have a fully functioning Ubuntu virtual machine

• Exit out of Ubuntu

• Exit out of VirtualBox

Page 44: Ubuntu SW Setup - Milwaukee School of Engineering

44 © tjEE 4981

Ubuntu SW Setup

• Starting Ubuntu

• To start the machine first start Oracle VM VirtualBox

Page 45: Ubuntu SW Setup - Milwaukee School of Engineering

45 © tjEE 4981

Ubuntu SW Setup

• Starting Ubuntu• Double click on your machine

Page 46: Ubuntu SW Setup - Milwaukee School of Engineering

46 © tjEE 4981

Ubuntu SW Setup

• Starting Ubuntu• Login