Jianfeng Yu
2006-Aug-30 03:23 UTC
[syslinux] What method can I use to configure PXE client(msdos) output console from serial port?
Hi,
How are you!
I built a PXE server of MSDOS in Linux server, client can boot from network and
login MSDOS, but by default, the output console is VGA,
My target client has not VGA port, it can only output from serial port, so could
you help to tell me how to boot a MSDOS client from network and keep the PXE
client output console is serial port ?
Below is the PXE configure file?s content:
Vi /tftpboot/pxelinux.cfg/default
Kernel memdisk
Append initrd=dos.img
Note: dos.img is a DOS bootable disk image, ( dd if=/dev/fd0 of=/dos.img )
Thanks
**************************
??? Jianfeng Yu
??????????
???????????????????TCL??A??? 518057
Continuous Computing China
Block A, 6 F, TCL Building, Gao Xin Nan Yi Dao, Nanshan District, Shenzhen,
Guangdong, P.R.China 518057
Tel: +86.755.2663.0888 ext. 6928
Fax: +86.755.2663.0822
Mobile: +86.13632801696
Email: yu.jianfeng at ccpu.com
<file:///C:\Documents%20and%20Settings\yujf\Application%20Data\Microsoft\Signatures\yu.jianfeng
at ccpu.com> Websit: www.ccpu.com/cn
<file:///C:\Documents%20and%20Settings\yujf\Application%20Data\Microsoft\Signatures\www.ccpu.com\cn>
Erwan Velu
2006-Aug-30 07:28 UTC
[syslinux] What method can I use to configure PXE client(msdos) output console from serial port?
Jianfeng Yu wrote:> Hi, > > I built a PXE server of MSDOS in Linux server, client can boot from network and login MSDOS, but by default, the output console is VGA, > > My target client has not VGA port, it can only output from serial port, so could you help to tell me how to boot a MSDOS client from network and keep the PXE client output console is serial port ? >IMHO, this is a DOS related issue. Something like above should works. mode com1:9600,n,8,1 ctty com1 ** **
Geert Stappers
2006-Aug-31 11:45 UTC
[syslinux] What method can I use to configure PXE client(msdos) output console from serial port?
On Wed, Aug 30, 2006 at 09:28:50AM +0200, Erwan Velu wrote:> Jianfeng Yu wrote: > > Hi, > > > > I built a PXE server of MSDOS in Linux server, client can boot from network and login MSDOS, but by default, the output console is VGA, > > > > My target client has not VGA port, it can only output from serial port, so could you help to tell me how to boot a MSDOS client from network and keep the PXE client output console is serial port ? > > > IMHO, this is a DOS related issue. > Something like below should work. > > mode com1:9600,n,8,1 > ctty com1 > ** > **In which file should those commands be put? config.sys ? autoexec.bat ? What does the above ** mean? Cheers Geert Stappers