On 10/20/05, Rudolf Kastl <che666@xxxxxxxxx> wrote: > 2005/10/20, gb spam <gbofspam@xxxxxxxxx>: > > On 10/20/05, Gangaraju <gangaraju.chowki@xxxxxxxxxxxxxxxxxxx> wrote: > > > HI, > > > > > > AS WE ARE BOOTING THE SYSTEM WITH FEDORA LINUX-2.6.9 > > > AFTER SELECTING AT GRUB MENU ,FIRST THE TEXT MESSAGES LIKE > > > title fedora (2.6.9-fedora) > > > root (hd0,0) > > > kernel /boot/vmlinuz-2.6.9-fedora ro root=LABEL=/1 rhgb quiet > > > initrd /boot/initrd-2.6.9-fedora.img > > > Uncompressing the kernel > > > Nash version-...etc > > > welcome to fedora > > > Starting udev > > > Initialising hardware storage network audio > > > > > > THEN GRAPHICAL BOOT(X SERVER) STARTS , ALL TEXT MESSAGES ARE HIDDEN > > > AND ONLY A IMAGE WITH PROGRESS BAR IS SHOWN. > > > > > > BUT I WANT TO BUILD MY KERNEL AS WHEN SELECTING AT GRUB MENU IT SHOULD > > > NOT SHOW ANY KIND OF TEXT MESSAGES,BUT ONLY GRAPHICAL IMAGE WITH > > > PROGRESS BAR > > > LIKE WINDOWS OS . > > > AND THE SAME IDEA I WANT TO IMPEMENT WHILE SHUTDOWN. > > > I HOPE YOU UNDERSTOOD ME . > > > PLEASE LET ME KNOW. > > > > Edit /boot/grub/grub.conf, and add > > norhgb > > to the end of the kernel line that you are booting (or all kernel > > lines of you don't know). for example, change > > kernel /boot/vmlinuz-2.6.11-1.1369_FC4smp ro root=LABEL=/ quiet > > to > > kernel /boot/vmlinuz-2.6.11-1.1369_FC4smp ro root=LABEL=/ quiet norhgb > > > > BTW, MOST COMMANDS IN LINUX ARE IN LOWER CASE, SO YOU'LL PROBABLY HAVE > > TO LEARN TO TURN CAPS LOCK OFF > > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > > > > umm... norhgb turns graphical bootup off... what the user wants here > is to have a complete graphical bootup with absolutly no text output. > anyone got a patch or rather set of patches to achieve that? ;)) > not that i see any real gain but... still interesting question ;) > Oops, my shocker, should have paid more attention to the post.