instance hangs at grub prompt after reboot followed by euca-reboot-instances
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu on EC2 |
Fix Released
|
Undecided
|
Unassigned | ||
grub2 (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Oneiric |
Fix Released
|
High
|
Unassigned | ||
Precise |
Fix Released
|
High
|
Scott Moser |
Bug Description
This issue has been reproduced on Diablo and Essex so far.
When doing "sudo reboot" in an instance shortly followed by "euca-reboot-
If only "sudo reboot" from within the instance or "euca-reboot-
This can be reproduced by using the following steps :
# On the compute node
sudo -s
source creds/novarc
# start instance
instanceid=
# wait for instance to start
sleep 60
# reboot the instance with reboot command
ssh -i creds/novaadmin
# wait 20 seconds
sleep 20
# reboot instance with euca-reboot-
euca-reboot-
Now euca-describe-
Related bugs:
* bug 872244: grub2 recordfail logic prevents headless system from rebooting after power outage
* bug 669481: Timeout should not be -1 if $recordfail
Related branches
- Ben Howard: Pending requested
-
Diff: 41 lines (+17/-14)1 file modifiedvmbuilder-cloudimg-fixes (+17/-14)
- Scott Moser: Approve
-
Diff: 65 lines (+42/-1)2 files modifieddebian/changelog (+10/-0)
debian/patches/ubuntu_failed_boot_menu.patch (+32/-1)
summary: |
- network to instance lost after reboot followed by euca-reboot-instances + interactive access to instance lost after reboot followed by euca- + reboot-instances |
description: | updated |
tags: | added: cloud-images cloud-images-build |
description: | updated |
Changed in nova: | |
status: | In Progress → Invalid |
summary: |
- interactive access to instance lost after reboot followed by euca- - reboot-instances + instance hangs at grub prompt after reboot followed by euca-reboot- + instances |
Changed in ubuntu: | |
status: | In Progress → Fix Released |
importance: | Undecided → High |
assignee: | nobody → Ben Howard (utlemming) |
Changed in nova: | |
assignee: | Louis Bouchard (louis-bouchard) → nobody |
affects: | nova → ubuntu-on-ec2 |
Changed in ubuntu-on-ec2: | |
status: | Invalid → Fix Released |
affects: | ubuntu → grub2 (Ubuntu) |
Log files captured during the "sudo reboot" + "euca-reboot- instances" sequence