1 minute boot times

Experiencing slower than expected boot times compared to the other folks in the main channel. systemd-analyze plotoutput attached as image. Is this expected? Is my system doing something strange?
bazzite-deck:stable
Bazzite
Linux 6.17.7-ba01.fc43.x86_64
X570 Taichi
AMD Ryzen 7 5800X3D (16) @ 4.55 GHz
AMD Radeon RX 7900 XTX [Discrete]
Bazzite installed on Samsung SSD 990 PRO 2TB NVME
bazzite-deck:stable
Bazzite
Linux 6.17.7-ba01.fc43.x86_64
X570 Taichi
AMD Ryzen 7 5800X3D (16) @ 4.55 GHz
AMD Radeon RX 7900 XTX [Discrete]
Bazzite installed on Samsung SSD 990 PRO 2TB NVME
No description
62 Replies
Entwives System
It looks like you've got multiple SSDs installed which could be contributing to the long boot time as each drive is initialized. You could try disconnecting or removing the other SSDs to check the boot time with just the 990 Pro that has Bazzite on it. Additionally, is one of your SSDs in compatibility mode or ATA mode in your BIOS? Has it been this slow on earlier deployments of Bazzite or other Linux distros?
SkyOnPC
SkyOnPCOP2w ago
Not so slow on Windows, didn't try other distros before this. And my board doesn't include an ATA mode period. If the boot time scales with the amount of storage devices (since it looks like 5 seconds for each one?) Then there isnt much to be done
Entwives System
@SkyOnPC what's the output of
systemd-analyze blame
systemd-analyze blame
And
systemd-analyze critical-chain
systemd-analyze critical-chain
?
SkyOnPC
SkyOnPCOP2w ago
blame has quite a few lines but the longest timed ones at the top are
5.585s NetworkManager-wait-online.service
5.565s sys-module-fuse.device
5.416s dev-disk-by\x2dpath-pci\x2d0000:0c:00.0\x2data\x2d2.0\x2dpart1.device
5.416s dev-disk-by\x2dpath-pci\x2d0000:0c:00.0\x2data\x2d2\x2dpart1.device
5.416s dev-disk-by\x2dpartuuid-f9be6746\x2dcc2d\x2d474d\x2daf61\x2d8a308acef002.device
5.416s dev-disk-by\x2did-ata\x2dPNY_CS900_2TB_SSD_PNY22512212230100524\x2dpart1.device
5.585s NetworkManager-wait-online.service
5.565s sys-module-fuse.device
5.416s dev-disk-by\x2dpath-pci\x2d0000:0c:00.0\x2data\x2d2.0\x2dpart1.device
5.416s dev-disk-by\x2dpath-pci\x2d0000:0c:00.0\x2data\x2d2\x2dpart1.device
5.416s dev-disk-by\x2dpartuuid-f9be6746\x2dcc2d\x2d474d\x2daf61\x2d8a308acef002.device
5.416s dev-disk-by\x2did-ata\x2dPNY_CS900_2TB_SSD_PNY22512212230100524\x2dpart1.device
One of these I recognize as my eldest Sata SSD. Critical-chain:
sora@bazzite:~$ systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

graphical.target @5.879s
└─multi-user.target @5.879s
└─tuned-ppd.service @5.765s +113ms
└─tuned.service @5.261s +501ms
└─network.target @5.256s
└─wpa_supplicant.service @5.235s +21ms
└─basic.target @3.400s
└─dbus-broker.service @3.219s +145ms
└─dbus.socket @3.189s +475us
└─sysinit.target @3.183s
└─systemd-resolved.service @3.028s +154ms
└─systemd-tmpfiles-setup.service @2.556s +436ms
└─systemd-journal-flush.service @2.177s +376ms
└─ostree-remount.service @2.168s +6ms
└─var.mount @2.090s +58ms
└─dev-nvme1n1p7.device
sora@bazzite:~$ systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

graphical.target @5.879s
└─multi-user.target @5.879s
└─tuned-ppd.service @5.765s +113ms
└─tuned.service @5.261s +501ms
└─network.target @5.256s
└─wpa_supplicant.service @5.235s +21ms
└─basic.target @3.400s
└─dbus-broker.service @3.219s +145ms
└─dbus.socket @3.189s +475us
└─sysinit.target @3.183s
└─systemd-resolved.service @3.028s +154ms
└─systemd-tmpfiles-setup.service @2.556s +436ms
└─systemd-journal-flush.service @2.177s +376ms
└─ostree-remount.service @2.168s +6ms
└─var.mount @2.090s +58ms
└─dev-nvme1n1p7.device
Entwives System
Are those devices set to mount automatically? What's the output of
cat /etc/fstab
cat /etc/fstab
?
SkyOnPC
SkyOnPCOP2w ago
All devices are automount. Promise to reply with the Fstab output in ~3 hours as I fell asleep and am now working.
sora@bazzite:~$ cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Thu Jul 3 23:04:50 2025
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
# Updated by bootc-fstab-edit.service
UUID=316acd08-2541-4f2a-9575-312cacd3198b / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2,ro 0 0
UUID=668b2555-da97-412f-86bb-e5d11b0902ca /boot ext4 defaults 1 2
UUID=AB2E-88BA /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var/home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
/dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
sora@bazzite:~$ cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Thu Jul 3 23:04:50 2025
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
# Updated by bootc-fstab-edit.service
UUID=316acd08-2541-4f2a-9575-312cacd3198b / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2,ro 0 0
UUID=668b2555-da97-412f-86bb-e5d11b0902ca /boot ext4 defaults 1 2
UUID=AB2E-88BA /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var/home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
/dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
jinli mei
jinli mei2w ago
@SkyOnPC in the future, could you use three ` instead? addressed!
SkyOnPC
SkyOnPCOP2w ago
Oh yeah my bad I didn't even know doing it 3 times would block format it like I can on slack I'll even edit it now to fix it
jinli mei
jinli mei2w ago
in fact discord supports syntax highlighting (``'cpp) while slack doesn't lol, it's wild
SkyOnPC
SkyOnPCOP2w ago
I think what surprises me is that init for these devices is >5s when someone on weaker hardware had it at like 4s, I wonder if it's a quirk dependent on something else.
jinli mei
jinli mei2w ago
i wonder how they look in bios/uefi, if they aren't being potentially gimped on PCIex speeds? but that wouldn't be a linux specific issue, that'd happen on any os
Entwives System
Have you turned off fast startup on Windows? The long boot time could also be from a performance regression though with this being your first Linux install and first Bazzite deployment you would have to do something like
bazzite-rollback-helper rebase 42.20251019
bazzite-rollback-helper rebase 42.20251019
to roll back to the previous stable release. It'll download the 42-based image with Linux 6.16.4 so you can test that
SkyOnPC
SkyOnPCOP2w ago
All four should be Gen4, I at least went back into Windows and checked for this in HWINFO64, I also ran KDiskMark in parallel and the speeds match up OK With only the 990 Pro getting gimped by CoW I can boot back in and check if it is somehow re-enabled but I disabled this when prepping to dual boot back on Bazzite 42 I haven't rebased or anything since installing back in...August?
Entwives System
Ah, you've had this installed for a few months already? Was the performance any different when you first installed it?
SkyOnPC
SkyOnPCOP2w ago
Its always been this slow, usually a lengthy black screen period between the Bazzite loading wheel screen and finally seeing the desktop For science, switching back to Windows, was 16 seconds from Bios to Desktop Systemd analyze is reporting >1m for Bazzite, so its a giant discrepancy -> Fast Startup is not on
SkyOnPC
SkyOnPCOP2w ago
No description
Entwives System
that pretty much eliminates it being a performance regression of any recent code changes
SkyOnPC
SkyOnPCOP2w ago
No description
SkyOnPC
SkyOnPCOP2w ago
And as far as HWInfo suggests, all drives are at their rated speeds + the GPU The 990s are gen4, and the 970 is gen 3, Booting back into Bazzite now and the latest analyze plot states Startup finished in 12.774s (firmware) + 4.644s (loader) + 1.076s (kernel) + 4.419s (initrd) + 46.161s (userspace) = 1min 9.075s graphical.target reached after 5.954s in userspace. Unfortunately the Asrock bios for AM4 sucks and doesn't state anywhere the PCI-E state of the drives, so the only way for me to check is in terminal on Bazzite or with HWInfo64
Entwives System
Getting systemd to initialize the drives more effectively might help. What's the output of
lsblk -f /dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
lsblk -f /dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
?
SkyOnPC
SkyOnPCOP2w ago
Getting that just a sec
sora@bazzite:~$ lsblk -f /dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
lsblk: /dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3: not a block device
sora@bazzite:~$ lsblk -f /dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
lsblk: /dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3: not a block device
Wait maybe I have to sudo for that... nah didn't change, same message
Entwives System
If the drive that fstab is trying to mount isn't present, that could be increasing the boot time by quite a bit as it waits for the mount to timeout. What's the output of
lsblk -f
lsblk -f
? Do you get any output with
sudo blkid | grep 7ab0846f-fcc3-4287-b8fe-365ad99b3be3
sudo blkid | grep 7ab0846f-fcc3-4287-b8fe-365ad99b3be3
?
SkyOnPC
SkyOnPCOP2w ago
I wonder if that uuid is for my external NVME that is disconnected.
Entwives System
That'll do it
SkyOnPC
SkyOnPCOP2w ago
blank output for the 2nd one
Entwives System
yep that's expected for a drive that isn't connected
SkyOnPC
SkyOnPCOP2w ago
sora@bazzite:~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 ext4 1.0 Games 3D NAND cf317dad-f177-4f4c-a89a-31cb3c867580 1.2T 26% /run/media/system/Games_3D_NAND
zram0 swap 1 zram0 2c85c04f-9998-4f39-97c4-7b7af2d28559 [SWAP]
nvme2n1
├─nvme2n1p1 vfat FAT32 10C1-F281
├─nvme2n1p2
├─nvme2n1p3 ntfs 5EEEBB5CEEBB2B63
├─nvme2n1p4 ntfs 1668398B68396B1F
├─nvme2n1p5 vfat FAT16 BAZZITE-EFI AB2E-88BA 287.2M 4% /boot/efi
├─nvme2n1p6 ext4 1.0 bazzite-boot 668b2555-da97-412f-86bb-e5d11b0902ca 410.5M 51% /boot
└─nvme2n1p7 btrfs 316acd08-2541-4f2a-9575-312cacd3198b 522.6G 66% /usr/share/pipewire
/usr/share/wireplumber
/var/home
/var
/sysroot/ostree/deploy/default/var
/sysroot
/etc
nvme1n1
└─nvme1n1p1 ext4 1.0 Samsung 970 Evo 5e532adf-9860-4328-a7bd-9c1a414b7187 169.1G 86% /run/media/system/Samsung_970_Evo
nvme0n1
├─nvme0n1p1 ext4 1.0 Samsung 990 Evo 8b0a5efd-0665-45ae-8a52-b99bd63b6764 161.4G 77% /run/media/system/Samsung_990_Evo
└─nvme0n1p2 ntfs GamesWindows 86C853A2C8538EF5
sora@bazzite:~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 ext4 1.0 Games 3D NAND cf317dad-f177-4f4c-a89a-31cb3c867580 1.2T 26% /run/media/system/Games_3D_NAND
zram0 swap 1 zram0 2c85c04f-9998-4f39-97c4-7b7af2d28559 [SWAP]
nvme2n1
├─nvme2n1p1 vfat FAT32 10C1-F281
├─nvme2n1p2
├─nvme2n1p3 ntfs 5EEEBB5CEEBB2B63
├─nvme2n1p4 ntfs 1668398B68396B1F
├─nvme2n1p5 vfat FAT16 BAZZITE-EFI AB2E-88BA 287.2M 4% /boot/efi
├─nvme2n1p6 ext4 1.0 bazzite-boot 668b2555-da97-412f-86bb-e5d11b0902ca 410.5M 51% /boot
└─nvme2n1p7 btrfs 316acd08-2541-4f2a-9575-312cacd3198b 522.6G 66% /usr/share/pipewire
/usr/share/wireplumber
/var/home
/var
/sysroot/ostree/deploy/default/var
/sysroot
/etc
nvme1n1
└─nvme1n1p1 ext4 1.0 Samsung 970 Evo 5e532adf-9860-4328-a7bd-9c1a414b7187 169.1G 86% /run/media/system/Samsung_970_Evo
nvme0n1
├─nvme0n1p1 ext4 1.0 Samsung 990 Evo 8b0a5efd-0665-45ae-8a52-b99bd63b6764 161.4G 77% /run/media/system/Samsung_990_Evo
└─nvme0n1p2 ntfs GamesWindows 86C853A2C8538EF5
I had that external automounted because it typically is stationary I just didn't bring it with me when moving my PC into the other room for a bit (i also have a little bit of an unallocated space disaster from trying and failing to resize BTRFS....) Oh! So I guess that would be our answer huh, if I have automounting on all, it's probably hanging on various...things that don't matter....right? Like the disconnected NVME, and probably the empty partitions?
Entwives System
You can turn off the explicit automount and switch it to an on-demand automount for that drive by opening fstab in an editor (kate will handle sudo permissions when you save) and adjusting the line.
kate /etc/fstab
kate /etc/fstab
change the last line so it reads
/dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,noauto,x-systemd.automount,x-gvfs-show 0 0
/dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,noauto,x-systemd.automount,x-gvfs-show 0 0
after that, run
systemctl daemon-reload
systemctl daemon-reload
and you can reboot to check how it performs after. That switches it from being mounted on boot to mounted when you have it plugged in and are trying to access it
SkyOnPC
SkyOnPCOP2w ago
Doing that now and checking
Entwives System
The command specific to that drive would be helpful in replacing the fs type (currently auto) but with systemd handling the mounting after boot it shouldn't impact performance
SkyOnPC
SkyOnPCOP2w ago
Learned something new from this because I've never really messed with fstab On reboot, Gamescope is kind of "hung" on loading user data....I'll give it a minute
Entwives System
Did it load in?
SkyOnPC
SkyOnPCOP2w ago
nope, stuck I tty'd out to reboot one more time for good measure but its the same boot time is measurably faster though, I timed 34 seconds before getting softlocked at Loading User Data.....
SkyOnPC
SkyOnPCOP2w ago
This screen.
No description
SkyOnPC
SkyOnPCOP2w ago
Mashing buttons on the keyboard I managed to get to the Steam menu and press "Switch to Desktop" but that...didn't seem to work
Entwives System
Can you get kate back open to edit the fstab? there's also
sudo nano /etc/fstab
sudo nano /etc/fstab
though it is less intuitive and requires you to use arrow keys to move a cursor around and change values
SkyOnPC
SkyOnPCOP2w ago
I'm familiar with nano from working on a cluster since I can't get to a desktop period I'll have to do that in the TTY and break out the super squint because on the 4K panel the TTY is actually for ants
Entwives System
Are all of the other lines still there? I cleaned up the UUID for readability in this version of the fstab:
#
# /etc/fstab
# Created by anaconda on Thu Jul 3 23:04:50 2025
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
# Updated by bootc-fstab-edit.service
UUID=316acd08-2541-4f2a-9575-312cacd3198b / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2,ro 0 0
UUID=668b2555-da97-412f-86bb-e5d11b0902ca /boot ext4 defaults 1 2
UUID=AB2E-88BA /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var/home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-systemd.automount,x-gvfs-show 0 0
#
# /etc/fstab
# Created by anaconda on Thu Jul 3 23:04:50 2025
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
# Updated by bootc-fstab-edit.service
UUID=316acd08-2541-4f2a-9575-312cacd3198b / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2,ro 0 0
UUID=668b2555-da97-412f-86bb-e5d11b0902ca /boot ext4 defaults 1 2
UUID=AB2E-88BA /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var/home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-systemd.automount,x-gvfs-show 0 0
I also removed noauto from the line
SkyOnPC
SkyOnPCOP2w ago
had to retype because while I was looking at it, it "restarted" the gamescope session and kicked me out just a sec oh yknow looking at it I think I clobbered it somehow yeah oops this is user error let me fix it based on what you just pasted
Entwives System
each UUID= (including the /dev/disk/by-uuid line) should be starting its own line and both methods of addressing the drive by uuid are valid/correct though the UUID= is generally preferred due to readability
SkyOnPC
SkyOnPCOP2w ago
yeah i clobbered the uuid part when editing i put it back and the rest of the line is the same now
Entwives System
If you kept noauto from the earlier suggestion it should make systemd mount the drive when it would be accessed. Did you get it to load back up after a reboot?
SkyOnPC
SkyOnPCOP2w ago
rebooted and same, still hung. I wonder if I clobbered the var/home line too? give me a sec to actually compare line by line (I swear I just copied over the last one in fstab though...)
Entwives System
This is what your home line should look like:
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var/home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=316acd08-2541-4f2a-9575-312cacd3198b /var/home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
For the last line, this would effectively revert any changes while making fstab more readable:
UUID="7ab0846f-fcc3-4287-b8fe-365ad99b3be3" /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
UUID="7ab0846f-fcc3-4287-b8fe-365ad99b3be3" /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
SkyOnPC
SkyOnPCOP2w ago
Image of the term I'm looking at now just for ref
No description
SkyOnPC
SkyOnPCOP2w ago
Wondering wtf I broke here
Entwives System
Checking it over
SkyOnPC
SkyOnPCOP2w ago
It is worth noting that as mentioned, it eventually fails out and soft restarts switching me back out of TTY3
Entwives System
let's see if the mount file was created
ls /etc/systemd/system |grep .mount
ls /etc/systemd/system |grep .mount
SkyOnPC
SkyOnPCOP2w ago
getting back up to stand in front of the screen to type it lol, just a second
Entwives System
hopefully something like 7ab0846f-fcc3-4287-b8fe-365ad99b3be3.mount is there
SkyOnPC
SkyOnPCOP2w ago
blank output lemme revert the line entirely for a second so I can at least get back into the system and stop squinting at the screen
Entwives System
Is that drive your game drive?
SkyOnPC
SkyOnPCOP2w ago
yeah it just has games and misc files on it its the only drive that wasnt listed in lsblk -f earlier so im sure that uuid has to be that one i just typed out the original line that was there, reload, reboot. we'll see in a second if it behaves normal now Yep!
/dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
I put this back exactly and no hang. let me go pick the drive up off the floor and plug it in
Entwives System
Sorry for the toubles. The drive shouldn't affect Gamescope in that way considering that it wasn't previously present though it seems that it is requiring it somehow anyways. What happens when you reboot with the drive plugged in? Hopefully the boot time should be faster with it not timing out the mount
SkyOnPC
SkyOnPCOP2w ago
the story gets weirder i plugged that drive in and its uuid is different I have no idea wtf that is, Wait there's no way that's my dead SSD from august? My system wont even post with that one connected so i cant even confirm but thats my only thought now
Entwives System
Does the mountpoint show anything?
ls -la /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
ls -la /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
if there's nothing there, you could probably safely comment out that line to prevent mount timeouts increasing boot time. Just a single # in front of the line and if it breaks you only have to undo that.
SkyOnPC
SkyOnPCOP2w ago
ls -la /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
total 0
drwxr-xr-x. 1 root root 0 Aug 26 19:01 .
drwxr-xr-x. 1 root root 72 Aug 26 19:01 ..
ls -la /mnt/7ab0846f-fcc3-4287-b8fe-365ad99b3be3
total 0
drwxr-xr-x. 1 root root 0 Aug 26 19:01 .
drwxr-xr-x. 1 root root 72 Aug 26 19:01 ..
omg bruh yeah I think that's what it is right when I installed bazzite, I had a really old sata SSD I used as a kind of buffer while I moved data clap out and legit make the entire machine not post so I unplugged it and moved on with my life.
Entwives System
Let's make a copy of your working fstab before making any further changes.
sudo cp /etc/fstab /etc/fstab.backup
sudo cp /etc/fstab /etc/fstab.backup
SkyOnPC
SkyOnPCOP2w ago
Done :Check: this is quite the learning experience. Just comment out that line from fstab now?
Entwives System
Considering that you have now a whole backup fstab, feel free to remove that last line entirely. You can verify that the fstab backup has the line correct with
cat /etc/fstab.backup
cat /etc/fstab.backup
before making the change
SkyOnPC
SkyOnPCOP2w ago
done and rebooting, lets see load bearing SSD from the grave 😅 it booted just fine without the line at all time to check analyze for our time savings
Startup finished in 13.488s (firmware) + 4.716s (loader) + 1.048s (kernel) + 4.504s (initrd) + 10.914s (userspace) = 34.672s graphical.target reached after 5.953s in userspace.
Startup finished in 13.488s (firmware) + 4.716s (loader) + 1.048s (kernel) + 4.504s (initrd) + 10.914s (userspace) = 34.672s graphical.target reached after 5.953s in userspace.
Perfect! Over halved the time and now it looks normal as with everyone else. I think we're good here. I certainly didn't know disconnected drives could cause that quite this that way. Good learning experience too. Thanks!

Did you find this page helpful?