df
and mount to find that the Debian partition
on my hard drive was /dev/disk0s2. Chose
querty/us as the keyboard. The only one that made sense.
This is ripped off of
Branden's page, edited to correspond to what I did.
Here's the procedure I went through to partition my iBook's disk
in the Debian installer. The dummy MacOS
Extended partition I had set aside for Debian appeared as
/dev/hda2.
d
(delete partition; I am next prompted for the partition number to delete)2 (my answer, "partition 2"; this now
leaves empty space where I can create the partitions I need)b (create an Apple_Bootstrap partition; I am
next prompted for what "block" at which it should start)2p
( my answer, "whatever block partition 2 starts at"
-- that's the beginning of the space I just freed)p (take a look and confirm the existence of the
new Apple_Bootstrap partition)c (create partition;
I am next prompted for what block the new partition should start at)3p (my answer, "whatever block partition 10 starts at"
-- unlike MS-DOS partition tables,
free space gets numbers you can use for reference,
so this is the partition right after the Apple_Bootstrap
one I just created; I'm next asked how big it should be)512M (I create a swap partition of 512M, according
to the double the actually memory rule.)swap (I give it the name "swap"; this is important,
and I should not call it anything else)c (create partition; I am next prompted for what block the new partition should start at)4p (my answer, "whatever block partition 11 starts at" --
that starts right after the end of the swap partition I just created;
I'm next asked how big it should be)4p (a size of zero wouldn't make sense,
so it knows that this means "wherever this free space partition ends")root (I give it the name "root"; this is important,
and I should not call it anything else)p (I take another look around)w (I write the partition table to disk)q (I quit fdisk)tasksel,
return selects a package
while tab goes to the next item on
the menu at the bottom of the screen.
Didn't install any locales. Used ATI as the video card
driver for the X server. Used th default
PCI:0:16:0 as the video card's bus identifier.
magicboot line
in /etc/yaboot.conf to get dual boot working:
macosx=/dev/hda5
ybin at the command line as root
to commit changes. Then you can use shutdown -r now
to reboot the machine. The default is Linux, and you
have to be pretty quick to type x to get
Mac OS X to boot.
pmud doesn't like
it when the USB ports are being accessed.