From: Richard W.M. Jones Date: Mon, 18 Oct 2010 13:34:28 +0000 (+0100) Subject: virt-resize: Document guest boot stops at "GRUB" (RHBZ#640961). X-Git-Tag: 1.5.22~1 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=7d746ba6915e3c0d8fbe41053da64f4e9fa11cd4 virt-resize: Document guest boot stops at "GRUB" (RHBZ#640961). --- diff --git a/tools/virt-resize b/tools/virt-resize index 2a6c406..8a71f96 100755 --- a/tools/virt-resize +++ b/tools/virt-resize @@ -1404,6 +1404,23 @@ Windows may initiate a lengthy "chkdsk" on first boot after a resize, if NTFS partitions have been expanded. This is just a safety check and (unless it find errors) is nothing to worry about. +=head2 GUEST BOOT STUCK AT "GRUB" + +If a Linux guest does not boot after resizing, and the boot is stuck +after printing C on the console, try reinstalling grub. This +sometimes happens on older (RHEL 5-era) guests, for reasons we don't +fully understand, although we think is to do with partition alignment. + + guestfish -i -a newdisk + > cat /boot/grub/device.map + # check the contents of this file are sensible or + # edit the file if necessary + > grub-install / /dev/vda + > exit + +For more flexible guest reconfiguration, including if you need to +specify other parameters to grub-install, use L. + =head1 ALTERNATIVE TOOLS There are several proprietary tools for resizing partitions. We @@ -1443,6 +1460,9 @@ L, L, L, L, +L, +L, +L, L, L.