All times are UTC-06:00




Post new topic  Reply to topic  [ 17 posts ] 
Author Message
PostPosted: Fri Nov 14, 2008 9:20 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
openSUSE 11.1 beta5 was released yesterday. For announcement, please see:

http://news.opensuse.org/2008/11/13/dev ... available/

Finally not only factory, but also the DVD is available for PPC. You can download the ISO images from:

http://software.opensuse.org/developer

If you want to do a network installation on the Pegasos or EFIKA (I only tested this, as DVD burning is slow :-) ), you will also need a "hotfix", as the original installer missed network drivers for these boards. You can download it from:

http://roxen.integrity.hu/pub/opensuse/ ... Fix/inst32

If you use it, you will also need the
Code:
insecure=1
kernel parameter.

On the EFIKA one more thing is needed: a driver update, to generate a bootable kernel. One can enable it by adding the following kernel parameter:
Code:
Or download it, and put it on an USB key in the root directory under the name: driverupdate

_________________
CzP
http://czanik.blogs.balabit.com/


Last edited by czp on Sat Nov 29, 2008 1:43 pm, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Fri Nov 28, 2008 5:25 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
openSUSE 11.1 RC1 was released yesterday evening. For announcement, please see http://news.opensuse.org/2008/11/27/dev ... available/

Please avoid using 'factory' for now, as around release time it is not really maintained. Use the DVD instead: http://download.opensuse.org/distributi ... VD-ppc.iso

On the Pegasos one needs to use the 'yaboot' trick, as described at http://en.opensuse.org/Pegasos#openSUSE_11.0

The EFIKA can boot inst32 directly. As usual, it needs a driver update to create a bootable kernel image at the end. One can use the following kernel parameter:
Code:
With some precaution, one can add the factory repository for additional software:

http://powerpc.opensuse.org/factory/repo/oss/

http://powerpc.opensuse.org/factory/repo/non-oss/

And the Packman packages (which needs at least the OSS repo from above):

ftp://spike.fa.gau.hu/pub/pmppc111/

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Sat Nov 29, 2008 12:34 pm 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
And here is a full ftp release of openSUSE 11.1 RC1: http://powerpc.opensuse.org/distributio ... /repo/oss/

I'd still suggest to start with the DVD and add this repository later, as the DVD has a smaller package database, so installation goes faster.

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Mon Dec 01, 2008 6:27 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Just a small note: openSUSE 11.1 was branched away from factory. This means, that anything appearing in factory is now already part of openSUSE 11.2, and is newer than RC1 or release. So, please rather use the RC1 URL from above.

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Thu Dec 11, 2008 2:30 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
openSUSE 11.1 is now gold. It will be released next Tuesday.

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 3:28 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
I tried to install Suse 11.1 RC1 on my efika. Unfortunately the OF can't read the content of the ext3 partition i installed Suse in.

should i create partition with Debian installer first then install suse on it ?

edit : i can boot my installed system by booting the installer and choosing "boot installed system" but not from OF directly.


Last edited by SoundSquare on Fri Dec 12, 2008 4:27 am, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 3:37 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Did you format your EFIKA from the SuSE installer? It has a fix for it (it uses a 128 byte inode size on the EFIKA and Pegasos).

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 4:28 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
@Peter

I didn't create partitions from the suse installer but i formated it with the installer.


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 4:52 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Could you check, what parameters were used to create the partition? You should change to the /var/log/YaST2 directory of the installed system, and use grep or zgrep to figure it out. Use grep, if gz compressed y2log files do not exist, and zgrep, if they exist (as the important log file is the oldest one).
Code:
linux-bk4l:~ # cd /var/log/YaST2/
linux-bk4l:/var/log/YaST2 # ls y2log-*
y2log-1 y2log-2.gz y2log-3.gz y2log-4.gz y2log-5.gz
linux-bk4l:/var/log/YaST2 # zgrep mke2fs y2log-*
y2log-5.gz:2008-11-27 16:54:42 <1> 192.168.2.178(2847) [libstorage] SystemCmd.cc(execute):85 SystemCmd Executing:"/sbin/mke2fs -I128 -O dir_index -j -v '/dev/sda11'"
y2log-5.gz:2008-11-27 16:54:42 <1> 192.168.2.178(2847) [libstorage] SystemCmd.cc(addLine):616 Adding Line 1 "mke2fs 1.41.1 (01-Sep-2008)"
y2log-5.gz:2008-11-27 16:54:42 <1> 192.168.2.178(2847) [libstorage] SystemCmd.cc(addLine):616 Adding Line 1 "fs_types for mke2fs.conf resolution: "
The important piece of information is: -I128 It should be there.
If it is there, then EFIKA/Pegasos was detected correctly, but the firmware has trouble with a correctly formatted filesystem.
If it is not there, then either EFIKA was not detected, or the installer forgot about this parameter while you set up partitioning (did you change any formatting parameters manually?).

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 5:14 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
Peter,

i followed your instructions carefully but zgrep doesn't give me any info (tried grep too). It only goes back to the prompt without any result.

here the history :

- installed morphOS on a 40gb drive, set 2 SFS partitions for it.
- booted the suse installer (following your instructions) but had to cancel it after a while as the installer was complaining not to find a swap partition (i should have known)
- booted to the debian installer to create a swap partition, made an ext3 partition too while i was there.
- booted back to the suse installer, choose to format the ext3 partition but not the swap.

and here i am :) the installation worked fine (i'm posting it from the Efika on Suse) but i have to boot the installer to boot the system.

any idea why zgrep doesn't give me any result ? (i can't have made a mistake, i copied/pasted your example above).


Last edited by SoundSquare on Fri Dec 12, 2008 5:44 am, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 5:24 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Then please also try with grep:
Code:
grep mke2fs y2log*
Logs are only compressed when there are too much of them, if it is a fresh install, then they might still be uncompressed.

If you still don't have mke2fs in your logs, then you most likely did not format the partition at all from SuSE, and the Debian installer does not use -I128.

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 5:29 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
well then i should reinstall, formating it with suse.
i'll keep you tuned.


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 5:36 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Or just simply copy /boot/zImage to your Amiga partition (if that is listable from the firmware), and boot from there.

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 8:07 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
something was wrong with my partition map, MorphOS couldn't mount the ext3 partition (it usually does) and Suse can't mount the SFS partition.
I'm doing a clean install (with a new partition map).

Thanks again for your precious and kind help Peter.


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 8:16 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
If you can install over the Internet, you should can install the final 11.1 now. It is not yet officially released ;-) There is no CD/DVD ISO available yet, but on the EFIKA inst32 is enough.

inst32 is available at http://powerpc.opensuse.org/distributio ... oot/inst32

And you should point it at http://powerpc.opensuse.org/distribution/11.1/repo/oss/ I'm installing it on my Pegasos at the moment.

The final DVD will be available next Tuesday.

_________________
CzP
http://czanik.blogs.balabit.com/


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

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 10 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