Displaying 5 results from an estimated 5 matches for "noinitrd".
2003 Dec 17
1
PXE boot question
...e installation from the client hard disk to /tftpboot on the
master. Copied vmlinuz, I used a kernel with no modules (to make things
easier .. well that I thought), in /tftpboot. Setup the default in
/tftpboot/pxelinux.cfg as follow:
LABEL linux_test
KERNEL vmlinuz
APPEND root=/dev/nfs ip=dhcp noinitrd
OK, when I boot the client via LAN it gets the IP from the DHCP server,
finds the kernel, loads the kernel but then I always get the error:
VFS: Cannot open the root device "nfs" on 00:ff
please append a correct "root=" boot option
Any suggestions?!
Thanks
Dave
2008 Jul 22
2
[PATCH 1/3] Fix loading of *.lkrn images from gPXE
...@ high_load_done:
; if we tried to load initrd using an old kernel
;
load_initrd:
+ ; Cap the ramdisk memory range if appropriate
+ mov eax,[RamdiskMax]
+ cmp eax,[MyHighMemSize]
+ ja .ok
+ mov [MyHighMemSize],eax
+.ok:
xor eax,eax
cmp [InitRDPtr],ax
jz .noinitrd
--
1.5.6.2.305.g2938b
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
Add a way to disable the timer IRQ routing check via a boot option. The
VMI timer code uses this to avoid triggering the pester Mingo code, which
probes for some very unusual and broken motherboard routings. It fires
100% of the time when using a paravirtual delay mechanism instead of
using a realtime delay, since there is no elapsed real time, and the 4 timer
IRQs have not yet been delivered.
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
Add a way to disable the timer IRQ routing check via a boot option. The
VMI timer code uses this to avoid triggering the pester Mingo code, which
probes for some very unusual and broken motherboard routings. It fires
100% of the time when using a paravirtual delay mechanism instead of
using a realtime delay, since there is no elapsed real time, and the 4 timer
IRQs have not yet been delivered.
2005 Mar 29
3
Query regarding initramfs
Hi
1. Is it possible to load an initrd from initramfs ?
How would you do this if the initramfs is being loaded dynamically in
the kernel
(ie having the initramfs as initrd )
Because in this case, you will say root = /dev/initrd and specify 'initrd'
as your 'initramfs source file'
How will you specify the second initrd source?
Thanks
Rachita.