* Help me please!
@ 2014-02-15 20:13 Juan David Alejandro Cadena Cedano
2014-02-16 3:53 ` Gregg Levine
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Juan David Alejandro Cadena Cedano @ 2014-02-15 20:13 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 992 bytes --]
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)"
but when I write "serial --speed=115200 --word=8 --parity=no --stop=1 usb0"
this print it:
"serial port 'usb0' is not found"
My computer is an Acer c710-2847 and it has a chromium OS, I wanted to add
the seaBios to install Ubuntu from USB, but I overwrote the flash ROM and
now my computer will not start, the seaBios not working. Not even shows me
the options to choose... therefore I can't read the USB. I don't know what
to do; I don't know how to come back to "Chrome OS" and I can't boot from
the USB ...the only option is to use the GRUB2 command-line but I don't
know how to use the serial usb on grub2
I thank you so much
--
*Juan David Alejandro Cadena Cedano*
[-- Attachment #2: Type: text/html, Size: 2270 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help me please!
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
2 siblings, 1 reply; 5+ messages in thread
From: Gregg Levine @ 2014-02-16 3:53 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 1836 bytes --]
Hello!
I see.
You do realize that this isn't the Coreboot List, but one on GRUB2? You
will need to join that list and explain your problems to them, in plain
text, not HTML formatted e-mail. And using the exact same steps that you
used to create that problem.
It may be possible then to revert back to your original OS, however from
this perspective it sadly isn't. And especially not from reading something
in HTML mail.
-----
Gregg C Levine gregg.drwho8@gmail.com
"This signature fought the Time Wars, time and again."
On Sat, Feb 15, 2014 at 3:13 PM, Juan David Alejandro Cadena Cedano <
jacadenac@unal.edu.co> 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)"
>
>
>
> but when I write "serial --speed=115200 --word=8 --parity=no --stop=1
> usb0" this print it:
>
> "serial port 'usb0' is not found"
>
>
>
> My computer is an Acer c710-2847 and it has a chromium OS, I wanted to add
> the seaBios to install Ubuntu from USB, but I overwrote the flash ROM and
> now my computer will not start, the seaBios not working. Not even shows me
> the options to choose... therefore I can't read the USB. I don't know what
> to do; I don't know how to come back to "Chrome OS" and I can't boot from
> the USB ...the only option is to use the GRUB2 command-line but I don't
> know how to use the serial usb on grub2
>
> I thank you so much
>
> --
> *Juan David Alejandro Cadena Cedano*
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
>
[-- Attachment #2: Type: text/html, Size: 3809 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help me please!
2014-02-15 20:13 Help me please! Juan David Alejandro Cadena Cedano
2014-02-16 3:53 ` Gregg Levine
@ 2014-02-16 21:50 ` Aleš Nesrsta
2014-02-16 22:01 ` Vladimir 'φ-coder/phcoder' Serbinenko
2 siblings, 0 replies; 5+ messages in thread
From: Aleš Nesrsta @ 2014-02-16 21:50 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 357 bytes --]
Hi Juan,
I fully agree with Gregg Levine remarks.
But, for the first look, I maybe see your mistake in GRUB "serial"
command, so there is my first aid:
> but when I write "serial --speed=115200 --word=8 --parity=no --stop=1 usb0"
> this print it:
>
> "serial port 'usb0' is not found"
Try "serial_usb0" instead of "usb0".
BR,
Ales
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 295 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help me please!
2014-02-16 3:53 ` Gregg Levine
@ 2014-02-16 22:00 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 0 replies; 5+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2014-02-16 22:00 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 2510 bytes --]
On 16.02.2014 04:53, Gregg Levine wrote:
> Hello!
> I see.
> You do realize that this isn't the Coreboot List, but one on GRUB2? You
> will need to join that list and explain your problems to them, in plain
> text, not HTML formatted e-mail. And using the exact same steps that you
> used to create that problem.
>
Apparently user has a problem with GRUB2-as-payload which makes it
appropriate for this list.
> It may be possible then to revert back to your original OS, however from
> this perspective it sadly isn't. And especially not from reading
> something in HTML mail.
>
> -----
> Gregg C Levine gregg.drwho8@gmail.com <mailto:gregg.drwho8@gmail.com>
> "This signature fought the Time Wars, time and again."
>
>
> On Sat, Feb 15, 2014 at 3:13 PM, Juan David Alejandro Cadena Cedano
> <jacadenac@unal.edu.co <mailto:jacadenac@unal.edu.co>> 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)"
>
>
>
> but when I write "serial --speed=115200 --word=8 --parity=no
> --stop=1 usb0" this print it:
>
> "serial port 'usb0' is not found"
>
>
>
> My computer is an Acer c710-2847 and it has a chromium OS, I wanted
> to add the seaBios to install Ubuntu from USB, but I overwrote the
> flash ROM and now my computer will not start, the seaBios not
> working. Not even shows me the options to choose... therefore I
> can’t read the USB. I don’t know what to do; I don’t know how to
> come back to "Chrome OS" and I can’t boot from the USB ...the only
> option is to use the GRUB2 command-line but I don’t know how to use
> the serial usb on grub2
>
>
> I thank you so much
>
> --
> /Juan David Alejandro Cadena Cedano/
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org <mailto:Grub-devel@gnu.org>
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 274 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help me please!
2014-02-15 20:13 Help me please! Juan David Alejandro Cadena Cedano
2014-02-16 3:53 ` Gregg Levine
2014-02-16 21:50 ` Aleš Nesrsta
@ 2014-02-16 22:01 ` Vladimir 'φ-coder/phcoder' Serbinenko
2 siblings, 0 replies; 5+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2014-02-16 22:01 UTC (permalink / raw)
To: The development of GNU GRUB
[-- 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 --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-16 22:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).