You are not logged in.

#1 2011-08-10 16:31:31

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

[SOLVED] install archboot archlinux in virtualbox

I found I could use archboot to install Archlinux 32 on virtualbox under Windows 7 (64bit).

But my ethernet can not work.

It could work under archboot.

But, when I boot my just installed linux, it require manual type following commands to get network work:
  modprobe e1000
  dhcpcd


I've upgrade to linux 3.0. 

/etc/rc.conf

   MODULES=( e1000)

The packages:
  linux 3.0.1-1
  linux-api-headers 2.6.39.1
  linux-headers 3.0.1-1
  virtualbox-archlinux-modules 4.1.0-5

The windows virtualbox 4.1.0 r73009

Boot Messages:
  :: Start Network    [BUSY]
  Cannot find device "eth0"
  :: Starting the VirtualBox Guest Additions [FAIL]
  (Cannot change owner vboxadd:1 for device /dev/vboxguest)


Thanks, after edit the file in /etc/modprobe.d.  It works now.

Last edited by dlin (2011-08-10 23:27:35)


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#2 2011-08-10 16:42:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] install archboot archlinux in virtualbox

Check the output of

ls -1 /etc/modprobe.d/

If your net and sound are blacklisted there, read https://bbs.archlinux.org/viewtopic.php … 74#p968474

Offline

Board footer

Powered by FluxBB