Network boot LinuxMCE through VirtualBox (Ubuntu host)

Discussions related to using VirtualBox on Linux hosts.
Post Reply
purps
Posts: 6
Joined: 20. Dec 2008, 14:48

Network boot LinuxMCE through VirtualBox (Ubuntu host)

Post by purps »

Does anybody know if it is possible to do a network boot through VirtualBox running in Ubuntu Intrepid please?

Currently, when booting, my virtual LMCE media director hangs on "[53.846691] e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX" during startup.

My /etc/network/interfaces currently looks like this:

Code: Select all

auto lo
iface lo inet loopback
Do I need to add something in /etc/network/interfaces to do a netboot?

Any help would be much appreciated.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

The manual describes how to do a PXE boot. Make sure the VM runs in the suitable networking mode so it can recieve these PXE commands. NAT won't work with PXE.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
purps
Posts: 6
Joined: 20. Dec 2008, 14:48

Post by purps »

I read the manual before I posted.

I have managed to get the PXE boot to work, but it then hangs halfway through startup. I think I need to add something to my /etc/network/interfaces, but I don't have the faintest idea as to what.

In the manual, it says that PXE is now supported using NAT.
Post Reply