Created
October 28, 2018 15:16
-
-
Save laris/3e8983544fb07898ca096af783d20e5e to your computer and use it in GitHub Desktop.
openwrt-18.06.1-x86-64-combined-ext4_grub.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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