Re: [MeeGo-dev] creating image for oaktrail platform using mic-image-creator

2011-07-07 Thread bradleyyan

On 07/07/2011 11:30 AM, Arjan van de Ven wrote:

On 7/6/2011 7:30 PM, bradleyyan wrote:

It is my mistake,I forgetten to install install related packages.


also make sure to upgrade your firmware; this was a bug in early 
firmwares that got since fixed...


I downloaded the meego repo to local machine,using the local repo to 
install packages.

And when install image in machine using GUI mode,it said:
X startup failed
/usr/sbin/liveinst: line93: kill: `': not a pid or valid job spec

Anyone know why this error happened.

Thanks.

Bradley Yan

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] creating image for oaktrail platform using mic-image-creator

2011-07-07 Thread Jeremiah Foster
On Thu, Jul 7, 2011 at 2:52 PM, bradleyyan bradley...@linpus.com wrote:
 On 07/07/2011 03:24 PM, bradleyyan wrote:

 On 07/07/2011 11:30 AM, Arjan van de Ven wrote:

 On 7/6/2011 7:30 PM, bradleyyan wrote:

 It is my mistake,I forgetten to install install related packages.

 also make sure to upgrade your firmware; this was a bug in early
 firmwares that got since fixed...

 I downloaded the meego repo to local machine,using the local repo to
 install packages.
 And when install image in machine using GUI mode,it said:
 X startup failed
 /usr/sbin/liveinst: line93: kill: `': not a pid or valid job spec

 Problem had been solved,

How was it solved?

 the meego img doesn't support GUI mode
 installation.

Is that correct for all images built with mic-image-creator? You
cannot install in graphical mode?

Jeremiah
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] creating image for oaktrail platform using mic-image-creator

2011-07-06 Thread bradleyyan
It doesn't work.The installation progress stopped at beginning,after 
kernel message being printed.


THanks.

Bradley Yan

On 07/06/2011 11:40 AM, tom z wrote:


some issues of syslinux(v4.00) impacts the booting process, so usbimg 
can't


boot to GUI. now pls reinstall syslinux in your image, just follow 
these steps:


1) make sure syslinux exists in your host and its version is not equal 
to 4.00


(v4.02 is the best)

2) sudo losetup -o 512 /dev/loop* XXX.usbimg (loop* is a available one)

3) sudo syslinux -d syslinux /dev/loop*

4) sudo losetup -d /dev/loop*



On Wed, Jul 6, 2011 at 10:17 AM, bradleyyan bradley...@linpus.com 
mailto:bradley...@linpus.com wrote:


Hi all,

I use mic-image-creator to create image for intel oaktrail
platform,the command is as following:

mic-image-creator --config=tablet-ia32-oaktrail.ks 
--format=liveusb --cache=mycache


But when I installed it in machine, it stopped at
boot: screen,can not into the installing UI.

I don't know why,any one know why.

PS: I use 2GB USB to install the image.

Thanks.

Bradley Yan

___
MeeGo-dev mailing list
MeeGo-dev@meego.com mailto:MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines




___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] creating image for oaktrail platform using mic-image-creator

2011-07-06 Thread bradleyyan

It is my mistake,I forgetten to install install related packages.

THanks.

Bradley Yan

On 07/06/2011 11:40 AM, tom z wrote:


some issues of syslinux(v4.00) impacts the booting process, so usbimg 
can't


boot to GUI. now pls reinstall syslinux in your image, just follow 
these steps:


1) make sure syslinux exists in your host and its version is not 
equal to 4.00


(v4.02 is the best)

2) sudo losetup -o 512 /dev/loop* XXX.usbimg (loop* is a available one)

3) sudo syslinux -d syslinux /dev/loop*

4) sudo losetup -d /dev/loop*



On Wed, Jul 6, 2011 at 10:17 AM, bradleyyan bradley...@linpus.com 
mailto:bradley...@linpus.com wrote:


Hi all,

I use mic-image-creator to create image for intel oaktrail
platform,the command is as following:

mic-image-creator --config=tablet-ia32-oaktrail.ks 
--format=liveusb --cache=mycache


But when I installed it in machine, it stopped at
boot: screen,can not into the installing UI.

I don't know why,any one know why.

PS: I use 2GB USB to install the image.

Thanks.

Bradley Yan

___
MeeGo-dev mailing list
MeeGo-dev@meego.com mailto:MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines





___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] creating image for oaktrail platform using mic-image-creator

2011-07-06 Thread Arjan van de Ven

On 7/6/2011 7:30 PM, bradleyyan wrote:

It is my mistake,I forgetten to install install related packages.


also make sure to upgrade your firmware; this was a bug in early 
firmwares that got since fixed...


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


[MeeGo-dev] creating image for oaktrail platform using mic-image-creator

2011-07-05 Thread bradleyyan

Hi all,

I use mic-image-creator to create image for intel oaktrail platform,the 
command is as following:


mic-image-creator --config=tablet-ia32-oaktrail.ks  --format=liveusb 
--cache=mycache


But when I installed it in machine, it stopped at
boot: screen,can not into the installing UI.

I don't know why,any one know why.

PS: I use 2GB USB to install the image.

Thanks.

Bradley Yan
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] creating image for oaktrail platform using mic-image-creator

2011-07-05 Thread tom z
some issues of syslinux(v4.00) impacts the booting process, so usbimg can't

boot to GUI. now pls reinstall syslinux in your image, just follow these
steps:



1) make sure syslinux exists in your host and its version is not equal to
4.00

(v4.02 is the best)

2) sudo losetup -o 512 /dev/loop* XXX.usbimg (loop* is a available one)

3) sudo syslinux -d syslinux /dev/loop*

4) sudo losetup -d /dev/loop*


On Wed, Jul 6, 2011 at 10:17 AM, bradleyyan bradley...@linpus.com wrote:

 **
 Hi all,

 I use mic-image-creator to create image for intel oaktrail platform,the
 command is as following:

 mic-image-creator --config=tablet-ia32-oaktrail.ks  --format=liveusb
 --cache=mycache

 But when I installed it in machine, it stopped at
 boot: screen,can not into the installing UI.

 I don't know why,any one know why.

 PS: I use 2GB USB to install the image.

 Thanks.

 Bradley Yan

 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev
 http://wiki.meego.com/Mailing_list_guidelines

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines