public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Boot X86 PC from USB using U_boot
Date: Fri, 18 Dec 2009 07:39:58 -0500	[thread overview]
Message-ID: <4B2B781E.3080300@ge.com> (raw)
In-Reply-To: <2658E54B540D284981EA57E6A549EA7095F201A5C9@INBLRK77M1MSX.in002.siemens.net>

Sasi, Anoop IN BLR SISL wrote:
> Hi all please help me
> 
> Am a beginner in Linux. I have a PC with UBUNTU 9.04 installed .
> I was trying to boot Linux PC from USB. I could able to boot PC with GRUB installed
> in USB .
> 
>  Is it possible to boot the PC (X86 architecture) from USB with U-Boot in the USB?

Theoretically, yes.  Practically, it would be a *LOT* of work and 
require hardware details that you probably cannot get (chipset register 
definitions, how to initialize them, etc.).

With GRUB, the manufacturer's BIOS initialize the chipset and then boots 
GRUB -> linux based on the already configured hardware.  U-Boot 
initializes the hardware, so you need the information that the PC BIOS / 
hardware manufacturer has (and won't tell you) to replace BIOS+GRUB with 
U-Boot.

There is some support for x86 in u-boot, but it is for one (?) specific 
x86 CPU, the AMD sc520, and your PC probably isn't running that.
http://git.denx.de/?p=u-boot.git;a=tree;f=cpu/i386;h=cf975ccb545ea90c755b573c1c695fde12d2ba4c;hb=HEAD

> What all configuration changes I need do to make this possible?

That is a huge open-ended question.  We don't have an answer.

> I have downloaded U-boot then configured and build for X86 architecture (sc520_cdp_config)
> And made a bootable partition in usb and copied u-boot image in to it and tried to boot from usb but
> It is not working.

You probably don't have a sc520.

> Please help me in this.................

Use the BIOS + GRUB.  It works very well.

> With best regards,
> Anoop Sasi

Best regards,
gvb

      reply	other threads:[~2009-12-18 12:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-18 10:43 [U-Boot] Boot X86 PC from USB using U_boot Sasi, Anoop IN BLR SISL
2009-12-18 12:39 ` Jerry Van Baren [this message]

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=4B2B781E.3080300@ge.com \
    --to=gerald.vanbaren@ge.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox