lilo: boot com mais de um linux [RESOLVIDO]

1. lilo: boot com mais de um linux [RESOLVIDO]

Fernando A. Vita
fernandoavita

(usa Debian)

Enviado em 30/06/2009 - 22:43h

Eu instalei uma outra distro aqui, mas estou com problemas para dar o boot na mesma, alguém poderia me ajudar?

o fim do meu lilo.conf está assim:

image = /boot/vmlinuz
root = /dev/sda2
label = "SlackwareLinux"
read-only

other = /dev/sda1
label= WindowsXP
table = /dev/sda

other = /dev/sda6
label = LinuxMint

Quando digito "lilo" para instalá-lo aparece o seguinte:
Warning: LBA32 addressing assumed
Added SlackwareLinux
Added WindowsXP
Fatal: First sector of /dev/sda6 doesn't have a valid boot signature


  


2. Re: lilo: boot com mais de um linux [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/06/2009 - 23:45h

na verdade o problema seria o linuxmint

no lilo vc tem que por todos os detalhes para dar boot no linux

other e label seria somenta para windows e bsd

para o linux tem que ser detalhado igual o do slackware

ex:
o lilo que vc esta usando seria o do slackware

image = /mnt/linuxmint/boot/vmlinuz
other = /dev/sda6
lable = LinuxMint

=======================================

a linha image seria o diretorio da imagem de inicialização do linuxmint

agr o diretorio correto no seu pc, ai eh com vc

flw


3. Re: lilo: boot com mais de um linux [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/06/2009 - 23:46h

nao esqueça de digitar lilo no terminal para carregar dnovo na mbr


4. Re: lilo: boot com mais de um linux [RESOLVIDO]

Fernando A. Vita
fernandoavita

(usa Debian)

Enviado em 01/07/2009 - 15:20h

Valeu Douglas, você me deixou mais perto de conseguir. Mas infelizmente apareceu um outro problema.

Eu consegui adicionar o mint. Mas ainda assim não estou conseguingo dar boot nele. Quando eu tendo fazer isso aparece:
loading Mint............
Bios data ckeck succesful.

e depois a tela fica totalmente preta, e apenas as luzes do capslock e do scrollock ficam piscando.

Alguém tem alguma idéia do que possa ser? Será que o problema ainda está no lilo? Por via das dúvidas vou colocar aqui como está a parte de baixo do meu lilo.conf


# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda2
label = Slackware
read-only

other = /dev/sda1
label = WindowsXP
table = /dev/sda

image = /mnt/mint/vmlinuz
root = /dev/sda6
label = Mint


5. Re: lilo: boot com mais de um linux [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/07/2009 - 15:57h

vc tem certeza que o diretorio eh /mnt/mint/vmlinuz

as vezes pode ser outro nome

verifica dentro da pasta boot

/mnt/mint/boot/****

tem que ver se o nome eh soh vmlinuz, as vezes pode ser algo como

vmlinuz-mint
vmlinuz-2.6xxx


6. Re: lilo: boot com mais de um linux [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/07/2009 - 15:58h

quando vc digitou lilo no teminal oq apareceu???


7. Re: lilo: boot com mais de um linux [RESOLVIDO]

Fernando A. Vita
fernandoavita

(usa Debian)

Enviado em 01/07/2009 - 16:45h

Na verdade o que /mnt/mint/vmlinuz é um link que dá para boot/vmlinuz-2.6.27-7-generic. Eu textei usando o link e testei diretamente, mas o resultado não muda.

quando eu digito lilo no terminal ele diz:
que adicionou o slackware, o XP e o Mint;
warning: aparece LBA32 addressing assumed;
/boot/boot.0800 exists - no boot sector backup was made
one warning was issued


Vou colar em baixo um pedaço do que tem dentro do /mnt/mint/ e do /mnt/mint/boot/.

/mnt/mint/
lrwxrwxrwx 1 root root initrd.img -> boot/initrd.img-2.6.27-7-generic
lrwxrwxrwx 1 root root vmlinuz -> boot/vmlinuz-2.6.27-7-generic

/mnt/mint/boot/
System.map-2.6.27-7-generic
abi-2.6.27-7-generic
boot@
config-2.6.27-7-generic
gfxmenu/
initrd.img-2.6.27-7-generic
memtest86+.bin
vmcoreinfo-2.6.27-7-generic
vmlinuz-2.6.27-7-generic



8. Re: lilo: boot com mais de um linux [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 26/03/2011 - 15:54h

Eu tenho o computador formatado assim:
sda1 win7
sda5 ubuntu
sda6 Slackware.

Fui ao mnt/sda5/boot e vi o vmlinuz que uso aí foi só substituir.
veja só:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
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 = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Windows bootable partition config begins
other = /dev/sda1
label = Windows
table = /dev/sda
# Windows bootable partition config ends
image = /mnt/sda5/boot/vmlinuz-2.6.32-28-generic
root = /dev/sda5
label = Ubuntu
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda6
label = Slackware
read-only
# Linux bootable partition config ends


9. Re: lilo: boot com mais de um linux [RESOLVIDO]

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 26/03/2011 - 16:10h

A partição onde está o /boot do Mint precisa estar montada no Slackware para funcionar.

Aqui o Lilo gerencia Slack, Windows e Ubuntu, sendo que a partição raiz do Ubuntu está no fstab do Slack como /mnt/ubuntu, sendo o caminho indicado no lilo.conf este: /mnt/ubuntu/boot/...

Só assim funcionou comigo.


10. Re: lilo: boot com mais de um linux [RESOLVIDO]

Fernando A. Vita
fernandoavita

(usa Debian)

Enviado em 04/04/2011 - 16:42h

Essa minha pergunta já é antiga. Na verdade eu nem lembrava mais dela.

De toda forma, agradeço a vocês que tentaram ajudar.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts