You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
if [ "${fwdrive}" = "" ]; then
set fwdrive=${drive}
fi
set root="($fwdrive,msdos1)"
menuentry "X-WRT" {
linux /boot/vmlinuz root=PARTUUID=6993b8f3-02 rootwait console=tty1 console=ttyS0,115200n8 noinitrd crashkernel=160M
}
menuentry "X-WRT (failsafe)" {
linux /boot/vmlinuz failsafe=true root=PARTUUID=6993b8f3-02 rootwait console=tty1 console=ttyS0,115200n8 noinitrd crashkernel=160M
}
PVE 8.2
X86 openwrt虚拟机 23.05.4 来源于 https://github.com/sbwml/builder 内置了natflow
单臂主路由模式(单网卡,network配置随后)
设置pppoe拨号
从系统日志看natflow正常加载,然后成功启动后一两分钟虚拟机自动崩溃重启
The text was updated successfully, but these errors were encountered: