Re: teal(?) messages during boot.

2024-07-26 Thread Tim via users
On Fri, 2024-07-26 at 13:16 -0600, home user via users wrote: > 3 bits codes 8 colors: the 3 primaries, the 3 secondaries, white, and > black. 4 bits (1 nibble) adds 8 more colors: a dark version each of > the 8 3-bit colors. All goes back decades, to primitive color > devices. There are two odd

Re: teal(?) messages during boot.

2024-07-26 Thread Tim via users
On Fri, 2024-07-26 at 13:16 -0600, home user via users wrote: > The term "plymouth" in this tread... brings to my mind: > * Plymouth Rock; > * some cities/towns and other geographic places (including Plymouth Rock); > * a car model (decades ago, for a short while, I drove a Plymouth Gold > Duster)

Re: Cloning a BTRFS filesystem

2024-07-26 Thread Gregorio Gervasio Jr.
Patrick O'Callaghan writes: My mistake. btrfs-replace is for replacing a whole disk as part of a BTRFS filesystem. In my case I have a vfat EFI partition, an ext4 /boot partition, and a BTRFS root+/home partition, so btrfs-replace isn't going to do it. It's not? I had the same thing and

Re: Installing MS Edge Browser

2024-07-26 Thread Jeffrey Walton
On Fri, Jul 26, 2024 at 7:58 PM Jonathan Ryshpan wrote: > > I am trying to install the MS Edge Browser (to access a web site that doesn't > work properly under Firefox or Chrome of the KDE native browser)... I can't answer your Edge question, but here's a few things to think about... (1) Instal

Re: Installing MS Edge Browser

2024-07-26 Thread Sam Varshavchik
Jonathan Ryshpan writes: « HTML content follows I am trying to install the MS Edge Browser (to access a web site that doesn't work properly under Firefox or Chrome of the KDE native browser). The installation fails when I attempt to install the repo, as follows: # curl -v https://packag

Installing MS Edge Browser

2024-07-26 Thread Jonathan Ryshpan
I am trying to install the MS Edge Browser (to access a web site that doesn't work properly under Firefox or Chrome of the KDE native browser). The installation fails when I attempt to install the repo, as follows: # curl -v https://packages.microsoft.com/keys/ -oedgeKeys # vi edgeKeys # r

Re: NVMe questions

2024-07-26 Thread Go Canes
On Fri, Jul 26, 2024 at 6:03 PM Patrick O'Callaghan wrote: > > I've cloned my existing SSD onto a new NVMe drive, copying EFI (vfat), > /boot (ext4) and root+/home (BTRFS with /home subvolume) partitions and > editing /etc/fstab appropriately. > > However I have a couple of questions: > > 1) I'm p

Re: NVMe questions

2024-07-26 Thread Richard Shaw
Try posting the output of "sudo parted --list", for my nvme boot drive it looks like this: Model: Samsung SSD 970 EVO Plus 500GB (nvme) Disk /dev/nvme1n1: 500GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End SizeFile system Name

Re: NVMe questions

2024-07-26 Thread Felix Miata
Patrick O'Callaghan composed on 2024-07-26 23:02 (UTC+0100): > I ran dracut with the > UUID of the appropriate root NVMe partition but it made no difference. > What am I missing here? What did you do to ensure NVME support is included in the new initramfs? -- Evolution as taught in public school

Re: NVMe questions

2024-07-26 Thread Chris Adams
Once upon a time, Mike Wright said: > Which tool did you use to partition the drive? For UEFI I believe > you have to use gparted or gfdisk. That's not true, I think most if not all of the commonly-used tools can partition a drive compatible with UEFI. The partition table needs to be GPT, and s

Re: NVMe questions

2024-07-26 Thread Mike Wright
On 7/26/24 15:02, Patrick O'Callaghan wrote: I've cloned my existing SSD onto a new NVMe drive, copying EFI (vfat), /boot (ext4) and root+/home (BTRFS with /home subvolume) partitions and editing /etc/fstab appropriately. However I have a couple of questions: 1) I'm puzzled that the NVMe drive

Re: Cloning a BTRFS filesystem

2024-07-26 Thread Patrick O'Callaghan
On Fri, 2024-07-26 at 17:47 -0400, Jeffrey Walton wrote: > On Fri, Jul 26, 2024 at 5:38 PM Patrick O'Callaghan > wrote: > > > > On Fri, 2024-07-26 at 17:47 -0300, George N. White III wrote: > > > On Wed, Jul 24, 2024 at 7:14 AM Patrick O'Callaghan > > > > > > wrote: > > > > > > > I'm slightly w

NVMe questions

2024-07-26 Thread Patrick O'Callaghan
I've cloned my existing SSD onto a new NVMe drive, copying EFI (vfat), /boot (ext4) and root+/home (BTRFS with /home subvolume) partitions and editing /etc/fstab appropriately. However I have a couple of questions: 1) I'm puzzled that the NVMe drive (a 2TB WD Black) doesn't appear as bootable in

Re: Cloning a BTRFS filesystem

2024-07-26 Thread Jeffrey Walton
On Fri, Jul 26, 2024 at 5:38 PM Patrick O'Callaghan wrote: > > On Fri, 2024-07-26 at 17:47 -0300, George N. White III wrote: > > On Wed, Jul 24, 2024 at 7:14 AM Patrick O'Callaghan > > > > wrote: > > > > > I'm slightly wary of clonezilla because multiple people seem to > > > have had problems wit

Re: Cloning a BTRFS filesystem

2024-07-26 Thread Patrick O'Callaghan
On Fri, 2024-07-26 at 17:47 -0300, George N. White III wrote: > On Wed, Jul 24, 2024 at 7:14 AM Patrick O'Callaghan > > wrote: > > > I'm slightly wary of clonezilla because multiple people seem to > > have had problems with it on BTRFS (may depend on the version). > > Also, > > btrfs-replace is b

Re: Fedora and System Rescue CD disagree on the state of my btrfs filesystem

2024-07-26 Thread George N. White III
On Fri, Jul 26, 2024 at 2:31 PM Richard Shaw wrote: > It's an HP Envy Laptop, no ability to overclock. I did upgrade the memory > when I first got it over 3 years ago from 8GB to 16GB but it's plain > DDR4-3200. As I previously mentioned I let the HP diag tools run overnight > and completed 14 cy

Re: Cloning a BTRFS filesystem

2024-07-26 Thread George N. White III
On Wed, Jul 24, 2024 at 7:14 AM Patrick O'Callaghan wrote: > I'm slightly wary of clonezilla because multiple people seem to > have had problems with it on BTRFS (may depend on the version). Also, > btrfs-replace is built-in and looks like it will do the job. There was a bug in btrfs support in

java/javascript - multiple versions needed?

2024-07-26 Thread Jon LaBadie
Recently upgraded my laptop and desktop systems to F40. Noticed that each has multiple, slightly different versions of Java and JavaScript. Just wondering if multiple versions is typical/necessary? Desktop: java-17-openjdk-headless java-21-openjdk-headless javascriptcoregtk4.0 javascri

Re: teal(?) messages during boot.

2024-07-26 Thread home user via users
On 7/25/24 6:03 AM, John Horne via users wrote: On Wed, 2024-07-24 at 23:20 +, John Horne via users wrote: [... snip ...] If I disable the use of plymouth at boot, then the dump doesn't occur and no teal messages, which sort of seems to confirm it's a plymouth issue. If you want to try thi

Re: Fedora and System Rescue CD disagree on the state of my btrfs filesystem

2024-07-26 Thread Roger Heflin
If it is only giving btrfs errors on 6. 9.x and not the rescue kernel and 6.8.x that would seem like a potential kernel bug. Run on 6.8.x and wait for say 6.10 would be best. On Fri, Jul 26, 2024, 12:31 PM Richard Shaw wrote: > On Fri, Jul 26, 2024 at 8:59 AM John Mellor wrote: > >> On 2024-07

Re: Fedora and System Rescue CD disagree on the state of my btrfs filesystem

2024-07-26 Thread Richard Shaw
On Fri, Jul 26, 2024 at 8:59 AM John Mellor wrote: > On 2024-07-26 8:25 a.m., Richard Shaw wrote: > > On Thu, Jul 25, 2024 at 6:29 PM Jeffrey Walton wrote: > >> On Thu, Jul 25, 2024 at 2:15 PM Richard Shaw >> wrote: >> > >> > I recently had the Fedora install on my laptop go sideways (Ryzen 5 >

Re: Fedora and System Rescue CD disagree on the state of my btrfs filesystem

2024-07-26 Thread John Mellor
On 2024-07-26 8:25 a.m., Richard Shaw wrote: On Thu, Jul 25, 2024 at 6:29 PM Jeffrey Walton wrote: On Thu, Jul 25, 2024 at 2:15 PM Richard Shaw wrote: > > I recently had the Fedora install on my laptop go sideways (Ryzen 5 4500U w/ nvme disk). > > The filesystem was

Re: Fedora and System Rescue CD disagree on the state of my btrfs filesystem

2024-07-26 Thread Richard Shaw
On Thu, Jul 25, 2024 at 6:29 PM Jeffrey Walton wrote: > On Thu, Jul 25, 2024 at 2:15 PM Richard Shaw wrote: > > > > I recently had the Fedora install on my laptop go sideways (Ryzen 5 > 4500U w/ nvme disk). > > > > The filesystem was going readonly so I installed System Rescue CD to a > thumb dr

Re: Cloning a BTRFS filesystem

2024-07-26 Thread Patrick O'Callaghan
On Wed, 2024-07-24 at 11:14 +0100, Patrick O'Callaghan wrote: > On Tue, 2024-07-23 at 20:44 -0700, Gregorio Gervasio Jr. wrote: > > > > I just did this recently.  I used "btrfs replace", which is part > > of > > btrfs-progs.  See "man btrfs-replace" for details. > > > > It initially refused for