All times are UTC-06:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
PostPosted: Mon Nov 11, 2013 7:55 am 
Offline

Joined: Wed May 30, 2012 1:07 pm
Posts: 6
Location: Norway
I tried to set up my Efike Smartbook such that NIS and autofs is started
when the computer is switched on. However, Rebooting the computer failed.
During booting the Genesi logo is displayed, afterwards the screen is black
and I'm not able to switch to any consol window.

My questions are, then

(1) Is there any key combinations such that the boot process can be stopped
in e.g. level 2?

(2) Can I use a rescue image, and if that's possible, where can I download it?


Top
   
PostPosted: Mon Nov 11, 2013 10:12 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 88
Location: Central Europe
Hi, you can download installation images at:
http://www.powerdeveloper.org/platforms/efikamx/linux

If you unpack the downloaded file, you will have an image file that needs to be written to an SD card which is at least 2GB in size.

For further instructions on how to do so, please see this page:
https://help.ubuntu.com/community/Insta ... omImgFiles

Once you successfully wrote the image file to an SD card, please insert the SD card and boot your Efika MX Smarttop which should automatically start our OS installer. You will need to press "Y" (US keyboard layout) to confirm that you would like to reinstall the operating system.


Top
   
PostPosted: Mon Nov 11, 2013 1:02 pm 
Offline

Joined: Wed May 30, 2012 1:07 pm
Posts: 6
Location: Norway
Thank you for the link to the install image. It's a reference to a SmartTop image,
is it valid for a SmartBook also?

In search for a key sequence for stopping the boot process, I have made some progress... Pressing Esc during boot gives, at least, some information about what's going on. As far as I can see, the SmartBook seems to start NIS befor bringing wlan0 up. Then it dies.


Top
   
PostPosted: Mon Nov 11, 2013 5:30 pm 
Offline

Joined: Wed May 30, 2012 1:07 pm
Posts: 6
Location: Norway
After some search for images, I came across a nice collection on a nice
website:

http://steubentech.com/~talon/Efika-MX/

Is it possible to boot from one of these images and then, in some way, access
the internal flash and disable NIS?


Top
   
PostPosted: Tue Nov 12, 2013 2:51 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 88
Location: Central Europe
Quote:
Thank you for the link to the install image. It's a reference to a SmartTop image,
is it valid for a SmartBook also?
The picture is there for illustrative purposes only. The page uses phrases such as "for all EfikaMX models" which refers to smarttops as well as smartbooks.


Top
   
PostPosted: Tue Nov 12, 2013 6:17 pm 
Offline

Joined: Wed May 30, 2012 1:07 pm
Posts: 6
Location: Norway
I figured it out, finally... It may be trivial, but in case someone else who's
not familiar with Efika runs into the same problem, here's a summary of what I
did:

The image from

http://steubentech.com/~talon/Efika-MX/ ... ard.img.xz

was dd'ed to a SD card as described in

http://steubentech.com/~talon/Efika-MX/ ... README.txt

The SmartBook was booted using the SD card, and when up and running:
Code:
mkdir /tmp/mnt
mount -t ext4 /dev/sda2 /tmp/mnt
cp /tmp/mnt/etc/init.d/nis /tmp/mnt/etc/init.d/nis.bck
Then edit /tmp/mnt/init.d/nis such that 'exit 0' is the only command in it.

The SmartBook now boots from the internal flash and /etc/init.d/nis was restored
from /etc/init.d/nis.bck and NOT started at any boot-level:
Code:
chkconfig --level 2345 nis off
However, both nis and autofs can be started automatically by inserting
two lines in /etc/rc.local:
Code:
/usr/sbin/service nis start
/usr/sbin/service autofs start


Top
   
PostPosted: Wed Nov 13, 2013 3:11 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 88
Location: Central Europe
Thanks for sharing.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 7 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group