[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about GRUB recovery using Debian 7.x LiveCD



On Wednesday, February 25, 2015 at 7:40:05 PM UTC+5:30, Rusi Mody wrote:

> 
> Have you tried configfile?
> 
> configfile is a grub command that can be used to 'connect' to grub
> eg 
> 
> 1. if your (working) debian's root is in /dev/sda5
>    Then at the grub prompt try issuing the command
>    configfile (hd0,5)/boot/grub/grub.cfg
> 
> 2. If however your boot is a separate partition (say sda2) the command would be
>    configfile (hd0,2)/grub/grub.cfg
> 
> Note: you may need to fiddle with the secureboot options in bios
> 

I now see that your OP did NOT get a grub prompt... Missed that.
So to add to the above:

a. You could get a grub prompt by/from a live CD/media, at its grub stage.
b. You could fish around for exact paths with tab-expansion;
   Doing something like
   search (TAB
   Note the left-parenthesis
   will expand to all drives. Choose one and keep searching for boot/grub
   which may be just grub if you have a separate boot partition


Reply to: