Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77354 - BootX users should copy the kernels they wish to use to their HFS partition before trying to reboot
Summary: BootX users should copy the kernels they wish to use to their HFS partition b...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux PPC Installation Guide (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Joe Jezak (RETIRED)
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard: oldworld
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-10 01:58 UTC by Andrew Brock
Modified: 2005-04-10 15:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Brock 2005-01-10 01:58:58 UTC
PPC users using BootX as their bootmanager need the kernels that they wish to use to reside on a HFS partition. The Handbook doesn't mention this. Section 7c would be a good point in which to mention this. Maybe somethig like the following?

[QUOTE]
Users wishing to use BootX as the bootmanager should mount their HFS partition and copy their kernel over to it, because BootX doesn't support booting from other partition types.

[CODE]
mkdir /mnt/mac
mount /dev/hfs_partition_here /mnt/mac
cp vmlinux /mnt/mac/System\ Folder/Linux\ Kernels/gentoo-2.x.x-rx
[/CODE]
where x's represent your kernel version

[/QUOTE]

To be able to follow this method you cannot use a HFS+ partition (it must be vanilla HFS) because you can't see your files when a HFS+ partition is mounted. This should be mentioned in section 2d under "Default: Booting the LiveCD on a Apple/IBM". As it is many people might not realise this until they've already finished their install and have to start again (because changing a HFS+ to a HFS partition is, as I understand it, very hard to do without reformatting the whole drive).

There are workarounds to mounting your HFS partition (like copying your kernel to a second machine and then copying it back once you've booted into MacOS or emerging a text-based mail client and emailing it to yourself) but I think the method outlined above is the cleanest method possible.

Reproducible: Always
Steps to Reproduce:
1. Have an OldWorld Mac and use BootX as your bootloader
2. Follow the installation guide
3. Upon reading the BootX section in 10c, reboot

Actual Results:  
Inability to select your kernel in the BootX config dialog.

Expected Results:  
Users should have been told to copy their kernel over to their HFS partition so
that they would be able to select it in the BootX config dialog.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2005-01-11 09:30:54 UTC
Can someone of the PPC team fix this? SeJo?
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2005-02-05 06:59:07 UTC
Passing along to the PPC docdev.
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2005-04-08 02:17:34 UTC
This bug is verified, it does need to be added to the docs.  I'll take care of this when I rewrite the Old World docs.
Comment 4 Joe Jezak (RETIRED) gentoo-dev 2005-04-10 15:43:14 UTC
Added to the documentation, thanks!