Initial ramdisk as second parameter is left out
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-prober (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Hi there,
multiboot with Ubuntu, Windows and Manjaro worked fine for some time. However, os-prober doesn't take care of Manjaros initial ramdisk any more. This is an example of how it's now on my system from file /boot/grub/
menuentry 'Manjaro Linux (20.0.3) (auf /dev/nvme0n1p5)' --class manjarolinux --class gnu-linux --class gnu --class os $menuentry_
osprober-
savedefault
insmod part_msdos
insmod ext2
if [ x$feature_
search --no-floppy --fs-uuid --set=root 52768e35-
else
search --no-floppy --fs-uuid --set=root 52768e35-
fi
linux /boot/vmlinuz-
y=3
initrd /boot/amd-ucode.img
Comparing this to the output from Manjaro:
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_
ab95-64fd30abb67e' {
savedefault
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
if [ x$feature_
search --no-floppy --fs-uuid --set=root 52768e35-
else
search --no-floppy --fs-uuid --set=root 52768e35-
fi
linux /boot/vmlinuz-
rity=3
initrd /boot/amd-ucode.img /boot/initramfs
Is there a workaround until fixed?
Kind regards
Stefan
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: os-prober 1.74ubuntu2
Uname: Linux 5.8.5-050805-
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: ubuntu:GNOME
Date: Sat Aug 29 23:30:06 2020
InstallationDate: Installed on 2019-05-02 (484 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
ProcEnviron:
TERM=xterm-
PATH=(custom, no user)
XDG_RUNTIME_
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: os-prober
UpgradeStatus: No upgrade log present (probably fresh install)