Bazzite never configures a bootloader... (Failed to write bootloader)

As the title says, the installer NEVER configures a bootloader, im using ASUS Laptop ISO. Tried even doing the bootloader manually, but grub is fucked up and Systemd files are gone in the iso.
Solution:
so yea, the solution if anyone has it (on laptop) is updating the bios to a modern version (or reinstalling it if possible) resetting the nvram too...
Jump to solution
67 Replies
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
To add, i have all my disks formated (no dual boot)
nagito || Knight of Emilia
what are you dualbooting with? setting up the bootloader manually isn't that hard it's just getting the installer to not touch the existing one that's something i don't know how to do all you really need is fedora's grub installed & a specific config file that will never really change since fedora atomic doesn't directly touch the bootloadr
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
I said im not dualbooting, the disk is formated Full Linux setup I tried it, but always get files missing from the iso Tried using systemd, files doesn't exist on the bazzite iso
nagito || Knight of Emilia
yeah that confuses me tried the same thing as you before got the same result
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Tried using grub but get a .conf file missing error Again, it looks like the iso is missing stuff I tried using fedora workstation due to having access to DNF, but systemd doesn't get added to bios bootloader, and forcing it through ventoy just gives me enter to bios, no entries Also, chroot doesn't work, getting always /bin/bash no such file or directory
nagito || Knight of Emilia
hmm what about installing grub with fedora? or are you having trouble even booting workstation
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Nono, i can boot workstation fine! Its the only way to use stuff like DNF or even get some files Im using live boot (usb)
nagito || Knight of Emilia
hmm what did you try to chroot into?
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
On what i have installed Again, i managed to install Bazzite, just getting the failed to write boot error, continued, and thats all The only thing i have, is grub terminal
nagito || Knight of Emilia
if you're up for it we can try something silly bazzit's bash isn't in /bin/bash physically
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
I mean, i always can try I didn't sleep trying to fix this lol
nagito || Knight of Emilia
how familiar would you say are with Linux you seem to be confortable with installing the bootloader
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Three years already Im just installing bazzite on my brother friends laptop asus vivobook)
nagito || Knight of Emilia
good enough you're probably used to it enough
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Yea, isn't the first time i have serious bootloader problems But not like this It seems almost like a bug how the bootloader files are missing on bazzite
nagito || Knight of Emilia
the installer doesn't have much to do with bazzite though as far as i can tell it's just the fedora installer which contains & can install bazzite which boils down to 1 command ever installed arch?
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Yea The idea of installing bazzite its because that friend never used Linux Just wants better performance and gaming so, thats why im here
nagito || Knight of Emilia
i guess then we shouldn't go with my silliest idea i was thinking you get workstation running & use that as a jumping off point to manually install bazzite i could help with that but it'd probably take a while
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Maybe Although i had the idea of Instead of using ASUS iso, using the generic laptop iso
nagito || Knight of Emilia
try that also this sort of thing happens when there's already a fedora folder on the ESP
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
will do that and report back
nagito || Knight of Emilia
been messing around with manual OSTree distro installation for a few days now only really struggling to set up a user after installing though i've been trying the old passwd command way there's a different way though there's this thing called systemd-homed a systemd tool that manages home folders/users in this setup everything relevant to the user is stored in the home folder itself including the stuff that goes in /etc/passwd & /etc/shadow it's in a ~/.identity file
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Btw im rn about to install the laptop iso
nagito || Knight of Emilia
which is cryptographically signed json to transfer an user you just transfer the cryptographic keys & a file that gets mounted as the user's home on the new system an AI summary told me this is very much supported on fedora atomic out of the box couldn't find the official source of this at a glance though it would make a lot of sense since the atomic crew are all about keeping the system swappable & thus the user data separate & conveniently on fedora atomic the cryptographic keys go into the var folder well they always go in var but on fedora atomic var is specifically independent
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Welll
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Rip
No description
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Failed to write boot loader again
nagito || Knight of Emilia
oh logs are on another tty
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Not even using laptop generic iso work lol
nagito || Knight of Emilia
look at what the logs say
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
No description
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Something of a pcie error is spawning constantly
nagito || Knight of Emilia
yeah the actual error probably passed by though there are a few mor ttys with stuff there's also tmux that has a few windows open including logs i think you can scroll in tmux
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
I pressed "No" and im looking from the installer logs I see a LOT of $d errors It tries something with some systemd configs and it says "Unknown modifiers d$"
nagito || Knight of Emilia
there should be a very clear error about bootloader installation in there
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
OH efibootmgr cannot remove boot entries That is why It tries to remove all leftovers entries Gets an error and drops an "Could not delete variable. Invalid Argument" And the installer shits itself
nagito || Knight of Emilia
wel that's a pretty clear error
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
If you ask, I have secure boot disable Its weird that efibootmgr cannot remove entries
nagito || Knight of Emilia
not sure if you could work around it though
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
After that, it gives an internal error and "tries" to continue the installer (failing and just breaking itself more and more)
nagito || Knight of Emilia
the firmware would need to cooperate there though some don't
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Im using an Asus Vivobook
nagito || Knight of Emilia
on any other distro you could work around this in various ways but fedora's installer sucks very much at least the old Anaconda
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Im going to check bios tho
nagito || Knight of Emilia
or maybe if you're advanturous enough trying to update UEFI maybe there's something in there
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Im going to do that lol It has a 2023 version Yay the laptop didn't kaboom Is still on the process tho Now it finished Lets go
nagito || Knight of Emilia
that's not too old i'd expect them to fix basic issues UEFI has been around for a while now
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
FINALLY it installed perfectly old bios had the nvram corrupted
Solution
ViviNoSmol🌷
ViviNoSmolšŸŒ·ā€¢2mo ago
so yea, the solution if anyone has it (on laptop) is updating the bios to a modern version (or reinstalling it if possible) resetting the nvram too
nagito || Knight of Emilia
was just corrupted
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
yea probably an old bug
nagito || Knight of Emilia
there's usually a way to clear NVRAM if corruption is the issue
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
now time too see if boots yea it booted
nagito || Knight of Emilia
nice Steam Deck has a button combo to clear NVRAM so did intel Macs but updating was probably a good idea anyways
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Ok now i have a weird thing I log in, but the gnome screen is gray Pressing the shutdown button worked tho Well now i have weird issues If i let the pc boot normally and let the plymouth screen (no pressing esc) Everything freezes, and the caps lock key starts beeping If i press ESC that doesn't happen (kernel panic?)
nagito || Knight of Emilia
strange try going back to the ASUS image
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
I cant lol
nagito || Knight of Emilia
now that it can actually install properly
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Everything freezes Oh Now after pressing esc It happened I think is a kernel panic
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
No description
nagito || Knight of Emilia
you can disable the splash screem alltogether i guess yeah this doesn't look like a panic but does look bad
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
It doesn't boot It stuck there caps lock led flashing
nagito || Knight of Emilia
hmm how far can it boot i wonder what of you make it stop at milti-user.target
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
It stops at "load/save os random seed" After getting a fuck ton of ACPI Bios errors
nagito || Knight of Emilia
yeah that seems like the firmware still being bugged but nothing jumps out as that severe
ViviNoSmol🌷
ViviNoSmol🌷OP•2mo ago
Yep, rebooted it Its ACPI error Its a kernel panic I will use now the generic iso I think simply Bazzite doesn't work on Vivobooks Used the generic one and still the same thing Well, i think is something that should get fixed, rip but i tried Will see with another distro now Ty for the help tho

Did you find this page helpful?