All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: Help me please!
Date: Sun, 16 Feb 2014 23:01:55 +0100	[thread overview]
Message-ID: <53013553.8080705@gmail.com> (raw)
In-Reply-To: <CAP0tArCJ4HynAs-dstEFasE4AYZs2Om+WtdwEv4VkLDqG9xrSQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

On 15.02.2014 21:13, Juan David Alejandro Cadena Cedano wrote:
> Hi!
> 
> 
> I want to enable usb serial ... as it appears on the page:
> http://www.coreboot.org/GRUB2, but the terminal_output command print it:
> 
> 
> "Active output Terminals:
> 
> vga_text
> 
> Available output terminals:
> 
> gfxterm spkmodem serial_ * mda_text cbmemc serial audio"
> 
>  
> 
> then ls command print it:
> 
> "(usb0) (memdisk)"
> 
ls prints disks, not serials
>  
> 
> but when I write "serial --speed=115200 --word=8 --parity=no --stop=1
> usb0" this print it:
> 
> "serial port 'usb0' is not found"
> 
what kind of dongle do you use? GRUB supports only very limited number
of dongles currently.
But I fail to understand your problem. It seems like you want to load
kernel and already have a console. Why not jsut type:
root=usb0
linux /mykernel arguments
initrd /myinitrd
boot
?



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 274 bytes --]

  parent reply	other threads:[~2014-02-16 22:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-15 20:13 Help me please! Juan David Alejandro Cadena Cedano
2014-02-16  3:53 ` Gregg Levine
2014-02-16 22:00   ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-02-16 21:50 ` Aleš Nesrsta
2014-02-16 22:01 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-08-26 22:52 HELP ME PLEASE!!!!!!!!! George Vieira
2003-08-26 20:14 Daniel Arjona
2003-08-26 23:11 ` Arnt Karlsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53013553.8080705@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.