Bluefin refuses to install on my HP EliteBook 840 G6. After an entire day of trying various iterations of the install, I have a feeling this is due to a very specific hardware issue rather than anything wrong with the Bluefin ISOs themselves. As such, I decided to post here first instead of jumping straight to the Github issue tracker. If it’s decided that this belongs over there, I am more than willing to open a new issue.
My brain works better in lists, so here’s a collection of information on the laptop, the things I’ve tried, and their results. There’s a sort of TL;DR question at the bottom.
- The laptop
- I did buy it secondhand, but overall it is in good condition
- It has two SSDs: a 25 GB drive and a 475 GB drive (intended to be ran as extended volume of 500 GB)
- I ran SpinRite (level 3) on both drives, and both SSDs were found to be healthy with no damaged sectors
- Installing with
bluefin-gts.iso
/bluefin-latest.iso
- The issue:
- Without fail, the installer crashes when installing the Firefox Flatpak (
app/org.mozilla.firefox/x86_64/stable
) - The error references the
flatpak_manager.py
andflatpak_installer.py
scripts - The exact error is a
PayloadInstallationError
exception which statesError reading file from descriptor: Input/Output error
- After this error occurs, the installer will completely freeze the computer after about 3-5 minutes of being left idle
- By completely freeze, I mean even doing
ctrl+alt+f1
to open the tmux terminal doesn’t work - At this point, the laptop must be hard reset;
alt+SysRq
commands do nothing, so the kernel fully crashes as well
- By completely freeze, I mean even doing
- Without fail, the installer crashes when installing the Firefox Flatpak (
- Troubleshooting I have done:
- I have validated the checksum of the ISOs, and they are not corrupted
- I have ran the installer’s built-in check and it succeeds
- I have used the same
bluefin-gts.iso
to install Bluefin successfully in a VM - I have put the images on 3 different USB sticks, all failed in the same spot in the same way
- I have told the installer to use each of the SSD’s individually instead of grouping them as one volume, both failed in the same spot in the same way
- After looking at one of the
flatpak_*.py
scripts (I forget which one), I tried deleting the org.mozilla.firefox folder from the local Flatpak repo, but that didn’t seem to have any effect (it still tried to install FF, had the same exact error) - After the installer crashes, if I boot it a second time and select “Recover Bluefin system” from the Troubleshooting menu, it fails to find a valid system and just punts me into the shell
- I have plugged the USB drives in to different USB ports on opposite sides of the laptop
- The issue:
- Installing with
bluefin-dx-gts.iso
- The issue:
- This one doesn’t throw any specific errors, it just has a
Fatal Python error: Segmentation fault
message in the(1) main
tmux terminal, followed by an error of the GUI crashing - The GUI crashes with
installing runtime/org.gnome.Platform/x86_64/45
being listed as the current step - As with the previous crash, the entire laptop freezes and requires a hard reset about 3-5 minutes after the crash.
- This one doesn’t throw any specific errors, it just has a
- Troubleshooting I have done:
- I have ran the installer’s built-in check and it succeeds
- Honestly, not a lot else on this one. I don’t really have any leads into where the crash is happening or how it might be remedied
- The issue:
- Installing with
aurora-latest.iso
- The issue:
- This one is the only one that has had some inconsistency to it
- I have had it error on
installing runtime/org.kde.Platform/x86_64/5.15-23.08
- Much like the developer Bluefin ISO, this one just segfaults and freezes the entire laptop shortly thereafter
- I have also had it get past that step and actually start installing Flatpaks
- Unfortunately I didn’t document which Flatpak it crashed on specifically, and I can’t seem to get it past the previous error right now
- However I do have a few photos from this crash, and the error says
flatpak-error-quark: Aborted due to failure (While pulling runtime/org.kde.Platform/x86_64/5.15-23.08 [...] Invalid compressed data)
- Troubleshooting I have done:
- I have ran the installer’s built-in check and it succeeds
- I have used this ISO to install Aurora successfully in a VM
- I gave up on this one pretty fast since I… just can’t make heads or tails of it. Plus I’d prefer to install Bluefin over Aurora anyway.
- The issue:
So here’s a simple question amidst way too much information
Is there any way for me to remove org.mozilla.firefox
from the list of Flatpaks to install in the regular Bluefin installer? My hope is that skipping the problematic Firefox Flatpak will let the installer finish without issue, and then I would be able to install Firefox through Flathub manually after the first boot configuration. I tried to do this by deleting the org.mozilla.firefox
folder, but I assume that didn’t work either due to something akin to OverlayFS causing the files to not actually be deleted (more likely) or the Python script pre-caching the entire package’s data before the installer gives me shell access (less likely).
Any help is greatly appreciated! In my approximately 15 years of using Linux, I have never had this many issues with an install before… I feel like I am going insane lol