[Bug 414184] Re: [Karmic] update-grub creates incorrect entry for FreeDOS

Launchpad Bug Tracker 414184 at bugs.launchpad.net
Tue May 5 05:23:54 UTC 2020


[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: grub2 (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/414184

Title:
  [Karmic] update-grub creates incorrect entry for FreeDOS

Status in grub2 package in Ubuntu:
  Expired

Bug description:
  After most recent update update-grub finally completes.  When I run it
  I see the following:

  roland at logikaldesktop:~$ sudo update-grub
  Generating grub.cfg ...
  Found linux image: /boot/vmlinuz-2.6.31-3-generic
  Found initrd image: /boot/initrd.img-2.6.31-3-generic
  Found memtest86+ image: /boot/memtest86+.bin
  Found FreeDOS on /dev/sdb1
  done

  The problem is it creates the following entry:

  ### BEGIN /etc/grub.d/30_os-prober ###
  menuentry "FreeDOS (on /dev/sdb1)" {
  	set root=(hd1,1)
  	search --no-floppy --fs-uuid --set 3137-16f9
  	drivemap -s (hd0) ${root}
  	chainloader +1
  }
  ### END /etc/grub.d/30_os-prober ###

  Neither Grub nor Karmic are seeing the SATA drives in the same order
  as the BIOS.  FreeDOS was installed on the first hard drive, which is
  a SATA 250.  The other two hard drives are SATA 1TB.  Both grub and
  Karmic are seeing the drives as 1TB, 250, 1TB.  Sorry, I don't have a
  different sized SATA to install so we can easily identify which drive
  Grub/Karmic are seeing first.

  The order is completely consistent.

  As a result of this discombobulation, FreeDOS cannot be booted.  It is
  trying to map the drives via the BIOS and the Grub mapping really
  hoses things.

  roland at logikaldesktop:~$ lsb_release -rd
  Description:    Ubuntu karmic (development branch)
  Release:        9.10

  roland at logikaldesktop:~$ apt-cache policy grub-pc
  grub-pc:
    Installed: 1.96+20090725-1ubuntu2
    Candidate: 1.96+20090725-1ubuntu2
    Version table:
   *** 1.96+20090725-1ubuntu2 0
          500 http://us.archive.ubuntu.com karmic/main Packages
          100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/414184/+subscriptions



More information about the foundations-bugs mailing list