All times are UTC-06:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
PostPosted: Mon Aug 22, 2005 12:36 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 17
As the topic says, installation guide for Ubuntu Hoary Hedgehod, is anyone interested...

Link to installation guide


Top
   
 Post subject:
PostPosted: Wed Feb 01, 2006 4:55 pm 
What's the difference between Hoary & Breezy ?


Top
   
 Post subject:
PostPosted: Wed Feb 01, 2006 4:57 pm 
Quote:
What's the difference between Hoary & Breezy ?
Sorry ! Forgot to log in...
So my question is "What's the difference between Hoary & Breezy".
Is it a better release ?

Today I use a Breezy version with Gnome/KDE and Enlightenment.
It works fine...


Top
   
 Post subject:
PostPosted: Fri Feb 03, 2006 1:03 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 17
Breezy is the current stable, while Hoary was the previous stable. Well Hoary is still stable, but Breezy is more up to date. If you don't have any good reason you should be using Breezy.

You can read more at this page for example.


Top
   
 Post subject:
PostPosted: Sat Feb 04, 2006 5:17 am 
OK, thank you for your answer...
I really like this Ubuntu distro.
It's the best Linux distro I've used !


Top
   
 Post subject:
PostPosted: Sat Feb 04, 2006 5:41 am 
Sorry !
forgot to login again...
So I was just saying that Ubuntu Breezy is a very good Linux version...


Top
   
 Post subject: Booting with yaboot
PostPosted: Sun Mar 26, 2006 3:39 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 50
Location: greensboro , NC U.S.A.
Ubuntu 5.10 (breezy) can be installed and booted with yaboot.
The catch is that yaboot, yaboot.conf,vmlinux and initrd must be in a ext2/3 file system. It seems that OF/yaboot has a problem with the iso9660fs.
To boot an install of Ubuntu, copy the /install directory on the CD to a ext2/3 partition on your harddrive.
ie..
Code:
mkdir /install
cp -r /media/cdrom/install/* /install
Then edit /install/yaboot.conf and change the line device=cd: to devive=hd:x.
sub x in hd:x for the partition number that you copyed /install to (hda3 = hd:2 hdb3 = hd1:2...)
Now reboot in to OF and type:
Code:
boot hd:x /install/yaboot conf=hd:x,/install/yaboot.conf
when yaboot shows the boot: prompt hit 'Enter' key

The installer will start as it would on a mac.

At the end of the install when the message about changing the OF boot env's is dsplayed, goto the second terminal (alt+F2)
hit enter to login
and copy yaboot from cd to target

Code:
mkdir /target/boot/yaboot
cp /cdrom/install/yaboot /target/boot/yaboot
Then make a yaboot.conf like so
Code:
vi /target/boot/yaboot/yaboot.conf
Here is my yaboot.conf
Code:
# yaboot.conf

boot=/dev/hda
init-message=Welcome to Ubuntu 5.10!\nHit <TAB> for boot options

partition=7
timeout=80
install=/usr/lib/yaboot/yaboot
delay=5
enablecdboot
enableofboot
enablenetboot
nonvram
mntpoint=/boot/yaboot
usemount

image=/boot/vmlinux-2.6.12-9-powerpc
label=linux
read-only
initrd=/boot/initrd.img-2.6.12-9-powerpc
root=/dev/hda8
append="quiet --"
to boot type in OF
Code:
boot hd:x /boot/yaboot/yaboot conf=hd:x,/boot/yaboot/yaboot.conf

nels


Top
   
 Post subject: boot with yaboot
PostPosted: Sun Mar 26, 2006 7:31 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 50
Location: greensboro , NC U.S.A.
You must use the yaboot command from an Fedora install/cd (FC4/5)
When I was experimenting yaboot booting I used the one from FC4
I assumed that becuse both yaboot's had the same version number that they were the same, stupid! (assume=make ass of u and me)

nels


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

All times are UTC-06:00


Who is online

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