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

Bug#336993: more info about #336993



Hi

using cramfs in /etc/yaird/Default.cfg:

	#FORMAT cpio
	FORMAT  cramfs

and booting with: 
	
	Linux root=/dev/ram init=/init rw

i go pass the initrd, but mounting the root partition then fails end
with messages like:

/sbin/mkdnod:  `/dev/sda': Read-only filesystem.
/sbin/mkdnod:  `/dev/sda4': Read-only filesystem.

i could boot on 2.6.14 after recompiling with the command 

fakeroot make-kpkg --append-to-version -1-powerpc64-noinitrd \
	--revision 2.6.14-2.0 --arch powerpc64 kernel_image

with the following diffs to the config (change XFS to whatever your root
filesystem is):

3,4c3,4
< # Linux kernel version: 2.6.14-1-powerpc64
< # Tue Nov  1 15:37:43 2005
---
> # Linux kernel version: 2.6.14-powerpc64-noinitrd
> # Sat Nov  5 11:03:09 2005
747c747
< CONFIG_SCSI=m
---
> CONFIG_SCSI=y
753,754c753,754
< CONFIG_BLK_DEV_SD=m
< CONFIG_CHR_DEV_ST=m
---
> CONFIG_BLK_DEV_SD=y
> CONFIG_CHR_DEV_ST=y
756c756
< CONFIG_BLK_DEV_SR=m
---
> CONFIG_BLK_DEV_SR=y
758c758
< CONFIG_CHR_DEV_SG=m
---
> CONFIG_CHR_DEV_SG=y
771c771
< CONFIG_SCSI_SPI_ATTRS=m
---
> CONFIG_SCSI_SPI_ATTRS=y
801c801
< CONFIG_SCSI_SATA=m
---
> CONFIG_SCSI_SATA=y
803c803
< CONFIG_SCSI_SATA_SVW=m
---
> CONFIG_SCSI_SATA_SVW=y
2176c2176
< CONFIG_XFS_FS=m
---
> CONFIG_XFS_FS=y
2267c2267
< CONFIG_EXPORTFS=m
---
> CONFIG_EXPORTFS=y

cheers, piem



Reply to: