Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Setup
Setup
Test setup

...

Anchor
Installation
Installation
Installation process

Anchor
installMethod1
installMethod1
Method 1

Anchor
bootable1
bootable1
Creating bootable USB drive

Anchor
serial1
serial1
Connecting serial console

Please follow instructions at Using serial console with Bedrock V3000

Anchor
BIOS1
BIOS1
BIOS Boot select

You need to choose your USB bootable device to start the installation.

  • Insert the USB media to the device

  • Turn on Bedrock

  • Repetitively press the DEL / ESC key to enter the BIOS setup

  • In BIOS go to -> Save & Exit -> <your bootable USB device> -> yes

  • Device will reset and a grub menu screen will appear

    • If you dont see a grub menu, reboot and press the “arrow down” key repetitively right after you pressed enter to boot from BIOS

  • Select ubuntu console installation

Anchor
liveUSBSettings1
liveUSBSettings1
Live USB settings

  • After live USB boots

  • Amidst the kernel output, press Enter to swiftly locate the shell prompt.

  • Run sudo subiquity

  • If you see a “waiting for cloud init” message, wait until it times out and opens the installer (could take some time since some services should finish starting in the background).

  • Proceed with your preferred installation settings and await completion

Anchor
enableTTY
enableTTY
Enable ttyS4 service

  • After the installation completes, press tab to go to the help section above.

  • Select Enter shell

  • Run echo 'systemctl enable getty@ttyS4.service' | chroot /target

    • This enables the console for ttyS4 for the installed image.

  • Run exit

  • Select Reboot

  • When prompted, remove the installation media and press enter

  • Device will be rebooted

Anchor
installMethod2
installMethod2
Method 2

Anchor
bootable
bootable
Creating bootable USB drive

...

  • Insert the USB media to the device

  • Turn on Bedrock

  • Repetitively press the DEL / ESC key to enter the BIOS setup

  • In BIOS go to -> Save & Exit -> <your bootable USB device> -> yes

  • Device will reset and a grub menu screen will appear

    • If you dont see a grub menu, reboot and press the “arrow down” key repetitively right after you pressed enter to boot from BIOS

...