milind dhoke milind.dhoke@dg2l.com wrote :-
---> write the same pharse in /etc/grub.conf for the kernel you are
^^^^^^^^^
using. i.e. kernel /boot/vmlinuz-2.6.4 ro root=/dev/hda2 *idebus=66*
AFAIK the location for the grub configuration file is /boot/grub/grub.conf
veejay
_________________________________________________________________ Join BharatMatrimony.com. http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?72 Unmarried? Join Free.
On Wednesday 17 March 2004 09:57, I R Veejay wrote:
milind dhoke milind.dhoke@dg2l.com wrote :-
---> write the same pharse in /etc/grub.conf for the kernel you are
^^^^^^^^^
using. i.e. kernel /boot/vmlinuz-2.6.4 ro root=/dev/hda2 *idebus=66*
AFAIK the location for the grub configuration file is /boot/grub/grub.conf
wrong. the default is /boot/grub/menu.lst. man grub.
On Wed, 2004-03-17 at 10:42, jtd wrote:
On Wednesday 17 March 2004 09:57, I R Veejay wrote:
milind dhoke milind.dhoke@dg2l.com wrote :-
---> write the same pharse in /etc/grub.conf for the kernel you are
^^^^^^^^^
using. i.e. kernel /boot/vmlinuz-2.6.4 ro root=/dev/hda2 *idebus=66*
AFAIK the location for the grub configuration file is /boot/grub/grub.conf
wrong. the default is /boot/grub/menu.lst. man grub.
--> the stuff which i provided is working for me.
On Wed, 2004-03-17 at 11:33, milind dhoke wrote:
On Wed, 2004-03-17 at 10:42, jtd wrote:
On Wednesday 17 March 2004 09:57, I R Veejay wrote:
milind dhoke milind.dhoke@dg2l.com wrote :-
---> write the same pharse in /etc/grub.conf for the kernel you are
^^^^^^^^^
using. i.e. kernel /boot/vmlinuz-2.6.4 ro root=/dev/hda2 *idebus=66*
AFAIK the location for the grub configuration file is /boot/grub/grub.conf
wrong. the default is /boot/grub/menu.lst. man grub.
man grub says:
--config-file=FILE specify stage2 config_file [default=/boot/grub/grub.conf]
--> the stuff which i provided is working for me.
Milind Dhoke System Administrator DG2L tech. Pte. Ltd. Ph.+00912226878315/18 Mobile- +00919892813989
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in [mailto:linuxers-bounces@mm.ilug-bom.org.in]On Behalf Of Aditya Laghate Sent: Wednesday, March 17, 2004 1:49 PM To: GNU/Linux Users Group, Mumbai, India Subject: Re: [ILUG-BOM] Why linux operates my H/D at 33MHz PIO????? :-(
On Wed, 2004-03-17 at 11:33, milind dhoke wrote:
On Wed, 2004-03-17 at 10:42, jtd wrote:
On Wednesday 17 March 2004 09:57, I R Veejay wrote:
milind dhoke milind.dhoke@dg2l.com wrote :-
---> write the same pharse in /etc/grub.conf for the kernel you are
^^^^^^^^^
using. i.e. kernel /boot/vmlinuz-2.6.4 ro root=/dev/hda2 *idebus=66*
AFAIK the location for the grub configuration file is /boot/grub/grub.conf
wrong. the default is /boot/grub/menu.lst. man grub.
man grub says:
--config-file=FILE specify stage2 config_file [default=/boot/grub/grub.conf]
======> /etc/grub.conf is soft link of /boot/grub/grub.conf
--> the stuff which i provided is working for me.
Milind Dhoke System Administrator DG2L tech. Pte. Ltd. Ph.+00912226878315/18 Mobile- +00919892813989
On Wednesday 17 March 2004 14:32, dg2llocal wrote:
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in [mailto:linuxers-bounces@mm.ilug-bom.org.in]On Behalf Of Aditya
On Wednesday 17 March 2004 09:57, I R Veejay wrote:
milind dhoke milind.dhoke@dg2l.com wrote :-
---> write the same pharse in /etc/grub.conf for the kernel you are
AFAIK the location for the grub configuration file is /boot/grub/grub.conf
wrong. the default is /boot/grub/menu.lst. man grub.
man grub says:
--config-file=FILE specify stage2 config_file [default=/boot/grub/grub.conf]
======> /etc/grub.conf is soft link of /boot/grub/grub.conf
On debian woody man grub says --config-file=FILE specify stage2 config_file [default=/boot/grub/menu.lst]
So it seems that the file location and name is distro specific. and the config file is not created by grubinstall
Ok, I don't know how this turned into a thread on grub.conf, but getting back to the subject...
Many IDE controllers are buggy, and can corrupt your hard disk if you use DMA. To protect against this, linux uses PIO by default. If you're sure that your IDE controller does not have this bug, you can turn on UDMA and high speed using the hdparm utility. man hdparm for more info.
Apologies if this has been answered before.
Philip