All times are UTC-06:00




Post new topic  Reply to topic  [ 47 posts ] 
Author Message
 Post subject: Ubuntu Gutsy is released
PostPosted: Fri Oct 19, 2007 8:01 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Ubuntu Gutsy is released ( http://www.ubuntu.com/news/ubuntu710 ). As usual, they did not put a Pegasos bootable kernel on the CD, neither create one during installation. I just finished a successful installation of Gutsy PPC Alternate on my Pegasos from CD ( http://cdimage.ubuntu.com/ports/release ... owerpc.iso ). The relevant kernels are:

http://genesi.hu/ubuntu/gutsyalt_inst for installation
http://genesi.hu/ubuntu/gutsyalt_boot for booting the installed system

I found one serious problem: there is no network available after installation. To fix this (if you have DHCP on your network) is to edit as root /etc/network/interfaces and remove the # sign from the beginning of the last line, and execute
Code:
/etc/init.d/network start
I also created a network installer for the Pegasos, but I could not yet fully test it, as the Ubuntu server seems to be overloaded (a single server, ports.ubuntu.com serves all the world for non x86 machines...).

http://genesi.hu/ubuntu/gutsy_netinst

I suppose, that 'gutsyalt_boot' can be used to boot the installed system.

The next step is to create an EFIKA installer, but it goes a bit slowly, as development packages can be downloaded only at <0.5k/s :-(

Have a lot of fun! (sorry for the SUSE slogan ;-) )

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


Top
   
 Post subject:
PostPosted: Fri Oct 19, 2007 8:12 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
One more bug: tasksel provides an 'ssh-server' task, but it does not work and the installer exits to the main menu. So, please don't select it, rather install it once the system is installed, if you need it. The necessary command as root is:
Code:
apt-get install openssh-server

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


Top
   
 Post subject:
PostPosted: Fri Oct 19, 2007 9:33 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
OK, a not yet fully tested (my network install is still running) Gutsy network installer and boot kernel for EFIKA are uploaded. They are available at:

http://genesi.hu/ubuntu/gutsyefika_netinst for efika network isntall
http://genesi.hu/ubuntu/gutsyefika_boot for booting Gutsy on EFIKA

I'll add a note, once I finished a successful installation. Maybe tomorrow, at this download speed...

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


Top
   
 Post subject:
PostPosted: Fri Oct 19, 2007 10:50 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
wonderful Peter !!! thank you so much
trying the Efika netinstall right now...

(it's slow indeed; sorry for slowing you down even more :-p )


Top
   
 Post subject:
PostPosted: Fri Oct 19, 2007 4:41 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 269
Location: Los Angeles
Hi Peter

Just want you to know that there are many people that are thankful for your efforts that probably don't post here.

Sincerely,
Thomas


Top
   
 Post subject:
PostPosted: Fri Oct 19, 2007 11:25 pm 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Quote:
Just want you to know that there are many people that are thankful for your efforts that probably don't post here.
Looking at the web server referrer logs, the news is already spread to a couple of different Amiga websites, a couple of people were alerted by e-mail (the referrer is a webmail system), etc. So many people never see my original post :)

Anyway: if you have problems, please let me know, and I'll try to check it out.

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


Top
   
 Post subject:
PostPosted: Sat Oct 20, 2007 12:52 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
like here : http://www.amigaimpact.org/modules/news ... oryid=2241 ;-)

but i would never forget to mention your name for the credits ;-)

just one thing, the right command to start the network after editing the interfaces settings is :
Quote:
sudo /etc/init.d/networking start


Top
   
 Post subject:
PostPosted: Sat Oct 20, 2007 3:37 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Quote:
but i would never forget to mention your name for the credits ;-)
Thanks :-)
Quote:
just one thing, the right command to start the network after editing the interfaces settings is :
Code:
sudo /etc/init.d/networking start
Well, the powerdeveloper forum misses an important shell function: it does not finish command names when I use 'tab' :-)

And almost forgot to mention: my Xubuntu install finished successfully using the posted EFIKA install and boot kernels.

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


Top
   
 Post subject:
PostPosted: Sat Oct 20, 2007 7:33 am 
Offline

Joined: Wed Oct 06, 2004 1:51 am
Posts: 19
Location: France
Hello,

When I try to begin a netinstall or alternate install with
the iso burned on cd-rw, or boot on alternate boot kernels, I have a
big problem with my keyboard. From the firmware prompt when the kernel
is loading my keyboard is effective, I can press the 3 lock keys on
and off, but after kernel loading it is ineffective, no response from
the 3 lock keys. My keyboard is an usb one plugged with a ps2 adapter
to the peg. I do not encounter this problem with feisty install or
boot kernels.

