Amiga.org
Operating System Specific Discussions => AROS Research Operating System => Topic started by: motorollin on February 27, 2010, 01:33:59 PM
-
I've just downloaded Icaros Desktop VE 1.2 and imported the appliance into VirtualBox. It boots fine, but I can't get networking to work. I've set the virtual NIC to the PCNet II and configured it to bridge to my Airport card. In AROS, the VM picks up a 192.168.0.x IP address with a 192.168.2.x gateway and DNS address, but I can't ping either of these addresses, or my router, or anything on the Internet. I've also tried setting the virtual NIC to NAT with the same effect. Any ideas?
--
moto
-
the VM picks up a 192.168.0.x IP address with a 192.168.2.x gateway
Don't you think there's something wrong here? ;-)
Either your gateway setting or your IP address is wrong.
-
I did think it was strange that the IP and gateway addresses were in different ranges, but presumably these are the addresses allocated by VirtualBox's DHCP server. I don't understand why it would allocate addresses which don't work, but I'll try changing them when I get home.
--
moto
-
dp
-
At least you got it to boot for you :-P What is your host system configuration?
-
At least you got it to boot for you :-P
Actually I had a lot of problems getting it to boot when I tried to configure a VM manually and install from the ISO. When I downloaded the VMWare version and imported it into VirtualBox it booted first time.
What is your host system configuration?
Here's the VirtualBox config file:
<?xml version="1.0"?>
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.9-macosx">
<Machine uuid="{54776d4d-30bb-40c7-8af2-b34f3f8f6f71}" name="Icaros Desktop VE 1.2" OSType="Other" lastStateChange="2010-02-27T17:44:35Z">
<Description>A pre-configured AROS desktop environment</Description>
<ExtraData>
<ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
<ExtraDataItem name="GUI/Fullscreen" value="off"/>
<ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
<ExtraDataItem name="GUI/LastWindowPostion" value="112,44,1024,752"/>
<ExtraDataItem name="GUI/MiniToolBarAlignment" value="bottom"/>
<ExtraDataItem name="GUI/MiniToolBarAutoHide" value="on"/>
<ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
<ExtraDataItem name="GUI/Seamless" value="off"/>
<ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
</ExtraData>
<Hardware version="2">
<CPU count="1">
<HardwareVirtEx enabled="true" exclusive="false"/>
<HardwareVirtExNestedPaging enabled="true"/>
<HardwareVirtExVPID enabled="true"/>
<PAE enabled="true"/>
</CPU>
<Memory RAMSize="256"/>
<Boot>
<Order position="1" device="Floppy"/>
<Order position="2" device="DVD"/>
<Order position="3" device="HardDisk"/>
<Order position="4" device="None"/>
</Boot>
<Display VRAMSize="4" monitorCount="1" accelerate3D="false" accelerate2DVideo="false"/>
<RemoteDisplay enabled="false" port="3389" authType="Null" authTimeout="5000"/>
<BIOS>
<ACPI enabled="true"/>
<IOAPIC enabled="false"/>
<Logo fadeIn="true" fadeOut="true" displayTime="0"/>
<BootMenu mode="MessageAndMenu"/>
<TimeOffset value="0"/>
<PXEDebug enabled="false"/>
</BIOS>
<USBController enabled="true" enabledEhci="false"/>
<Network>
<Adapter slot="0" enabled="true" MACAddress="08002732FCC9" cable="true" speed="0" type="Am79C970A">
<BridgedInterface name="en1: AirPort"/>
</Adapter>
<Adapter slot="1" enabled="false" MACAddress="0800273EE808" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="2" enabled="false" MACAddress="080027E1D98A" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="3" enabled="false" MACAddress="080027F5D0BD" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="4" enabled="false" MACAddress="0800277E2964" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="5" enabled="false" MACAddress="080027D9AC0B" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="6" enabled="false" MACAddress="080027B918E2" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="7" enabled="false" MACAddress="080027FBCE62" cable="true" speed="0" type="Am79C973"/>
</Network>
<UART>
<Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
<Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
</UART>
<LPT>
<Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
<Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
</LPT>
<AudioAdapter controller="AC97" driver="CoreAudio" enabled="true"/>
<SharedFolders/>
<Clipboard mode="Bidirectional"/>
<Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1267286068778361000" flags=""/>
</GuestProperties>
</Hardware>
<StorageControllers>
<StorageController name="IDE Controller" type="PIIX4" PortCount="2">
<AttachedDevice passthrough="false" type="DVD" port="1" device="0"/>
<AttachedDevice type="HardDisk" port="0" device="0">
<Image uuid="{e391f8cc-73be-461a-b41b-726f2e5fe1bc}"/>
</AttachedDevice>
</StorageController>
<StorageController name="Floppy Controller" type="I82078" PortCount="1">
<AttachedDevice type="Floppy" port="0" device="0"/>
</StorageController>
</StorageControllers>
</Machine>
</VirtualBox>
-
Ok, sorted and posting this from Icaros in VirtualBox :) I tried various combinations of 192.168.0.x and 192.168.2.x but nothing worked. In the end I installed XP in a new VirtualBox machine and this picked up IP and gateway settings in the 10.0.2.x range. I manually configured Icaros with the same settings and it worked. I have no idea why Icaros obtained different network settings to XP. Is there any issue with DHCP in AROS?
--
moto
-
dp