Hello, There is a way to boot a ram disk Linux from DOS prompt like the old tool loadlin.exe? I tried it, but getting errors. This is needed, because inside DOS, I must decide (without user intervention, like traditional boot menu) if Linux must be loaded or if a DOS computer test tool must be run first. Thank you!
Alexander Foken
2013-Jan-30 14:13 UTC
[syslinux] Boot Linux ram disk image from DOS prompt
Hello, On 01/30/2013 12:04 PM, Leandro Becker wrote:> Hello, > > There is a way to boot a ram disk Linux from DOS prompt like the old > tool loadlin.exe? I tried it, but getting errors. >Do you consider the error messages confidential?> This is needed, because inside DOS, I must decide (without user > intervention, like traditional boot menu) if Linux must be loaded or if > a DOS computer test tool must be run first.You could try to get rid of DOS, at least for booting, if you can put the decision in a COMBOOT program. Have a look at ifcpu.c32. Use your own ifthemagictestisneeded.c32 to switch between booting the "test tool" and booting linux. Alexander> > Thank you! > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. >-- Alexander Foken mailto:alexander at foken.de http://www.foken.de/alexander/
Alexander Foken
2013-Jan-30 14:33 UTC
[syslinux] Boot Linux ram disk image from DOS prompt
On 01/30/2013 12:04 PM, Leandro Becker wrote:> Hello, > > There is a way to boot a ram disk Linux from DOS prompt like the old > tool loadlin.exe? I tried it, but getting errors. >Check the loadlin version. Loadlin 16f, released 2012-09-17, is the current one, it should be able to boot recent kernels. 16e, released 2010-08-25, may damage the initial ramdisk when loading Linux. 16d, released 2009-02-08, contains code to boot Linux >= 2.6.23, but it probably does not boot recent linux kernels. Alexander -- Alexander Foken mailto:alexander at foken.de http://www.foken.de/alexander/