Date: Mon, 03 Mar 2014 15:13:26 -0500 From: Kostas Oikonomou <k.oikonomou@att.net> To: freebsd-amd64@freebsd.org Subject: grub goes into "rescue mode" after renaming 'default' boot environment Message-ID: <5314E266.3040403@att.net>
index | next in thread | raw e-mail
Before upgrading from 9.2 to 10.0, I created a new boot environment
named 'pcbsd10.0'
with beadm. Then I activated it, and renamed the 'default' environment
to 'pcbsd9.2'.
As a test of the backup BE, I deactivated 'pcbsd10.0', reactivated
'pcbsd9.2', and re-booted.
The machine failed to boot, and grub went into rescue mode:
GRUB loading.
Welcome to GRUB!
error: file 'default' not found.
Entering rescue mode...
grub rescue>
Apparently, it is still trying to find a BE named 'default'. I finally
booted up by doing
grub rescue> prefix=(hd0,msdos1)/ROOT/pcbsd10.0/@/boot/grub
grub rescue> insmod normal
grub rescue> normal
But this problem recurs every time I reboot, either into pcbsd10.0 or
pcbsd9.2.
Kostas
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5314E266.3040403>
