Linux não inicia (Debian) [Resolvido]
O sistema não carrega. O mesmo fica para em "Booting the kernel. Loading, please wait..." por varios minutos, e em seguida entra em um shell diferente com o prompt (initramfs). O que houve? Pedi o sistema? Como recupero isso?
Grato e aguardo qualquer ajuda.
Re: Linux não inicia (Debian)
Linux: Linux Básico - modo single no ubuntu 10
1. Entering runlevel 1
Some Linux distribution, such as Ubuntu for instance, offer a specific boot menu entry where it is stated "Recovery Mode" or "Single-User Mode". If this is your case, selecting this menu entry will boot your machine into single user mode, you can carry on with the next part. If not, you might want to read this part.
Using GRUB, you can manually edit the proposed menu entry at boot time. To do so, when GRUB is presenting the menu list (you might need to press ESC first), follow those instructions:
- use the arrows to select the boot entry you want to modify.
- press e to edit the entry
- use the arrows to go to kernel line
- press e to edit this entry
- at the end of the line add the word single
- press ESC to go back to the parent menu
- press b to boot this kernel
Re: Linux não inicia (Debian)
Citação:
Postado originalmente por
Pirigoso
Linux: Linux Básico - modo single no ubuntu 10
1. Entering runlevel 1
Some Linux distribution, such as Ubuntu for instance, offer a specific boot menu entry where it is stated "Recovery Mode" or "Single-User Mode". If this is your case, selecting this menu entry will boot your machine into single user mode, you can carry on with the next part. If not, you might want to read this part.
Using GRUB, you can manually edit the proposed menu entry at boot time. To do so, when GRUB is presenting the menu list (you might need to press ESC first), follow those instructions:
- use the arrows to select the boot entry you want to modify.
- press e to edit the entry
- use the arrows to go to kernel line
- press e to edit this entry
- at the end of the line add the word single
- press ESC to go back to the parent menu
- press b to boot this kernel
Translate me please (rs).
Re: Linux não inicia (Debian)
Verifica seu hd na bios se esta ok, em seguida no debian tenta entrar em modo seguro (segunda opção de kernel), se subir verifica o hd com as ferramentas do seu sistema de arquivo, fsck.reiser ext3 ext4 e afins.
Esse erro de boot é que ele não esta encontrando o arquivo initrd, vc por acaso alterou o grub?
por um live cd vc consegue acessar o hd?
Re: Linux não inicia (Debian)
Citação:
Postado originalmente por
oicreal
Verifica seu hd na bios se esta ok, em seguida no debian tenta entrar em modo seguro (segunda opção de kernel), se subir verifica o hd com as ferramentas do seu sistema de arquivo, fsck.reiser ext3 ext4 e afins.
Esse erro de boot é que ele não esta encontrando o arquivo initrd, vc por acaso alterou o grub?
por um live cd vc consegue acessar o hd?
O problema é que eu tinha altera do o HD de posição, daí o GRUB não encontra o referido dispositivo. Fiz o devido ajuste e tudo volto a funcionar.
Grato pela sua atenção.