* Getting the silent=splash to work?
@ 2009-04-20 20:53 BandiPat
2009-04-21 4:32 ` Felix Zielcke
0 siblings, 1 reply; 3+ messages in thread
From: BandiPat @ 2009-04-20 20:53 UTC (permalink / raw)
To: Grub2 Development
Ok, grub2 devs, I can't figure this out. The splash screen that covers
the scrolling text when booting up, no longer works! I've tried several
different things, but have not run across a solution yet. What's the
trick? Another user mentioned I should use linux16 rather than linux,
but that gives me an error when I try it. Grub2 tells me I need to load
a kernel first. I am running a 32-bit Linux on a 64-bit machine. When
I tried to run the memory test, it gave me an error that I had to use
linux16 for it, which indeed did work!
Here is a section from my grub.cfg:
### BEGIN /etc/grub.d/10_linux ###
menuentry "Zenwalk 6.0 GNU/Linux" {
set root=(hd0,1)
search --fs-uuid --set 82d81803-e0a2-487d-9c83-ec6d8d35cf2a
linux /boot/vmlinuz root=/dev/sda1 ro resume=/dev/sda4 splash=silent
vga=794 (this is all one line, the email wrapped it)
initrd /boot/initrd.splash
}
The vga=794 seems to be working to give me the correct resolution, but
with the scrolling text, not the silent splash. Any help with this
small anomaly would be greatly appreciated. I am using svn2130, but
this problem started after svn2031.
Thanks,
Pat
--
---Zenwalk v6.0--Linux 2.6.28---
Registered Linux User #225206
"Ever tried Zen computing?" http://www.zenwalk.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Getting the silent=splash to work?
2009-04-20 20:53 Getting the silent=splash to work? BandiPat
@ 2009-04-21 4:32 ` Felix Zielcke
2009-04-21 12:49 ` BandiPat
0 siblings, 1 reply; 3+ messages in thread
From: Felix Zielcke @ 2009-04-21 4:32 UTC (permalink / raw)
To: The development of GRUB 2
Am Montag, den 20.04.2009, 16:53 -0400 schrieb BandiPat:
> Ok, grub2 devs, I can't figure this out. The splash screen that covers
> the scrolling text when booting up, no longer works! I've tried several
> different things, but have not run across a solution yet. What's the
> trick? Another user mentioned I should use linux16 rather than linux,
> but that gives me an error when I try it. Grub2 tells me I need to load
> a kernel first. I am running a 32-bit Linux on a 64-bit machine. When
> I tried to run the memory test, it gave me an error that I had to use
> linux16 for it, which indeed did work!
>
If you want to use the old linux loader with linux16 then you need to
use initrd16 too for the initrd.
--
Felix Zielcke
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Getting the silent=splash to work?
2009-04-21 4:32 ` Felix Zielcke
@ 2009-04-21 12:49 ` BandiPat
0 siblings, 0 replies; 3+ messages in thread
From: BandiPat @ 2009-04-21 12:49 UTC (permalink / raw)
To: The development of GRUB 2
Felix Zielcke wrote:
> Am Montag, den 20.04.2009, 16:53 -0400 schrieb BandiPat:
>> Ok, grub2 devs, I can't figure this out. The splash screen that covers
>> the scrolling text when booting up, no longer works! I've tried several
>> different things, but have not run across a solution yet. What's the
>> trick? Another user mentioned I should use linux16 rather than linux,
>> but that gives me an error when I try it. Grub2 tells me I need to load
>> a kernel first. I am running a 32-bit Linux on a 64-bit machine. When
>> I tried to run the memory test, it gave me an error that I had to use
>> linux16 for it, which indeed did work!
>>
>
> If you want to use the old linux loader with linux16 then you need to
> use initrd16 too for the initrd.
========
Thanks Felix, this fix does work. I guess I don't fully understand what
is going on, but certainly some changes have occurred with the two,
linux16 & linux. Will linux work again in the future or is that
reserved for 64 bit or above? I mean linux works, but just blocks the
splash screen. Is it a matter of the splash screen setup needing a
change? See, I think I'm confusing things because I don't understand
what's going on with all that.
Anyway thanks,
Pat
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-04-21 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 20:53 Getting the silent=splash to work? BandiPat
2009-04-21 4:32 ` Felix Zielcke
2009-04-21 12:49 ` BandiPat
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.