"root@JohnDoe.Unknown" wrote:
Can someone tell me how to Boot Linux via LOADLIN through the Windoze NT boot loader?? With LILO it is possible, but I dont use LILO... And if it is through LOADLIN, how can I set it up?? Thx
nelson
Modify msdos.sys, config.sys and autoexec.bat to look similar to these and you should be ok: msdos.sys --------- ;FORMAT [Paths] WinDir=C:\WINDOWS WinBootDir=C:\WINDOWS HostWinBootDrv=C [Options] LoadLogo=0 BootDelay=0 BootMulti=0 BootMenu=0 BootMenuDelay=0 BootMenuDefault=0 BootGUI=0 Network=1 ;DblSpace=0 .. .. (leave the rest alone, especially the lines of 'x's. config.sys ----------- SWITCHES=/F [MENU] MENUCOLOR=10 MENUITEM=WIN,Windows 95 MENUITEM=LINUX,whatever you want to name it MENUDEFAULT=WIN,3 [COMMON] shell=c:\command.com /e:4096 /p [WIN] [LINUX] autoexec.bat ------------- GOTO %CONFIG% :WIN doskey CLS WIN GOTO END :LINUX c:\loadlin\loadlin <kernel> :END -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>