howlingmadhowie
June 22nd, 2008, 07:48 AM
well, it worked, but it was a difficult birth.
installing hardy directly didn't work. everything went wrong, but updating to hardy from a fresh dapper install worked perfectly :)
following problems:
dist-upgrade didn't work at first
dist-upgrade didn't work later as well
new kernel wasn't set to boot
the solutions were to
* install update-manager-core
* add the following repository to /etc/apt/sources
deb http://archive.ubuntu.com/ubuntu dapper-backports main/debian-installer
* apt-get remove ubuntu-desktop
* start the install and wait a long time. if you're like me, it won't have any problems, but it won't update yaboot.conf to use the new kernel, so:
* change yaboot.conf to use the new kernel:
## yaboot.conf generated by the Ubuntu installer
##
## run: "man yaboot.conf" for details. Do not make changes until you have!!
## see also: /usr/share/doc/yaboot/examples for example configurations.
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
boot=/dev/hda2
device=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:
partition=3
root=/dev/hda3
timeout=50
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
default=current
image=/boot/vmlinux
label=Linux
read-only
initrd=/boot/initrd.img
append="quiet splash"
## this is the old kernel image and can be booted by entering
## old
## at the boot prompt
image=/boot/vmlinux.old
label=old
read-only
initrd=/boot/initrd.img.old
append="quiet splash"
image=/boot/vmlinux-2.6.24-19-powerpc
label=current
read-only
initrd=/boot/initrd.img-2.6.24-19-powerpc
hope this helps someone :)
howie
installing hardy directly didn't work. everything went wrong, but updating to hardy from a fresh dapper install worked perfectly :)
following problems:
dist-upgrade didn't work at first
dist-upgrade didn't work later as well
new kernel wasn't set to boot
the solutions were to
* install update-manager-core
* add the following repository to /etc/apt/sources
deb http://archive.ubuntu.com/ubuntu dapper-backports main/debian-installer
* apt-get remove ubuntu-desktop
* start the install and wait a long time. if you're like me, it won't have any problems, but it won't update yaboot.conf to use the new kernel, so:
* change yaboot.conf to use the new kernel:
## yaboot.conf generated by the Ubuntu installer
##
## run: "man yaboot.conf" for details. Do not make changes until you have!!
## see also: /usr/share/doc/yaboot/examples for example configurations.
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
boot=/dev/hda2
device=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:
partition=3
root=/dev/hda3
timeout=50
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
default=current
image=/boot/vmlinux
label=Linux
read-only
initrd=/boot/initrd.img
append="quiet splash"
## this is the old kernel image and can be booted by entering
## old
## at the boot prompt
image=/boot/vmlinux.old
label=old
read-only
initrd=/boot/initrd.img.old
append="quiet splash"
image=/boot/vmlinux-2.6.24-19-powerpc
label=current
read-only
initrd=/boot/initrd.img-2.6.24-19-powerpc
hope this helps someone :)
howie