Brumiga


Top
   
 Post subject:
PostPosted: Sat Oct 20, 2007 8:35 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Did you try to plug your keyboard directly into an USB port? Just tested, it works without any problems with both OF and gutsyalt_inst.

BTW: for the Pegasos I did nothing more, than used mkvmlinuz from an installed 'feisty' to build the kernels with a similar command line:
Code:
mkvmlinuz -o gutsyX_Y -k vmlinux -i initrd.gz -z -v
For the EFIKA it was a bit more difficult: I had to patch the gutsy kernel with EFIKA patches ( http://dev.gentoo.org/~nixnut/efika/efi ... 22.tar.bz2 ), compile it, and than use mkvmlinuz again, to create the different kernels.

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


Top
   
 Post subject:
PostPosted: Sat Oct 20, 2007 9:20 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 429
Location: Secure Networks / Sweden
Peter:
Even more downloads.. :)


Top
   
 Post subject:
PostPosted: Sun Oct 21, 2007 4:56 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
BTW: for the Pegasos I did nothing more, than used mkvmlinuz from an installed 'feisty' to build the kernels with a similar command line:
Code:
mkvmlinuz -o gutsyX_Y -k vmlinux -i initrd.gz -z -v
For the EFIKA it was a bit more difficult: I had to patch the gutsy kernel with EFIKA patches ( http://dev.gentoo.org/~nixnut/efika/efi ... 22.tar.bz2 ), compile it, and than use mkvmlinuz again, to create the different kernels.
Is this ready for a front page, maybe Platform Support?

We can bundle Marcin Kurek's GRUB build now, so maybe we don't need to even mess with binding kernels and initrd. Just an updated kernel would be fine.

Just the kernel, stock initrd (this could be replaced with the latest release) and instructions on the boot loader, extracted to a USB stick would make a good solution worthy of a Platform Support page.

We could even abstract the GRUB loader by having users make aliases; since GRUB2 works from the ones provided by the firmware, a simple "ubuntu" alias could be used for the boot medium (be it a CD or USB stick or a hard disk) to install from, and make the GRUB config entirely portable.

_________________
Matt Sealey


Top
   
 Post subject:
PostPosted: Sun Oct 21, 2007 1:56 pm 
Offline

Joined: Sun Oct 21, 2007 1:30 pm
Posts: 9
Location: Poland
Quote:
Hello,

When I try to begin a netinstall or alternate install with
the iso burned on cd-rw, or boot on alternate boot kernels, I have a
big problem with my keyboard. From the firmware prompt when the kernel
is loading my keyboard is effective, I can press the 3 lock keys on
and off, but after kernel loading it is ineffective, no response from
the 3 lock keys. My keyboard is an usb one plugged with a ps2 adapter
to the peg. I do not encounter this problem with feisty install or
boot kernels.

Brumiga
I think I've got similar problem with gutsy_netinst: after the screen with languages to choose appears, I can't do anything, my keyboard just doesn't respond.

The same keyboard works properly in OF prompt and other linux installations, e.g. Debian 4.0.

My keyboard is a standard PS/2 one.

Any help would be appreciated.


Top
   
 Post subject:
PostPosted: Mon Oct 22, 2007 8:51 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
My keyboard is a standard PS/2 one.

Any help would be appreciated.
You need to probably run the Pegasos Device Tree Supplement before you boot. It's on the front page of this site.

For a quick fix, go into firmware and run 'nvedit' and enter this code after the aliases;
Code:
probe-all
s" /pci@80000000/isa@C/8042@i60" find-device
s" 8042" encode-string device-type
device-end
Press CTRL+C to exit the editor, and run 'nvstore' to save it - then reboot or type the same lines on the command line before booting Linux. It should fix the problem.

_________________
Matt Sealey


Top
   
 Post subject:
PostPosted: Mon Oct 22, 2007 4:40 pm 
Offline

Joined: Sat Jul 21, 2007 5:21 pm
Posts: 46
Well with my trusty, never-failing... oh who am I kidding, with my trusty yet oddly highly temperamental Efika I'm giving this a try.

Booted the gutsyefika_netinst from a USB stick and currently it's been running through the installer for a couple of hours (handy note to anyone - it will appear to be stuck at around 6% for a VERY long time when it comes to the installing the desktop/software phase) and seems to be working according to plan so far. Cautiously optimistic with this one! :wink:


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

All times are UTC-06:00


Who is online

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