Search Criteria
Package Details: os-prober-btrfs 1.83-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/os-prober-btrfs.git (read-only, click to copy) |
---|---|
Package Base: | os-prober-btrfs |
Description: | Utility to detect other OSes with various patches to support btrfs and other fixes |
Upstream URL: | https://joeyh.name/code/os-prober/ |
Licenses: | GPL-3.0-or-later |
Conflicts: | os-prober |
Provides: | os-prober |
Submitter: | librewish |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 8 |
Popularity: | 0.60 |
First Submitted: | 2020-10-25 10:28 (UTC) |
Last Updated: | 2024-10-28 06:58 (UTC) |
Dependencies (1)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
Required by (13)
- grub-blscfg (requires os-prober) (optional)
- grub-coreos (requires os-prober) (optional)
- grub-git (requires os-prober) (optional)
- grub-grubenv-btrfs (requires os-prober) (optional)
- grub-improved-luks2-git (requires os-prober) (optional)
- grub-libzfs (requires os-prober) (optional)
- grub-linux-default (requires os-prober) (optional)
- grub-luks-keyfile (requires os-prober) (optional)
- grub-luks-keyfile-git (requires os-prober) (optional)
- grub-silent (requires os-prober) (optional)
- grub-theme-vimix-very-dark-blue (requires os-prober) (optional)
- grub-xen-git (requires os-prober) (optional)
- kcm-grub2-git (requires os-prober) (optional)
Sources (16)
- fix-blkid-path.patch
- grub-initrd-generation-fix.diff
- grub-initrd-generation-fix.hook.diff
- https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.83.tar.xz
- os-prober-bootpart-name-fix.patch
- os-prober-btrfsfix.patch
- os-prober-factor-out-logger.patch
- os-prober-factored-logger-efi-fix.patch
- os-prober-frugalware.diff
- os-prober-gentoo-fix.patch
- os-prober-grepfix.patch
- os-prober-grub2-mount-workaround.patch
- os-prober-grub2-parsefix.patch
- os-prober-mdraidfix.patch
- os-prober-mounted-partitions-fix.patch
- os-prober-umount-fix.patch
Latest Comments
sudoAlphaX commented on 2024-10-28 08:01 (UTC)
@envolution it worked. Thank you very much for taking up this package.
envolution commented on 2024-10-28 07:00 (UTC)
@sudoAlphaX - I've fixed the issue (thanks for reporting). Can you try updating again please?
sudoAlphaX commented on 2024-10-28 03:09 (UTC)
Im having an issue. How to fix it?
-> Found grub-initrd-generation-fix.hook.diff ==> ERROR: Integrity checks (sha512) differ in size from the source array. error: failed to download sources for 'os-prober-btrfs-1.83-1': error: packages failed to build: os-prober-btrfs-1.83-1
einalex commented on 2021-08-03 19:27 (UTC)
is it possible there is a typo in os-prober-btrfsfix.patch? $subvool should probably be $subvol
taxuswc commented on 2021-01-21 12:38 (UTC)
@mireiner you may want to check out this discussion: https://bugs.archlinux.org/task/43254. It looks like
grub-intel-ucode.patch
should be applied to/etc/grub.d/30_os-prober
to make os-prober related grub script to accept new form of input, introduced byos-prober-grub2-multiple-images.patch
in this package.mireiner commented on 2020-12-09 11:33 (UTC) (edited on 2020-12-09 11:35 (UTC) by mireiner)
grub.cfg os-prober menu entries are corrupted:
initrd /boot/intel-ucode.img^/boot/initramfs-linux.img
The initrd line doesn't boot because instead of a white space character separator there's a "^" character.