Hi, I'm having problems setting up yaboot for dual-booting. The generate_os_chooser script on CD 1 doesn't seem to work, it set up my partitions as ultra0:X (which designates a slave drive) when they should've been hd:X. I fixed this, but it still doesn't work right. My machine boots into yaboot if the space bar isn't pressed at startup, but the keyboard doesn't work. Pressing space at startup has no affect (should boot into Mac OS, but still boots into yaboot). My machine is a rev A iMac with a 14.5 gig hard drive partitioned as follows: 2.5 gig, hfs+, hda6 (Mac OS) 50 meg, hfs, hda7 (linux boot) 128 meg, swap, hda8 (linux swap) 2 gig, ext2, hda9 (linux root) 10 gig, hfs, hda10 (mp3 :) My os-chooser <BOOT-SCRIPT> part looks like this: <BOOT-SCRIPT> " get-key-map" " keyboard" open-dev $call-method dup 20 dump 5 + c@ 08 = if " Booting MacOS ..." cr " boot hd:6,\\:tbxi" eval else " Booting Yaboot ..." cr " boot hd:7,\\yaboot" eval then </BOOT-SCRIPT> Any help with this would be great, --Rasmus