Get usplash back if it disappears "halfways" into boot

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post please read this

Get usplash back if it disappears "halfways" into boot

Postby Husse on Fri Nov 07, 2008 4:41 pm

There are a quite a few questions about this and I have had the problem myself for quite some time now
This is a solution for if you see the Mint logo and the back and forth going "thingy" but it disappears and you see text, the first line being
Reading files needed to boot
You also probably have problems with the "sleep states" of your computer - the system will go into hibernate normally, but would never boot back to where it was.
This is an UUID problem - for more info on the pros and cons of UUID see
http://www.linuxmint.com/wiki/index.php ... _a_problem and
http://www.linuxmint.com/wiki/index.php ... annot_boot
Please make a backup of your system first if at all possible
This is because the UUID of the swap partition no longer is correct in initramfs
Surprisingly small changes can make the UUID change
Run
Code: Select all
sudo blkid

Compare the UUID "numbers" you get with all UUID used in fstab (and menu.lst if you do not use gfxgrub) just to be on the safe side when you're at it - it's not part of the solution (except possibly swap)
Change initramfs
Code: Select all
gksu gedit /etc/initramfs-tools/conf.d/resume

You probably have a different UUID there than from blkid - copy the correct UUID - watch out for the " in terminal
You need to have initramfs-tools installed and they are by default in Elyssa
Update the initramfs.
Code: Select all
sudo update-initramfs -u

In the next reboot usplash will be back in it's full glory and hibernate should work
Image
Don't fix it if it ain't broken, don't break it if you can't fix it
Husse
Level 21
Level 21
 
Posts: 19717
Joined: Sun Feb 11, 2007 7:22 am
Location: Near Borås Sweden

Linux Mint is funded by ads and donations.
 

Re: Get usplash back if it disappears "halfways" into boot

Postby zombie on Sat Nov 29, 2008 3:20 pm

Thanks! This fixed my system :)
One comment tho...
The command:
Code: Select all
sudo update-initramfs -u

only updated the initramfs for one kernel (a virtual one). To make it update the initramfs for the generic kernel, I had to use the "-k" option, and specify the kernel name.
User avatar
zombie
Level 3
Level 3
 
Posts: 131
Joined: Wed Oct 31, 2007 4:45 pm
Location: Longmont Colorado

Re: Get usplash back if it disappears "halfways" into boot

Postby CJS on Fri Dec 19, 2008 10:36 am

As an alternative to updating /etc/fstab and the /etc/initramfs-tools/conf.d/resume file and then updating the initrd images, another option that I've found that works well is to simply change the swap UUID back to what it originally was. In other words, you could copy/paste the original swap UUID from the resume file into:
Code: Select all
sudo swapoff -a
sudo mkswap -U "<original swap UUID>" /dev/sdXY

And replace sdXY with the swap partition. But rather than copy/paste the original UUID from the resume file into the above command, you can do it all with:
Code: Select all
sudo swapoff -a && sudo mkswap -U $(awk -F"=" '{print $3}' /etc/initramfs-tools/conf.d/resume) /dev/sdXY

Anyway, it's worked for me before, but has anyone else tried using the above method?
CJS
Level 1
Level 1
 
Posts: 5
Joined: Tue Dec 16, 2008 4:22 pm

Re: Get usplash back if it disappears "halfways" into boot

Postby Husse on Sat Dec 20, 2008 3:20 pm

Unless I read this entirely wrong it's nonsense
The UUID for a partition is calculated with blkid also by Linux and if something changed the UUID for swap it is changed (of course :)) and you cant use the old UUID
If it worked for you the UUID had not changed and the cause of your problem was something else. When you "shook up" the system that fixed it.
Image
Don't fix it if it ain't broken, don't break it if you can't fix it
Husse
Level 21
Level 21
 
Posts: 19717
Joined: Sun Feb 11, 2007 7:22 am
Location: Near Borås Sweden

Re: Get usplash back if it disappears "halfways" into boot

Postby bob-mint on Fri Mar 27, 2009 5:03 am

I had the same problem when I made some changes in my hard drive partitions.
I tried the first solution (Husse) but it didn't work for me.
I tried what CJS has done, bringing back the former swap UID and it worked! Despite of what Husse said.
There must be somewhere else in the filesystem where the swap UID is stored, so changing it only on the "resume" file does not work.
Thanks a lot CJS for this great idea! I didn't know it was possible to get back to former swap UID.
I would only add to your comment to update the initramfs, after changing back the swap UUID:
sudo update-initramfs -u
bob-mint
Level 1
Level 1
 
