All times are UTC-06:00




Post new topic  Reply to topic  [ 39 posts ] 
Author Message
 Post subject:
PostPosted: Mon Sep 18, 2006 4:24 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1594
Location: Austin, TX
Quote:
If you could upload new ubuntu_d_inst and ubuntu_d_boot images which work properly with 6.06.1, that would be great. Would it be better to use the Alternative version? Would that work with the current boot images? Is that a better version to use anyway?

--
moto
We tried the easy way, and the kernel images are stripped so mkvmlinuz will not handle them properly.

I tried compiling them myself to get a full kernel image (and make some modifications to reduce size and redundancy - kill off all the inbuilt Mac drivers etc.) but the Ubuntu toolchain has something REALLY weird going on with it (on a clean system with working gcc and binutils it tells me I need binutils 2.12.1 or higher - I am running 6.06.1 with the latest binutils and everything updates automatically. This is ridiculous.

We are in contact with Ubuntu staff directly on this, there has to be a cute, automated way to get these kernels and support Pegasos users, and some documented reason why I can't build a kernel myself from a clean install of 6.06.1 :)

_________________
Matt Sealey


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 4:31 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
Sorry, I must admit, that I never used mkvmlinuz myself. I'm not familiar with Debian / Ubuntu package management, and was happy with the SUSE script anyway :-) All my concern was to make Ubuntu install as smooth as possible.

The 'mkvmlinuz' script included in Ubuntu is broken. A working version is available in Debian testing. AFAIK, it was documented a few times here in the forum.

czanik@ubuntu:~$ uname -a
Linux ubuntu 2.6.15-26-powerpc #1 Thu Aug 3 02:53:39 UTC 2006 ppc GNU/Linux

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


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 5:09 am 
Offline

Joined: Sun Sep 17, 2006 12:31 pm
Posts: 50
Ok, so what's the fix here? Install 5.10 using ubuntu_d_inst, boot it with ubuntu_d_boot, upgrade to 6.06.1, then make a new kernel boot image?

--
moto


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 5:15 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
No. I expected, that those two files from /install/powerpc will be uploaded right after my post. Now I see, that I have to download 700MB :-(

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


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 6:07 am 
Offline

Joined: Sun Sep 17, 2006 12:31 pm
Posts: 50
I can upload the files when I get home. I have a 6.06.1 CD on my desk.

--
moto


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 6:31 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
I'm just writing the CD. The install kernel is ready, I just need to test it, if it really works.

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


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 6:47 am 
Offline

Joined: Sun Sep 17, 2006 12:31 pm
Posts: 50
That's great! So what will be the result, a new ubuntu_d_inst and ubuntu_d_boot?

--
moto


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 7:17 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
OK, tested succesfully. I'll upload a ubuntu_d_inst1 to genesi.hu. The URL will be: http://genesi.hu/ubuntu/ubuntu_d_inst1 and available within a few minutes.

I won't upload a 'desktop' specific boot kernel, as the 'alternate' should work fine (at least worked fine with the original release), and I can't install 'desktop' at the moment to dig out the supplied kernel files.

To start the Ubuntu installer, you need to start it with the following command line:
Code:
ubuntu_d_inst1 boot=casper splash
Have fun!

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


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 8:23 am 
Offline

Joined: Sun Sep 17, 2006 12:31 pm
Posts: 50
Nice one - cheers! So I use ubuntu_d_inst1 to install it, then ubuntu_a_boot to boot the installed system, right?

--
moto


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 8:25 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
Yes. Boot it with:
Code:
boot ubuntu_a_boot1 splash root=/dev/hdXY
Where X=letter for the HDD and Y=partition number

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


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 1:16 pm 
Offline

Joined: Sun Sep 17, 2006 12:31 pm
Posts: 50
Well czp, you totally rock :D Your new ubuntu_d_inst1 image works perfectly for booting the install environment from the CD and carrying out the install, and ubuntu_a_boot1 boots the installed system without a hitch. I'm posting this from Firefox under Ubuntu 6.06.1 on my PegII 8) Next challenge - GRUB :shock:

Many *many* thanks!

--
moto


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 1:28 pm 
Offline

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

What kernel is installed? Are you using an FFS partition for the boot image? Why do you need to use GRUB if the second question answer is yes?

magnetic


Top
   
 Post subject:
PostPosted: Mon Sep 18, 2006 1:49 pm 
Offline

Joined: Sun Sep 17, 2006 12:31 pm
Posts: 50
Not sure what kernel it installed. I would imagine it's whatever Ubuntu installs. The boot image is on an SFS partition (I'm using OpenFirmware 1.2 which can read SFS partitions).

You don't need GRUB to boot Linux. You can either manually type a boot command in OF or change the env variables to auto-boot the Linux boot image. However, I want a boot menu to choose between MorphOS and Linux. So you create a GRUB boot image with options for the Linux and MorphOS boot images, and then specify the GRUB image as the OF boot image.

--
moto


Top
   
 Post subject:
PostPosted: Tue Sep 19, 2006 12:36 am 
Offline

Joined: Sun Sep 17, 2006 12:31 pm
Posts: 50
After installing the boot menu, I found that it isn't actually GRUB. It's just a Forth script for OpenFirmware. I downloaded BootCreator, modified one of the examples to match my MorphOS and Ubuntu installations, and then used BootCreator to create a boot script called "bootmenu". I then changed my OpenFirmware boot-file variable to "bootmenu", and now when I boot my PegII I get a nice menu asking me to choose between MorphOS and Ubuntu :D

--
moto


Top
   
 Post subject:
PostPosted: Tue Sep 19, 2006 3:00 am 
Offline

Joined: Sun May 08, 2005 8:46 pm
Posts: 559
Location: Paris
Quote:
After installing the boot menu, I found that it isn't actually GRUB. It's just a Forth script for OpenFirmware. I downloaded BootCreator, modified one of the examples to match my MorphOS and Ubuntu installations, and then used BootCreator to create a boot script called "bootmenu". I then changed my OpenFirmware boot-file variable to "bootmenu", and now when I boot my PegII I get a nice menu asking me to choose between MorphOS and Ubuntu
that's a well known process, most morphos users use bootmenu which is available for Linux and MorphOS.
My Ubuntu entry in bootmenu launches grub2 so i can have several options for loading ubuntu and don't need to worry about kernel upgrades as it always boot the last kernel (it boots the symlink actually).
By booting ubuntu directly through bootmenu you may experience problems when an ubuntu kernel update is available.


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

All times are UTC-06:00


Who is online

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