Server LVM Install
Server basic LVM install
Case ID: SLI-001
- Boot CD and run the CD self-check (then reboot)
Select Install Ubuntu Server
- Choose your language, country and keyboard layout
Set hostname to default value: ubuntu
Partition disks: Guided use entire disk and LVM
- Select your time zone and set the system clock to UTC
- User account: enter username and password
- No software selection.
- Reboot and login.
- Make sure that the root file system is mounted from /dev/mapper/ubuntu-root:
sudo mount
Server basic encrypted LVM install
Case ID: SLI-002
- Boot CD and run the CD self-check (then reboot)
Select Install Ubuntu Server
- Choose your language, country and keyboard layout
Set hostname to default value: ubuntu
Partition disks: Guided - use entire disk and set up encrypted LVM
- Enter an encryption passphrase.
- Select your time zone and set the system clock to UTC
- User account: enter username and password
- No software selection.
- Reboot with passphrase and login.
- Verify filesystems:
- Make sure that the root file system is mounted from /dev/mapper/ubuntu-root:
- Make sure that securityfs is mounted from /sys/kernel/security
sudo mount