Meu ajudem com o LILO.conf [RESOLVIDO]

1. Meu ajudem com o LILO.conf [RESOLVIDO]

William Costa
williamcosta

(usa Slackware)

Enviado em 11/07/2011 - 19:04h

bom alterei meu /etc/lilo.conf para mudar o posicionamento entre o windows e Slackware, mudei, mais não teve resultado nenhum, até mudei timer e qdo dei reboot ficou do mesmo jeito que estava ante.

Meu /etc/lilo.conf é esse:

----------------------------//------------------------------

# 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 = 3000
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 800x600x64k
vga = 788
# Normal VGA console
#vga = normal
# Ask for video mode at boot (time out to normal in 30s)
#vga = ask
# 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
#
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda6
label = linux
read-only
# Linux bootable partition config ends
#
# Boot do Windows
other = /dev/sda1
label = windows
table = /dev/sda
# Fim do Boot Windows

----------------------------------//------------------------------




  


2. MELHOR RESPOSTA

Glauber GF
mcnd2

(usa Debian)

Enviado em 11/07/2011 - 23:12h

Mude a posições dos SO's e depois não se esqueça de rodar o comando "lilo" (como root) para poder salvar as alterações.

Como usei o LILO muito pouco não sei se minha resposta esta com exatidão, mas tente ai.

Abraço.

3. Re: Meu ajudem com o LILO.conf [RESOLVIDO]

William Costa
williamcosta

(usa Slackware)

Enviado em 11/07/2011 - 22:59h

quero mudar o posicionamento dos S.O.


4. Re: Meu ajudem com o LILO.conf [RESOLVIDO]

William Costa
williamcosta

(usa Slackware)

Enviado em 11/07/2011 - 23:28h

Então eu ja mudei tava ao contrario disso aqui:

# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda6
label = linux
read-only
# Linux bootable partition config ends

# Boot do Windows
other = /dev/sda1
label = windows
table = /dev/sda
# Fim do Boot Windows

primeiro vinha o boot do windows depois o do linux, o engraçado é que mudei até no Timer, era "timeout = 12000" mudei para "timeout = 3000" mais qdo salvei e dei boot, não deu nenhum resultado.

E te garanto eu editei como root mesmo!!!


5. Re: Meu ajudem com o LILO.conf [RESOLVIDO]

Sandro Marcell
SMarcell

(usa Slackware)

Enviado em 12/07/2011 - 00:53h

Cara, basta adicionar essa linha:

default = label_name

Exemplo (no seu caso!):

============================
$ cat /etc/lilo.conf
...
...
append=" vt.default_utf8=0"
boot = /dev/sda
default = linux
...
============================

Nesse caso a partição de boot default será a do Slack, já que o valor da entrada "label" dela é "linux". Se quiser que o Windão seja o default, basta substituir pelo valor do "label" da entrada dele. Ah, após fazer essas alterações, não esqueça de regravar o lilo na MBR!

# lilo




6. Re: Meu ajudem com o LILO.conf [RESOLVIDO]

Glauber GF
mcnd2

(usa Debian)

Enviado em 12/07/2011 - 20:19h

Foi exatamente o que disse.

Depois da alteração deverá rodar o comando "lilo" como root para salvar as alterações

# lilo

E ai resolveu?


7. Re: Meu ajudem com o LILO.conf [RESOLVIDO]

Joao
stack_of

(usa Slackware)

Enviado em 12/07/2011 - 20:52h

Para ler novamente o arquivo de configuração, execute como root:

/sbin/lilo






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts