[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.6.0-test11 y "especify the filesystem"[SOLUCIONADO]



Al final quitando el initrd y activando en el kernel:
Partition Types => Advancec partition types => PC BIOS (MSDOS partition tables) support.
   Creo que era por eso, desde el principio.

Saludos y gracias por la ayuda :)

César Fernández wrote:

Hola mi :-)

mi wrote:


 >> "/dev2/root2 is not a valid block device.."

1) grep "^C.*_FS"   .config-2.6


# grep "^C.*_FS"   .config    CONFIG_SCSI_PROC_FS=y
CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
CONFIG_JFS_FS=m
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
CONFIG_MINIX_FS=m
CONFIG_ROMFS_FS=y
CONFIG_ISO9660_FS=m
CONFIG_ZISOFS_FS=m
CONFIG_UDF_FS=m
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m

2) grep "^C.*BLK"   .config-2.6

# grep "^C.*BLK"   .config    CONFIG_BLK_DEV_FD=m
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_ADMA=y
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_BLK_DEV_SD=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y

3) root=/dev/ram0 init=/linuxrc rw (o con devfs: root=/dev/rd/0
init=/linuxrc rw)  ?


   He probado de la forma:
# cat /etc/lilo.conf
...
image=/boot/vmlinuz-2.6.0test11
       append="root=/dev/ram0 init=/linuxrc rw"
       label=Linux2.6
       initrd=/boot/initrd.img-2.6.0test11
       read-only
Y nada, lo mismo. (no funciona..)
   El devfs, lo estuve buscando pero no encontré nada :(
   Algo de que hay que activar Unix tsy o tpy o algo así :-S

No obstante, el mensaje cambia, ahora tanto al quitar el initrd del lilo como con el append de antes,
me suelta:

hda: unknown partition table
....
Unable to mount root fs on hda6

al ejecutar lilo, simepre me ha soltado :
# lilo Warning: '/proc/partitions' does not match '/dev' directory structure.
   Name change: '/dev/ide/host0/bus0/target0/lun0/disc' -> '/dev/hda'
pero no le había dado más importancia... ¿es éste el problema? Siendo así... ¿como lo soluciono?

boot=/dev/hda


hda<x> ?
hth


   Saludos...





Reply to: