(SYSLINUX QUESTION) How to launch command prompt once syslinux boots up
Posted
by
user1294023
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user1294023
Published on 2014-08-19T22:06:37Z
Indexed on
2014/08/19
22:32 UTC
Read the original article
Hit count: 153
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
© Ask Ubuntu or respective owner