Camaleón wrote:
> Peter Tenenbaum wrote:
> > Now for my next ignorant question: where do I go to find the
> > kernel command line, so I can see whether it includes a "vga="
> > clause?  I am using squeeze with all normal default options, if
> > that helps any.
> 
> It is located in GRUB's menu file (in GRUB legacy that is "/boot/grub/
> menu.lst", dunno for GRUB2.. maybe "/etc/defualt/grub"? :-?).

You can also see the command line that the currently running kernel
was invoked with by looking at /proc/cmdline.

  $ cat /proc/cmdline
  root=/dev/mapper/vg1-root ro 

  $ cat /proc/cmdline
  BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/v1-root ro quiet

Bob

Attachment: signature.asc
Description: Digital signature

Reply via email to