Displaying 2 results from an estimated 2 matches for "linux_imag".
Did you mean:
linux_image
2008 Aug 11
0
[patch] kexec and kdump documentation for xen
...hypervisor image
+ DOM0_IMAGE: dom0 kernel image
+ KEXEC_ARGS: additional kexec-tools command line arguments
+
+ e.g. kexec -l --append "no-real-mode" --vmm="/boot/xen.gz" /boot/vmlinuz.gz
+
+ OR
+
+ b. To kexec to Linux (Xen->Linux or Linux->Linux)
+
+ kexec -l LINUX_IMAGE --append "$LINUX_ARGS" KEXEC_ARGS
+
+ where:
+ LINUX_IMAGE: the second linux kernel image
+ LINUX_ARGS: command line arguments to the second linux kernel
+ KEXEC_ARGS: additional kexec-tools command line arguments
+
+ e.g. kexec -l /boot/second-vmlinuz.gz
+
+2. Execute
+------...
2005 Dec 10
1
[BUG 2.6.15-rc5] EXT3-fs error and soft lockup detected
....483916] EAX: 001c3b0d EBX: 000000e8 ECX: 01062560 EDX: c0382ce0
[11292.490033] ESI: c039e694 EDI: 00000001 EBP: f76bfe5c DS: 007b ES: 007b
[11292.496736] CR0: 8005003b CR2: b7eed1e0 CR3: 376b6000 CR4: 00000690
[11300.161270] Restarting system.
[11300.164557] .
zsh: 20369 terminated qemu -m 1156 ~/linux_image -kernel ~/linux-2.6.15-rc5/arch/i386/boot/bzImage
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.15-rc5
# Sat Dec 10 16:01:04 2005
#
CONFIG_X86_32=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_I...