[eside-ghost] Problemas con el Lilo (continuo dando la chapa)

David Santamaria eside-ghost@deusto.es
Sun, 12 Oct 2003 13:13:31 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_002B_01C390C2.A2050900
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Saludos:
Esplico mas detalladamente como tengo particionado el disco y el tema de =
los S.O.:

-Tengo dos discos duros:
    -Primario( 6GB) :=20
        -hda1 para boot(10Mb)
        -hda2 para swaap (256 Mb (tengo 128 de Ram)).
        -hda3 para Linux(root)(retante de los 6GB)
    -Secundario(32Gb)
        -Hdb1 (tipo primaria), de 10 Gb para "Hasefroch 98 ".
        hdb5(tipo extendida) (restante de 32Gb ) para Datos.

y este es el Lilo.conf, si alguien podria decirme que es lo que me =
falla, o que he hecho mal , pq la verdad esto es desesperante, al menos =
con otras distribuciones esto me funcionaba :(   [ahora estoy intentando =
pasarme a Debian ], y ahora el lilo no me "lanza el hasefroch 98, alguna =
idea?
Gracias de antemano a tod@s.

SALUD.

David.


# /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
# ---------------       `install-mbr(8)', `/usr/share/doc/lilo/',
#                       and `/usr/share/doc/mbr/'.

# +---------------------------------------------------------------+
# |                        !! Reminder !!                         |
# |                                                               |
# | Don't forget to run `lilo' after you make changes to this     |
# | conffile, `/boot/bootmess.txt', or install a new kernel.  The |
# | computer will most likely fail to boot if a kernel-image      |
# | post-install script or you don't remember to run `lilo'.      |
# |                                                               |
# +---------------------------------------------------------------+

# Support LBA for large hard disks.
#
lba32

# Overrides the default mapping between harddisk names and the BIOS'
# harddisk order. Use with caution.
#disk=3D/dev/hde
#    bios=3D0x81

#disk=3D/dev/sda
#    bios=3D0x80

# Specifies the boot device.  This is where Lilo installs its boot
# block.  It can be either a partition, or the raw device, in which
# case it installs in the MBR, and will overwrite the current MBR.
#
boot=3D/dev/hda

# Specifies the device that should be mounted as root. (`/')
#
root=3D/dev/hda3

# Enable map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the
# map smaller.  Using `compact' is especially recommended when
# booting from a floppy disk.  It is disabled here by default
# because it doesn't always work.
#
# compact

# Installs the specified file as the new boot sector
# You have the choice between: bmp, compat, menu and text
# Look in /boot/ and in lilo.conf(5) manpage for details
#
install=3D/boot/boot-menu.b

# Specifies the location of the map file
#
map=3D/boot/map

# You can set a password here, and uncomment the `restricted' lines
# in the image definitions below to make it so that a password must
# be typed to boot anything but a default configuration.  If a
# command line is given, other than one specified by an `append'
# statement in `lilo.conf', the password will be required, but a
# standard default boot will not require one.
#
# This will, for instance, prevent anyone with access to the
# console from booting with something like `Linux init=3D/bin/sh',
# and thus becoming `root' without proper authorization.
#
# Note that if you really need this type of security, you will
# likely also want to use `install-mbr' to reconfigure the MBR
# program, as well as set up your BIOS to disallow booting from
# removable disk or CD-ROM, then put a password on getting into the
# BIOS configuration as well.  Please RTFM `install-mbr(8)'.
#
# password=3Dtatercounter2000

# Specifies the number of deciseconds (0.1 seconds) LILO should
# wait before booting the first image.
#
delay=3D20

# You can put a customized boot message up if you like.  If you use
# `prompt', and this computer may need to reboot unattended, you
# must specify a `timeout', or it will sit there forever waiting
# for a keypress.  `single-key' goes with the `alias' lines in the
# `image' configurations below.  eg: You can press `1' to boot
# `Linux', `2' to boot `LinuxOLD', if you uncomment the `alias'.
#
# message=3D/boot/bootmess.txt
prompt
timeout=3D150
# prompt
# single-key
# delay=3D100
# timeout=3D100

# Specifies the VGA text mode at boot time. (normal, extended, ask, =
<mode>)
#
# vga=3Dask
# vga=3D9
#
vga=3Dnormal

# Kernel command line options that apply to all installed images go
# here.  See: The `boot-prompt-HOWO' and `kernel-parameters.txt' in
# the Linux kernel `Documentation' directory.
#
# append=3D""

# Boot up Linux by default.
#
default=3DLinux

image=3D/vmlinuz
 label=3DLinux
 read-only
# restricted
# alias=3D1

image=3D/vmlinuz.old
 label=3DLinuxOLD
 read-only
 optional
# restricted
# alias=3D2

# If you have another OS on this machine to boot, you can uncomment the
# following lines, changing the device name on the `other' line to
# where your other OS' partition is.
#
# other=3D/dev/hda4
# label=3DHURD
# restricted
# alias=3D3
other=3D/dev/hda1
  label=3D"Linux(hda1)"

other=3D/dev/hdb1
  label=3D"Windows(hdb1)"

other=3D/dev/hdb5
  label=3D"Windows(hdb5)"


------=_NextPart_000_002B_01C390C2.A2050900
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1226" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff><FONT face=3DArial size=3D2>
<DIV><BR>Saludos:</DIV>
<DIV>Esplico mas detalladamente como tengo particionado el disco y el =
tema de=20
los S.O.:</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Tengo dos discos duros:</DIV>
<DIV>&nbsp;&nbsp;&nbsp; -Primario( 6GB) : </DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -hda1 para =
boot(10Mb)</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -hda2 para swaap (256 Mb =
(tengo 128=20
de Ram)).</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -hda3 para =
Linux(root)(retante de los=20
6GB)</DIV>
<DIV>&nbsp;&nbsp;&nbsp; -Secundario(32Gb)</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -Hdb1 (tipo primaria), de 10=20
Gb&nbsp;para "Hasefroch 98 ".</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; hdb5(tipo extendida) =
(restante de=20
32Gb ) para Datos.</DIV>
<DIV>&nbsp;</DIV>
<DIV>y este es el Lilo.conf, si alguien podria decirme que es lo que me =
falla, o=20
que he hecho mal , pq la verdad esto es desesperante, al menos con otras =

distribuciones esto me funcionaba :(&nbsp;&nbsp; [ahora estoy intentando =
pasarme=20
a Debian ], y ahora el lilo no me "lanza el hasefroch 98, alguna =
idea?</DIV>
<DIV>Gracias de antemano a <A href=3D"mailto:tod@s">tod@s</A>.</DIV>
<DIV>&nbsp;</DIV>
<DIV>SALUD.</DIV>
<DIV>&nbsp;</DIV>
<DIV>David.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV># /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',<BR>#=20
---------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; `install-mbr(8)',=20
`/usr/share/doc/lilo/',<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;=20
and `/usr/share/doc/mbr/'.</DIV>
<DIV>&nbsp;</DIV>
<DIV># =
+---------------------------------------------------------------+<BR>#=20
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
!! Reminder=20
!!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
=20
|<BR>#=20
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;=20
|<BR># | Don't forget to run `lilo' after you make changes to=20
this&nbsp;&nbsp;&nbsp;&nbsp; |<BR># | conffile, `/boot/bootmess.txt', or =
install=20
a new kernel.&nbsp; The |<BR># | computer will most likely fail to boot =
if a=20
kernel-image&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<BR># | post-install script =
or you=20
don't remember to run `lilo'.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<BR>#=20
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;=20
|<BR># =
+---------------------------------------------------------------+</DIV>
<DIV>&nbsp;</DIV>
<DIV># Support LBA for large hard disks.<BR>#<BR>lba32</DIV>
<DIV>&nbsp;</DIV>
<DIV># Overrides the default mapping between harddisk names and the =
BIOS'<BR>#=20
harddisk order. Use with =
caution.<BR>#disk=3D/dev/hde<BR>#&nbsp;&nbsp;&nbsp;=20
bios=3D0x81</DIV>
<DIV>&nbsp;</DIV>
<DIV>#disk=3D/dev/sda<BR>#&nbsp;&nbsp;&nbsp; bios=3D0x80</DIV>
<DIV>&nbsp;</DIV>
<DIV># Specifies the boot device.&nbsp; This is where Lilo installs its=20
boot<BR># block.&nbsp; It can be either a partition, or the raw device, =
in=20
which<BR># case it installs in the MBR, and will overwrite the current=20
MBR.<BR>#<BR>boot=3D/dev/hda</DIV>
<DIV>&nbsp;</DIV>
<DIV># Specifies the device that should be mounted as root.=20
(`/')<BR>#<BR>root=3D/dev/hda3</DIV>
<DIV>&nbsp;</DIV>
<DIV># Enable map compaction:<BR># Tries to merge read requests for =
adjacent=20
sectors into a single<BR># read request. This drastically reduces load =
time and=20
keeps the<BR># map smaller.&nbsp; Using `compact' is especially =
recommended=20
when<BR># booting from a floppy disk.&nbsp; It is disabled here by =
default<BR>#=20
because it doesn't always work.<BR>#<BR># compact</DIV>
<DIV>&nbsp;</DIV>
<DIV># Installs the specified file as the new boot sector<BR># You have =
the=20
choice between: bmp, compat, menu and text<BR># Look in /boot/ and in=20
lilo.conf(5) manpage for =
details<BR>#<BR>install=3D/boot/boot-menu.b</DIV>
<DIV>&nbsp;</DIV>
<DIV># Specifies the location of the map =
file<BR>#<BR>map=3D/boot/map</DIV>
<DIV>&nbsp;</DIV>
<DIV># You can set a password here, and uncomment the `restricted' =
lines<BR># in=20
the image definitions below to make it so that a password must<BR># be =
typed to=20
boot anything but a default configuration.&nbsp; If a<BR># command line =
is=20
given, other than one specified by an `append'<BR># statement in =
`lilo.conf',=20
the password will be required, but a<BR># standard default boot will not =
require=20
one.<BR>#<BR># This will, for instance, prevent anyone with access to =
the<BR>#=20
console from booting with something like `Linux init=3D/bin/sh',<BR># =
and thus=20
becoming `root' without proper authorization.<BR>#<BR># Note that if you =
really=20
need this type of security, you will<BR># likely also want to use =
`install-mbr'=20
to reconfigure the MBR<BR># program, as well as set up your BIOS to =
disallow=20
booting from<BR># removable disk or CD-ROM, then put a password on =
getting into=20
the<BR># BIOS configuration as well.&nbsp; Please RTFM=20
`install-mbr(8)'.<BR>#<BR># password=3Dtatercounter2000</DIV>
<DIV>&nbsp;</DIV>
<DIV># Specifies the number of deciseconds (0.1 seconds) LILO =
should<BR># wait=20
before booting the first image.<BR>#<BR>delay=3D20</DIV>
<DIV>&nbsp;</DIV>
<DIV># You can put a customized boot message up if you like.&nbsp; If =
you=20
use<BR># `prompt', and this computer may need to reboot unattended, =
you<BR>#=20
must specify a `timeout', or it will sit there forever waiting<BR># for =
a=20
keypress.&nbsp; `single-key' goes with the `alias' lines in the<BR># =
`image'=20
configurations below.&nbsp; eg: You can press `1' to boot<BR># `Linux', =
`2' to=20
boot `LinuxOLD', if you uncomment the `alias'.<BR>#<BR>#=20
message=3D/boot/bootmess.txt<BR>prompt<BR>timeout=3D150<BR>#&nbsp;prompt<=
BR>#&nbsp;single-key<BR>#&nbsp;delay=3D100<BR>#&nbsp;timeout=3D100</DIV>
<DIV>&nbsp;</DIV>
<DIV># Specifies the VGA text mode at boot time. (normal, extended, ask, =

&lt;mode&gt;)<BR>#<BR># vga=3Dask<BR># =
vga=3D9<BR>#<BR>vga=3Dnormal</DIV>
<DIV>&nbsp;</DIV>
<DIV># Kernel command line options that apply to all installed images =
go<BR>#=20
here.&nbsp; See: The `boot-prompt-HOWO' and `kernel-parameters.txt' =
in<BR># the=20
Linux kernel `Documentation' directory.<BR>#<BR># append=3D""</DIV>
<DIV>&nbsp;</DIV>
<DIV># Boot up Linux by default.<BR>#<BR>default=3DLinux</DIV>
<DIV>&nbsp;</DIV>
<DIV>image=3D/vmlinuz<BR>&nbsp;label=3DLinux<BR>&nbsp;read-only<BR>#&nbsp=
;restricted<BR>#&nbsp;alias=3D1</DIV>
<DIV>&nbsp;</DIV>
<DIV>image=3D/vmlinuz.old<BR>&nbsp;label=3DLinuxOLD<BR>&nbsp;read-only<BR=
>&nbsp;optional<BR>#&nbsp;restricted<BR>#&nbsp;alias=3D2</DIV>
<DIV>&nbsp;</DIV>
<DIV># If you have another OS on this machine to boot, you can uncomment =

the<BR># following lines, changing the device name on the `other' line =
to<BR>#=20
where your other OS' partition is.<BR>#<BR>#=20
other=3D/dev/hda4<BR>#&nbsp;label=3DHURD<BR>#&nbsp;restricted<BR>#&nbsp;a=
lias=3D3<BR>other=3D/dev/hda1<BR>&nbsp;=20
label=3D"Linux(hda1)"</DIV>
<DIV>&nbsp;</DIV>
<DIV>other=3D/dev/hdb1<BR>&nbsp; label=3D"Windows(hdb1)"</DIV>
<DIV>&nbsp;</DIV>
<DIV>other=3D/dev/hdb5<BR>&nbsp; label=3D"Windows(hdb5)"</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></FONT></BODY></HTML>

------=_NextPart_000_002B_01C390C2.A2050900--