public inbox for gentoo-ppc-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-ppc-user] Problem with Booting built Kernel
@ 2003-12-31  1:22 Ranthor'Tey'Blackwing
       [not found] ` <1072834867.18126.3.camel@edison.cyborg.web>
  0 siblings, 1 reply; 3+ messages in thread
From: Ranthor'Tey'Blackwing @ 2003-12-31  1:22 UTC (permalink / raw
  To: gentoo-ppc-user

Hello,

When I try to boot up the kernel, I can get it to the screen which lets 
you select your boot option like
OS X or Linux or Cdrom, however when I select Linux, it promptly errors 
out and says
"Can not find second stage bootstrap"

I tried asking for help on #gentoo-ppc as well as looking on bugzilla.  
Neither of these provided any help.

If you could perhaps supply any ideas or point me in the right place to 
look, I would be most grateful.

Thanks
   RtB


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-ppc-user] Problem with Booting built Kernel
       [not found] ` <1072834867.18126.3.camel@edison.cyborg.web>
@ 2003-12-31 12:34   ` Ranthor'Tey'Blackwing
  0 siblings, 0 replies; 3+ messages in thread
From: Ranthor'Tey'Blackwing @ 2003-12-31 12:34 UTC (permalink / raw
  To: gentoo-ppc-user

Still stuck unfortunately.  I got it to boot thru yaboot and succeed in 
second stage bootstrap...But i'm not sure
how or why, I can't repeat it.

However when it loaded, I got a kernel panic saying it couldn't load 
root fs....

Thanks again
    RtB

WR wrote:

>That means yaboot hasnt been told the correct path to the vmlinux binary
>(or the binary isnt in the right place). You'll need to get back to your
>yaboot.conf install step and try to get that path correctly defined.
>Don't give up, I spent a ton of time on that same problem! Reread the
>docs, learn all the details of yaboot
>
>if you're still stuck let me know
>
>good luck!
>
>
>
>On Tue, 2003-12-30 at 17:22, Ranthor'Tey'Blackwing wrote:
>  
>
>>Hello,
>>
>>When I try to boot up the kernel, I can get it to the screen which lets 
>>you select your boot option like
>>OS X or Linux or Cdrom, however when I select Linux, it promptly errors 
>>out and says
>>"Can not find second stage bootstrap"
>>
>>I tried asking for help on #gentoo-ppc as well as looking on bugzilla.  
>>Neither of these provided any help.
>>
>>If you could perhaps supply any ideas or point me in the right place to 
>>look, I would be most grateful.
>>
>>Thanks
>>   RtB
>>
>>
>>--
>>gentoo-ppc-user@gentoo.org mailing list
>>
>>    
>>
>
>
>
>  
>



--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-ppc-user] Problem with Booting built Kernel
@ 2004-01-01 19:20 Ranthor'Tey'Blackwing
  0 siblings, 0 replies; 3+ messages in thread
From: Ranthor'Tey'Blackwing @ 2004-01-01 19:20 UTC (permalink / raw
  To: gentoo-ppc-user

Here is fstab, yaboot.conf and mac-fdisk -l

# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13 
2003/07/17 19:55:18 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of 
storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>              <mountpoint>    <type>      <opts>              
<dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/hda2        /boot        ext2        noauto,noatime        1 1
/dev/hda4        /        xfs        noatime            0 0
/dev/hda3        none        swap        sw            0 0
/dev/cdroms/cdrom0    /mnt/cdrom    iso9660        noauto,ro        0 0

# NOTE: The next line is critical for boot!
none            /proc        proc        defaults        0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none            /dev/shm    tmpfs        defaults        0 0

---
## yaboot.conf generated by yabootconfig 1.0.7
##
## run: "man yaboot.conf" for details. Do not make changes until you have!!
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ

boot=/dev/hda2

device=/pci@f2000000/pci-bridge@d/Ultra-Tek133P+@3/:
partition=4

root=/dev/hda4
delay=10
default=linux
defaultos=linux
timeout=30
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot

image=/boot/vmlinux
    label=linux
    partition=4
    pause-after
    root=/dev/hda4
    read-only

macosx=/dev/hde5

##macos=/dev/hde5
enablecdboot
enableofboot

---
/dev/hda
dump: name /dev/hda len 8
        #    type                  name       length   base         Re: 
[gentoo-ppc-user] Problem with Booting built Kernel( size )  system

/dev/hda1    Apple_partition_map   Apple      63 @ 1                ( 
31.5k)  Partition map
/dev/hda2    Apple_Bootstrap       bootstrap  1600 @ 64             
(800.0k)  NewWorld bootblock
/dev/hda3    Apple_UNIX_SVR2       swap       4194304 @ 1664        (  
2.0G)  Linux swap
/dev/hda4    Apple_UNIX_SVR2       gentoo     135581136 @ 4195968   ( 
64.7G)  Linux native
/dev/hda5    Apple_HFS             AniMedia   180395944 @ 139777104 ( 
86.0G)  HFS
/dev/hda6    Apple_Free                       8 @ 320173048         (  
4.0k)  Free space

Block size=512, Number of Blocks=320173056
DeviceType=0x0, DeviceId=0x0




--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-01 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-01 19:20 [gentoo-ppc-user] Problem with Booting built Kernel Ranthor'Tey'Blackwing
  -- strict thread matches above, loose matches on Subject: below --
2003-12-31  1:22 Ranthor'Tey'Blackwing
     [not found] ` <1072834867.18126.3.camel@edison.cyborg.web>
2003-12-31 12:34   ` Ranthor'Tey'Blackwing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox