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

Re: 2.4.7 kernel boot hangs with "cramfs: wrong magic"



On Thu, Aug 16, 2001 at 08:24:30PM +1000, herbert wrote:
> 
> --/etc/mkinitrd/scripts/dma (must be executable)--
> #!/bin/sh
> 
> cd $INITRDDIR
> 
> mkdir proc
> 
> cat > scripts/dma.sh <<- EOF

Better insert

	modprobe ide-probe-mod

here.

> 	mount -nt proc proc /proc
> 	echo using_dma:0 > /proc/ide/hda/settings
> 	echo using_dma:0 > /proc/ide/hdb/settings
> 	umount -n /proc
> EOF
-- 
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: