Skip to content

Instantly share code, notes, and snippets.

@nicolasbrechet
Created November 25, 2015 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolasbrechet/cbae692d38716567c84f to your computer and use it in GitHub Desktop.
Save nicolasbrechet/cbae692d38716567c84f to your computer and use it in GitHub Desktop.
VyOS bootable dongle for APU.1D4
serial 0 115200 0
console 0
timeout 100
display boot.txt
prompt 1
F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
F5 f5.txt
F6 f6.txt
F7 f7.txt
F8 f8.txt
F9 f9.txt
F0 f10.txt
default live-serial
label live
linux /live/vmlinuz
append console=ttyS0,115200n8 console=tty0 quiet initrd=/live/initrd.img boot=live nopersistent noautologin nonetworking nouser hostname=vyos
label live-console
linux /live/vmlinuz
append quiet initrd=/live/initrd.img boot=live nopersistent noautologin nonetworking nouser hostname=vyos
label live-serial
linux /live/vmlinuz
append console=ttyS0,115200n8 debug verbose initrd=/live/initrd.img boot=live nopersistent noautologin nonetworking nouser hostname=vyos
label live-debug
linux /live/vmlinuz
append console=ttyS0 console=tty0 debug verbose initrd=/live/initrd.img boot=live nopersistent noautologin nonetworking nouser hostname=vyos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment