Ubuntu Server Installation¶
1. Basic config¶
- 1.1 Boot from CD-Rom, and select
Install Ubuntu Server, pressEnter
- 1.2 Select your language, and press
Enter
- 1.3 Select keyboard and choose
Done, then pressEnter
- 1.4 Select install base, then press
Done
2. Network config¶
Without bonding
- 2.1 Choose network adapter to
Edit IPv4
- 2.2 Select IPv4 method to
Manual, and setupSubnet/Address/Gateway/Name servers/Search donmains, then chooseSaveand pressENTER
- 2.3 Choose
Doneand pressEnter
With bonding
- 2.1 Choose
Create bound, and press ENTER
- 2.2 Input bonding
Name, and select bondingDevices、Bond mode, then chooseCreateand press ENTER
- 2.3 Select
bond0, and selectEdit IPv4to configure IP address
- 2.4 Select
IPv4 MethodtoManual, then setupSubnet/Address/Gateway/Name servers/Search domains, and chooseSave, then press ENTER
- 2.5 Press
Done
3. Proxy and apt config¶
- 3.1 Config proxy if need, then press
Done
- 3.2 Config apt mirror address, then press
Done
mirror address must be: http://archive.ubuntu.com/ubuntu
for ansible OS tunning auto switch to local yum server
- 3.3 Press
Continue
4. Partition config¶
- 4.1 Select
Use an entire diskto create LVM partition, then pressDone
- 4.2 Press default LV (ubuntu-lv) and select
Deleteto delete default LV
- 4.3 Press default VG (ubuntu-vg) and select
Editto modify VG info
- 4.4 Change VG name, then press
Save
- 4.5 Press
free spaceand selectCreate Logical Volume
- 4.6 Press LV
Name/Format, and pressCreateto create new LV
- 4.7 Press
Done
- 4.8 Press
Continueto finish partition
5. System config¶
- 5.1 User config
create user
ansiblefor system automation maintain usage
- 5.2 Press
Continue
- 5.3 Install
OpenSSH server
- 5.4 Finish install
Waiting OS install finished, then press
Reboot Now
Remove installation medium, and press
Enterto reboot system
- Release server images (Optional: VM)
if install with PVE, please release OS/Driver ISO images
Click Hardware -> CD/DVD Drive -> Edit -> Do not use any media -> OK




