Posts: 1
Joined: Fri Mar 27, 2009 4:51 am

How to do it with the Live DVD

Postby humaneasy on Mon Jul 06, 2009 8:16 am

I did what husse said after re-formating swap to have a correct UUID for it.

Follow up at viewtopic.php?f=46&t=28670
humaneasy
Level 1
Level 1
 
Posts: 27
Joined: Wed Jun 11, 2008 10:45 am
Location: Portugal

Re: How to do it with the Live DVD

Postby oboedad55 on Sat Aug 08, 2009 5:11 pm

humaneasy wrote:I did what husse said after re-formating swap to have a correct UUID for it.

Follow up at viewtopic.php?f=46&t=28670


All things being equal, other than esthetically, is there any indication something is "wrong" is the splash drops out? Mine does, but there is nothing wrong with the system.

Peace,
Homemade Intel Dual-core 3.4 gHz, 4 gigs ram, EVGA GeForce GT 430
=================================
Mint 14, Arch Linux, Fedora 17
User avatar
oboedad55
Level 2
Level 2
 
Posts: 99
Joined: Thu Aug 06, 2009 3:02 am

Re: Get usplash back if it disappears "halfways" into boot

Postby Husse on Sat Aug 08, 2009 5:21 pm

Edit - I did not answer the question asked, but answered why the splash has the wrong size
I hope it does not on Gloria - we deliberately used a pitch black background to avoid this
It's purely aesthetic
Welcome to Mint
Image
Don't fix it if it ain't broken, don't break it if you can't fix it
Husse
Level 21
Level 21
 
Posts: 19717
Joined: Sun Feb 11, 2007 7:22 am
Location: Near Borås Sweden

Re: Get usplash back if it disappears "halfways" into boot

Postby oboedad55 on Sat Aug 08, 2009 6:02 pm

Husse wrote:I hope it does not on Gloria - we deliberately used a pitch black background to avoid this
It's purely aesthetic
Welcome to Mint


Good to hear, kind what I figured. That being said, any idea why it would suddenly start dropping the splash screen? I have changed not a thing.

Thanks,
Jon
Homemade Intel Dual-core 3.4 gHz, 4 gigs ram, EVGA GeForce GT 430
=================================
Mint 14, Arch Linux, Fedora 17
User avatar
oboedad55
Level 2
Level 2
 
Posts: 99
Joined: Thu Aug 06, 2009 3:02 am

Re: Get usplash back if it disappears "halfways" into boot

Postby Husse on Sat Aug 08, 2009 6:14 pm

Sorry I must be too tired
I answered the question why the size of the usplash is wrong, not when it disappears during boot
This is mostly aesthetic but also some function
You can't hibernate if it's this error
And I still don't understand why the solution by CJS works - I probably read the post wrong :)
Image
Don't fix it if it ain't broken, don't break it if you can't fix it
Husse
Level 21
Level 21
 
Posts: 19717
Joined: Sun Feb 11, 2007 7:22 am
Location: Near Borås Sweden

Re: Get usplash back if it disappears "halfways" into boot

Postby oboedad55 on Sat Aug 08, 2009 6:24 pm

Husse wrote:Sorry I must be too tired
I answered the question why the size of the usplash is wrong, not when it disappears during boot
This is mostly aesthetic but also some function
You can't hibernate if it's this error
And I still don't understand why the solution by CJS works - I probably read the post wrong :)


No problem. What causes the "error", if indeed it is an error. I edited my fstab and menu.lst to rid myself of the UUID business which seems unnecessary. If it's really required to identify my drives with UUID just to get a splash screen, then I don't see the point.
I have an ancient desktop P4. I'm happy it works, I couldn't care less about hibernation or any other fancy stuff like that.

Cheers,
Homemade Intel Dual-core 3.4 gHz, 4 gigs ram, EVGA GeForce GT 430
=================================
Mint 14, Arch Linux, Fedora 17
User avatar
oboedad55
Level 2
Level 2
 
Posts: 99
Joined: Thu Aug 06, 2009 3:02 am

Re: Get usplash back if it disappears "halfways" into boot

Postby RichardH on Tue Oct 13, 2009 9:55 am

I hadn't noticed that the splash disappearing was an "error" until I saw this thread.
I liked it and prefer splash off. Guess I need to look for how to really turn it off. :)

[I think] This occurred because I installed another distro on another partition which formatted swap and I installed grub to MBR and am now using the other distro grub to boot into Mint via (savedefault). I corrected the UUID of the partition that the test distro is on and the pause requiring Ctrl-D to continue went away. The question is why? Since the swap UUID had changed it should continue to halt and require Ctrl-D to continue?

I have another test partition. Guess I need to review all the fstabs and UUIDs in all test parts as well as Mint.
Is this a kernel error? Has it been corrected? Could it cause other problems?

[Edit: I corrected the UUID of swap but still get the same action Husse described at the top of this thread re the splash.]

[A note: the other partition is AntiX which does not use UUIDs in menu.lst. I added the Mint boot stanza to the AntiX menu.lst. Maybe if I use chainloader instead of the actual stanza it might work as "designed"? Curious.]
User avatar
RichardH
Level 3
Level 3
 
Posts: 124
Joined: Tue Jun 17, 2008 10:36 am
Location: Venezuela

Re: How to do it with the Live DVD

Postby libssd on Fri Aug 06, 2010 1:17 pm

oboedad55 wrote:All things being equal, other than esthetically, is there any indication something is "wrong" is the splash drops out? Mine does, but there is nothing wrong with the system.

Peace,

I'm 99% sure this is a Plymouth bug, related to video driver mismatch. Description and extensive discussion of a similar problem in Maverick here: https://bugs.launchpad.net/ubuntu/+sour ... bug/609044

While trying to change the boot image for Ubuntu, I spent perhaps 6 hours yesterday screwing around with various config options without success; got so lost in my changes that I restored the entire system from a recent backup.

My boot sequence is: black screen, Mint or Ubuntu splash image, black screen briefly, then smaller version of splash image (i.e., higher resolution) offset up and to the left until the desktop appears. Identical behavior in Isadora/Lucid. After wrestling with this for several weeks, I have given up; it's cosmetic.
libssd
Level 4
Level 4
 
Posts: 290
Joined: Tue Jun 22, 2010 11:26 am

Re: How to do it with the Live DVD

Postby casey972oo on Thu Apr 07, 2011 4:09 am

libssd wrote:
oboedad55 wrote:All things being equal, other than esthetically, is there any indication something is "wrong" is the splash drops out? Mine does, but there is nothing wrong with the system.

Peace,

I'm 99% sure this is a Plymouth bug, related to video driver mismatch. Description and extensive discussion of a similar problem in Maverick here: https://bugs.launchpad.net/ubuntu/+sour ... bug/609044

While trying to change the boot image for Ubuntu, I spent perhaps 6 hours yesterday screwing around with various config options without success; got so lost in my changes that I restored the entire system from a recent backup.

My boot sequence is: black screen, Mint or Ubuntu splash image, black screen briefly, then smaller version of splash image (i.e., higher resolution) offset up and to the left until the desktop appears. Identical behavior in Isadora/Lucid. After wrestling with this for several weeks, I have given up; it's cosmetic.

.
Hi there ! ...

when I read this ... about the changing of ' usplash ' ... for ' Ubuntu ' ...
I will tell you about my experience with this ' problem ' ... when ' usplash ' disapeared ! ...

It was on a smal ' TOSHIBA NB1oo ' ... installed ' Ubuntu Netbook Remix o8.o4 (Hardy Heron) ' ! ...
for some reason ... I don't know ... the ' system-bootup ' stoped halfway ... booting into .. ' input/output-mode ' ... with prompt blincking ! ...

this time ... I was a ' bloody greenhorn ' ... a ' newbie ' ! ...
and a friend of mine gave me the command ... ' startx ' ... for the boot in .. ' graphic-mode ' ! ...
once back on the screen ... I were looking ... for some resolution ... to fix this problem with ' usplash ' ! ...

finaly ... instinctifly ! ... I went for install ... ' usplash-debian ' ... with ' synaptic-package-manager ' ! ... and B I N G O ! ...

from this on ... ' Ubuntu Netbook Remix o8.o4 (Hardy Heron) ' ... did start with the ' Debian-Logo ' ! ... like ... ' Debian Netbook Remix o8.o4 (Hardy Heron) ' ! ...

that's it ! ... simple like that ! ... I think ... it's possible to create your own ... ' splash-image ' ... and replace just this file ! ... (with the same name) ! ...

.
casey972oo
Level 4
Level 4
 
Posts: 347
Joined: Tue Mar 22, 2011 6:26 pm

Linux Mint is funded by ads and donations.
 

Return to Installation & Boot

Who is online

Users browsing this forum: No registered users and 26 guests