Hi,
I am trying to loadfreebsdFreeBSD on baremetal switch from USB using UNetbootin.
Steps followed:
> Created bootable USB using Unetbootin.
> I have added "SERIAL 1 115200 0" and "console=tty1 console=ttyS1,115200n8" to the syslinux.cfg file to have the console logs on tty1. So my syslinux.cfg content is as below:
With this when I try to load the image:
> "unetbootindefault" option on screen is seen. After selecting this I get "corrupted kernel image" error.
Am I missing any option/etc here ? Please help.
Note: I have added the SERIAL, console=tty1 information to syslinux.cfg file to get the logs. Without this, I was not seeing any logs on terminal.
Please help.
Thanks much,
Shreekantha
I am trying to load
Steps followed:
> Created bootable USB using Unetbootin.
> I have added "SERIAL 1 115200 0" and "console=tty1 console=ttyS1,115200n8" to the syslinux.cfg file to have the console logs on tty1. So my syslinux.cfg content is as below:
Code:
=============================================
SERIAL 1 115200 0
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit console=tty1 console=ttyS1,115200n8
=============================================
> "unetbootindefault" option on screen is seen. After selecting this I get "corrupted kernel image" error.
Am I missing any option/etc here ? Please help.
Note: I have added the SERIAL, console=tty1 information to syslinux.cfg file to get the logs. Without this, I was not seeing any logs on terminal.
Please help.
Thanks much,
Shreekantha