hi jad,
you have a couple of options:

1- to boot into windows, at the grub console write the following.
grub> rootnoverify (hd0,0)
grub> chainloader +1
grub> boot

2- to boot into linux, at the grub console write the following, use the tab so 
that grub can complete the filenames. here i'm presuming that you installed 
linux on /dev/hda5, grub counts up from zero, so /dev/hda5 = (hd0,4)
grub> root (hd0,4)
grub> kernel /boot/vmlinuz-2.6.xx.xx ro root=/dev/hda5
grub> initrd /boot/initrd-2.6.xx.xx
grub> boot

this should boot you into linux. just make sure you use the correct device 
names and file names, otherwise the kernel might boot and then panic, but no 
harm will be done!

after that you could just run lilo, or investigate how to make grub work.
i hope this helps ;-)


/dev/aram

----- Original Message -----
From: "Jad Madi" <[EMAIL PROTECTED]>
To: "SuSE OT List" <[EMAIL PROTECTED]>, "Jordan Linux User Group Mailing list" 
<[EMAIL PROTECTED]>
Subject: [JoLUG-General] URGENT HELP!
Date: Mon, 13 Dec 2004 03:18:19 -0800

> 
> Hello
> I need urgent help
> 
>   I'm using Novel Linux Desktop 9.2, Today I wanted to change the boot
> loader from lilo to grup for the sake of checking the difference, now
> I cannot boot to linux or windows..
> I'm getting useless window
> grub> press tab for completion or so I can remember the whole text...
> 
> I have tried to use the rescue system, but there is nothing to fix the
> boot loader option
> also I have tried to fix it using installation option like I used to
> do it with mandrake
> but there is no update option
> What to do ?
> please help
> 
> --
> Web standards Planet
> http://www.w3planet.info/
> Personal Blogger
> http://www.EasyHTTP.com/jad/
> 
> _______________________________________________
> General mailing list
> [EMAIL PROTECTED]
> http://jolug.org/mailman/listinfo/general_jolug.org


-- 
_______________________________________________
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


_______________________________________________
General mailing list
[EMAIL PROTECTED]
http://jolug.org/mailman/listinfo/general_jolug.org

Reply via email to