Crux
(usa CentOS)
Enviado em 17/09/2013 - 06:56h
Cara foi mal,a primeira resposta faltou mais coisas mas agora segue os seguintes passos para configurar o duallboot:
Segue retorno do comando #ifconfig -l
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 4302847 2048000 82 Linux swap
/dev/sda3 4302848 516302847 256000000 6 FAT16
/dev/sda4 516302848 976773167 230235160 83 Linux
Onde:
sda1 - partição criada pelo sistema;
sda2 - linux swap;
sda3 - partição com o windows instalado;
sda4 - partição com o linux instalado.
Segue configuração do /etc/lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# append=" vt.default_utf8=0"
boot = /dev/sda
# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,27,0,255
# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
# message = /boot/boot_message.txt
# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 150
# Override dangerous defaults that rewrite the partition table:
#change-rules
#reset
# Normal VGA console
vga = 773
# End LILO global section
# Windows bootable partition config begins
other = /dev/sda1
label = Windows
table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
# image = /boot/vmlinuz
# root = /dev/sda4
# label = Linux
# read-only
# Linux bootable partition config ends