Re: Still have the same problem

2001-12-01 Thread Ben Reser
On Sat, Dec 01, 2001 at 08:06:58PM -0500, Stew Benedict wrote: > That's entirely possible and something I overlooked. I dropped a larger > drive in my iMac and recall hitting a scenario in one of my tests where it > would not boot. I think Ben or someone mentioned an issue with OF on the > older

New Airport Base Station

2001-12-01 Thread Ron McCall
Just wanted to report that I think I have 128-bit encryption working with the new Airport Base Station (white, dual ethernet ports). I had been using the first generation Airport Base Station and I am still using my original Airport card which was presumably updated to support 128-bit encryption

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
I think that I may try reinstalling everything but this time I will make three partitions within the first eight gigs. One of four for for OSX.1, two for Darwin, and two for Linux. The last twelve gigs I wil use for file storage. Is it possible to have my /home partition at the end of the drive, s

Re: Still have the same problem

2001-12-01 Thread Stew Benedict
On Sat, 1 Dec 2001, Aaron Stechesen wrote: > Thanks I'll try. Do you think that this could be one of those instances > where the combination of the size of my hard drive and the OF make it > impossible to boot past the 8 gig barrier? > That's entirely possible and something I overlooked. I dr

RE: Still have the same problem

2001-12-01 Thread Jonathan Sailor
Info on bootloader: Open firmware booting is weird. First and foremost, there are actually three files involved in a yaboot configuration. First is, obviously, the kernel. Second and third are OFBOOT.B and yaboot. OFBOOT.B is some cryptic Forth commands that instruct Open Firware to display the Ma

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
Thanks I'll try. Do you think that this could be one of those instances where the combination of the size of my hard drive and the OF make it impossible to boot past the 8 gig barrier? - Original Message - From: "Stew Benedict" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, D

Re: Still have the same problem

2001-12-01 Thread Stew Benedict
On Sat, 1 Dec 2001, Aaron Stechesen wrote: > > try hd:8,/boot/vmlinuz > > > > or hd:8,/boot/vmlinuz-2.4.4-6.2mdk > > where would i put this? The "initrd= " line? > Should I replace the "," 's with "." 's on the "initrd=" and "image=" lines? > type it at the boot: prompt Stew Benedict -- M

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
> try hd:8,/boot/vmlinuz > > or hd:8,/boot/vmlinuz-2.4.4-6.2mdk where would i put this? The "initrd= " line? Should I replace the "," 's with "." 's on the "initrd=" and "image=" lines? > can you forward: > > ls -l /mnt/disk/boot > when you are in rescue mode with yoyr partition mounted > > The

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
result of ls -l /mnt/disk/boot: total 3672 -rw-r--r-- 1 rootroot 455451 Jun 28 01:32 Sysytem.map-2.4.4-6.2mdk -rw-r--r-- 1 rootroot 28844 Jun 28 01:32 config-2.4.4-6.2mdk -rw-r--r-- 1 rootroot 521397 Nov 30 07:12 initrd-2.4.4-6.2mdk.img lrwx

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
- Original Message - From: "Stew Benedict" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 11:15 AM Subject: Re: Still have the same problem > On Sat, 1 Dec 2001, Aaron Stechesen wrote: > > > I just ran the chroot stuff that you told me to and then tried to

mandrake kernel and s900

2001-12-01 Thread Allan E. Levy
I just checked and the s900 has a mesh controller at scsi 0 where my cd and hd are. Using 2.4.6 when I specify mesh controller I get insmod failed. Suse 7.1 works and says it is a mesh controller. I also tried the newest kernel I could find 2.4.13 and it also got the same error with all.gz

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
Cool, thank you! - Original Message - From: "Jonathan Sailor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 11:20 AM Subject: RE: Still have the same problem > VI Basics (I'm bored, why not?): > > run: vi > type: "I" (w/o quotes) > use arrows to move up/d

Re: Re[2]: Kernel building

2001-12-01 Thread Stew Benedict
> SCSI subsystem driver Revision: 1.00 > > (Which is about line 66 of the dmesg output) It complains about 4 times > that the Root file system is now mounted and then it hangs. So I never get > to the next line about the Macintosh non-volatile memory driver v1.0 when I > try to boot with my kern

Re: Still have the same problem

2001-12-01 Thread Stew Benedict
On Sat, 1 Dec 2001, Aaron Stechesen wrote: > I just ran the chroot stuff that you told me to and then tried to boot > Mandrake. All I have on screen after the Welcome to Mandrake Linux! is: > boot: (to which i typed) linux > Loading kernel... > and then it just sits there > and sits there > a

RE: Still have the same problem

2001-12-01 Thread Jonathan Sailor
VI Basics (I'm bored, why not?): run: vi type: "I" (w/o quotes) use arrows to move up/down/left/right, same as SimpleText except W/O a mouse. when done, ESC to exit editing mode, and ZZ to save/quit, or use ":q!"ENTER (w/o quotes). Example: vi /mnt/disk/etc/yaboot.conf DOWN DOWN R

RE: Booting Mandrake After install

2001-12-01 Thread Jonathan Sailor
Any time -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Stechesen Sent: Thursday, November 29, 2001 1:43 AM To: [EMAIL PROTECTED] Subject: Re: Booting Mandrake After install On Wednesday, November 28, 2001, at 08:39 PM, Jonathan Sailor wrote: >

Re: Re[2]: Still have the same problem

2001-12-01 Thread Aaron Stechesen
Thanks Ryan! I will try and fix that. Any suggestions as to how I can get Mandrake booted at all? Starting vi in root rescue mode? - Original Message - From: "Ryan Boder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Aaron Stechesen" <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 10

Re[2]: Kernel building

2001-12-01 Thread Ryan Boder
> > Nope, nothing special for Mandrake. We do call the kernel vmlinuz to be > consistant with the other arches for the install_kernel scripts etc. > > If you added an initrd line for your kernel in yaboot, did you creat an > initrd to go with it with mkinitrd? The purpose here is slightly >

Re[2]: Still have the same problem

2001-12-01 Thread Ryan Boder
> > > Just how would I launch it if I need to. Do I even need to? does the "," > need to be "."? What he is saying is that with the yaboot.conf you have you will be unable to boot into failsafe mode because you have a '.' where you should have a ','. He was assuming this was a typo though in

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
I just ran the chroot stuff that you told me to and then tried to boot Mandrake. All I have on screen after the Welcome to Mandrake Linux! is: boot: (to which i typed) linux Loading kernel... and then it just sits there and sits there and sits there I got this far before and I know that it wil

Re: Still have the same problem

2001-12-01 Thread Aaron Stechesen
- Original Message - From: "Stew Benedict" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 6:35 AM Subject: Re: Still have the same problem > > On Fri, 30 Nov 2001, Aaron Stechesen wrote: > > > here is the yaboot.conf details: > > > > init-message="\nWelcom

Re: Kernel building

2001-12-01 Thread Stew Benedict
On Sat, 1 Dec 2001, Ryan Boder wrote: > > Hi, > > I am trying to build the latest kernel from penguinppc.org and having a > problem. I am just wondering if there is some Mandrake specific > configuration that I don't know about. I used to do this all the time > when I used linuxppc but have ne

Re: Still have the same problem

2001-12-01 Thread Stew Benedict
On Fri, 30 Nov 2001, Aaron Stechesen wrote: > here is the yaboot.conf details: > > init-message="\nWelcome to Mandrake Linux!\n" > boot=/dev/hda7 > ofboot=hd:7 > delay=30 > timeout=50 > install=/usr/local/lib/yaboot/yaboot > magicboot=/usr/local/lib/yaboot/ofboot > enablecdboot > enableofboot >