Error al iniciar el sistema

Recien instalado debian "testing" en ext4 y arquitectura i386 (ya que la amd64 no me da la opcion de hacer la instalacion en ext4)al arrancar el equipo aparece:

mount: mounting /dev/disk/bu-uuid/ce-998b7e-384d-4750-aff-b9267720180a on /root
failed: Invalid argument
mount: /dev on /root/dev failed:No such file or directory
mount: /proc on /root/proc failed:No such file or directory
mount: /sys on /root/sys failed:No such file or directory
Target filesystem doesn,t have /sbin/init
No init found. Try passing init=bootarg

Entonces aparece el busybox con el (initramfs)

En todos lados aparece que es un problema de carga de drivers de chipset o de hd/cd pero no encuentro en ningun sitio una solucion en debian, solo en ubuntu y no me funcionan.

Gracias de antemano por vuestro tiempo.
Profion escribió:Recien instalado debian "testing" en ext4 y arquitectura i386 (ya que la amd64 no me da la opcion de hacer la instalacion en ext4)al arrancar el equipo aparece:

mount: mounting /dev/disk/bu-uuid/ce-998b7e-384d-4750-aff-b9267720180a on /root
failed: Invalid argument
mount: /dev on /root/dev failed:No such file or directory
mount: /proc on /root/proc failed:No such file or directory
mount: /sys on /root/sys failed:No such file or directory
Target filesystem doesn,t have /sbin/init
No init found. Try passing init=bootarg

Entonces aparece el busybox con el (initramfs)

En todos lados aparece que es un problema de carga de drivers de chipset o de hd/cd pero no encuentro en ningun sitio una solucion en debian, solo en ubuntu y no me funcionan.

Gracias de antemano por vuestro tiempo.

¿Testing ya soporta ext4?.
en la instalacion me da la opcion de ponerlo ext4 si elijo el particionado manual, aun asi este error ocurre tanto en ext3 como en 4 y tanto en sarge como testing (he probado el netinstall de las 2 modalidades)

ahora mismo uso el kernel 2.6.26-2-686 , deberia usar el 2.6.30?

EDITADO:

texto exacto de pantalla:

DECOMPRESSING LINUX... PARSING ELF... DONE
BOOTING THE KERNEL.
LOADING, PLEASE WAIT...
KINIT: NAME_TO_DEB_T(/dev/sda5)=SDA5(8,5)
KINIT: TRYING TO RESUME FROM /dev/sda5
KINIT: No resume image, doing normal boot...
resume: libgcrypt version: 1.4.4
mount: mounting /dev/disk/by-uuid/ce-998b7e-384d-4750-afff-b9267720180a on /root
failed: Invalid argument
mount: mounting /dev on /root/dev failed:No such file or directory
mount: mounting /sys on /root/sys failed:No such file or directory
mount: mounting /proc on /root/proc failed:No such file or directory
Target filesystem doesn,t have /sbin/init
No init found. Try passing init=bootarg

Busybox v1.10.2 (Debian 1:1.10.2-2) built-in shell (ash)
ENTER "help" for a list of built-in commands
/BIN/SH: CAN'T ACCESS TTY; job control turned off
(initramfs)


Y esto es lo que sale al editar el grub desde el arranque:

set root=(hd0,2)
search-fs-uuid- set bcad044c-09dc-49a1-a384-f41c8c054fc6
linux/vmlinuz-2.6.26-2-686 root = UUID=ce998b7e-384d-4750-afff-b92677\20180a ro quiet
intrd/intrd.img-2.6.26-2-686
Profion escribió:en la instalacion me da la opcion de ponerlo ext4 si elijo el particionado manual, aun asi este error ocurre tanto en ext3 como en 4 y tanto en sarge como testing (he probado el netinstall de las 2 modalidades)

ahora mismo uso el kernel 2.6.26-2-686 , deberia usar el 2.6.30?

EDITADO:

texto exacto de pantalla:

DECOMPRESSING LINUX... PARSING ELF... DONE
BOOTING THE KERNEL.
LOADING, PLEASE WAIT...
KINIT: NAME_TO_DEB_T(/dev/sda5)=SDA5(8,5)
KINIT: TRYING TO RESUME FROM /dev/sda5
KINIT: No resume image, doing normal boot...
resume: libgcrypt version: 1.4.4
mount: mounting /dev/disk/by-uuid/ce-998b7e-384d-4750-afff-b9267720180a on /root
failed: Invalid argument
mount: mounting /dev on /root/dev failed:No such file or directory
mount: mounting /sys on /root/sys failed:No such file or directory
mount: mounting /proc on /root/proc failed:No such file or directory
Target filesystem doesn,t have /sbin/init
No init found. Try passing init=bootarg

Busybox v1.10.2 (Debian 1:1.10.2-2) built-in shell (ash)
ENTER "help" for a list of built-in commands
/BIN/SH: CAN'T ACCESS TTY; job control turned off
(initramfs)


Y esto es lo que sale al editar el grub desde el arranque:

set root=(hd0,2)
search-fs-uuid- set bcad044c-09dc-49a1-a384-f41c8c054fc6
linux/vmlinuz-2.6.26-2-686 root = UUID=ce998b7e-384d-4750-afff-b92677\20180a ro quiet
intrd/intrd.img-2.6.26-2-686


En el mensaje "mount: mounting /dev/disk/by-uuid/** on /root" no deberia ser "/" y no "/root"?
Como tienes tu /etc/fstab?
Asi

/etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda3 during installation
UUID=ce998b7e-384d-4750-afff-b9267720180a / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
UUID=bcad044c-09dc-49a1-a384-f41c8c054fc6 /boot ext4 defaults 0 2
# /home was on /dev/sda4 during installation
UUID=80404ca3-0e32-41c4-b0bf-ec53bd4ea888 /home ext4 defaults 0 2
/dev/sda5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0


Imagen
4 respuestas