<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
It sounds like to me that you don't have the proper filesystem drivers built into your kernel.<BR>
<BR>
What filesystem for linux are you using? It needs to be built as <*>, not <M>.<BR>
<BR>
You should be using Linux naming for your hardrive in your yaboot.conf.<BR>
<BR>
Please post the output from "mac-fdisk -l /dev/hda" (minus the quotes please).<BR>
<BR>
Also post your /etc/yaboot.conf so we can see if that is setup correctly.<BR>
<BR>
Regards,<BR>
Draeven<BR>
<BR>
On Tue, 2005-09-20 at 22:43 -0400, Nicholas S-A wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Thank you so much! That worked to get over the prom_init. </FONT>
<FONT COLOR="#000000">unfortunately, I still cannot boot. It gets a kernel panic wand </FONT>
<FONT COLOR="#000000">outputs:</FONT>
<FONT COLOR="#000000">VFS: unable to open root "/dev/hda11" or unknown-block(0,0)</FONT>
<FONT COLOR="#000000">add root= with correct root device to boot line</FONT>
<FONT COLOR="#000000">kernel panic - cannot open root filesystem</FONT>
<FONT COLOR="#000000">reboot in 180 seconds...</FONT>
<FONT COLOR="#000000">I used "/dev/hda9" (my boot partition), "/dev/ram0", "hd:11", etc in </FONT>
<FONT COLOR="#000000">various combinations as kernel options for root= and real_root= . with </FONT>
<FONT COLOR="#000000">root=/dev/ram0 and real_root=/dev/hda11, it said unknown-block(1,0) </FONT>
<FONT COLOR="#000000">instead. Is there an easy fix for this? should I be using OF or Linux </FONT>
<FONT COLOR="#000000">HD naming? any other ideas?</FONT>
<FONT COLOR="#000000">thank you so much again,</FONT>
<FONT COLOR="#000000">Nick</FONT>
<FONT COLOR="#000000">On Sep 20, 2005, at 9:40 PM, Joseph Jezak wrote:</FONT>
<FONT COLOR="#000000">> Nicholas S-A wrote:</FONT>
<FONT COLOR="#000000">>> hello,</FONT>
<FONT COLOR="#000000">>> I have installed Gentoo PPC (2005.1) on my 800 Mhz Titanium PowerBook </FONT>
<FONT COLOR="#000000">>> G4 successfully (it boots). I have some problems, however, and I was </FONT>
<FONT COLOR="#000000">>> wondering if anyone could help me. As it stands, I can not do the </FONT>
<FONT COLOR="#000000">>> following which I would like:</FONT>
<FONT COLOR="#000000">>> 2) I have a problem with my kernel. When I try to boot off of a </FONT>
<FONT COLOR="#000000">>> kernel that I complied myself, it always gives " returning* </FONT>
<FONT COLOR="#000000">>> 0x01400000 from prom_init"* as an error in the Open Firmware white </FONT>
<FONT COLOR="#000000">>> background, then NO MORE TEXT is outputted, and it freezes. </FONT>
<FONT COLOR="#000000">>> Apparently, this error is common with powermac G5's (except with more </FONT>
<FONT COLOR="#000000">>> text and a return to the OF prompt), but why my old powerbook has it </FONT>
<FONT COLOR="#000000">>> I do not know. to compile the kernel, I ran</FONT>
<FONT COLOR="#000000">>> make clean dep modules modules_install vmlinux</FONT>
<FONT COLOR="#000000">>> dep was not needed. My system says making the vmlinux image worked </FONT>
<FONT COLOR="#000000">>> fine. however, it does not boot, instead giving the above error. Any </FONT>
<FONT COLOR="#000000">>> ideas on how I could get it to work?</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> You haven't compiled in a framebuffer device. On that machine you </FONT>
<FONT COLOR="#000000">> need to have RadeonFB compiled into your kernel.</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>
|