Gentoo Archives: gentoo-ppc-user

From: "Pyott
To: 'Joe McMahon' <mcmahon@×××××××××××.edu>
Cc: "'gentooppc-user@g.o'" <gentooppc-user@g.o>
Subject: RE: [gentooppc-user] yaboot.conf script
Date: Sat, 19 Oct 2002 13:42:03
Message-Id: 81FEA59CF17ED311B7550008C7CF4479C29BB4@ALGIERSSNTSB.algiers.state.gov
1 I tried several scripts just like this one. So my yaboot.conf seems to be
2 ok. After the second boot prompt when I choose the linux kernel, I get
3 tossed into open firmware. OF has the correct boot partition set. My root
4 dir. has /boot, which has vmlinux in it. I don't have the symlink to
5 /vmlinux though.
6
7 Whatever ybin put on the boot partition is all I have there. No kernel
8 images or anything.
9
10 I must be missing something somewhere!
11
12 Thanks for any further suggestions.
13 Rob
14
15 -----Original Message-----
16 From: Joe McMahon [mailto:mcmahon@×××××××××××.edu]
17 Sent: Friday, October 18, 2002 9:41 PM
18 To: Pyott, Albert R
19 Cc: 'gentooppc-user@g.o'
20 Subject: Re: [gentooppc-user] yaboot.conf script
21
22
23 > Could someone share a good, simple yaboot.conf script? I'm not installing
24 > any other OS. Just Linux. Nothing fancy.
25 Sure. Here ya go.
26
27 # yaboot.conf generated by yabootconfig 1.0.5
28 ##
29 ## run: "man yaboot.conf" for details. Do not make changes until you have!!
30 ##
31 ## For a dual-boot menu, add one or more of:
32 ## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
33
34 boot=/dev/hda9
35 device=hd:
36 partition=13
37 root=/dev/hda13
38 timeout=30
39 macos=hd:11
40 install=/usr/lib/yaboot/yaboot
41 magicboot=/usr/lib/yaboot/ofboot
42
43 image=/vmlinux
44 label=Linux
45 read-only
46
47 > Also, an even more basic question: where is the kernel image installed? Is
48 > it in the boot partition or /boot ? That might help me get yaboot
49 configured
50 > properly.
51 It's in /boot. I've got /boot/vmlinux symlinked to /vmlinux.
52
53 yabootconfig is definitely your friend. Once I had the boot partition set
54 up, yabootconfig set it all up and I didn't have to do anything.
55
56 --- Joe M.
57
58 _______________________________________________
59 gentooppc-user mailing list
60 gentooppc-user@g.o
61 http://lists.gentoo.org/mailman/listinfo/gentooppc-user

Replies

Subject Author
[gentooppc-user] Re: yaboot.conf script Calum Selkirk <cselkirk@g.o>