Gentoo Archives: gentoo-ppc-user

From: Ranthor'Tey'Blackwing <ranthor@×××××.org>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] Problem with Booting built Kernel
Date: Thu, 01 Jan 2004 19:23:31
Message-Id: 3FF472FB.6030205@devik.org
1 Here is fstab, yaboot.conf and mac-fdisk -l
2
3 # /etc/fstab: static file system information.
4 # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13
5 2003/07/17 19:55:18 azarah Exp $
6 #
7 # noatime turns off atimes for increased performance (atimes normally aren't
8 # needed; notail increases performance of ReiserFS (at the expense of
9 storage
10 # efficiency). It's safe to drop the noatime options if you want and to
11 # switch between notail and tail freely.
12
13 # <fs> <mountpoint> <type> <opts>
14 <dump/pass>
15
16 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
17 #/dev/hda2 /boot ext2 noauto,noatime 1 1
18 /dev/hda4 / xfs noatime 0 0
19 /dev/hda3 none swap sw 0 0
20 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
21
22 # NOTE: The next line is critical for boot!
23 none /proc proc defaults 0 0
24
25 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
26 # POSIX shared memory (shm_open, shm_unlink).
27 # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
28 # use almost no memory if not populated with files)
29 # Adding the following line to /etc/fstab should take care of this:
30
31 none /dev/shm tmpfs defaults 0 0
32
33 ---
34 ## yaboot.conf generated by yabootconfig 1.0.7
35 ##
36 ## run: "man yaboot.conf" for details. Do not make changes until you have!!
37 ##
38 ## For a dual-boot menu, add one or more of:
39 ## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
40
41 boot=/dev/hda2
42
43 device=/pci@f2000000/pci-bridge@d/Ultra-Tek133P+@3/:
44 partition=4
45
46 root=/dev/hda4
47 delay=10
48 default=linux
49 defaultos=linux
50 timeout=30
51 install=/usr/lib/yaboot/yaboot
52 magicboot=/usr/lib/yaboot/ofboot
53
54 image=/boot/vmlinux
55 label=linux
56 partition=4
57 pause-after
58 root=/dev/hda4
59 read-only
60
61 macosx=/dev/hde5
62
63 ##macos=/dev/hde5
64 enablecdboot
65 enableofboot
66
67 ---
68 /dev/hda
69 dump: name /dev/hda len 8
70 # type name length base Re:
71 [gentoo-ppc-user] Problem with Booting built Kernel( size ) system
72
73 /dev/hda1 Apple_partition_map Apple 63 @ 1 (
74 31.5k) Partition map
75 /dev/hda2 Apple_Bootstrap bootstrap 1600 @ 64
76 (800.0k) NewWorld bootblock
77 /dev/hda3 Apple_UNIX_SVR2 swap 4194304 @ 1664 (
78 2.0G) Linux swap
79 /dev/hda4 Apple_UNIX_SVR2 gentoo 135581136 @ 4195968 (
80 64.7G) Linux native
81 /dev/hda5 Apple_HFS AniMedia 180395944 @ 139777104 (
82 86.0G) HFS
83 /dev/hda6 Apple_Free 8 @ 320173048 (
84 4.0k) Free space
85
86 Block size=512, Number of Blocks=320173056
87 DeviceType=0x0, DeviceId=0x0
88
89
90
91
92 --
93 gentoo-ppc-user@g.o mailing list