* [gentoo-embedded] GNAP and DOM
@ 2005-07-14 17:11 Robin Bonin
2005-07-15 5:29 ` Sune Kloppenborg Jeppesen
0 siblings, 1 reply; 11+ messages in thread
From: Robin Bonin @ 2005-07-14 17:11 UTC (permalink / raw
To: gentoo-embedded
Hi, I'm using gnap tools 1.2 and I am trying to put my working overlay
onto a 32 meg DOM.
Following the instructions here,
http://www.gentoo.org/proj/en/base/embedded/gnap-userguide.xml
I have installed the MBR, created the primary active partition
and then ran gnap overlay.
when I boot, I get Searching for Boor Record from IDE-0..Not Found
when I run
dd if=/home/robin/gnap/gnap-tools-1.2/mbr/mbr.bin of=/dev/hdc bs=512 count=1
I get
0+1 records in
0+1 records out
any other things I need to check?
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [gentoo-embedded] GNAP and DOM
@ 2005-07-14 18:05 Morgan, Austin
2005-07-14 19:14 ` Robin Bonin
0 siblings, 1 reply; 11+ messages in thread
From: Morgan, Austin @ 2005-07-14 18:05 UTC (permalink / raw
To: 'gentoo-embedded@lists.gentoo.org'
I have noticed that DOM's do not like dd very much. I have a feeling that
it has something to do with how it works with back blocks. I have found the
only reliable way to put files on a DOM is to tar/gzip them up and explode
them on it. I do not know how you would go about this with the MBR due to
it's special circumstances.
Austin
-----Original Message-----
From: gentoo-embedded+bounces-269-AUSTIN.D.MORGAN=saic.com@gentoo.org
To: gentoo-embedded@lists.gentoo.org
Sent: 7/14/2005 10:11 AM
Subject: [gentoo-embedded] GNAP and DOM
Hi, I'm using gnap tools 1.2 and I am trying to put my working overlay
onto a 32 meg DOM.
Following the instructions here,
http://www.gentoo.org/proj/en/base/embedded/gnap-userguide.xml
I have installed the MBR, created the primary active partition
and then ran gnap overlay.
when I boot, I get Searching for Boor Record from IDE-0..Not Found
when I run
dd if=/home/robin/gnap/gnap-tools-1.2/mbr/mbr.bin of=/dev/hdc bs=512
count=1
I get
0+1 records in
0+1 records out
any other things I need to check?
--
gentoo-embedded@gentoo.org mailing list
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] GNAP and DOM
2005-07-14 18:05 Morgan, Austin
@ 2005-07-14 19:14 ` Robin Bonin
2005-07-14 21:10 ` Robin Bonin
0 siblings, 1 reply; 11+ messages in thread
From: Robin Bonin @ 2005-07-14 19:14 UTC (permalink / raw
To: gentoo-embedded
After running dd and trying it a few times, it seems that it has worked?
I now am getting past that not boot record error and not I'm sitting
at a black screen completley blank with the cursor at the top left.
I created both a standard linux partition and ran gnap overlay and
also a fat32 and ran gnap overlay (Documentation didn't say what type
of partition) I'm didn't get any diffrence in the output, so I'm not
sure what is happening.
I have a working iso, is there anyway I can place those files on the
DOM? and get it to boot up that way?
On 7/14/05, Morgan, Austin <AUSTIN.D.MORGAN@saic.com> wrote:
> I have noticed that DOM's do not like dd very much. I have a feeling that
> it has something to do with how it works with back blocks. I have found the
> only reliable way to put files on a DOM is to tar/gzip them up and explode
> them on it. I do not know how you would go about this with the MBR due to
> it's special circumstances.
>
> Austin
>
> -----Original Message-----
> From: gentoo-embedded+bounces-269-AUSTIN.D.MORGAN=saic.com@gentoo.org
> To: gentoo-embedded@lists.gentoo.org
> Sent: 7/14/2005 10:11 AM
> Subject: [gentoo-embedded] GNAP and DOM
>
> Hi, I'm using gnap tools 1.2 and I am trying to put my working overlay
> onto a 32 meg DOM.
> Following the instructions here,
> http://www.gentoo.org/proj/en/base/embedded/gnap-userguide.xml
> I have installed the MBR, created the primary active partition
> and then ran gnap overlay.
>
>
> when I boot, I get Searching for Boor Record from IDE-0..Not Found
>
> when I run
> dd if=/home/robin/gnap/gnap-tools-1.2/mbr/mbr.bin of=/dev/hdc bs=512
> count=1
> I get
> 0+1 records in
> 0+1 records out
>
> any other things I need to check?
>
> --
> gentoo-embedded@gentoo.org mailing list
> --
> gentoo-embedded@gentoo.org mailing list
>
>
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] GNAP and DOM
2005-07-14 19:14 ` Robin Bonin
@ 2005-07-14 21:10 ` Robin Bonin
2005-07-15 8:07 ` Thierry Carrez
0 siblings, 1 reply; 11+ messages in thread
From: Robin Bonin @ 2005-07-14 21:10 UTC (permalink / raw
To: gentoo-embedded
I tried installing gnap on a hard drive, and it works. when I run the
exact same command to install it on the DOM I get the blank screen w/
flashing cursor. Any thoughts other than using partition magick or
something the copy the data from the workign hard drve to the DOM? I
have several variations I need to create that will take some time.
On 7/14/05, Robin Bonin <rbonin@gmail.com> wrote:
> After running dd and trying it a few times, it seems that it has worked?
> I now am getting past that not boot record error and not I'm sitting
> at a black screen completley blank with the cursor at the top left.
>
> I created both a standard linux partition and ran gnap overlay and
> also a fat32 and ran gnap overlay (Documentation didn't say what type
> of partition) I'm didn't get any diffrence in the output, so I'm not
> sure what is happening.
>
> I have a working iso, is there anyway I can place those files on the
> DOM? and get it to boot up that way?
>
> On 7/14/05, Morgan, Austin <AUSTIN.D.MORGAN@saic.com> wrote:
> > I have noticed that DOM's do not like dd very much. I have a feeling that
> > it has something to do with how it works with back blocks. I have found the
> > only reliable way to put files on a DOM is to tar/gzip them up and explode
> > them on it. I do not know how you would go about this with the MBR due to
> > it's special circumstances.
> >
> > Austin
> >
> > -----Original Message-----
> > From: gentoo-embedded+bounces-269-AUSTIN.D.MORGAN=saic.com@gentoo.org
> > To: gentoo-embedded@lists.gentoo.org
> > Sent: 7/14/2005 10:11 AM
> > Subject: [gentoo-embedded] GNAP and DOM
> >
> > Hi, I'm using gnap tools 1.2 and I am trying to put my working overlay
> > onto a 32 meg DOM.
> > Following the instructions here,
> > http://www.gentoo.org/proj/en/base/embedded/gnap-userguide.xml
> > I have installed the MBR, created the primary active partition
> > and then ran gnap overlay.
> >
> >
> > when I boot, I get Searching for Boor Record from IDE-0..Not Found
> >
> > when I run
> > dd if=/home/robin/gnap/gnap-tools-1.2/mbr/mbr.bin of=/dev/hdc bs=512
> > count=1
> > I get
> > 0+1 records in
> > 0+1 records out
> >
> > any other things I need to check?
> >
> > --
> > gentoo-embedded@gentoo.org mailing list
> > --
> > gentoo-embedded@gentoo.org mailing list
> >
> >
>
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [gentoo-embedded] GNAP and DOM
@ 2005-07-14 21:19 Morgan, Austin
2005-07-14 21:49 ` Ned Ludd
0 siblings, 1 reply; 11+ messages in thread
From: Morgan, Austin @ 2005-07-14 21:19 UTC (permalink / raw
To: 'gentoo-embedded@lists.gentoo.org'
Have you tried using the flash_write utility from mdt? I think that might
be the way to go.
Austin
-----Original Message-----
From: gentoo-embedded+bounces-275-AUSTIN.D.MORGAN=saic.com@gentoo.org
[mailto:gentoo-embedded+bounces-275-AUSTIN.D.MORGAN=saic.com@gentoo.org] On
Behalf Of Robin Bonin
Sent: Thursday, July 14, 2005 4:11 PM
To: gentoo-embedded@lists.gentoo.org
Subject: Re: [gentoo-embedded] GNAP and DOM
I tried installing gnap on a hard drive, and it works. when I run the exact
same command to install it on the DOM I get the blank screen w/ flashing
cursor. Any thoughts other than using partition magick or something the copy
the data from the workign hard drve to the DOM? I have several variations I
need to create that will take some time.
On 7/14/05, Robin Bonin <rbonin@gmail.com> wrote:
> After running dd and trying it a few times, it seems that it has
> worked? I now am getting past that not boot record error and not I'm
> sitting at a black screen completley blank with the cursor at the top
> left.
>
> I created both a standard linux partition and ran gnap overlay and
> also a fat32 and ran gnap overlay (Documentation didn't say what type
> of partition) I'm didn't get any diffrence in the output, so I'm not
> sure what is happening.
>
> I have a working iso, is there anyway I can place those files on the
> DOM? and get it to boot up that way?
>
> On 7/14/05, Morgan, Austin <AUSTIN.D.MORGAN@saic.com> wrote:
> > I have noticed that DOM's do not like dd very much. I have a
> > feeling that it has something to do with how it works with back
> > blocks. I have found the only reliable way to put files on a DOM is
> > to tar/gzip them up and explode them on it. I do not know how you
> > would go about this with the MBR due to it's special circumstances.
> >
> > Austin
> >
> > -----Original Message-----
> > From:
> > gentoo-embedded+bounces-269-AUSTIN.D.MORGAN=saic.com@gentoo.org
> > To: gentoo-embedded@lists.gentoo.org
> > Sent: 7/14/2005 10:11 AM
> > Subject: [gentoo-embedded] GNAP and DOM
> >
> > Hi, I'm using gnap tools 1.2 and I am trying to put my working
> > overlay onto a 32 meg DOM. Following the instructions here,
> > http://www.gentoo.org/proj/en/base/embedded/gnap-userguide.xml
> > I have installed the MBR, created the primary active partition
> > and then ran gnap overlay.
> >
> >
> > when I boot, I get Searching for Boor Record from IDE-0..Not Found
> >
> > when I run
> > dd if=/home/robin/gnap/gnap-tools-1.2/mbr/mbr.bin of=/dev/hdc bs=512
> > count=1 I get
> > 0+1 records in
> > 0+1 records out
> >
> > any other things I need to check?
> >
> > --
> > gentoo-embedded@gentoo.org mailing list
> > --
> > gentoo-embedded@gentoo.org mailing list
> >
> >
>
--
gentoo-embedded@gentoo.org mailing list
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [gentoo-embedded] GNAP and DOM
2005-07-14 21:19 Morgan, Austin
@ 2005-07-14 21:49 ` Ned Ludd
0 siblings, 0 replies; 11+ messages in thread
From: Ned Ludd @ 2005-07-14 21:49 UTC (permalink / raw
To: gentoo-embedded
On Thu, 2005-07-14 at 14:19 -0700, Morgan, Austin wrote:
> Have you tried using the flash_write utility from mdt? I think that might
> be the way to go.
It's generally considered rude to top post unless your legally blind and
have to use a text 2 speech reader.
--
Ned Ludd <solar@gentoo.org>
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] GNAP and DOM
2005-07-14 17:11 [gentoo-embedded] GNAP and DOM Robin Bonin
@ 2005-07-15 5:29 ` Sune Kloppenborg Jeppesen
2005-07-15 6:56 ` Dominique Broeglin
0 siblings, 1 reply; 11+ messages in thread
From: Sune Kloppenborg Jeppesen @ 2005-07-15 5:29 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 907 bytes --]
On Thursday 14 July 2005 19:11, Robin Bonin wrote:
> Hi, I'm using gnap tools 1.2 and I am trying to put my working overlay
> onto a 32 meg DOM.
> Following the instructions here,
> http://www.gentoo.org/proj/en/base/embedded/gnap-userguide.xml
> I have installed the MBR, created the primary active partition
> and then ran gnap overlay.
>
>
> when I boot, I get Searching for Boor Record from IDE-0..Not Found
>
> when I run
> dd if=/home/robin/gnap/gnap-tools-1.2/mbr/mbr.bin of=/dev/hdc bs=512 count=1
> I get
> 0+1 records in
> 0+1 records out
>
> any other things I need to check?
I was unable to get it booting with syslinux 3.08 but it is working fine with
2.13 on a CF card/Soekris combo. Though I got just a tiny bit further than
your black screen, so my problem might be completely unrelated to yours:-)
--
Sune Kloppenborg Jeppesen
Gentoo Linux Security Team
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] GNAP and DOM
2005-07-15 5:29 ` Sune Kloppenborg Jeppesen
@ 2005-07-15 6:56 ` Dominique Broeglin
2005-07-15 16:14 ` Robin Bonin
0 siblings, 1 reply; 11+ messages in thread
From: Dominique Broeglin @ 2005-07-15 6:56 UTC (permalink / raw
To: gentoo-embedded
Le vendredi 15 juillet 2005 à 07:29 +0200, Sune Kloppenborg Jeppesen a
écrit :
> I was unable to get it booting with syslinux 3.08 but it is working fine with
> 2.13 on a CF card/Soekris combo. Though I got just a tiny bit further than
> your black screen, so my problem might be completely unrelated to yours:-)
>
I got the same symptoms on a CF card for Soekris 4801. Reverting to an
older version of syslinux did also work for me and everything was ok
afterwards.
--
Dominique Broeglin
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] GNAP and DOM
2005-07-14 21:10 ` Robin Bonin
@ 2005-07-15 8:07 ` Thierry Carrez
0 siblings, 0 replies; 11+ messages in thread
From: Thierry Carrez @ 2005-07-15 8:07 UTC (permalink / raw
To: gentoo-embedded
Robin Bonin wrote:
> I tried installing gnap on a hard drive, and it works. when I run the
> exact same command to install it on the DOM I get the blank screen w/
> flashing cursor. Any thoughts other than using partition magick or
> something the copy the data from the workign hard drve to the DOM? I
> have several variations I need to create that will take some time.
I must admin I did not test DOMs (wish I had one), I assumed they would
work like a hard drive would... So there may be something wrong in the
commands used by the gnap_overlay script. Like others said, you can try
downgrading syslinux to 2.13, because my CF tests failed (while my HD
tests were still working) until I did that. If you manage to get it
working, please let us know how you did it !
--
Thierry Carrez (Koon)
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] GNAP and DOM
2005-07-15 6:56 ` Dominique Broeglin
@ 2005-07-15 16:14 ` Robin Bonin
2005-07-15 20:15 ` Dominique Broeglin
0 siblings, 1 reply; 11+ messages in thread
From: Robin Bonin @ 2005-07-15 16:14 UTC (permalink / raw
To: gentoo-embedded
What version did you use?
I'm using 2.13
what exactly does syslinux do? anything I can do manually
On 7/15/05, Dominique Broeglin <broeglin@free.fr> wrote:
> Le vendredi 15 juillet 2005 à 07:29 +0200, Sune Kloppenborg Jeppesen a
> écrit :
>
> > I was unable to get it booting with syslinux 3.08 but it is working fine with
> > 2.13 on a CF card/Soekris combo. Though I got just a tiny bit further than
> > your black screen, so my problem might be completely unrelated to yours:-)
> >
>
> I got the same symptoms on a CF card for Soekris 4801. Reverting to an
> older version of syslinux did also work for me and everything was ok
> afterwards.
>
> --
> Dominique Broeglin
>
> --
> gentoo-embedded@gentoo.org mailing list
>
>
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] GNAP and DOM
2005-07-15 16:14 ` Robin Bonin
@ 2005-07-15 20:15 ` Dominique Broeglin
0 siblings, 0 replies; 11+ messages in thread
From: Dominique Broeglin @ 2005-07-15 20:15 UTC (permalink / raw
To: gentoo-embedded
Le vendredi 15 juillet 2005 à 11:14 -0500, Robin Bonin a écrit :
> What version did you use?
> I'm using 2.13
>
> what exactly does syslinux do? anything I can do manually
>
The version I use is SYSLINUX 1.76 2002-08-27
Syslinux is a bootloader like LILO or GRUB. It's purpose is to boot the
system, find the linux kernel and launch it. It's a light and
specifically designed for FAT file systems. When you execute
syslinux /dev/hdx
the device is prepared to launch syslinux at boot time. If you want to
do it manually you have to execute that command. Remember that syslinux
uses the file syslinux.cfg (at the root of the msdos partition) as a
boot time configuration.
Sorry, I don't know more about it and I never quite diagnosed the issue
with it and my soekris. But I had the same issue with LEAF Bering.
Alternatively, you can try it's "-s" option.
--
Dominique Broeglin
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2005-07-15 20:16 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-14 17:11 [gentoo-embedded] GNAP and DOM Robin Bonin
2005-07-15 5:29 ` Sune Kloppenborg Jeppesen
2005-07-15 6:56 ` Dominique Broeglin
2005-07-15 16:14 ` Robin Bonin
2005-07-15 20:15 ` Dominique Broeglin
-- strict thread matches above, loose matches on Subject: below --
2005-07-14 18:05 Morgan, Austin
2005-07-14 19:14 ` Robin Bonin
2005-07-14 21:10 ` Robin Bonin
2005-07-15 8:07 ` Thierry Carrez
2005-07-14 21:19 Morgan, Austin
2005-07-14 21:49 ` Ned Ludd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox