Ryzen 2700u 20200308
Dolphin does not read Tumbleweed bootable stick, same for Device Notifier on the taskbar. The rest is OK = fat32, Windows, Mint.
The remove media message interferes with the LVM passphrase, both are shown rapidly back to back. This is a one shot message that is not removed from the boot sequence. When not encrypted (ext4 or btrf), the message appears permanently at boot time since day one.
Announcement
Collapse
No announcement yet.
Final Focal on Kubuntu 20.04
Collapse
This topic is closed.
X
X
-
Synaptic History
There was 168 packages to upgrade in Proposed for yesterday's build (18 today). A blue message was shown to stop some services while upgrading. Since at least a week, the installer scans the HD for NVDIA... We must press S twice to skip HD scan.
-History is empty in Synaptic
-Muon works normally
-Encrypted successfully message does not display correctly
-At boot, the message to remove media appears intermittently.
-Taskbar issues are gone
-Driver Manager requires root password now and scans normally
Code:Operating System: Kubuntu 20.04 KDE Plasma Version: 5.18.2 KDE Frameworks Version: 5.67.0 Qt Version: 5.12.5 Kernel Version: 5.6.0-050600rc5-generic
- Top
- Bottom
Leave a comment:
-
Finally!
Qt4 has now been removed from the 20.04 archive.
- Top
- Bottom
Leave a comment:
-
- Top
- Bottom
Leave a comment:
-
I got exactly the same output, ieOriginally posted by Snowhog View PostExecuting the patch fails here:
patching file /usr/share/initramfs-tools/hooks/plymouth
Hunk #1 FAILED at 119.
1 out of 1 hunk FAILED -- saving rejects to file /usr/share/initramfs-tools/hooks/plymouth.rej
ADDED:
Well, copied the patch content, pasted it into the file in nano, exited nano, ran: sudo su - and then cd'd into /home/paul and ran the patch command again. This time it worked.I had the patch file in my home directory, did sudo su, ran the patch and I got this error. I have two systems with 20.04 and both give the same result.Code:patching file /usr/share/initramfs-tools/hooks/plymouth Hunk #1 FAILED at 119. 1 out of 1 hunk FAILED -- saving rejects to file /usr/share/initramfs-tools/hooks/plymouth.rej
What have I missed or done wrong?
- Top
- Bottom
Leave a comment:
-
One of the posts in the bug report suggested the following method to find what may be causing the problem:Originally posted by NoWorries View PostI have just rebooted after having been through several updates and when I do a fresh update and full-upgrade I get a list of possible missing firmware relating to amdgpu because I have an AMD video card. At the end I getThese errors do not seem to stop my system from working in any way that I have noticed.Code:cp: cannot create regular file '/var/tmp/mkinitramfs_Th52XT/usr/share/plymouth/themes/spinner/watermark.png': No such file or directory E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1. update-initramfs: failed for /boot/initrd.img-5.4.0-17-generic with 1. dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1)
BTW, the initiramfs versions that I have are all at 0.136ubuntu1 and the available version is the same.
Is there anything you can suggest that I try, to show that these errors compromise my system?
https://bugs.debian.org/cgi-bin/bugr...cgi?bug=922754
And, there are other possible solutions:You might find some of Bash's debugging functions useful when trying to
trace your own problem:
1. Change the problematic hook script to use #!/bin/bash
2. Set the following variable:
PS4=$'$? \\ (${BASH_SOURCE[0]}:${LINENO}): ${FUNCNAME[0]:--} [SHLVL=${SHLVL} BASH_SUBSHELL=${BASH_SUBSHELL}]\n '
3. Add 'set -x' at the point where you want to start tracing
That adds current line and function information to the normally terse
result of using 'set -x', which I find makes it a lot easier to figure
out what is going on in a complex shell script that sources lots of
files and makes use of lots of functions, etc.
https://askubuntu.com/questions/1136...lling-updatingLast edited by GreyGeek; Mar 06, 2020, 09:56 PM.
- Top
- Bottom
Leave a comment:
-
I have just rebooted after having been through several updates and when I do a fresh update and full-upgrade I get a list of possible missing firmware relating to amdgpu because I have an AMD video card. At the end I getOriginally posted by GreyGeek View PostSo, when you did the update earlier, you did not get the failure of the initramfs to install over the previous version?
What happens when you do a "sudo apt update" and "sudo apt full-upgrade" ?These errors do not seem to stop my system from working in any way that I have noticed.Code:cp: cannot create regular file '/var/tmp/mkinitramfs_Th52XT/usr/share/plymouth/themes/spinner/watermark.png': No such file or directory E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1. update-initramfs: failed for /boot/initrd.img-5.4.0-17-generic with 1. dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1)
BTW, the initiramfs versions that I have are all at 0.136ubuntu1 and the available version is the same.
Is there anything you can suggest that I try, to show that these errors compromise my system?Last edited by NoWorries; Mar 06, 2020, 09:09 PM.
- Top
- Bottom
Leave a comment:
-
So, when you did the update earlier, you did not get the failure of the initramfs to install over the previous version?Originally posted by NoWorries View PostI must be living a charmed existence as, after the updates this morning, I got a few unusual informative messages which I ignored as part of the "normal" occurrence with a pre-released version.
Anyhow, my understanding is that plymouth does the graphics during bootup. When I re-booted all was normal and I could not fault the system in any way - as stable as ever!
What happens when you do a "sudo apt update" and "sudo apt full-upgrade" ?
- Top
- Bottom
Leave a comment:
-
I must be living a charmed existence as, after the updates this morning, I got a few unusual informative messages which I ignored as part of the "normal" occurrence with a pre-released version.
Anyhow, my understanding is that plymouth does the graphics during bootup. When I re-booted all was normal and I could not fault the system in any way - as stable as ever!
- Top
- Bottom
Leave a comment:
-
The "ADDED" is, in essence, what I did. I edited my first post to make that clearer.Originally posted by Snowhog View PostExecuting the patch fails here:
patching file /usr/share/initramfs-tools/hooks/plymouth
Hunk #1 FAILED at 119.
1 out of 1 hunk FAILED -- saving rejects to file /usr/share/initramfs-tools/hooks/plymouth.rej
ADDED:
Well, copied the patch content, pasted it into the file in nano, exited nano, ran: sudo su - and then cd'd into /home/paul and ran the patch command again. This time it worked.
- Top
- Bottom
Leave a comment:
-
Executing the patch fails here:
patching file /usr/share/initramfs-tools/hooks/plymouth
Hunk #1 FAILED at 119.
1 out of 1 hunk FAILED -- saving rejects to file /usr/share/initramfs-tools/hooks/plymouth.rej
ADDED:
Well, copied the patch content, pasted it into the file in nano, exited nano, ran: sudo su - and then cd'd into /home/paul and ran the patch command again. This time it worked.Last edited by Snowhog; Mar 06, 2020, 03:53 PM.
- Top
- Bottom
Leave a comment:
-
No, I saved it under my home account and as root executed the patch command from there as well.Originally posted by Snowhog View PostEditing the file and reinstalling plymouth also didn't work for me. When it failed, edited the file again, and the added line wasn't there. Hmm??
Where did you save the diff file? In /usr/share/initramfs-tools/hooks?
- Top
- Bottom
Leave a comment:
-
Editing the file and reinstalling plymouth also didn't work for me. When it failed, edited the file again, and the added line wasn't there. Hmm??
Where did you save the diff file? In /usr/share/initramfs-tools/hooks?
- Top
- Bottom
Leave a comment:
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Leave a comment: