| View previous topic :: View next topic |
| Author |
Message |
motard n00b


Joined: 04 Feb 2004 Posts: 45 Location: Seixal ---Portugal
|
Posted: Wed Mar 17, 2004 9:06 pm Post subject: RAMDISK problema |
|
|
instalei o gentoo no meu portatil, estava tudo a funcioanar a 100%, até eu resolver instalar o novo kernel com o genkernel, ja n iniciei mais o gentoo, para-me no arranque a seguir ao lilo e diz: RAMDISK:compressed image found at block 0
como n dava tentei recompilar á mao, e continua a dar a mesma mensagem
(
preciso de ajuda urgente
ps: estou aqui noutro pc ( |
|
| Back to top |
|
 |
fernandotcl Veteran


Joined: 20 Nov 2003 Posts: 1396 Location: Sao Paulo, Brazil
|
Posted: Wed Mar 17, 2004 9:15 pm Post subject: |
|
|
Talvez seja uma opção do seu bootloader. Poste aqui o seu lilo.conf ou grub.conf.
O initrd não é necessário, eu não uso. Talvez desabilitando seu suporte resolva. |
|
| Back to top |
|
 |
motard n00b


Joined: 04 Feb 2004 Posts: 45 Location: Seixal ---Portugal
|
Posted: Wed Mar 17, 2004 9:17 pm Post subject: |
|
|
| n tenho o initrd no meu lilo :\ |
|
| Back to top |
|
 |
motard n00b


Joined: 04 Feb 2004 Posts: 45 Location: Seixal ---Portugal
|
Posted: Wed Mar 17, 2004 9:24 pm Post subject: |
|
|
| Quote: | lba32
boot = /dev/hda
map = boot/.map
install = /boot/boot-menu.b
menu-scheme=wb
prompt
timeout=20
delay=50
vga=normal
image = /boot/bzImage-2.6
root = /dev/hda3
label = gentoo
read = only |
|
|
| Back to top |
|
 |
fernandotcl Veteran


Joined: 20 Nov 2003 Posts: 1396 Location: Sao Paulo, Brazil
|
Posted: Wed Mar 17, 2004 9:48 pm Post subject: |
|
|
| motard wrote: | | Quote: | lba32
boot = /dev/hda
map = boot/.map
install = /boot/boot-menu.b
menu-scheme=wb
prompt
timeout=20
delay=50
vga=normal
image = /boot/bzImage-2.6
root = /dev/hda3
label = gentoo
read = only |
|
Tente acrescentar:
| Code: | | initrd=/boot/initrd.img |
Substitua initrd.img pelo seu intrd.
A propósito, eu não sabia que no Lilo era possível usar whitespace... Você já tentou sem? |
|
| Back to top |
|
 |
|