[gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-08-31 Thread Mark Knecht
On Tue, Aug 31, 2010 at 12:07 PM, Mark Knecht wrote: > Hi all, >   I have a Mac Mini that I've used for the last couple of years. I > was trying to get it up to date but at some point it failed with a > message about the main root partition not being an ext2 filesystem. I > took the opportunity to

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-08-31 Thread Joe Fox
Mark, Can you post your /etc/fstab? I just want to give it a once over. Thanks. Joe Fox Systems/Network Administrator Mobile# (716) 846-9308 http://twitter.com/JWFoxJr On Tue, Aug 31, 2010 at 3:13 PM, Mark Knecht wrote: > On Tue, Aug 31, 2010 at 12:07 PM, Mark Knecht > wrote: > > Hi all,

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-08-31 Thread Mark Knecht
On Tue, Aug 31, 2010 at 12:17 PM, Joe Fox wrote: > Mark, > > Can you post your /etc/fstab?  I just want to give it a once over. > > Thanks. > > Joe Fox > Systems/Network Administrator > > Mobile# (716) 846-9308 > http://twitter.com/JWFoxJr > Thanks Joe. Here it is. Mark livecd ~ # cat /mnt/gent

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-08-31 Thread Joe Fox
Mark, Did you compile in your ext2/ext3 support as a module or statically into the kernel? If you compiled them as modules, then you need to create an inirtrd that includes the drivers to load on boot. Just a thought. Joe On Tue, Aug 31, 2010 at 3:31 PM, Mark Knecht wrote: > /dev/hda4

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-08-31 Thread Mark Knecht
On Tue, Aug 31, 2010 at 1:50 PM, Joe Fox wrote: > Mark, > > Did you compile in your ext2/ext3 support as a module or statically into the > kernel?  If you compiled them as modules, then you need to create an inirtrd > that includes the drivers to load on boot. > > Just a thought. > > Joe > > > On

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-09-02 Thread Mark Knecht
On Tue, Aug 31, 2010 at 2:35 PM, Mark Knecht wrote: > On Tue, Aug 31, 2010 at 1:50 PM, Joe Fox wrote: >> Mark, >> >> Did you compile in your ext2/ext3 support as a module or statically into the >> kernel?  If you compiled them as modules, then you need to create an inirtrd >> that includes the dr

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-09-02 Thread Enlightened User
Could the root device now be referred to as /dev/sda4 (SCSI Disk support) with the kernel now loading? You should be able to pass the root device to the kernel at boot time (root=/dev/sda4). If you are able to get past the root filesystem check (the disk is referred to as sda instead of hda),

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-09-03 Thread Joe Fox
Barry, That's a good idea. I forgot about that. I was was going to suggest that Mark verify that he's compiling the right drive controller driver, but if that was the case, he wouldn't have gotten as far as he did. Joe Fox Systems/Network Administrator Mobile# (716) 846-9308 http://twitter.com

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-09-03 Thread Mark Knecht
On Thu, Sep 2, 2010 at 4:31 PM, Enlightened User wrote: > Could the root device now be referred to as /dev/sda4 (SCSI Disk support) > with the kernel now loading? > You should be able to pass the root device to the kernel at boot time > (root=/dev/sda4). > If you are able to get past the root file

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-09-03 Thread Enlightened User
http://www.debian.org/ports/powerpc/inst/yaboot-howto/ch9.en.html Sections 9.2 and 9.3 show how to boot to the yaboot 'boot:' prompt and start the kernel with parameters. Hope that helps you get started. If you do change the yaboot.conf file don't forget to run ybin to update the boot partit

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-09-03 Thread Mark Knecht
On Fri, Sep 3, 2010 at 2:42 PM, Enlightened User wrote: > http://www.debian.org/ports/powerpc/inst/yaboot-howto/ch9.en.html > Sections 9.2 and 9.3 show how to boot to the yaboot 'boot:' prompt and start > the kernel with parameters. > Hope that helps you get started. > If you do change the yaboot.

Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition

2010-09-03 Thread Mark Knecht
On Fri, Sep 3, 2010 at 3:48 PM, Mark Knecht wrote: > On Fri, Sep 3, 2010 at 2:42 PM, Enlightened User wrote: >> http://www.debian.org/ports/powerpc/inst/yaboot-howto/ch9.en.html >> Sections 9.2 and 9.3 show how to boot to the yaboot 'boot:' prompt and start >> the kernel with parameters. >> Hope