Comment 14 for bug 756564

Revision history for this message
Olivier Mengué (dolmen) wrote :

Here is my result of "debconf show grub-pc":
----8<--------8<--------8<--------8<----
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
* grub2/linux_cmdline:
  grub-pc/install_devices_empty: false
  grub-pc/install_devices_failed: false
  grub-pc/chainload_from_menu.lst: true
  grub-pc/hidden_timeout: true
  grub-pc/timeout: 10
  grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/disk/by-id/ata-FUJITSU_MHV2120BH_PL_NW9ST72279H9-part3
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/disk_description:
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/partition_description:
  grub-pc/install_devices_disks_changed:
* grub2/linux_cmdline_default: quiet splash
* grub-pc/mixed_legacy_and_grub2: true
----8<--------8<--------8<--------8<----

"dpkg-reconfigure grub-pc" has only "/dev/sda3" (my /boot partition) selected which probably explains why /dev/sda has not been updated by the Natty upgrade.

I would like to have grub only in /dev/sda3, but I don't like to have grub in /dev/sda. I would like only a basic boot sector in /dev/sda that would be system agnostic and only load the boot sector of the active partition (which, in that case would be /dev/sda3). That would allow me to easily drop a system partition and switch to an other system using only fdisk by activating an other partition.