Describe the bug
After a clean install i noticed the system taking a bit longer then I would expect to boot.
I mitigated this issue by masking the two services in question:
sudo systemctl mask systemd-remount-fs.service
sudo systemctl mask systemd-udev-settle
Unfortunately I cannot provide you with data on how much faster it got, since unmasking and re-enabling the services did not reproduce the issue. But i would say that they caused about 1/2 longer boot time. About 1 minute compared to 38s after masking.
Startup finished in 5.859s (firmware) + 12.929s (loader) + 1.229s (kernel) + 4.166s (initrd) + 13.583s (userspace) = 37.768s
graphical.target reached after 13.583s in userspace.
What did you expect to happen?
Unneeded services should be disabled or at least not hang on boot, causing longer boot times.
Output of bootc status
● Booted image: ghcr.io/ublue-os/bluefin:stable
Digest: sha256:065af15702d97ebb7a3c352de6128feaf3d1d5f1df557f13e4b24d67b67956f7 (amd64)
Version: 43.20260310 (2026-03-10T01:46:15Z)
Rollback image: ghcr.io/ublue-os/bluefin:stable
Digest: sha256:cb575b3f9ed7cf5041faaee05190969a0013f11cb7bf1a0b489e0cd1c83d2b7b (amd64)
Version: 43.20260212.1 (2026-02-12T03:15:24Z)
Output of groups
Extra information or context
I'm new to Bluefin so don't know if this is a new bug or not. Also here is some hardware information.
System:
Kernel: 6.18.10-200.fc43.x86_64 arch: x86_64 bits: 64 compiler: gcc
v: 15.2.1
Desktop: GNOME v: 49.4 Distro: Bluefin 43.20260310 (Silverblue)
Deinonychus
Machine:
Type: Laptop System: Dell product: Latitude 5290 v: N/A
serial: <superuser required>
Mobo: Dell model: 000N0R v: A00 serial: <superuser required>
Firmware: UEFI vendor: Dell v: 1.33.0 date: 12/12/2023
Battery:
ID-1: BAT0 charge: 30.1 Wh (50.2%) condition: 60/68 Wh (88.3%) volts: 8.28
min: 7.6 model: LGC-LGC8.820 DELL FPT1C8A status: charging
CPU:
Info: quad core model: Intel Core i5-8250U bits: 64 type: MT MCP
arch: Coffee Lake rev: A cache: L1: 256 KiB L2: 1024 KiB L3: 6 MiB
Speed (MHz): avg: 400 min/max: 400/3400 cores: 1: 400 2: 400 3: 400 4: 400
5: 400 6: 400 7: 400 8: 400 bogomips: 28800
Flags-basic: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
Device-1: Intel Kaby Lake-R GT2 [UHD Graphics 620] vendor: Dell driver: i915
v: kernel arch: Gen-9.5 bus-ID: 00:02.0
Device-2: Microdia Integrated_Webcam_HD driver: uvcvideo type: USB
bus-ID: 1-5:2
Display: wayland server: Xwayland v: 24.1.9 compositor: gnome-shell
driver: dri: iris gpu: i915 resolution: 1366x768~60Hz
API: OpenGL v: 4.6 vendor: intel mesa v: 25.3.6 glx-v: 1.4
direct-render: yes renderer: Mesa Intel UHD Graphics 620 (KBL GT2)
API: EGL Message: EGL data requires eglinfo. Check --recommends.
Info: Tools: api: glxinfo gpu: gputop, intel_gpu_top, lsgpu
x11: xdriinfo, xprop, xrandr
Audio:
Device-1: Intel Sunrise Point-LP HD Audio vendor: Dell driver: snd_hda_intel
v: kernel bus-ID: 00:1f.3
API: ALSA v: k6.18.10-200.fc43.x86_64 status: kernel-api
Server-1: PipeWire v: 1.4.10 status: active
Network:
Device-1: Intel Ethernet I219-LM vendor: Dell driver: e1000e v: kernel
port: N/A bus-ID: 00:1f.6
IF: enp0s31f6 state: down mac: <filter>
Device-2: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel
bus-ID: 02:00.0
IF: wlp2s0 state: up mac: <filter>
IF-ID-1: tailscale0 state: unknown speed: -1 duplex: full mac: N/A
Bluetooth:
Device-1: Intel Bluetooth wireless interface driver: btusb v: 0.8 type: USB
bus-ID: 1-7:3
Report: btmgmt ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 4.2
lmp-v: 8
Drives:
Local Storage: total: 238.47 GiB used: 15.64 GiB (6.6%)
ID-1: /dev/nvme0n1 vendor: Samsung model: MZVLB256HAHQ-000H1
size: 238.47 GiB temp: 31.9 C
Partition:
ID-1: / size: 24.9 MiB used: 24.9 MiB (100.0%) fs: overlay source: ERR-102
ID-2: /boot size: 1.9 GiB used: 496.3 MiB (25.5%) fs: ext4
dev: /dev/nvme0n1p2
ID-3: /boot/efi size: 598.8 MiB used: 12.5 MiB (2.1%) fs: vfat
dev: /dev/nvme0n1p1
ID-4: /var size: 235.89 GiB used: 15.15 GiB (6.4%) fs: btrfs
dev: /dev/nvme0n1p3
Swap:
ID-1: swap-1 type: zram size: 8 GiB used: 0 KiB (0.0%) dev: /dev/zram0
Sensors:
System Temperatures: cpu: 55.0 C pch: 51.0 C mobo: N/A
Fan Speeds (rpm): N/A
Info:
Memory: total: 16 GiB available: 15.47 GiB used: 2.6 GiB (16.8%)
Processes: 363 Uptime: 15m Init: systemd
Packages: 52 note: see --rpm Compilers: gcc: 15.2.1 Shell: Bash v: 5.3.0
inxi: 3.3.40
Describe the bug
After a clean install i noticed the system taking a bit longer then I would expect to boot.
I mitigated this issue by masking the two services in question:
Unfortunately I cannot provide you with data on how much faster it got, since unmasking and re-enabling the services did not reproduce the issue. But i would say that they caused about 1/2 longer boot time. About 1 minute compared to 38s after masking.
What did you expect to happen?
Unneeded services should be disabled or at least not hang on boot, causing longer boot times.
Output of
bootc status● Booted image: ghcr.io/ublue-os/bluefin:stable Digest: sha256:065af15702d97ebb7a3c352de6128feaf3d1d5f1df557f13e4b24d67b67956f7 (amd64) Version: 43.20260310 (2026-03-10T01:46:15Z) Rollback image: ghcr.io/ublue-os/bluefin:stable Digest: sha256:cb575b3f9ed7cf5041faaee05190969a0013f11cb7bf1a0b489e0cd1c83d2b7b (amd64) Version: 43.20260212.1 (2026-02-12T03:15:24Z)Output of
groupsExtra information or context
I'm new to Bluefin so don't know if this is a new bug or not. Also here is some hardware information.