Displaying 2 results from an estimated 2 matches for "initrd_s".
Did you mean:
initrds
2002 Jan 03
4
ext3 crash after RedHat 7.2 installation
Hi everyone,
I've been running Redhat 7.2 (new install) for about 2 weeks now
without any problems, but today I was not so lucky.
My system hung while I was trying to configure the kernel-source RPM using
'xconfig'.
After rebooting the system, it seems that my whole ext3 file system is
corrupted.
I get the message:
Mounting root filesystem
EXT3-fs: ide0(3,3):couldn't mount
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
This should help us to:
- More easily add or remove machine initialization arguments without
having to change every single machine init function;
- More easily make mechanical changes involving the machine init
functions in the future;
- Let machine initialization forward the init arguments to other
functions more easily.
This change was half-mechanical process: first the struct was added