Daily Archives: August 28, 2012


grub rescue

When in grub rescue, you only got insmod, ls, set, unset (I think). Thus, you must insmod the required modules in order to be able to do anything substantial. do: set root=<whatever> set prefix=<whatever>/boot/grub where <whatever> is like (md0) or (hd2,1). the /boot/grub is by default where modules are, so that insmod will work. If […]