Every time a new kernel is installed in karmic, the entire grub.cfg is
regenerated, making that my changes do not count. Because of that, I
cannot boot easily into Jaunty, because the karmic's GRUB keeps thinking
that the Jaunty partition is LVM managed.

As well I would recommend that the following lines in grub.cfg be commented out 
as they block me from getting to the GRUB menu:
### BEGIN /etc/grub.d/30_os-prober ###
if [ ${timeout} != -1 ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/30_os-prober ###

-- 
Ubuntu 9.10 Alternate Installer - GRUB2 incorrectly assumes all partitions are 
LVM managed when writing grub.cfg
https://bugs.launchpad.net/bugs/413345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to