Displaying 2 results from an estimated 2 matches for "initrd_".
Did you mean:
  initrd
  
2002 Jan 03
4
ext3 crash after RedHat 7.2 installation
...fig'.
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 because of unsupported optional features
(200 0200).
mount: error 22 mounting ext3
pivotroot: pivot_root(/sysroot, /sysroot/initrd_ failed: 2
Freeing unused kernel memory: 220k freed
Kernel panic: No init found. Try passing init= option to kernel
(system hangs.......)
At this point I decided to boot from the CDROM and go into "linux rescue"
mode.
The rescue mode tried to mount the RedHat Linux installation to
/mnt/s...
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...- 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 with
the local ram_size, boot_device, kernel_*, initrd_*, and cpu_model local
variable initialization to all functions. Then the compiler helped me
locate the local variables that are unused, so they could be removed.
---
Changes v3 -> v4:
 - Rebase against latest qemu.git master, solved conflicts at
   hw/xilinx_zynq.c
Changes v2 -> v3:
 - Fix...