[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2011-12-15 Thread Phillip Susi
** No longer affects: initramfs-tools (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/205990

Title:
  [hardy] splash screen disappears after a few seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usplash/+bug/205990/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2011-03-23 Thread Phillip Susi
The usplash package has been superseded by plymouth and has been removed
from the Ubuntu archive.  Closing all related bugs.

** Changed in: usplash (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/205990

Title:
  [hardy] splash screen disappears after a few seconds

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-12-04 Thread armag.info
Actual Solution :

1. Make sure you have the initramfs-tools update
2. sudo blkid
3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, if 
not change fstab.
4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
5. sudo update-initramfs -u
6. Restart

THIS WORKS!!!

I just copied my entire disk to another, bigger one with dd utility. Of
cource I had all UUID messed up. And my bootscreen showed me the process
instead of usplash. Thanks a lot!

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-10-11 Thread Daniel Bonniot de Ruisselet
I had a RESUME=/dev/... in /etc/initramfs-tools/conf.d/resume
Changing it to RESUME=UUID= and running 'update-initramfs -u' fixed it.

It would help if, both during boot and update-initramfs rungs, a message
was printed when theRESUME= line seems to be incorrect (wrong UUID or
device name instead of UUID).

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-09-19 Thread LCID Fire
I switched from a swap partition to a swap file.
This problem showed up and I had to remove the UUID=... entry in 
/etc/initramfs-tools/conf.d/resume and run
sudo update-initramfs -u -k all
as described before.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-08-09 Thread Ronnie Smith
Thanks wieman01your posting #39 saved me.

I cleaned my swap file using Secure-Delete. After I rebooted I had no
splash.

Your solution works:

1. Make sure you have the initramfs-tools update
2. sudo blkid
3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, if 
not change fstab.
4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
5. sudo update-initramfs -u
6. Restart

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-02-23 Thread Joel Berger
I am having this issue as well. I prefer a swapfile, but I lose my
usplash to get it.

From watching the boot process I tend to agree with Ezra that the disk
is not yet mounted thus the swap cannot be found yet. However the swap
does get mounted eventually because I can 'cat /proc/meminfo' and see
the swap available.

My questions are, would there be any reason not to remove the swapfile
from /etc/fstab and instead swapon /mnt/swap from rc.local? I know its
clumsy but it might work.

Also does it matter that I call /mnt/swap from /etc/fstab rather than
the UUID that gets printed during the creation as per
https://help.ubuntu.com/community/SwapFaq#Example%20of%20making%20a%20swap%20file

Thanks

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-01-30 Thread Tim Fuchs
And by clear you mean delete the file? Or clear its contents?

Right now my /etc/initramfs-tools/conf.d/resume consists only of the
following line:

RESUME=UUID=01bd9fb0-8dd9-4b23-a12a-cc4feef1b300

This parition does not exist accoring to blkid:

/dev/sda1: SEC_TYPE=msdos LABEL=DELLUTILITY UUID=07D8-0208 TYPE=vfat 
/dev/sda2: UUID=F62CB6232CB5DEB5 LABEL=OS TYPE=ntfs 
/dev/sda5: LABEL=MEDIADIRECT UUID=82B9-FD10 TYPE=vfat 
/dev/sda6: UUID=e98b32ed-cc4b-4377-95a1-ac0bba254feb TYPE=ext3 
/dev/sda7: UUID=8b05aa5d-dc7f-437e-aef5-dc8c19b7befa SEC_TYPE=ext2 
TYPE=ext3 
/dev/sda8: UUID=8b05aa5d-dc7f-437e-aef5-dc8c19b7befa TYPE=ext3 

but it still is in my fstab:

UUID=01bd9fb0-8dd9-4b23-a12a-cc4feef1b300 noneswapsw
0   0

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-01-28 Thread Ezra Morris
Tim:
I *think* you clear the resume file.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-01-27 Thread Tim Fuchs
I have a question about the workaround:

What do I do when I don't have a swap partition?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2009-01-06 Thread Pavol 'Scrool' Babinčák
When I had in /boot/grub/menu.lst for kernel resume=/dev/hda5 (where hda5 is my 
swap partition) usplash segfaults like described above - when it is trying to 
access swap partition for resume:
usplash[1104]: segfault at b768d580 ip b7ef6bb6 sp bf862e40 error 6 in 
libusplash.so.0[b7ed2000+28000]

Removing resume kernel parameter helped. Correct UUID value for RESUME
in /etc/initramfs-tools/conf.d/resume is enough for resuming from
hibernate.

usplash 0.5.25

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-12-22 Thread Joachim R.
I also have a correct UUID in /etc/initramfs-tools/conf.d/resume on a
computer that was working perfectly with Hardy. Since Intrepid upgrade,
no uspash on shutdown, no usplash on startup !

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-12-02 Thread Bernard Decock
I didn't have any problems with the splash screen in Hardy but after adding new 
partitions and doing a fresh install of Intrepid, the splash screen disappears 
after the OS-selection made in the grub (I'm running Ubuntu Intrepid on 
/dev/sda1,
Kubuntu on /dev/sda2, have a swap-space on /dev/sda5 and WinXP on a older disc 
/dev/sb1).

I checked uuid's mentionned. In both cases the file  /etc/initramfs-
tools/conf.d/resume has the right UUID of the swap-partition (as one can
see in ls -alh /dev/disk/by-uuid or cat /etc/fstab).

After Starting up, please loading I get a dark screen and a warning from my 
monitor (Out of range Vf: 86.7 Hf 46.4K).
I tried to add a vga-option after ro quiet splash, but only the option vga=769 
removes the monitor-warning, but the screen
stays dark. If I set vga=794 (as it should be - my monitor has a 1280x1024 
resolution), the monitor-warning pops up.

The file /etc/usplash.conf has the right settings (xres = 1280, yres = 1024). 
After a few seconds (splashscreen has ended?) I get the brown screen and the 
gnome pops up without any problems. This is very odd as with the live-cd I do 
get the
splash screen (even at shutting down). Dmesg does not reveal any particular 
problem regaring the screen-resolution
unless this sentence is an indication of the problem? : Console: colour VGA+ 
80*25. Any ideas how to get the splash screen back? (or to make it visible)

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-11-03 Thread Melk79
I also ran into this bug on Hardy and it persisted after upgrading to
Intrepid.  The problem began for me after an unfortunate situation
caused by using ext2fs on MS Vista to access some videos from my Ubuntu
ext3 partition.  At some point, I think Vista either slept or hibernated
which caused my ext3 partition and swap partition to be labeled read-
only.  After some fsck's/fixes and after swapoff and mkswap on /dev/sda5
to restore use of my Ubuntu partition, this bug started occurring.  The
fix offered by wieman01 through analystscouch solved this problem for me
as well.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-11-02 Thread rudy
I have experienced the same problem after resizing some partitions. The
proposed fix worked for me.

** Changed in: usplash (Ubuntu)
   Status: Triaged = Confirmed

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-11-02 Thread Forest Bond
My /etc/initramfs-tools/conf.d/resume contained RESUME=/dev/sdb5, but
my swap partition was /dev/sda5.  I changed the file to /dev/disk/by-
uuid/{correct UUID} and things are now working correctly.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-11-02 Thread Forest Bond
Let me add that I am on Intrepid, to which I upgraded from Hardy.  I
upgraded prior to final release, though.

It might be nice if update-initramfs made some effort to correct the
contents of /etc/initramfs-tools/conf.d/resume.  I know that update-
initramfs is probably not the ultimate cause if the incorrect value, but
that would at least fix it after the fact.

Would this be a policy violation?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-11-01 Thread loko
Jeffery Davis,

except your suggested workaround, is there any progress about this bug?
Using a passphrase instead of /dev/urandom is possible but it's not an 
acceptable solution.
Also, what i do not understand, why /dev/mapper/swap is also not working?

I understand that if i use /dev/urandom for the swap-partition, the UUID of 
this partition changes at every boot.
But /dev/mapper/swap is always the same. Why disappears the progress bar, even 
i have /dev/mapper/swap in /etc/fstab?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-11-01 Thread loko
I just got it fixed now. I found on another website the tip that the
resume-file in /etc/initramfs-tools/conf.d is not working together with
encrypted swap (swap encrypted with /dev/urandom).

The author of the tip wrote: delete or comment out (#) the RESUME=
line. Otherwise the splash screen (usplash) will show the console while
boot i.e. the splash won't show the full booting time.

So i did, and now bootsplash does not disappear anymore.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-27 Thread Alex Maguran
@Ezra:
Sorry for the late response. My swap file is mounted under /mnt:
...
/mnt/3200Mb.swapnoneswapsw  0   0
...
Is there something I can do?
Thanks.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-27 Thread Ezra Morris
@Alex:
As I said before:
---
So, in your case, the partition holding the swap file is not yet mounted, 
therefore it is impossible for the system to look for a 'resume file' inside 
the swap file, and the same problem occurs.
---
IE. because it can't access the swap listed in the resume file, it drops to 
text boot.

I would always advise using a separate partition for swap, anyway.


Note: when I said 'resume file' here, I meant stuff in swap holding information 
about resuming from hibernation, rather than /etc/*/*/resume

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-27 Thread Alex Maguran
@Ezra:
Thanks for the explanation. Still, this sounds to me like a bug. Missing of 
resume information should be handled gracefully and continue normal boot - 
until http://brainstorm.ubuntu.com/idea/8092/ is implemented.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-26 Thread Jeffery Davis
Workaround for encrypted swap: Use a passphrase instead of using
/dev/random as a key.  Follow the above instructions.

Any downsides to this, other than slightly less security?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-19 Thread loko
In my case, the fixes above don't work. This is because i have a
encrypted swap with /dev/mapper/swap. The problem is, that the UUID of
the swap partition is changeing every reboot. So it ist not possible to
solves this problem.

because it is changeing i have in fstab: /dev/mapper/swap

But unfortunately this is not accepted by usplash, so the splash-screen
goes away at Reading files needed to boot.

I hope this will be fixed in a way, that is also considering the fact
that with encrypted swap there is no static UUID possible.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-13 Thread Jithin Emmanuel
I had this issue after I was moving my partition around. I increased the
sizes of my / and swap partion after removing some of existing partition
which changed UUID of swap after performing the solution mentioned my
splash screen is back

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-11 Thread Alex Maguran
The splash problem showed up after I have switched the swap from a partition 
to a file. I have tried updating fstab and resume using the UUID associated to 
the swap file. 
Then, I have cleared resume file, but still, the problem was not fixed.

Do you have other suggestions?
Thanks.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-11 Thread Ezra Morris
@Alex:
Is it possible that usplash attempts to load before any partitions are mounted? 
In this case the file would not 'exist' when usplash tried to load.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-11 Thread Alex Maguran
@Ezra:
I don't think this is the case. If this would be true then the usplash would 
not be shown at all, right? The last messages displayed during the 
indeterminate progress indicator were:
- waiting for root file system
- waiting for resume device
This seems to take longer than in the past. Each message is displayed between 5 
and 8 seconds. Then, the usplash is replaced by the text mode. It continues 
with Reading files needed to boot

I have attached my files corresponding to the commands listed by
Saivann.

Thanks.

** Attachment added: debug.tar.gz
   http://launchpadlibrarian.net/18449657/debug.tar.gz

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-11 Thread Ezra Morris
@Alex:
Isn't this the same case when the resume and fstab files are wrong? Unless I'm 
mistaken, even when you change your RAM to a different partition, (ie. when it 
can't find it from resume and fstab), the pulsating bar still shows up, but 
then disappears for the (what would have been) sequential stage.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-11 Thread Ezra Morris
@Alex:
Yes, I have checked.
Basically, usplash loads fine (pulsating), but the problem occurs when the 
system is looking for a 'system resume file'. It cannot find the partition 
listed in fstab and resume, therefore cannot check for a 'resume file', and 
drops to a terminal.

So, in your case, the partition holding the swap file is not yet
mounted, therefore it is impossible for the system to look for a 'resume
file' inside the swap file, and the same problem occurs.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-04 Thread shafin
I'm also having this problem in intrepid. I migrated my HDD to a new
one, and changed the swap partition size, now, my new swap partition is
not even loaded at startup. And running blkid gives me no uuid for my
new swap partition, it says  /dev/sda7: TYPE=swap  and nothing more.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-10-04 Thread Ezra Morris
@shafin:
have you tried re-formatting your swap partition?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-09-21 Thread Olivier Cortès
Hi,

I confirm that this bug can occur on latest Intrepid.
I resized my swap, and obviously it changed its UUID. I didn't think I had to 
update anything more than fstab…
But I came across the same problem as in this bug : usplash quits just before 
“reading files needed to boot” message appears on text console.
Using the suggested workaround/fix (blkid → fstab/resume files → rebuild 
initramfs → reboot) works great and totally solves my problem. USPLASH IS BACK 
! YAY !! 

But it seems usplash is not hardened on latest intrepid than on hardy,
regarding to this swap UUID problem.

I think that /etc/…/resume should be kept empty (or non-existent) if
there is only one swap device referenced in fstab, and the one from
fstab should be taken if  “resume” file is empty or non-existent.

… when redondant/duplicate configuration data leads to problems…

regards,

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-08-19 Thread Photon
Thanks, also had this problem on 8.04 x64 and the solution has worked.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-08-15 Thread Cristian KLEIN
Thanks. Also works with Ubuntu Hardy 8.04 i386.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-08-08 Thread Thomas McKay
wieman01's solution worked for me.

Thank you to everybody working to make ubuntu better!

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-07-03 Thread Salik Rafiq
I have this problem too. I am using Hardy 8.04 - 2.6.24-19 (it also happened in 
-16). UUID all match fine.
BUT I have edited init to add sleep 10 in premount and mount stages. Since I 
did that the splash disappears
when Reading files needed to boot.

I suspect a problem with the image created by update-initramfs and not
with usplash...though I'm not and expert and perhaps a signal is sent to
usplash to kill it.

I can't find anything in my logs about it however. Will hunt around and
see what I can find.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-18 Thread Syrion
caljohnsmith  : nope, I have the problem with each kernel since
2.6.24-16 ...

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-18 Thread caljohnsmith
Syrion: You may also want to try installing a previous version of the
kernel and give it a try. I had some serious issues with the 2.6.24-19
kernel on my machine for some reason, but going back to the 2.6.24-16
fixed some of my problems. Just an idea.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-17 Thread Syrion
I have just installed uswsusp and its conf file is OK. Now S3 (suspend to ram) 
is OK, but after another update-initramfs -u, the splash is still interrupted 
by text (kernel 2.6.24-19 now).
I don't know if hibernation will work as the image size given in uswsusp.conf 
= swap space - actual ram equals = 5.8 - 4 = 1.8Go
I think to have a correct hibernation, I'll need a 2x4Go swap, but I don't know 
what to do whith the interrupted splash (except removing quiet option)

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-17 Thread Syrion
caljohnsmith, yeah I did sudo update-initramfs -u. I know the usual commands 
to run when the UUID of swap changed.
As my suspend to ram / hibernate functions are not working, I'll try uswsusp. 
Strange it is not included in the Ubuntu normal install...

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-16 Thread Syrion
caljohnsmith, I have no /etc/uswsusp.conf file, what is the content of this 
file ?
As my /etc/fstab and /etc/initramfs-tools/conf.d/resume files are OK, I want 
try setting a /etc/uswsusp.conf in order to see if it fixes the problem for me 
to.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-16 Thread caljohnsmith
Syrion: You will only have a uswsusp.conf file if you have the uswsusp
package installed. I'm not sure if the package comes by default with
Ubuntu or not, but if you don't have it, then you probably don't need it
if you aren't having problems suspending or hibernating your computer.
If you do have the package installed but no /etc/uswsusp.conf file, you
might try sudo dpkg-reconfigure uswsusp or just simply reinstalling
the package.  If your fstab and resume files have the correct UUIDs, did
you do the sudo update-initramfs -u to make sure your initrd boot file
gets the changes? If you did but still have the splash screen problem,
then maybe you have a different bug.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-15 Thread caljohnsmith
I just did an upgrade from Gutsy to Hardy only a few days ago, and I was
surprised when I ended up with the same problem as this bug report. I'm
on a 32-bit machine, so it's not just a 64-bit architecture problem it
seems. BUT, here's the important part that led to fixing my problem: not
only did I have to change /etc/fstab and /etc/initramfs-
tools/conf.d/resume to have the new, correct UUID, but I also had to
change my /etc/uswsusp.conf to have the correct UUID for the swap
partition. Without correcting my /etc/uswsusp.conf file, I kept getting
the following error when I ran the update-initramfs command:

cryptsetup: WARNING: found more than one resume device candidate:
 UUID=2936acdb-0d42-4dfc-b8c1-9df9f0627028
 UUID=e01cf0e2-3ae1-42f0-a07f-c5167cba8ae5

The first UUID was the old, incorrect UUID, and the second UUID is the
correct one. I should mention that I never resized, moved or modified my
swap partition in any way that I'm aware of prior to my Hardy upgrade,
so I'm wondering how did I end up with this problem when upgrading? How
could all three of those files have been incorrect (fstab, uswsusp.conf,
resume)?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-10 Thread brad
What if I have a swap file instead of a swap partition?  Should I just
clear the resume file?  My fstab is already fixed.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-05 Thread EagleScreen
Hi again, the suggested solution worked for me.
Initially, i had an Ubuntu 8.04 LTS installed with fresh install from Live CD, 
in which this bug was not present.
I copied the root partition / in to an image file using partimage, and when I 
restored the image from image file to disk partition, this usplash problem 
started to happen.
I had wrong UUID of swap in both, fstab and resume files.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-03 Thread emorris
@EagleScreen:
Did you try the suggested solution?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-06-02 Thread EagleScreen
Hello, i have the same problem with one Ubuntu Desktop 8.04 upgraded from 7.10 
and also with another isntallation of Kubuntu Desktop 8.04 also upgraded from 
7.10.
Usplash graphic disappears much time before gdm is started, by this half boot 
sequence is in text mode.
This bug is not present in Ubuntu or Kubuntu 8.04 with fresh installation.
I am not using reiserfs.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-29 Thread emorris
I've put the blkid/fstab/resume fix on Brainstorm:
http://brainstorm.ubuntu.com/idea/9202/

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-29 Thread Goswin
Same problem here, and the blkid/fstab/resume fix also did it for me.
Both UUID's were wrong. I have an upgraded Hardy (upgraded after Hardy
Final arrived).

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-28 Thread Syrion
With Hardy 64bits : checking UUID in /etc/fstab and /etc/initramfs-
tools/conf.d/resume didn't help.

The only way I found to avoid usplash beeing interruped by text reading
files needed to boot is removing the quiet option, so those text
lines are now showing under the usplash.

--- So the Actual solution isn't the actual solution but a
possible solution for some people !

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-18 Thread dorpm
I confirm that this worked for me:

 1. Make sure you have the initramfs-tools update
 2. sudo blkid
 3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, 
 if not change fstab.
 4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
 UUID from step 2, if not change resume file.
 5. sudo update-initramfs -u
 6. Restart

After upgrading from Gutsy the UUID in /etc/initramfs-
tools/conf.d/resume was wrong.

Florian

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-17 Thread Marcus Granado
This bug was nagging me after I installed an encrypted cswap partition with 
cryptsetup
(similarly to 
https://help.ubuntu.com/community/EncryptedFilesystemHowto3#head-1b6a9c96dc5706575dae9a86a09e15df06dbb97a)
. For some reason, I had the resume file unknowingly. In this case, the cswap 
UUID is randomly different after each reboot, and therefore the file 
/etc/initramfs-tools/conf.d/resume containing the UUID is never the expected 
one after the next boot. To make the splash screen show up again during boot, I 
just deleted the resume file, and ran an update-initramfs -u.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-17 Thread Diego F . Rodríguez
wieman01 solution worked.

I installed hardy AMD64, dualboot with winXP. I don't know how the wrong
UUID got there.

When I removed  quiet from /boot/grub/menu.lst kernel line I was able to
see something like: usplash[1257] segfault blah, blah, blah  error 6

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-15 Thread dlgandalf
wow thanks to this thread I actually realised I don't have any swap set
:P

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-11 Thread Neil Woolford
I had this problem with an upgrade to Hardy Heron, but only with the
latest kernel.  Reverting kernel to the previous one worked fine.

The fix given at the top of this bug worked for me;  the UUID for the
swap file was correct in /etc/fstab but wrong in /etc/initramfs-
tools/conf.d/resume.  Editing this file to the right value and then
updating initramfs has cured the problem.

I don't know how the UUIDs got out of step;  the system was
repartitioned using the gparted live CD immediately before the upgrade
from 7.10 to 8.04, but the swap partition wasn't changed at that point;
also, reverting to the previous kernel version worked fine  (presumably
the associated ramfs image still held a correct UUID?).

Thanks for the solution anyway.  I have little doubt that resume will
now work (should I ever choose to try it...)

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-05-01 Thread sagar
Thanks it solved my problem too .. 
I had both the files wrong !. Probably because I changed the swap partitions (?)

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-25 Thread cmol
By the way, both of the UUID were wrong. And the usplash.log returns
that it's testing my screen res, and will work with 1024 by 768.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-25 Thread cmol
And got no segfault.

I'm lost? Help?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-24 Thread cmol
Updated from gutsy today, and got this bug, tried the solution above, still 
doesn't work.
Have xp on my laptop to.

What was it about installing the linux generic 2.6.24.26 package again?
And how if it matters?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-19 Thread ktulu77
in my resume file, I have juste RESUME=/dev/sdb5.
can someone give me an example of this file so I can fix the bug ?
thank you.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-19 Thread Leszek
My resume file is as follows (just this single line):

RESUME=UUID=0b25c5d3-9c13-4049-be61-c872d46adc21

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-19 Thread Leszek
Confirmed - fix with UUID in /etc/fstab and resume file works for me.
Thanks! :)

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-19 Thread ktulu77
ok thanks !
I have changed my resume file and now all is ok it works !
I have just one or two lines before kdm starts but I think it is another 
problem.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-17 Thread 323232
as above stated: the trick did not work for me.
untill...
I am working with kernel 2.6.24-15-generic. Not with 2.6.24-16-generic.
The reason is that 2.6.24-16-generic does not recognoze my atheros wirell on my 
laptop. See Bug #216263.
I started some experiments booting with Bug #216263. The experiments did not 
work boot the bootsplash was as it should.
The problem is still there when i am Booting with kernel 15 (and i must - when 
i want to connect to the internet.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-17 Thread 323232
did a reinstall of the linux generic 2.6.24.26 packages - atheros
problem solved and usplash working as it should!

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-16 Thread wieman01
@Roger Downing:

What happens when you do:

sudo mv /usr/share/initramfs-tools/scripts/local-premount/resume /var/tmp
sudo update-initramfs -u

Just something I saw in the same thread on Ubuntuforums.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-16 Thread professordes
My 10 cents worth:

I was puzzling why my bootsplash had vanished on some (but not all)
machines upgraded to the Hardy beta when I found this thread. The
suggested fix works for me:

Basically what you do is:
1. Make sure you have the initramfs-tools update
2. sudo blkid
3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, if 
not change fstab.
4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
5. sudo update-initramfs -u
6. Restart
Thanks to analystscouch for this.

On all the machines concerned the UUID in /etc/fstab and  /etc
/initramfs-tools/conf.d/resume was indeed wrong.

The observation is that on all these machines I had also installed 64
bit Ubuntu after the original 32 bit install and told it to use the same
swap partition. Presumably the 64 bit install had assigned a new UUID to
the swap partition but it hadn't  had any  side-effects until the
upgrade.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-16 Thread 323232
Box was upgraded from gutsy to hardy.
Followed instructions above
bug still there

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/13507102/dmesg.log

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-16 Thread Saïvann Carignan
** Description changed:

  Binary package hint: usplash
  
  I'm using Kubuntu 8.04 64bit.
  
  The splash screen KUBNTU disappears when It is writed Reading files needed 
to boot.
  Perhaps it is because I'm using ReiserFS ?
  
  Update:
  
- This is caused by different values in /etc/initramfs-tools/conf.d/resume
- and the real UUID of the swap partition given by sudo blkid
+ This is sometime caused by different values in /etc/initramfs-
+ tools/conf.d/resume and the real UUID of the swap partition given by
+ sudo blkid
  
  Actual Solution :
  
  1. Make sure you have the initramfs-tools update
  2. sudo blkid
  3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, 
if not change fstab.
  4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
  5. sudo update-initramfs -u
  6. Restart

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-16 Thread Roger Downing
Hi,
Requested file attached. A quick scan by me didn't see any segfaults, but
perhaps there is information in here that will help you.

Thanks,

Roger

On 16/04/2008, Saïvann Carignan [EMAIL PROTECTED] wrote:

 Roger Downing : Can you attach the file created by this command in a
 terminal? dmesg  dmesg.log . I wonder if you get a segfault in usplash
 like Whoopie. Also be sure that you followed the appropriate steps from
 wieman01 that I copied in the bug description.


 --
 [hardy] splash screen disappears after a few seconds
 https://bugs.launchpad.net/bugs/205990
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: unnamed
   http://launchpadlibrarian.net/13529305/unnamed

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/13529306/dmesg.log

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-16 Thread Roger Downing
This worked! I now see the correct loading progress bar almost until the DM
starts up (there is 1 or 2 seconds where I can see some final bootup
messages).

Thanks!

Roger

On 16/04/2008, wieman01 [EMAIL PROTECTED] wrote:

 @Roger Downing:

 What happens when you do:

 sudo mv /usr/share/initramfs-tools/scripts/local-premount/resume /var/tmp
 sudo update-initramfs -u

 Just something I saw in the same thread on Ubuntuforums.


 --
 [hardy] splash screen disappears after a few seconds
 https://bugs.launchpad.net/bugs/205990
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: unnamed
   http://launchpadlibrarian.net/13529351/unnamed

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread wieman01
A solution was posted here... worked for me:

http://ubuntuforums.org/showthread.php?t=746132

Basically what you do is:

1. Make sure you have the initramfs-tools update
2. sudo blkid
3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, if 
not change fstab.
4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
5. Restart

Thanks to analystscouch for this.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
Can someone test the solution of wieman01?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread wieman01
Sorry, my previous post was incomplete. Here we go again:

Basically what you do is:

1. Make sure you have the initramfs-tools update
2. sudo blkid
3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, if 
not change fstab.
4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
5. Restart
6. sudo update-initramfs -u

Thanks to analystscouch for this.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread wieman01
Oh, man, how embarrassing... got the sequence wrong this time and I
don't know how to edit my posts... Feel free to remove the previous
ones:

http://ubuntuforums.org/showthread.php?t=746132

Basically what you do is:

1. Make sure you have the initramfs-tools update
2. sudo blkid
3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, if 
not change fstab.
4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
5. sudo update-initramfs -u
6. Restart

Thanks to analystscouch for this.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Mathijs Dumon
I've tested this solution and it solved all my problems!

Thanks wieman01 for bringing this to our attention!

greetz,
Mathijs

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Mahesh Asolkar
That fix worked for me too. Although I had to reinstall the Nvidia
driver that I had installed with nvidia's installer (not from Ubuntu
restricted repository).

For those who do not want to deal with such complications, is there
going to be a fix pushed via update?

UUID of swap in my /etc/fstab was correct. I am still wondering how an
incorrect UUID went into /etc/initramfs-tools/conf.d/resume file. Was it
something that I did?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
** Changed in: initramfs-tools (Ubuntu)
Sourcepackagename: linux = initramfs-tools
   Status: Invalid = New

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Martin Pitt
Did you guys actually have an invalid UUID in the original file? Or
none at all (i. e. it just had resume=)?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread 323232
had a different uuid in resume. Usplash still not working (only a
fes seconds after boot)

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
** Description changed:

  Binary package hint: usplash
  
  I'm using Kubuntu 8.04 64bit.
  
  The splash screen KUBNTU disappears when It is writed Reading files needed 
to boot.
  Perhaps it is because I'm using ReiserFS ?
  
- I'm not sure because it does this before checking any filesystem.
+ Update:
  
- VGA compatible controller [0300]: nVidia Corporation NV43 [GeForce 6600 GT] 
[10de:0140]
- Linux cheztheo 2.6.24-12-generic #1 SMP Wed Mar 12 22:31:43 UTC 2008 x86_64 
GNU/Linux
+ This is caused by different values in /etc/initramfs-tools/conf.d/resume
+ and the real UUID of the swap partition given by sudo blkid
+ 
+ Actual Solution :
+ 
+ 1. Make sure you have the initramfs-tools update
+ 2. sudo blkid
+ 3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, 
if not change fstab.
+ 4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap 
UUID from step 2, if not change resume file.
+ 5. sudo update-initramfs -u
+ 6. Restart

** Changed in: initramfs-tools (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Mahesh Asolkar
I had an invalid UUID in the /etc/initramfs-tools/conf.d/resume file. I
don't think it matched any existing partitions on my disk. Hence I was
wondering where it came from.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
Did you install from Hardy beta, daily build or upgraded from Gutsy?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
Also do you have multiple linux distributions installed on the same
computer?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Mahesh Asolkar
I upgraded from Gutsy sometime in Jan or Feb. This is the only Linux
distribution on my system.

I did install Windows XP sometime before the usplash problems started.
But the usplash problems were not noticed immediately after that. So I
could not really associate the usplash problems with XP installation.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
Woopie and people that gets a segfault : Your issue seems to be
different than the initial issue which did not have segfault. To make
sure that your bug get fixed, can you open a new bug report in usplash
and attach your debugging files there?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread wieman01
I also had an invalid UUID in /etc/initramfs-tools/conf.d/resume. This
fixed it.

By the way, the bug occurred after upgrading from Kubuntu Gutsy. No
other OS on my computer. My USplash used to segfault as well until a
couple of days ago, apparently one of the updates fixed it.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Martin Polden
I had an invalid UUID in /etc/initramfs-tools/conf.d/resume too.
Changing it to the correct one fixed it on Ubuntu 8.04 (including all
updates as of 15.04.2008).

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
I was not able to reproduce this bug by upgrading to hardy from a clean
gutsy installation.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread wieman01
Saïvann Carignan,

Probably because you did so just now. That's after the recent update...
so probably new users aren't affected any longer. Good news that is.

This is why we call it a BETA version. :-)

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Roger Downing
Using a Toshiba Satellite Pro P100 and running Kubuntu Hardy beta upgraded
from Kubuntu Gutsy and kept up to date on a daily basis.
I tried the above fix and I still do not have usplash working as expected. I
get the initial side-to-side movement of the progress bar but it disappears
once the Reading files required for boot stage is reached.
I also tried running it manually and never saw the progress bar appear in
another terminal at all.

Cheers,

Roger


** Attachment added: unnamed
   http://launchpadlibrarian.net/13475491/unnamed

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
** Attachment removed: unnamed

   http://launchpadlibrarian.net/13475491/unnamed

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-15 Thread Saïvann Carignan
Roger Downing : Can you attach the file created by this command in a
terminal? dmesg  dmesg.log . I wonder if you get a segfault in usplash
like Whoopie. Also be sure that you followed the appropriate steps from
wieman01 that I copied in the bug description.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-12 Thread Saïvann Carignan
** Changed in: usplash (Ubuntu)
   Status: Confirmed = Triaged

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-12 Thread wieman01
Same problem here. I am on Kubuntu Hardy Beta. Got a GeForce FX 5900XT,
kernel 2.6.24-15-generic. Boot splash would not come up, I can change
resolution just fine, but no splash at all.

Anything I can provide?

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-12 Thread Whoopie
Thanks to Scott James Remnant's patience on IRC, I was able to collect a
backtrace.

His statements:
Keybuk usplash segfault in bogl_tcfb_put and attach the trace
Keybuk it looks to me like it's gone out of the bounds of the framebuffer

** Attachment added: usplash backtrace
   http://launchpadlibrarian.net/13377305/usplash-backtrace.txt

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-12 Thread Scott James Remnant
Definitely not a kernel bug.


** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-12 Thread Whoopie
ok, some more infos requested by Scott:

My notebook is a ThinkPad R52 with a Mobility Radeon X300 graphics card. I'm 
running on i386 with the 2.6.24-16-generic kernel and a framebuffer console 
(vga=791).
But the segfault also happens without framebuffer console.

Please find attached the output of:
update-alternatives --display usplash-artwork.so
dpkg-query -W usplash usplash-theme-ubuntu
cat /etc/usplash.conf

** Attachment added: infos.txt
   http://launchpadlibrarian.net/13377412/infos.txt

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-04-11 Thread michaelobst
I have the same problem on inspiron 6000 notebook with integrated intel
graphics. Curiously when I ran one of the older kernels there was no
problem, 2.6.24-13 I think but then I did an update initramfs and they
were all broken again.

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >