Re: problema lilo
Paulo Roberto <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.parana |
|---|---|
| Message-ID | <[email protected]> |
Carlo O arquivo que você anexou não é o lilo.conf. Para adiantar seu trabalho, segue o meu lilo.conf para que você compare com o seu. O tempo de espera é a linha "timeout = 300". ------ # LILO configuration file # generated by 'liloconfig' # # Start LILO global section append="hdc=ide-scsi" boot = /dev/hda message = /boot/boot_message.txt prompt timeout = 300 # Override dangerous defaults that rewrite the partition table: change-rules reset # Normal VGA console vga = normal # End LILO global section # Linux bootable partition config begins image = /boot/vmlinuz-generic-2.6.12.3 initrd = /boot/initrd.gz root = /dev/hda2 label = Linux_2.6.12.3 read-only image = /boot/vmlinuz root = /dev/hda2 label = Linux read-only # Linux bootable partition config ends ------ Att -- Paulo Baartz Linux User #155047 Slackware Linux 10.1 Jabber: zoltral @ jaim . at Carlo Carraro wrote: >olá galera, estou com um problema no lilo, o qeu eu fiz? recompilei o >kernel com novos modulos, e fiz uma imagem dele caso houvesse algum >problema, fiz tudo certo, so que ao executar ele apresenta um erro no >tempo de espera no lilo, linha 14 ele diz que a entrada é invalida, ou >os parametros estao duplicados, vou colocar meu lilo.conf abaixo e >espero qeu >alguem possa vir a me ajudar, agradecido pela atenção... >Carlos Carraro > ># File generated by xf86config. > ># ># Copyright (c) 1999 by The XFree86 Project, Inc. ># ># Permission is hereby granted, free of charge, to any person obtaining a ># copy of this software and associated documentation files (the "Software"), ># to deal in the Software without restriction, including without limitation ># the rights to use, copy, modify, merge, publish, distribute, sublicense, ># and/or sell copies of the Software, and to permit persons to whom the ># Software is furnished to do so, subject to the following conditions: ># ># The above copyright notice and this permission notice shall be included in ># all copies or substantial portions of the Software. ># ># THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ># IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ># FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ># THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, ># WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF ># OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE ># SOFTWARE. ># ># Except as contained in this notice, the name of the XFree86 Project shall ># not be used in advertising or otherwise to promote the sale, use or other ># dealings in this Software without prior written authorization from the ># XFree86 Project. ># > ># ********************************************************************** ># Refer to the XF86Config(4/5) man page for details about the format of ># this file. ># ********************************************************************** > >