[coreboot] Hey

2014-03-20 Thread Shant Kehyeian
Hello,
I have Samsung ARM chromebook series 3 Snow and I am trying to flesh it
and change the boot process.
So I build a coreboot.rom for that, but before I start to do that I would
like to ask about the payload. When I did the make menuconfig it wasn't
by default the SeaBios., there wasn't at all ...there was GRUB 2 and I
selected it...so My question is would it work as SeaBios to boot from usb ?
Thank you.
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Hey

2014-03-20 Thread Peter Stuge
Hi,

Shant Kehyeian wrote:
 I have Samsung ARM chromebook
..
 I would like to ask about the payload. When I did the make menuconfig
 it wasn't by default the SeaBios., there wasn't at all ...there was
 GRUB 2 and I selected it...so My question is would it work as SeaBios
 to boot from usb ?

No.

SeaBIOS is a BIOS implementation and BIOS is fortunately x86-specific.

The method used by BIOSes to boot from USB doesn't apply at all on
other machines.

Unless someone provides a well-tested recipe for creating a full
working solution to replace what was shipped on your device I would
very strongly discourage you from experimenting with firmware unless
you are prepared to spend many days on doing recovery and years on
learning, as well as maybe a hundred USD/EUR/GBP on tools.


//Peter

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


Re: [coreboot] Hey

2014-03-20 Thread Shant Kehyeian
Ahhh...So how will I use the coreboot for Snow...
I mean If I build SeaBios on Arm architecture and use it...would it be
useful ?
Could you please give me a solution to use the coreboot and boot my own
Ubuntu or Fedora on my ARM samsung chromebook ?
Thank you Peter,
Regards


On Thu, Mar 20, 2014 at 3:21 PM, Peter Stuge pe...@stuge.se wrote:

 Hi,

 Shant Kehyeian wrote:
  I have Samsung ARM chromebook
 ..
  I would like to ask about the payload. When I did the make menuconfig
  it wasn't by default the SeaBios., there wasn't at all ...there was
  GRUB 2 and I selected it...so My question is would it work as SeaBios
  to boot from usb ?

 No.

 SeaBIOS is a BIOS implementation and BIOS is fortunately x86-specific.

 The method used by BIOSes to boot from USB doesn't apply at all on
 other machines.

 Unless someone provides a well-tested recipe for creating a full
 working solution to replace what was shipped on your device I would
 very strongly discourage you from experimenting with firmware unless
 you are prepared to spend many days on doing recovery and years on
 learning, as well as maybe a hundred USD/EUR/GBP on tools.


 //Peter

 --
 coreboot mailing list: coreboot@coreboot.org
 http://www.coreboot.org/mailman/listinfo/coreboot

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Hey

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 12:12, Shant Kehyeian wrote:
 Hello,
 I have Samsung ARM chromebook series 3 Snow and I am trying to flesh
 it and change the boot process.
 So I build a coreboot.rom for that, but before I start to do that I
 would like to ask about the payload. When I did the make menuconfig it
 wasn't by default the SeaBios., there wasn't at all ...there was GRUB 2
 and I selected it...so My question is would it work as SeaBios to boot
 from usb ?
There is no arm-coreboot GRUB2 port currently.
 Thank you.
 
 




signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Hey

2014-03-20 Thread Peter Stuge
Shant Kehyeian wrote:
 Ahhh...So how will I use the coreboot for Snow...

Wait or pay for someone to publish exact steps which you can reproduce.

 I mean If I build SeaBios on Arm architecture and use it...would it be
 useful ?

SeaBIOS can not be built for ARM. As I wrote, BIOS is x86-specific.


 Could you please give me a solution to use the coreboot and boot my
 own Ubuntu or Fedora on my ARM samsung chromebook ?

Nope, I can't.


//Peter

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


Re: [coreboot] Hey

2014-03-20 Thread Shant Kehyeian
Ahh...okay thank so much to your help...
I think I will wait...:)


On Thu, Mar 20, 2014 at 4:13 PM, Peter Stuge pe...@stuge.se wrote:

 Shant Kehyeian wrote:
  Ahhh...So how will I use the coreboot for Snow...

 Wait or pay for someone to publish exact steps which you can reproduce.

  I mean If I build SeaBios on Arm architecture and use it...would it be
  useful ?

 SeaBIOS can not be built for ARM. As I wrote, BIOS is x86-specific.


  Could you please give me a solution to use the coreboot and boot my
  own Ubuntu or Fedora on my ARM samsung chromebook ?

 Nope, I can't.


 //Peter

 --
 coreboot mailing list: coreboot@coreboot.org
 http://www.coreboot.org/mailman/listinfo/coreboot

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Hey

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 13:10, Shant Kehyeian wrote:
 In fact I do need the SeaBios not the GRUB2 to be able to boot from usb
 with live CD which I can format and install my preferred OS...
 
I think you're missing the ARM part. Only ARM distros have any chance
to work. Given fragmentation of ARM it may even mean that only
Linux-based works on your machine.
 
 On Thu, Mar 20, 2014 at 4:05 PM, Vladimir 'φ-coder/phcoder' Serbinenko
 phco...@gmail.com mailto:phco...@gmail.com wrote:
 
 On 20.03.2014 12:12, Shant Kehyeian wrote:
  Hello,
  I have Samsung ARM chromebook series 3 Snow and I am trying to flesh
  it and change the boot process.
  So I build a coreboot.rom for that, but before I start to do that I
  would like to ask about the payload. When I did the make
 menuconfig it
  wasn't by default the SeaBios., there wasn't at all ...there was
 GRUB 2
  and I selected it...so My question is would it work as SeaBios to boot
  from usb ?
 There is no arm-coreboot GRUB2 port currently.
  Thank you.
 
 
 
 
 




signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Hey

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 13:34, Shant Kehyeian wrote:
 No I just gave in menuconfig the snow board ...and then as a payload I
 chose the GRUB2...that's what I meant ...:)
 
Keep list CC'ed.
I'm surprised it compiled at all. It should have error'ed out.
 
 On Thu, Mar 20, 2014 at 12:31 PM, Vladimir 'φ-coder/phcoder' Serbinenko
 phco...@gmail.com mailto:phco...@gmail.com wrote:
 
 On 20.03.2014 13:27, Shant Kehyeian wrote:
  Yess you are saying it right...
  So I installed the coreboot source code and I compiled it with
 GRUB2 so
  ...Do you think that I will get the grub options while the boot
 process ?
  Thank you...
 
 I don't know how you managed to compile GRUB2 for ARM coreboot but it's
 unlikely to work. I'm under impression that you compile for wrong
 mainboard altogether (you've chosen mobo in make menuconfig, right?)
 
  On Thu, Mar 20, 2014 at 12:23 PM, Vladimir 'φ-coder/phcoder'
 Serbinenko
  phco...@gmail.com mailto:phco...@gmail.com
 mailto:phco...@gmail.com mailto:phco...@gmail.com wrote:
 
  On 20.03.2014 13:10, Shant Kehyeian wrote:
   In fact I do need the SeaBios not the GRUB2 to be able to boot
  from usb
   with live CD which I can format and install my preferred OS...
  
  I think you're missing the ARM part. Only ARM distros have
 any chance
  to work. Given fragmentation of ARM it may even mean that only
  Linux-based works on your machine.
  
   On Thu, Mar 20, 2014 at 4:05 PM, Vladimir 'φ-coder/phcoder'
 Serbinenko
   phco...@gmail.com mailto:phco...@gmail.com
 mailto:phco...@gmail.com mailto:phco...@gmail.com
  mailto:phco...@gmail.com mailto:phco...@gmail.com
 mailto:phco...@gmail.com mailto:phco...@gmail.com wrote:
  
   On 20.03.2014 12:12, Shant Kehyeian wrote:
Hello,
I have Samsung ARM chromebook series 3 Snow and I am
  trying to flesh
it and change the boot process.
So I build a coreboot.rom for that, but before I start
 to do
  that I
would like to ask about the payload. When I did the make
   menuconfig it
wasn't by default the SeaBios., there wasn't at all
 ...there was
   GRUB 2
and I selected it...so My question is would it work as
  SeaBios to boot
from usb ?
   There is no arm-coreboot GRUB2 port currently.
Thank you.
   
   
  
  
  
 
 
 
 
 
 




signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Hey

2014-03-20 Thread Stefan Reinauer
* Shant Kehyeian skehye...@gmail.com [140320 12:12]:
 Hello,
 I have Samsung ARM chromebook series 3 Snow and I am trying to flesh it and
 change the boot process.
 So I build a coreboot.rom for that, but before I start to do that I would like
 to ask about the payload. When I did the make menuconfig it wasn't by 
 default
 the SeaBios., there wasn't at all ...there was GRUB 2 and I selected it...so 
 My
 question is would it work as SeaBios to boot from usb ?
 Thank you.

Chances are, that your only option for a payload on ARM is depthcharge
right now (living in the Chromium OS repository).

I started a FILO port a while ago (see gerrit) but it doesn't even
compile yet.

Stefan


-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot