[Bug 1427821] Re: server iso install fails during grub install
Launchpad Bug Tracker
1427821 at bugs.launchpad.net
Tue Mar 10 22:49:00 UTC 2015
This bug was fixed in the package grub-installer - 1.78ubuntu26
---------------
grub-installer (1.78ubuntu26) vivid; urgency=medium
* Revert changes from 1.78ubuntu25:
* grub_probe(): return a single line in BTRFS multi-disk RAID configurations
- It breaks bootloader install on LVM. (LP: #1427821)
-- Mathieu Trudel-Lapierre <mathieu-tl at ubuntu.com> Tue, 10 Mar 2015 15:33:01 -0400
** Changed in: grub-installer (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1427821
Title:
server iso install fails during grub install
Status in grub-installer package in Ubuntu:
Fix Released
Bug description:
$ ver="20150303" # could use 'ver=current'
$ url=http://cdimage.ubuntu.com/ubuntu-server/daily/$ver/vivid-server-amd64.iso
$ wget $url -O "${url##*/}"
$ md5sum vivid-server-amd64.iso
26727e6c4c03f2b920c7fa3d5abe269c vivid-server-amd64.iso
$ qemu-system-x86_64 -enable-kvm\
-device virtio-net-pci,netdev=net00 -netdev type=user,id=net00 \
-drive if=virtio,file=vda.img -boot d -cdrom vivid-server-amd64.iso -m 512
# walk through install with all defaults
install fails at grub stage.
I chose defaults for disk setup (lvm) and the chose 'install grub to MBR'.
The error message is:
--
Install the GRUB boot loader on a hard disk
Unable to intsal GRUB in /dev/vda5
Executing 'grub-install /dev/vda5' failed.
This is a fatal error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1427821/+subscriptions
More information about the foundations-bugs
mailing list