StabeUpdateRequest for Ubuntu 10.04 LTS.
IMPACT: As additional distributions switch to generating their initrd
using dracut, grub2 will become unable to boot them.
FIXED: The bug has been fixed upstream in os-prober version 1.39
(included in Ubuntu 10.10)
As the bug has been fixed in a newer ver
This bug was fixed in the package os-prober - 1.39
---
os-prober (1.39) unstable; urgency=low
[ Joey Hess ]
* Fix FreeDOS test to use case-insensative filename lookup
as was already done for all other DOS/Windows tests. Closes: #582257
(Thanks, Harald Dunkel)
[ Colin Wa
** Changed in: os-prober (Ubuntu)
Status: Incomplete => In Progress
--
grub2 error detecting Fedora"initrd"
https://bugs.launchpad.net/bugs/420900
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
Ok, I made it work by changing the line :
initrdname=$(echo "$kernfile" | sed "s/vmlinu[zx]/initrd\*/")
to
initrdname="$(echo "$kernfile" | sed "s/vmlinu[zx]/init\*/").img"
With this change, the script is now looking for the file name
init*[kernel version].img, instead of initrd[kernel ve
I suspect the problem is in /usr/lib/linux-boot-
probes/mounted/90fallback
initrdname=$(echo "$kernfile" | sed
"s/vmlinu[zx]/initrd\*/")
foundinitrd=0
for initrd in $(eval ls $initrdname 2>/dev/null); do
Not sure if this bug has expired. I am having the same problem.
I have ubuntu 9.10 with grub2 installed. I later installed fedora 12 on another
partition without boot loader (thus, no menu.lst to attach).
When I run update-grub from ubuntu, the created entry for fedora has no initrd,
as below:
Thanks for the feedback on the hda/sda item. Understandable.
And not a too big issue once you know how to fix it ;-)
Before Karmic I used to install CentOS with GRUB (1.5 IIRC) and use the
chainloader.
However ... since Karmic I have install the additional distributions that I
have (currently D
I'm not sure if there's much we can do about the hda6 vs. sda6 thing -
this is entirely dependent on the exact configuration of kernel being
booted and it's entirely possible for it to switch back and forth even
within a single release of a single distribution at times. :-(
I'd like to fix the ini
The same issue happens to me with the detection of CentOS.
The grub.cfg reads:
menuentry "CentOS release 5.3 (Final) (on /dev/sda6)" {
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4870fcd7-5b5b-4276-97ee-a8134dd68e2a
linux /boot/vmlinuz-2.6.18-128
This is more a bug in os-prober
/etc/grub.d/30_os-prober gets the initrd from it and then just put it in
grub.cfg
** Package changed: grub2 (Ubuntu) => os-prober (Ubuntu)
--
grub2 error detecting Fedora"initrd"
https://bugs.launchpad.net/bugs/420900
You received this bug notification because yo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bug
11 matches
Mail list logo