Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Booting problem or kernel problem on G3 iBook/PPC
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
mico
n00b
n00b


Joined: 08 Nov 2003
Posts: 7

PostPosted: Mon Nov 10, 2003 3:08 pm    Post subject: Booting problem or kernel problem on G3 iBook/PPC Reply with quote

Hi,

I tried to install Gentoo and I got through the installation procedure without problems, compiled a new kernel but I can't boot the new OS nor do I see the yaboot-menu *hrgg*

Booting from Live-CD works fine, but if I remove the CD and try to boot
into the yaboot-menu, my mac os x is always starting.
I tried to boot from CD and pass some options on the bootprompt, but it
doesn't work

using:

Code:
hd:11,/boot/vmlinux


at the bootprompt, when booting from the Live-CD, gentoo starts booting
but ends up in kernel panic.

VFS: Cannot open root device "sda2" or 08:02
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 08:02
<0>Rebooting in 180 seconds..

my settings:
doing a '
Code:
mac-fdisk -l /dev/hda
' gives me this:

# type name size system
/dev/hda1 Apple_partition_map Apple 31,5 kb Partition map
/dev/hda2 Apple_Driver43 Macintosh 28 kb Driver 4.3
/dev/hda3 Apple_Driver43 Macintosh 28 kb Driver 4.3
/dev/hda4 Apple_Driver_ATA Macintosh 28 kb Unknown
/dev/hda5 Apple_Driver_ATA Macintosh 28 kb Unknown
/dev/hda6 Apple_FWDriver Macintosh 256 kb Unknown
/dev/hda7 Apple_Driver_IOKit Macintosh 256 kb Unknown
/dev/hda8 Apple_Patches Patch part. 256 kb Unknown
/dev/hda9 Apple_UNIX_SVR2 boot 800 kb Linux native
/dev/hda10 Apple_UNIX_SVR2 swap 768 MB Linux swap
/dev/hda11 Apple_UNIX_SVR2 linux 7,0 GB Linux native
/dev/hda12 Apple_HFS macosx 8,0 GB HFS
/dev/hda13 Apple_HFS data 12,2 GB HFS

My /etc/fstab-file:
---------- /etc/fstab -------------
Code:
# <fs>      <mountpoint>   <type>   <opts>      <dumps/pass>
/dev/hda9      /boot         ext2      noauto, noatime   1 1
/dev/hda11      /         ext3      noatime      0 0
/dev/hda10      none         swap      sw         0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660   noauto,ro      0 0
proc         /proc         proc      defaults      0 0
tmpfs         /dev/shm      tmpfs      defaults      0 0
---------- /etc/fstab -------------

My /etc/yaboot:
---------- /etc/yaboot -------------
Code:
boot=/dev/hda9
device=hd:
partition=11
delay=10
timeout=40
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot

image=/boot/vmlinux
   label=Linux
   root=/dev/hda11
   read-only
   append="hdb=ide-scsi"
image=/vmlinux.old
   label=Linux.old
   root=/dev/hda11
   read-only

macosx=/dev/hda13
enablecdboot
enableofboot
---------- /etc/yaboot -------------

I've made a 'mkofboot -v' like it is described in the manual, but it
won't work for me *aaaarr*

any help would be great.
Back to top
View user's profile Send private message
mico
n00b
n00b


Joined: 08 Nov 2003
Posts: 7

PostPosted: Tue Nov 11, 2003 4:48 am    Post subject: problem solved: bootstrap-partition was ext2. Reply with quote

I made the mistake to create my boostrap-partition with 'c' instead of 'b'
It works now.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum