Skip to content

Instantly share code, notes, and snippets.

@laris
Created October 28, 2018 15:16
Show Gist options
  • Save laris/3e8983544fb07898ca096af783d20e5e to your computer and use it in GitHub Desktop.
Save laris/3e8983544fb07898ca096af783d20e5e to your computer and use it in GitHub Desktop.
openwrt-18.06.1-x86-64-combined-ext4_grub.cfg
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 --rtscts=off
terminal_input console serial; terminal_output console serial
set default="0"
set timeout="5"
set root='(hd0,msdos1)'
menuentry "OpenWrt" {
linux /boot/vmlinuz root=PARTUUID=cbad8a62-02 rootfstype=ext4 rootwait console=tty0 console=ttyS0,115200n8 noinitrd
}
menuentry "OpenWrt (failsafe)" {
linux /boot/vmlinuz failsafe=true root=PARTUUID=cbad8a62-02 rootfstype=ext4 rootwait console=tty0 console=ttyS0,115200n8 noinitrd
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment