It's not at all clear why loading vesafb from the initramfs would have
any effect, given that /etc/init/udev-fallback-graphics.conf should
already ensure that vesafb is loaded before plymouth starts. It's
possible that vesafb needs to be loaded *before* the nvidia driver to
have the necessary effe
Luigi, is this problem still reproducible for you with the oneiric beta?
Please run 'apport-collect 771905' from the affected system to provide
further information about your hardware and your plymouth config.
** Changed in: plymouth (Ubuntu)
Status: Confirmed => Incomplete
--
You receiv
The attachment "/etc/initramfs-tools/scripts/init-top/load-vesafb" of
this bug report has been identified as being a patch. The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch. In the event that this is in fact not a patch you can
resolve this situat
I have Xubuntu natty, nVidia 8600M GT (on Dell Vostro 1500) and I had the same
problem:
Enabling graphics menu with GRUB caused not displaying plymouth splash.
Workaround 1 — only text GRUB and text splash: Set GRUB_TERMINAL=console
in /etc/default/grub. This is not preferred.
Workaround 2 — sti
I also tried it with comment 39, just used "radeon" instead. After the changes
described there, also initramfs-update, I made a reboot and was locked out of
the system! I could not enter my password for the decryption on the black
screen where normally no letters appeared and where normally I co
Post #39 fixed the problem on my computer with Ubuntu Natty and nVidia
GeForce 6600 GT.
Thanks very much.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at boot on nvidia card
I confirm that #39 fixed it on Dell Vostro 3500, Nvidia 310M, Kubuntu natty.
Applied as follows:
1 – Add the following line to /etc/default/grub:
GRUB_GFXPAYLOAD_LINUX=1360x768 // or whatever is your native resolution
2 – echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
3 - The fix
I can also confirm that #39 fixed it on a system with 3 Nvidia cards
(450GTS, 2x 7200GS) with Kubuntu 11.04
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at boot on nvidia card
Bit confusing this. I reversed the changes to the system. Then double
checked /etc/default/grub.
This line was commented out, I must have done this I guess at some time.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
However I was seeing a plain aubergine background for 20 secs then text
very briefly
The above workaround comment #39 does not work for me.
nVidia 8600GT. Still just got a plain Aubergine background. No logo, no
animation.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
I do confirm that the workaround of comment #39 works fine for me too
on the HP Elitebook 8440p with Nvidia graphic adapter.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at b
Thanks Lekensteyn and Psychotron! The workaround works perfectly if I
follow Psychotron's instructions on my laptop with nVidia!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo a
@Lekensteyn: Good catch! Your workaround works great! Thanks a lot!
So, users of proprietary Nvidia (and probably ATI/AMD as well) can do
the same for the vesafb driver.
Create a file /etc/initramfs-tools/scripts/init-top/load-vesafb with
content:
#!/bin/sh
modprobe vesafb
Then make it executab
For me the workarounds
GRUB_GFXPAYLOAD_LINUX=text
GRUB_TERMINAL=console (cant enter LUKS passphrase)
#GRUB_GFXMODE=1280x1024 (commenting)
do not work. Any further suggestions?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bu
This bug could be related to
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/770371
Analysis from my side:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/770371/comments/3
Workaround:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/770371/comments/4
--
You received this
It turns out I am seeing bug 540801, which has at least one simple
workaround:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/540801/comments/145
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
Psychotron's workaround works for me (I have the wrong resolution, and I
see a big purple screen with a small text logo in the upper left portion
of it; it's probably related to some settings I used to solve bug 653477
I had not reverted). It's not a real solution, since it's like reverting
to bug
Hmm, both of the suggested workarounds seem to fail on a Macbook Air
(Nvidia 320M) in the same way: causing a black screen with blinking
cursor. Without the workarounds it's a purple screen with no cursor.
I still suspect there might be a related issue for systems which boot
quickly, especially wi
"GRUB_GFXPAYLOAD_LINUX=text" works for me as well. Thanks, Psychotron.
On Sat, Jun 11, 2011 at 15:54, jerico <771...@bugs.launchpad.net> wrote:
> GRUB_GFXPAYLOAD_LINUX=text works for me
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launc
GRUB_GFXPAYLOAD_LINUX=text works for me
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at boot on nvidia card
To manage notifications about this bug go to:
https://bugs.launchp
To answer Stephen Warrens question (#25): Yes, I do see the Grub menu
and have multiple OS on my machine.
And secondly, yes, your workaround (#30) enabling GRUB_TERMINAL=console
does work for me. I'm fine with that, I really don't need the graphical
boot. I didn't try Psychotrons workaround (#29)
Psychotron's workaround of adding "GRUB_GFXPAYLOAD_LINUX=text" to
/etc/defaults/grub works for me.
Alternatively, another option that works for me: Find the following pre-
existing text in /etc/defaults/grub:
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
and rem
Try adding "GRUB_GFXPAYLOAD_LINUX=text" to /etc/defaults/grub and that
should do it, you'll get the text splash at least. You might try setting
"nomodeset" kernel option, but it shouldn't be neccessary. quiet and
splash you can leave in. At least that's what I have here.
(GRUB_CMDLINE_LINUX_DEFAULT
@Stephen: I had came to a similar idea. This is how my
/etc/default/grub looks like:
GRUB_CMDLINE_LINUX_DEFAULT="noplymouth nosplash
kopt=root=/dev/mapper/ubuntu-root"
But it doesn't work for me most of the time, either.
Before I noticed that I could type in my cryptsetup password despite
the purp
I actually don't see the grub menu, since I have only Ubuntu 11.04
installed. After the BIOS screen, I only get a brief black screen (with
the usual "flashing underscore", I don't know how it's called), then the
completely purple screen described here.
Another thing: I have a similar problem on my
Hi Stephen, setting "quiet splash" or switching splash to off in the
config doesn't make a difference for me. I'll check the editing and
timeout workarounds later today. In any case I can confirm that I have
several OS installed which means that I see the grub boot menu. Thanks
for looking into thi
If you edit /boot/grub.cfg and override the "timeout" lines to be
"timeout=0", grub never displays a boot menu, but instead jumps straight
to booting the default option. In this case, the password prompt is
visible for me.
IIRC, by default, Ubuntu configures grub to *not* display the menu
(hence t
Hmm. I partially take that back. The actual content of the kernel
command-line isn't important. What is important is editing in grub (i.e.
at the grub menu, press e to edit, don't make any changes, then press
ctrl-x to boot). That works most of the time, but just occasionally
doesn't.
--
You rece
If you break into the grub menu, edit the grub option you want to boot,
and remote "quiet splash" from the linux command-line, you'll boot into
text mode, and hence see the crypt password prompt.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
Please see the additional apport data in #777302. This also affects ATI
cards + LUKS (on an HP ProBook 4720s).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at boot on nvidia c
Ok, glad that's clarified... I was quite tired last time, and seeing
mentions of "blank purple screen" led me to believe the bug was actually
the same, and I didn't have enough stamina to try to understand what was
really going on :P
--
You received this bug notification because you are a member
Yes, I had a bad day... Sorry once again.
The reason why it is important to clarify bug titles is so that idiots
like me can understand what the bug is about without having to read
every comment. And so that anyone can easily identify whether other bugs
are duplicates.
--
You received this bug n
Great that we agree on that ;) And next time think about it, before
accusing other people to be incapable of reading and using launchpad.
Yes this is what came across, at least for me.
And I still don't understand why you edit other peoples bug titles
instead of clearifying your misplaced comments
** This bug is no longer a duplicate of bug 653477
Missing Ubuntu logo on boot (text mode splash only) with nvidia drivers
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at b
*** This bug is a duplicate of bug 653477 ***
https://bugs.launchpad.net/bugs/653477
Argh, 8 days I mean. Time for coffee...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo
*** This bug is a duplicate of bug 653477 ***
https://bugs.launchpad.net/bugs/653477
Also note; when I mentioned "blank purple screen" in the other bug, that
was 4 days before this bug existed :)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
*** This bug is a duplicate of bug 653477 ***
https://bugs.launchpad.net/bugs/653477
Good point; apologies. I read "Ubuntu logo is missing" as blank, missing
the part where the logger clarified he had the text mode in a later
comment.
I've now clarified the title of #653477 to avoid confusion
*** This bug is a duplicate of bug 653477 ***
https://bugs.launchpad.net/bugs/653477
> Secondly, bug 653477 is about having a blank purple screen. Not the text
> screen. Please read the
> bug description carefully.
Sorry, but it seems to me that rather you should read more carefully... Bug
*** This bug is a duplicate of bug 653477 ***
https://bugs.launchpad.net/bugs/653477
You are right, by reading the description I had the impression it was a
different bug. I don't have any problem with resolution (bug 653477
mentions "Also the screen resolution still bad (too big) on boot") an
*** This bug is a duplicate of bug 653477 ***
https://bugs.launchpad.net/bugs/653477
** Description changed:
Binary package hint: plymouth
Hello,
I have a Nvidia GeForce 8600M GS, with proprietary drivers, and I am using
Ubuntu Natty.
Since I updated to Natty (it was the Beta 2
Luigi, if that is true then please clarify the description of this bug.
Your Bug Description above suggests you had exactly the same blank
screen problem in maverick ("before updating") as you have in natty.
Secondly, bug 653477 is about having a blank purple screen. Not the text
screen. Please re
Yes, in Maverick it behaved differently. Plymouth used the "text" ubuntu
logo instead of the graphical one, but it worked as expected in every
other respect. By tweaking manually, you could have the graphical logo.
In Natty, absolutely nothing is displayed most of the time, just a
purple screen. H
I dont' think it is. Bug 653477 is about Maverick, where the graphical
boot logo was working fine, once you found the proper guide on the net.
However on Natty this guide does not work anymore, as does any other
suggestion. Plus it seems to work at least kind of on Natty (i.e. I see
a logo at shutd
I'm pretty sure this is a duplicate of bug 653477. Anyone got a good
reason why not?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at boot on nvidia card
--
ubuntu-bugs maili
I'm having the same issue as Derek above, where I used to get a password prompt
for LUKS I'm now only getting a purple screen.
Though if i blind-type the password i get 5seconds of disk activity and then
the password prompt for the second drive (configured in crypttab) appears and I
can then boo
I'll see the "no logo" and raise you a "will not boot under 2.6.38-8".
If I boot into 2.6.38-8 I get he behavior described here: purple screen,
and it sits there. I have an encrypted root (LUKS), so I have to wait a
minute and then blind-type my password in. Under 2.6.38-8 I see a brief
amount of h
I have a clean vanilla install. Additional driver "current recommended"
installed. nVidia 8600GT.
I get a plain purple screen for most of the boot then a very brief
appearance of the normal plymouth logo at the correct resolution.
Shutdown also shows the correct resolution plymouth.
** Changed
Same here, Nvidia Geforce 320M. Same symptoms as written above: blue
screen, entering crypt password blindly works, can do ugly text mode.
One thing to add generally also framebuffer and plymouth seems to work.
With Maverick I was using the v86d based solution to get a nice boot
splash. I removed
The same story with my workstation: 1900x1200 and NVidia 9600GTX with
proprietary drivers.
I have pink screen at boot without logo and LUKS password prompt for encrypted
root partition.
However, system allows me to enter password without looking and then continues
to boot normally.
The followin
Not only propriety drivers but with Intel also, Thinkpad SL410.
** Also affects: plymouth
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No
** This bug is no longer a duplicate of bug 728781
ugly plymouth animation during booting with nvidia driver
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo at boot on nvidia
*** This bug is a duplicate of bug 728781 ***
https://bugs.launchpad.net/bugs/728781
** This bug has been marked a duplicate of bug 728781
ugly plymouth animation during booting with nvidia driver
* You can subscribe to bug 728781 by following this link:
https://bugs.launchpad.net/ubuntu/
Same here. During startup I get a blue screen with number 11.04 and 4
dots in upper left corner instead of nice Kubuntu Plymouth logo. I use
1680x1050 resolution on Nvidia 8800GT and proprietary drivers. Used to
work fine in Lucid. Uvesafb mode gives me a black screen during startup
and normal Kub
Similar situation here. was getting only a purple screen since upgrade
to natty. I removed the plymouth fixes that I had applied in maverick
and now I get the text plymouth, but its wierd.. the text mode only
takes up the top left corner of my screen because it's (apparently)
booting in the corre
Same here. Update to Natty and now have purple screen. Nvidia proprietary
driver installed.
Only a purple screen shows on boot.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771905
Title:
No logo
55 matches
Mail list logo