DSL Embedded :: How to disable the messages during bootup
Hi everyone,
How can I disable the messages during bootup?
I would like not to see the messages during bootup and shutdown like: checking, booting kernel messages, autoconfiguring devices, ….
Thank you for your great help.
edit menu.lst
kernel console=/dev/null CONSOLE=/dev/null
and another file
linuxrc
Thanks a lot.
another issue :
When we select an entry in Grub menu, how to disable this lines in the screen :
kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma nascsi frugal
[Linux-bzImage, setup=0x1400, size=0xf17f7]
Thanks a lot.
hi all,
I tried editing the menu.lst file but the problem is that i am unable to change the menu.lst file listed under /KNOPPIX/boot/grub/menu.lst.
It says "Cannot open file for writing"
I am logged in as dsl and changed to root using "sudo su" command. The file permissions for menu.lst file are -rw-rw-r--
Even the grup directory has write permissions.
Can you please help me regarding this?
Thanks in advance!
aptenikhil: /KNOPPPIX is mounted read-only, and afaik does not contain your system grub configuration. Edit /cdrom/boot/grub/menu.lst which should be the partition which holds the image data to KNOPPIX. If you use toram, youll have to manually mount the partition first, then navigate to /mnt/xdXx/boot/grub/menu.lst
Next Page...
original here.