incomplete

On Wed, Aug 13, 2008 at 6:44 AM, Kamal Kishore <[EMAIL PROTECTED]> wrote:

> Hi,
>
> > How i create a setrate cd of 1st stage of grub and boot my system from
> that cd ?

you can take backup of MBr using
*dd if=/dev/hda of=/home/user/backupmbr bs=512 count=1*
now after that you can restore it by
*dd if=/home/user/backupmbr of=/dev/hda bs=446 count=1*

last 66 bytes are not taken into accout as,, these contain partition table
I do not know exactly "if you write the mbr backup to CD , CD may become
bootable"

currently I do not have PC to experiment --
try out --
http://www.bay-wolf.com/bootcd.htm
http://www.justlinux.com/forum/showthread.php?t=142409


> > How to recover the 2nd stage of grub ?
>

2nd stage of grub is store is /boot partition,,, try booting live CD and
mount your file system and
have grub-install command,,
read the link --

>
> Thanks in advance
>
> Kamal Kishore
> _______________________________________________
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
------------ Best Regards ------------------
Narendra Sisodiya ( MTech, IIT Delhi)
Tejas Networks , Bangalore
mob : 093790-75930
skype : narendra_sisodiya
webpage : http://narendra.sisodiya.googlepages.com/aboutme
[EMAIL PROTECTED] : http://www.lug-iitd.org
------------- Jai Hind ----------------------
_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to