[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: ¿Arrancar Debian?



-> > 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)"




Reply to: