您尚未登录。

#1 2025-02-25 19:20:17

adamzyg
会员
注册时间: 2019-11-07
帖子: 56

升级了下grub+os-probe,报segment faults

sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/vimix-whitesur-1080p/theme.txt
Found linux image: /boot/vmlinuz-linux-lts
Found initrd image: /boot/initramfs-linux-lts.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
/usr/lib/os-probes/50mounted-tests: line 72: 82733 Segmentation fault      (core dumped) grub-mount "$partition" "$tmpmnt" 2> /dev/null
Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
 60 mounted=
 61 if type grub-mount >/dev/null 2>&1 && \
 62    type grub-probe >/dev/null 2>&1 && \
 63    grub-mount "$partition" "$tmpmnt" 2>/dev/null; then
 64     mounted=1
 65     type="$(grub-probe -d "$partition" -t fs)" || true
 66     if [ "$type" ]; then
 67         debug "mounted using GRUB $type filesystem driver"
 68     else
 69         debug "mounted using GRUB, but unknown filesystem?"
 70         type=fuseblk                                                                                                                                                                       
 71     fi
 72 fi

我是pacman -Syu升级的,默认就把grub+os-probes升级到最新了,我看报了个这错误,看样子是测试程序segment faults

最近编辑记录 adamzyg (2025-02-25 19:24:21)


niania

离线

#2 2025-02-25 23:53:32

Kurobac
kuro
所在地: 宛平南路600号
注册时间: 2018-05-12
帖子: 104

Re: 升级了下grub+os-probe,报segment faults

bug,等修吧(


echo "喜报:您的电脑上安装了$(locate "chrome-sandbox" | wc -l)个 Chromium\!"

离线

页脚