Re: [Bug-grub] Not able to boot

2001-06-08 Thread Vidya Kulkarni
Yes, it works. I can boot windows. Thank you so much. I really appreciate your timely help very much. Vidya Kulkarni On 7 Jun 2001, Gordon Matzigkeit wrote: > > Vidya Kulkarni writes: > > VK> 2. chainloader+1 > > VK> Error: Unrecognized command > > It should be `chainloader +1', note

Re: [Bug-grub] Not able to boot

2001-06-07 Thread Gordon Matzigkeit
> Vidya Kulkarni writes: VK> 2. chainloader+1 VK> Error: Unrecognized command It should be `chainloader +1', note the space. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// Run Bash (http://fig.org/gnu/bash/) _

Re: [Bug-grub] Not able to boot

2001-06-07 Thread Vidya Kulkarni
Jochen, I tried all commands with the following response: 1. root (hd0,0) File system is fat, partition type 0xc 2. chainloader+1 Error: Unrecognized command 3. boot Error : Cannot boot without kernel loaded 4. find /vmlinuz It tries to read something from

Re: [Bug-grub] Not able to boot

2001-06-07 Thread Vidya Kulkarni
Thank you very much for the prompt reply. I will try everything that you have mentioned in your email and inform you about it. Thanks once again. Vidya Kulkarni On Thu, 7 Jun 2001, Jochen Hoenicke wrote: > On Jun 6, Vidya Kulkarni wrote: > > Thanks for the reply. I tried the commands given by y

Re: [Bug-grub] Not able to boot

2001-06-07 Thread Jochen Hoenicke
On Jun 6, Vidya Kulkarni wrote: > Thanks for the reply. I tried the commands given by you. > > After execution of the command > > root ( hd0,0) the message is following: >Filesystem type is fat, partition type 0xc Seems that (hd0,0) is your Windows/DOS partition. You can boot Windows with

Re: [Bug-grub] Not able to boot

2001-06-06 Thread Vidya Kulkarni
Thanks for the reply. I tried the commands given by you. After execution of the command root ( hd0,0) the message is following: Filesystem type is fat, partition type 0xc After exceuting kernel /vmlinuz root=/dev/hda1 ro message is " Error: File not Found" After execution of boot Error:

Re: [Bug-grub] Not able to boot

2001-06-03 Thread Jason Thomas
it sound like you had grub displaying a menu. looks like the menu file is gone. it is usually /boot/grub/menu.lst you'll have todo some reading up on using the grub shell to get your system to boot. something like: root (hd0,0) kernel /vmlinuz root=/dev/hda1 ro boot but very likely to be diffe