public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* vmalloc kernel parameter
@ 2006-06-28 12:15 Rodrigo Amestica
  2006-06-28 12:33 ` Sergey Vlasov
  0 siblings, 1 reply; 5+ messages in thread
From: Rodrigo Amestica @ 2006-06-28 12:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: Rodrigo Amestica

Hi, I'm having troubles when using the vmalloc kernel parameter.

My grub config looks as shown below. If I set vmalloc to anything
bigger than 128M (the default) then the kernel will not boot and it
will log the following on the console:

VFS: Cannot open root device "LABEL=/" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel Panic - not syncing: VFS Unable to mount root fs on
unknown-block(0,0)

If I specify 128M or less then the kernel will boot just fine and
/proc/meminfo will show the effect in VmallocTotal.

Any hint on what I'm crashing with?

thanks,
  Rodrigo

ps: my kernel version is 2.6.15.2, and my machine is a dual opteron
with 2GB of ram

title with vmalloc
         root (hd0,0)
         kernel /boot/vmlinuz ro root=LABEL=/ vmalloc=256M
         initrd /boot/initrd.img

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-29 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 12:15 vmalloc kernel parameter Rodrigo Amestica
2006-06-28 12:33 ` Sergey Vlasov
2006-06-28 15:21   ` Rodrigo Amestica
2006-06-29 13:08     ` Rodrigo Amestica
2006-06-29  2:07   ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox