-> > Tengo windows en sda y linux en sdb, pero no consigo arrancar
-> por defecto
-> > desde windows a pesar de haberlo inclu�do en la l�nea �default�.
-> >
-> > Tampoco consigo que la partici�n sdb4 sea arrancable (mi
-> partici�n root es
-> > sdb3) He modificado lilo.conf a�adiendo una imagen m�s para
-> sdb4 (y he hecho
-> > lilo �c �v) pero sdb4 no me sale en el men� inicial, sino que
-> me sale por
-> > este orden Linux, WinNT y other(sdb1), creo, hablo un poco de
-> memoria, en
-> > otro email intentar� copypastear parte de lilo.conf.
->
-> Creo que deber�as adjuntar tu lilo.conf al mensaje para entender el
-> problema y lo que quieres exactamente.
Vale, te lo a�ado resumido (para no cansar) al final de este cuerpo.
-> Se supone que has marcado como arrancable el dispositivo en el que
Tengo los discos/particiones sgtes:
sda Windows 2000
sdb1 swap
sdb2 boot (la que adem�s marqu� como Boot en la instalaci�n)
sdb3 /
sdb4 /backup (la otra partici�n que intento hacer arrancable)
-> intentas ejecutar lilo . Puede que hayas instalado lilo en otra partici�n
-> anteriormente y siga apareciendo el men� antiguo (por eso no ves sdb4)
Durante la instalaci�n me preguntaba d�nde instalar lilo. Siempre le digo
que en el MBR y no en una partici�n.
-> si no cambias la partici�n arrancable con alguna herramienta
-> adecuada (p.e.
-> fdisk) Solo es una suposici�n.
�Y qu� partici�n hago arrancable entonces? Yo cre�a que ten�a que ser
siempre la partici�n boot.
Aqu� va el lilo.conf resumido con todo lo no comentado. Gracias por todo.
----------------------------------------------------------------------------
-----
# /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
# Support LBA for large hard disks.
#
lba32
# 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=/dev/sdb
# Specifies the device that should be mounted as root. (`/')
#
root=/dev/sdb3
# 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=/boot/boot-menu.b
# Specifies the location of the map file
#
map=/boot/map
# Specifies the number of deciseconds (0.1 seconds) LILO should
# wait before booting the first image.
#
delay=20
# 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=/boot/bootmess.txt
prompt
timeout=150
# Specifies the VGA text mode at boot time. (normal, extended, ask, <mode>)
#
# vga=ask
# vga=9
#
vga=normal
# Boot up Linux by default.
#
#default=Linux
default=WinNT(sda)
image=/vmlinuz
label=Linux
read-only
# restricted
# alias=1
image=/vmlinuz.old
label=LinuxOLD
read-only
optional
# restricted
# alias=2
# PARA HACER SDB4 ARRANCABLE
image=/vmlinuz
root=/dev/sdb4
label=Linux (sdb4)
read-only
# 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=/dev/hda4
# label=HURD
# restricted
# alias=3
other=/dev/sda
label="WinNT(sda)"