aptenikhil
Group: Members
Posts: 12
Joined: Dec. 2006 |
|
Posted: Jan. 15 2007,06:17 |
|
Hi ^thehatsrule, Thanks for the reply. You know what r my requirements. I want to get rid of all boot messages when booting from a CD (burned using dsl image) and when booting using embedded DSL also. I tried using
kernel console=/dev/null CONSOLE=/dev/null at the start of dsl-embedded.bat right after @echo off but before START qemu\qemu.exe.... but it doesn't disable boot messages. 2nd thing which i tried is that I placed the kernel console=/dev/null CONSOLE=/dev/null right after START qemu\qemu.exe.... , but this also couldnt solve the problem,
Can u please tell me where to place it.
The dsl-windows.bat file contents are- REM Start qemu on windows. @ECHO OFF
START qemu\qemu.exe -L qemu/ -no-kqemu -m 128 -soundhw sb16 -localtime -kernel linux24 -initrd minirt24.gz -hda KNOPPIX/knoppix -hdb qemu/harddisk -append "qemu sb=0x220,5,1,5 frugal quiet modules=hdb noscsi nousb nofirewire atapicd noideraid noacpi acpi=off noapm noagp ide1=noprobe ide2=noprobe nomce"
CLS EXIT
I am using dsl embedded verson 3.1 i.e. dsl-3.1-embedded.zip
Can you please help me regarding this. Thanks in advance!
|