simple grub install steps
boot from live cd
1. mount the file system in which the kernel present
    (the ubuntu file system)
    for mounting , it is not necessary to follow commands u can mount
directly from places
2. now check the path of the filesystem where it was mounted
    that is most probably /media/xxxxxxxxxxxxx this 'xxxxxxxxxxxx'
    will be replaced by uuid which
    to check the path open terminal
    type 'cd /media'
    type 'ls'
    u can see the directory with the uuid (it will be looking like a
rondom number)
3. now use the command
    grub-install --root-directory=PATH /dev/sda
    path is replaced by /media/xxxxxxxxxxxxx (xxxxxxxxxxxx= uuid)

as far as i know this will give u good result :)

On 10/23/10, ankush <[email protected]> wrote:
> boot from livecd
>
> u need to chroot in ur partition
>
> just google installing grub for ur flavour
>
>
> u will get a sep by step guide
>
> remember u need to chroot
> ____________________________________
> *| without fear | without remorse | without pity  **|*
> *|
>         **|*
> *|*http://god-is-an-alien.blogspot.com/<http://god-is-an-alien.blogspot.com/>
>                          *|*
> *|
>         **|*
> *|*http://wediefornation.blogspot.com/ <http://wediefornation.blogspot.com/>
>                          *|*
> *|
>          **|*
> *|*http://ankscorek.blogspot.com/ <http://ankscorek.blogspot.com/>
>                           *|*
> *|
>          **|*
> *|*http://sites.google.com/site/agnayelinux<http://sites.google.com/site/agnayelinux/>
> / <http://sites.google.com/site/agnayelinux/>                     *|*
> *|
>          **|*
> *|*____________________________________*|*
>
>
>
> On Sat, Oct 23, 2010 at 1:17 PM, Parveen Arora <[email protected]> wrote:
>
>> On Sat, Oct 23, 2010 at 6:32 PM, ankush <[email protected]> wrote:
>> > what was the procedure u followed to install grub
>> I did it with the live cd
>> after it
>> sudo -i
>> and
>> # grub-install --root-directory=/mnt/ /dev/sda
>>
>> > did u bind  the filesystem before u installed it
>> no
>>
>>
>> --
>> Parveen Arora
>> www.parveenarora.in
>> E-Mail:[email protected] <e-mail%[email protected]>
>> Twitter: www.twitter.com/prince_parveen
>>
>> --
>> l...@iitd - http://tinyurl.com/ycueutm
>>
>
> --
> l...@iitd - http://tinyurl.com/ycueutm
>

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to