Skip to content

Installation fails on Arch Linux because tar cannot change ownership on FAT EFI partition #84

Description

@Belarusan
  • Arch Linux
  • GNU tar 1.35
  • multios-usb 0.11.1-1 (from AUR)

On Arch Linux installation fails during GRUB extraction.

Command tar -xf binaries/grub-*/i386-pc.tar.xz -C "$part_efi/grub" produces many errors:

tar: i386-pc/*.mod: Cannot change ownership to uid 0, gid 0: Operation not permitted

The EFI partition is FAT32, which as far as I know does not support Unix ownership.

The installation succeeds after changing the command to:

tar --no-same-owner -xf binaries/grub-*/i386-pc.tar.xz -C "$part_efi/grub"

Maybe this option should be added upstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions