(SYSLINUX QUESTION) How to launch command prompt once syslinux boots up
- by user1294023
I have created a bootable USB drive using SYSLINUX I am booting my x86 system correctly.
Once system boots I want to stop at console (command prompt) where I can type linux commands (cd etc) and run my executable file manually.
Does that mean I have to have busy box installed (for basic commands). What makes system stop at command prompt? I do have /dev/console.
My serial console is tty1.
Any help is appreciated.
#syslinux.cfg
serial 0 9600
default MyProgram
prompt 1
label Linux
display message.msg
timeout 100
kernel bzImage
append console=tty1,9600 vga=773
initrd initrd.img