During our weekly testing in the certification servers, in one of the servers, the installation failed when installing grub2 in one of the servers

Bug #715871 reported by Ara Pulido
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
debian-installer (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Binary package hint: debian-installer

During our weekly testing, one of the installations run out of memory and failed during the grub-installer phase:

Feb 9 16:15:01 debconf: Adding [BOOTDEV] -> [/dev/sda]
Feb 9 16:15:01 debconf: <-- 0
Feb 9 16:15:01 debconf: --> PROGRESS INFO grub-installer/progress/step_install_loader
Feb 9 16:15:01 debconf: <-- 0 OK
Feb 9 16:15:01 grub-installer: info: Installing grub on '/dev/sda'
Feb 9 16:15:01 grub-installer: info: grub-install supports --no-floppy
Feb 9 16:15:01 grub-installer: info: Running chroot /target grub-install --no-floppy --force "/dev/sda"
Feb 9 16:15:04 grub-installer: /usr/sbin/grub-setup: warn: out of memory.
Feb 9 16:15:04 grub-installer: /usr/sbin/grub-setup: error: embedding is not possible, but this is required for cross-disk install.
Feb 9 16:15:04 grub-installer: error: Running 'grub-install --no-floppy --force "/dev/sda"' failed.
Feb 9 16:15:04 debconf: --> SUBST grub-installer/grub-install-failed BOOTDEV /dev/sda
Feb 9 16:15:04 debconf: Adding [BOOTDEV] -> [/dev/sda]
Feb 9 16:15:04 debconf: <-- 0
Feb 9 16:15:04 debconf: --> INPUT critical grub-installer/grub-install-failed
Feb 9 16:15:04 debconf: <-- 0 question will be asked
Feb 9 16:15:04 debconf: --> GO

Tags: i386 natty pcert
Revision history for this message
Ara Pulido (ara) wrote :
Revision history for this message
Colin Watson (cjwatson) wrote : Re: [Bug 715871] [NEW] During our weekly testing in the certification servers, in one of the servers, the installation failed when installing grub2 in one of the servers

Feb 9 16:09:18 kernel: [ 0.000000] 1159MB HIGHMEM available.
Feb 9 16:09:18 kernel: [ 0.000000] 887MB LOWMEM available.

No obvious justification for running out of memory here, then. Can you
run this after the failure?

  for x in dev proc sys; do mount --bind /$x /target/$x; done
  chroot /target grub-install --no-floppy --force --debug /dev/sda >/tmp/grub-install.out 2>&1
  for x in dev proc sys; do umount /target/$x; done

Then post /tmp/grub-install.out here. Thanks.

Colin Watson (cjwatson)
Changed in debian-installer (Ubuntu):
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

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

Changed in debian-installer (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.