Welcome to MacBoardz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

VPC Mac Fedora Core 3 install?

 
   Macintosh computer (Home) -> Virtual PC RSS
Next:  iMac: analog board->HD issues?  
Author Message
dougjohnson

External


Since: Dec 15, 2004
Posts: 1



(Msg. 1) Posted: Wed Dec 15, 2004 9:03 am
Post subject: VPC Mac Fedora Core 3 install?
Archived from groups: microsoft>public>mac>virtualpc (more info?)

Does anyone know of a MAC OSX fix for the Fedora 3 install problem?
I've tried all of the "fixes" in this group, as well as the fixes at
Bugzilla but I still can't get Fedora Core 3 to boot. Most of these
fixes seem to be for the Windows version of VPC since they want me to
set up networking and use samba to access a shared folder on my local
machine. Sounds like Windows to me? Does anyone know of a MAC OSX fix
for the Fedora 3 install problem? Thanks.

 >> Stay informed about: VPC Mac Fedora Core 3 install? 
Back to top
Login to vote
user475

External


Since: Dec 19, 2004
Posts: 4



(Msg. 2) Posted: Sun Dec 19, 2004 8:32 pm
Post subject: Re: VPC Mac Fedora Core 3 install? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
"dougjmac" <dougjohnson DeleteThis @mac.com> wrote:

 > Does anyone know of a MAC OSX fix for the Fedora 3 install problem?
 > I've tried all of the "fixes" in this group, as well as the fixes at
 > Bugzilla but I still can't get Fedora Core 3 to boot. Most of these
 > fixes seem to be for the Windows version of VPC since they want me to
 > set up networking and use samba to access a shared folder on my local
 > machine. Sounds like Windows to me? Does anyone know of a MAC OSX fix
 > for the Fedora 3 install problem? Thanks.

I haven't tried Fedora 3 yet, but I did solve my problems installing
Fedora 2 on VPC 7 Mac. I will be trying Fedora 3 shortly.

1. After installation, I got "An unrecoverable processor error has been
encountered" every time I rebooted. To solve this, I booted the
recovery CD, did a 'chroot /mnt/sysimage', then rebuilt the kernel,
changing the processor type from Pentium-Pro to Pentium-MMX (one step
down). This was successful in creating a bootable kernel with the
kernel source in /usr/src/linux-2.6.5-1.358, as well as a freshly
downloaded 2.6.9 kernel source. Building the kernel did take a long
time. Obviously, to build a new kernel you need to have installed the
kernel source and compiler tools.

2. The ethernet interface wouldn't come up. Attempts to reference eth0
resulted in DEVICE NOT FOUND and similar errors, byt it showed up in
hwconf. In /etc/modprobe.conf, I changed 'alias eth0 tulip' to 'alias
eth0 de2104x'. Either a reboot or a 'modprobe eth0' then brings the
eth0 interface online (it shows up in ifconfig).

3. Iptables shutdown script frequently hung forever unloading one of the
modules. The modprobe command was 100% CPU bound. I haven't solved
this one, but worked around it by changing /etc/init.d/iptables to set

IPTABLES_MODULES_UNLOAD="no"

instead of the current "yes" so that it doesn't attempt to unload the
modules.

Without the network up you can still get files into your session from
the outside. Create a new VPC disk using VPC Disk Assistant. If you
double click on it, it will mount on the desktop as read/write. You can
drag files to it. When done, unmount it, assign it to your VPC Disk 2,
and boot. The only caveat is that you can not have it attached to an
active (or saved) VPC session and on the Mac desktop at the same time.

Wes

 >> Stay informed about: VPC Mac Fedora Core 3 install? 
Back to top
Login to vote
user474

External


Since: Dec 19, 2004
Posts: 2



(Msg. 3) Posted: Sun Dec 19, 2004 8:32 pm
Post subject: Re: VPC Mac Fedora Core 3 install? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

OMG, Wes. That's a LOT of stuff to do to get FC3 to run! Wow...I am not a
Linux expert, and I don't think that I'll be able to get through all this by
myself. I think I'll pass....but thanks!

Are there other distros out there that anyone has been able to install/run
directly from the ISO's without mods?

elfer



On 12/19/04 5:32 PM, in article
no.spam-7E031F.19322319122004.RemoveThis@comcast.dca.giganews.com, "Wes"
wrote:



 >
  >> Does anyone know of a MAC OSX fix for the Fedora 3 install problem?
  >> I've tried all of the "fixes" in this group, as well as the fixes at
  >> Bugzilla but I still can't get Fedora Core 3 to boot. Most of these
  >> fixes seem to be for the Windows version of VPC since they want me to
  >> set up networking and use samba to access a shared folder on my local
  >> machine. Sounds like Windows to me? Does anyone know of a MAC OSX fix
  >> for the Fedora 3 install problem? Thanks.
 >
 > I haven't tried Fedora 3 yet, but I did solve my problems installing
 > Fedora 2 on VPC 7 Mac. I will be trying Fedora 3 shortly.
 >
 > 1. After installation, I got "An unrecoverable processor error has been
 > encountered" every time I rebooted. To solve this, I booted the
 > recovery CD, did a 'chroot /mnt/sysimage', then rebuilt the kernel,
 > changing the processor type from Pentium-Pro to Pentium-MMX (one step
 > down). This was successful in creating a bootable kernel with the
 > kernel source in /usr/src/linux-2.6.5-1.358, as well as a freshly
 > downloaded 2.6.9 kernel source. Building the kernel did take a long
 > time. Obviously, to build a new kernel you need to have installed the
 > kernel source and compiler tools.
 >
 > 2. The ethernet interface wouldn't come up. Attempts to reference eth0
 > resulted in DEVICE NOT FOUND and similar errors, byt it showed up in
 > hwconf. In /etc/modprobe.conf, I changed 'alias eth0 tulip' to 'alias
 > eth0 de2104x'. Either a reboot or a 'modprobe eth0' then brings the
 > eth0 interface online (it shows up in ifconfig).
 >
 > 3. Iptables shutdown script frequently hung forever unloading one of the
 > modules. The modprobe command was 100% CPU bound. I haven't solved
 > this one, but worked around it by changing /etc/init.d/iptables to set
 >
 > IPTABLES_MODULES_UNLOAD="no"
 >
 > instead of the current "yes" so that it doesn't attempt to unload the
 > modules.
 >
 > Without the network up you can still get files into your session from
 > the outside. Create a new VPC disk using VPC Disk Assistant. If you
 > double click on it, it will mount on the desktop as read/write. You can
 > drag files to it. When done, unmount it, assign it to your VPC Disk 2,
 > and boot. The only caveat is that you can not have it attached to an
 > active (or saved) VPC session and on the Mac desktop at the same time.
 >
 > Wes
 >> Stay informed about: VPC Mac Fedora Core 3 install? 
Back to top
Login to vote
user475

External


Since: Dec 19, 2004
Posts: 4



(Msg. 4) Posted: Mon Dec 20, 2004 12:07 am
Post subject: Re: VPC Mac Fedora Core 3 install? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
Darrel Niemann <ng.RemoveThis@theniemanns.com> wrote:

 > OMG, Wes. That's a LOT of stuff to do to get FC3 to run! Wow...I am not a
 > Linux expert, and I don't think that I'll be able to get through all this by
 > myself. I think I'll pass....but thanks!
 >
 > Are there other distros out there that anyone has been able to install/run
 > directly from the ISO's without mods?
 >
 > elfer

It's not quite as bad as it looks (just almost)... The primary problem
is that you need a kernel built for a the Pentium-MMX instead of
Pentium-Pro. This is reasonably straightforward if you have unix
knowledge. The steps go something like this (off the top of my head, so
may not be exact):

- Make sure you installed the development tools (compiler) and I think
the kernel development packages when installing Fedora.

- Burn Rescue CD from Fedora ISO image (e.g. FC2-i386-rescuecd.iso)

- Boot Rescue CD. RETURN through the questions.

- When at the command prompt:

chroot /mnt/sysimage
cd /usr/src/linux-2.6.5-1.358 (or whatever the linux version is)
make menuconfig
Descend into "Processor type and features"
Select PC-Compatible
Descend into Processor Family
Select Pentium-MMX
Exit back up the menu and save changes
make (and wait a few hours, depending on your horsepower)
make modules_install install

If you get an error about a missing grub template, you have to update
/boot/grub/grub.conf by hand to point to the new kernel. Add lines like:

title Fedora Core (2.6.5-1.358custom)
root (hd0,0)
kernel /vmlinuz-2.6.5-1.358custom ro root=LABEL=/
initrd /initrd-2.6.5-1.358custom.img

You might as well change the 'default' line while you're at it - the
original kernel is useless.

- Take the CD out and reboot. You should see two selections in the
boot menu - the original one and your new Custom one.

- Select the 'Custom' entry from the menu. With any luck, it will
boot.

There is a README in the /usr/src/linux* directory giving more gory
details.

On my dual 1.25Ghz MDD, FC2 runs reasonably well in command mode. It's
rather slow under Gnome.

Wes
 >> Stay informed about: VPC Mac Fedora Core 3 install? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Fedora Core 2 on VPC v6.1.1 - Someone pointed me to this group for a thread that supposedly addressed how to get FC2 to install on VPC 6.1.1. Unfortunately, I have not found it. Does anyone know of such a thread? If not, my problem is basically that I get an error when FC2 boots...

OS X 10.4 + Virtual PC 7.0.2 + Fedora Core 4 - Just finished installing Fedora Core 4 onto VPC for the Mac. At the first it crashes with "Unrecoverable Error" Any ideas? Tim Fawcett Chippewa Valley Technical College

VirtualPC and Fedora Core 2 Test 2 Problem - I've just installed Fedora Core 2 Test 2 on VirtualPC 6.1.1. GRUB (the bootloader) runs fine, but as soon as it tries to load the kernel, I get an error saying `An unrecoverable processor erro has been encountered. The PC will now restart'. Has..

Fedora linux on VPC7: Can't get eth0 to initialize - Hi, I have searched high and low for an answer to this problem, but can't seem to find one... I have successfully got Fedora Linux Core 3 installed on VPC 7 for Mac OS X and have the Linux install set to a Virtual switch for network and the mac plugged...

IMac G5 2Ghz Processor vs New Dual Core G5 2Ghz Power Mac - About 2 months ago I bought an IMac 2 Ghz with 1 gig of memory and attempted to run VPC 7 on it, but was very dissatisfied with the speed. I ended up returning it and am considering buying a Dual Core 2Ghz Power Mac also with 1 gig of ram. Does anyone...
   Macintosh computer (Home) -> Virtual PC All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]