[Bug 777057] Re: grub2 does not wrtite boot record to extended partitions

Launchpad Bug Tracker 777057 at bugs.launchpad.net
Tue May 5 06:03:28 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/777057

Title:
  grub2 does not wrtite boot record to extended partitions

Status in grub2 package in Ubuntu:
  Expired

Bug description:
  Binary package hint: grub-pc

  Release: Natty, Maverick
  Architecture: amd64, i386
  Latest tests done with ubuntu-server installation CDs

  Test environment:
  Multiboot installation to 250G harddrive. Partition layout as follows:
  /dev/sda (contains bootloader in mbr pointing to sda1)
  /dev/sda1 (contains grub2 files for first stage boot loader, chainloading into OS partitions)
  /dev/sda2 swap
  /dev/sda5 (contains OS installation, boot loader supposed to be in first sector)
  /dev/sda6 (another OS installation)
  ...

  As installing grub into any partitions requires block lists it is "discouraged" (but it works). First problem, doing this at installation time will always fail as grub-install needs to be called with "-f".
  Second problem: even when forcing this into /dev/sda5 (which completes with complaints but without error message)  there will be no boot record written.

  Workaround:
  * Force installation of grub into /dev/sda1
  * then dd if=/dev/sda1 of=/dev/sda5 bs=512 count=1

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



More information about the foundations-bugs mailing list