> Hello there,
> i have a little problem to use my complete 10 Gb Ide harddisk with
> Linux (i'm a newbie to linux), i can only use about 8Mb of it.
> When i specify "linux hda=16383,16,63" as boot option at the LILO
> prompt everything is fine, and i can use my whole disk. But now i have
> to type in this command everytime the pc boots. When i try to add this
> command in the Boot Options in Linuxconf, it quits with an error
> saying that the disk has to many cylinders (>1024).
> Is there another way to include this command ????
> (i use RedHat 5.2)
> tia
> Jeroen Heijungs
From the BootPrompt Howto:
LILO comes with excellent documentation, and for the purposes of boot
args discussed here, the LILO
append= command is of significant importance when one wants to add a boot
time argument as a permanent
addition to the LILO config file. You simply add something like append =
"vga=ask" to the /etc/lilo.conf file.
It can either be added at the top of the config file, making it apply to
all sections, or to a single system
section by adding it inside an image= section. Please see the LILO
documentation for a more complete
description.
LILO comes with excellent documentation, and for the purposes of boot
args discussed here, the LILO
append= command is of significant importance when one wants to add a boot
time argument as a permanent
addition to the LILO config file. You simply add something like append =
"vga=ask" to the /etc/lilo.conf file.
It can either be added at the top of the config file, making it apply to
all sections, or to a single system
section by adding it inside an image= section. Please see the LILO
documentation for a more complete
description.
And from the same HOWTO the section on hard drive parameters:
The IDE driver accepts a number of parameters, which range from disk
geometry specifications, to support
for advanced or broken controller chips. The following is a summary of
all the possible boot arguments. For
full details, you really should consult the file ide.txt in the
linux/Documentation directory.
"hdx=" is recognized for all "x" from "a" to "h", such as "hdc".
"idex=" is recognized for all "x" from "0" to "3", such as "ide1".
"hdx=noprobe" : drive may be present, but do not probe for it
"hdx=none" : drive is NOT present, ignore cmos and do not
probe
"hdx=nowerr" : ignore the WRERR_STAT bit on this drive
"hdx=cdrom" : drive is present, and is a cdrom drive
"hdx=cyl,head,sect" : disk drive is present, with specified geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"hdx=autotune" : driver will attempt to tune interface speed
to the fastest PIO mode supported,
Hope this helps.