Skip to content

axsh/lanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Lanner Setup

Serial (minicom)

Use ^A O to enter "Serial port setup".

Set "Serial Device".

Set "Hardware Flow Control: to no." Set "Software Flow Control: to no."

BIOS

Use DEL or TAB after the beep to enter the BIOS.

Set to boot from the USB drive using EFI, unless non-grub boot menu config files have been changes.

GRUB Changes (automated by scripts)

Press F9 to customize boot parameters. Remove 'silent' and 'splash', add:

console=tty0 console=ttyS0,115200n8

After install, but before edit '/etc/default/grub':

GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"

Update grub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages