On Wednesday, 4 April 2007 02:48, Arren Lex wrote:
> On 03/04/07, Rafael J. Wysocki <[EMAIL PROTECTED]> wrote:
> > Can you please install 'resume' in the special initrd as described in HOWTO
> > (included in the suspend package), section I. 2)e) and see if the problem
> > is still present?
> >
> > Rafael
> 
> RAMDISK: ext2 filesystem found at block 0
> RAMDISK: Loading 2000KiB [1 disk] into ram disk... done.
> Unable to load NLS charset iso8859-1
> No filesystem could mount root, tried: ext3 cramfs ntfs
> Kernel panic - not syncing: VFS: Unable to mount root of on 
> unknown-block(8,4).

This is probably becuse your kernel doesn't have the ext2 driver compiled in.

> Now what? Perhaps this is because I already have an initrd image
> specified for a default boot: initrd.img-2.6.20.4. The HOWTO mentioned
> that if you already have an initrd you have to integrate the resume
> options into it, but I can't find instructions how. I tried mounting
> the existing image by using sudo mount -t ext2 -o loop <image>
> <folder> as per the instructions, but it said wrong fs type. I tried
> extracting it with gunzip, but it still says wrong fs type. File
> reports it as an ASCII cpio archive.

This is a cpio archive and in fact it is a compressed initramfs image IIRC.

If you want to regenerate it, you can use the mkinitrd script (surely available
in your distribution).

> I think I'm doing something wrong. Help? ):

Generally speaking, either you load some modules from the initrd or you
have to compile all of the relevant drivers into the kernel.

If you want to use the resume initrd, you need to check what's loaded from your
existing initrd (or initramfs) and compaile all of these things directly into
the kernel.

Greetings,
Rafael

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Suspend-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to