-
Notifications
You must be signed in to change notification settings - Fork 48
Unable to bo 8000 ot rootfs with quotes around UUID #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for filing this issue. A few comments about your setup:
You don't really need this config option (and neither
Alright, first of all you need to remove quotes in
Booster documentation incorrectly named this boot option. It should be
This option is not supported in |
Ok, with the master branch I was able to get it to boot without the "" but it did ignore the flags and booted the wrong OS. With the options branch, it was able to boot the correct subvolume (following the rootflags correctly). It works without specifying I do have another issue, but it might be unrelated to booster. If I add Last thing, I don't want to bombard you with issues but when i initially installed yesterday it did not build any initramfs, or at least I have no idea where it was built. There was nothing new present in /boot. Running |
Thanks for verifying it. The fix for it got merged
Yes it definitely need to be handled. Either remove quotes or verify that provided UUID matches expected format https://en.wikipedia.org/wiki/Universally_unique_identifier#Format
This probably happens because
Running
The |
Same issue here with booster 0.2-1 on Archlinux. BTRFS over LUKS failed to boot
|
@moviuro could you please provide more logs? You can add As of your config:
|
They're supported and handled properly by mkinitcpio, but not by dracut if I recall correctly. Supporting quotes would be useful for LABEL and PARTLABEL identification, e.g. root="LABEL=Arch Root". |
The correct format is From https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html:
|
My bad, I haven't used such a setup in a long time. |
I only have
and still get |
Per @nl6720 comment above quotes happen only around boot param value e.g. But the original issue says it wants to handle quotes around UUID value: Which way to specify quotes is correct? |
For now I went with handling optional quotes around UUID parameters for |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've been trying to use booster, but I've been unable to get it to mount the rootfs. I see the error
devAdd: cannot detect block type
looped a few times on the same line.booster config has
modules: btrfs
booster.debug=1 has way too much info scrolling by too quickly to even capture with video but if there's a way to somehow get that data I would be glad to give more info.
Partition is unencrypted BTRFS.
universal: true
did not help.full systemd-boot configuration, which is identical to my working config with mkinitcpio except for booster changes:
The text was updated successfully, but these errors were encountered: