Hi Friends,
I just installed xen/dom0 on my amd64 quad core phenom
processor. dom0 boot up was successfull.
When I used ''xm create -c /home/guest.conf'' to create a xen
guest, the guest screen hanged after "Starting local".
Im not getting the login prompt. Please help me solve this. Im just one step
away from a normal guest bootup.
My guest fstab, config file and dmesg are as follows:
FSTAB:
/dev/hda / ext3 noatime 0 1
#/dev/SWAP none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
CONFIG FILE:
name="Guest"
kernel="/boot/domU-Gentoo"
memory="64"
disk=[''file:/home/vm1.raw,hda,w'']
root="/dev/hda ro console=xvc0"
on_poweroff = ''restart''
on_reboot = ''restart''
on_crash = ''restart''
DMESG:
Using config file "/home/linux.conf".
Started domain Guest
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
netconsole: not configured, aborting
Xen virtual console successfully installed as xvc0
Event-channel device installed.
netfront: Initialising virtual ethernet driver.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
xen-vbd: registered block device major 3
blkfront: hda: barriers enabled
hda: unknown partition table
i8042.c: No controller found.
mice: PS/2 mouse device common for all mice
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
xenoprofile_init: ret 0, events 4, xenoprof_is_primary 0
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
XENBUS: Device with no driver: device/console/0
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting. Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 144k freed
INIT: version 2.86 booting
Gentoo Linux; http://www.gentoo.org/
Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
Press I to enter interactive boot mode
* Mounting proc at /proc ... [ ok ]
* Mounting sysfs at /sys ... [ ok
]
* Mounting /dev for udev ... [ ok ]
* Seeding /dev with needed nodes ... [ ok ]
* Starting udevd ... [
ok ]
* Populating /dev with existing devices through uevents ...ata_id[791]: main:
HDIO_GET_IDENTITY failed for ''/dev/.tmp-3-0''
[ ok ]
* Letting udev process events ... [ ok ]
* Finalizing udev configuration ... [ ok
]
* Mounting devpts at /dev/pts ... [ ok ]
* Checking root filesystem .../dev/hda: clean, 37533/262144 files,
183700/1048576 blocks
[ ok ]
* Remounting root filesystem read/write ... [ ok ]
FATAL: Could not load /lib/modules/2.6.18-xen-r12/modules.dep: No such file or
directory
* Checking all filesystems ... [ ok ]
* Mounting local filesystems ... [ ok ]
* Activating (possible) swap ... [ ok ]
* Setting system clock using the hardware clock [xen] ... [ ok ]
* Configuring kernel parameters ... [ ok ]
* Updating environment ... [ ok ]
* Cleaning /var/lock, /var/run ... [ ok ]
* Wiping /tmp directory ... [
ok ]
* Device initiated services: udev-postmount
* Setting hostname to localhost ... [ ok ]
* Loading key mappings ... [ ok ]
* Setting user font ... [
ok ]
* Starting lo
* Bringing up lo
* 127.0.0.1/8
[ ok ]
* Adding routes
* 127.0.0.0/8 ...
[ ok ]
* Initializing random number generator ... [ ok ]
INIT: Entering runlevel: 3
* Mounting network filesystems ... [ ok ]
* Starting local ...
[ ok ]
_________________________________________________________________
What can you do with the new Windows Live? Find out
http://www.microsoft.com/windows/windowslive/default.aspx
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
On Thu, Jan 22, 2009 at 11:44 AM, dinesh chandrasekaran <dinesh_chan8@hotmail.com> wrote:> Hi Friends, > I just installed xen/dom0 on my amd64 quad core phenom > processor. dom0 boot up was successfull. > When I used ''xm create -c /home/guest.conf'' to create a xen guest, the guest > screen hanged after "Starting local". > > Im not getting the login prompt. Please help me solve this. Im just one step > away from a normal guest bootup. > > My guest fstab, config file and dmesg are as follows: > > FSTAB: > /dev/hda / ext3 noatime 0 1 > #/dev/SWAP none swap sw 0 0 > #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 > > shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 > > CONFIG FILE: > name="Guest" > kernel="/boot/domU-Gentoo" > memory="64" > disk=[''file:/home/vm1.raw,hda,w''] > root="/dev/hda ro console=xvc0" > on_poweroff = ''restart'' > on_reboot = ''restart'' > on_crash = ''restart'' >You should be able to add: extra="xencons=tty" you may also want/need to move the ro console=xvc0 into the extra so it could be that you want root=''/dev/hda'' extra=''ro console="xvc" xencons=tty'' You may also need to add a getty script for your xvc0 if it is not already in your domU. Hope that helps. Cheers, Todd -- Todd Deshane http://todddeshane.net http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Jan 22, 2009 at 3:59 PM, Todd Deshane <deshantm@gmail.com> wrote:> On Thu, Jan 22, 2009 at 11:44 AM, dinesh chandrasekaran > <dinesh_chan8@hotmail.com> wrote: >> Hi Friends, >> I just installed xen/dom0 on my amd64 quad core phenom >> processor. dom0 boot up was successfull. >> When I used ''xm create -c /home/guest.conf'' to create a xen guest, the guest >> screen hanged after "Starting local". >> >> Im not getting the login prompt. Please help me solve this. Im just one step >> away from a normal guest bootup. >> >> My guest fstab, config file and dmesg are as follows: >> >> FSTAB: >> /dev/hda / ext3 noatime 0 1 >> #/dev/SWAP none swap sw 0 0 >> #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 >> >> shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 >> >> CONFIG FILE: >> name="Guest" >> kernel="/boot/domU-Gentoo" >> memory="64" >> disk=[''file:/home/vm1.raw,hda,w''] >> root="/dev/hda ro console=xvc0" >> on_poweroff = ''restart'' >> on_reboot = ''restart'' >> on_crash = ''restart'' >> > > You should be able to add: > extra="xencons=tty" > > you may also want/need to move the ro console=xvc0 into the extra > so it could be that you want > root=''/dev/hda'' > extra=''ro console="xvc" xencons=tty'' > > You may also need to add a getty script for your xvc0 if it is not > already in your domU. > > Hope that helps. > > Cheers, > Todd >P.S. Some possible hints here: http://www.hants.lug.org.uk/cgi-bin/wiki.pl?LinuxHints/XenOnEtch -- Todd Deshane http://todddeshane.net http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks so much... it works.... :)
Now I have one more problem...
''/etc/init.d/net.eth0 start'' in DOM-0 says,
* network interface eth0 does not exist
* Please verify hardware or kernel module (driver)
please help me fix this as well.
My dmesg output in DOM-0 says...
Copyright (c) 1999-2006 Intel Corporation.
e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
regards,
Dinesh C
> Date: Thu, 22 Jan 2009 15:59:02 -0500
> Subject: Re: [Xen-users] error starting xen guest
> From: deshantm@gmail.com
> To: dinesh_chan8@hotmail.com
> CC: xen-users@lists.xensource.com
>
> On Thu, Jan 22, 2009 at 11:44 AM, dinesh chandrasekaran
> <dinesh_chan8@hotmail.com> wrote:
> > Hi Friends,
> > I just installed xen/dom0 on my amd64 quad core
phenom
> > processor. dom0 boot up was successfull.
> > When I used ''xm create -c /home/guest.conf'' to
create a xen guest, the guest
> > screen hanged after "Starting local".
> >
> > Im not getting the login prompt. Please help me solve this. Im just
one step
> > away from a normal guest bootup.
> >
> > My guest fstab, config file and dmesg are as follows:
> >
> > FSTAB:
> > /dev/hda / ext3 noatime 0 1
> > #/dev/SWAP none swap sw 0 0
> > #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
> >
> > shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
> >
> > CONFIG FILE:
> > name="Guest"
> > kernel="/boot/domU-Gentoo"
> > memory="64"
> > disk=[''file:/home/vm1.raw,hda,w'']
> > root="/dev/hda ro console=xvc0"
> > on_poweroff = ''restart''
> > on_reboot = ''restart''
> > on_crash = ''restart''
> >
>
> You should be able to add:
> extra="xencons=tty"
>
> you may also want/need to move the ro console=xvc0 into the extra
> so it could be that you want
> root=''/dev/hda''
> extra=''ro console="xvc" xencons=tty''
>
> You may also need to add a getty script for your xvc0 if it is not
> already in your domU.
>
> Hope that helps.
>
> Cheers,
> Todd
>
> --
> Todd Deshane
> http://todddeshane.net
> http://runningxen.com
_________________________________________________________________
Wish to Marry Now? Join MSN Matrimony FREE!
http://www.in.msn.com/matrimony
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
On Fri, Jan 23, 2009 at 10:11 AM, dinesh chandrasekaran <dinesh_chan8@hotmail.com> wrote:> Thanks so much... it works.... :) > > Now I have one more problem... > > ''/etc/init.d/net.eth0 start'' in DOM-0 says, > > * network interface eth0 does not exist > * Please verify hardware or kernel module (driver) > > please help me fix this as well. > > My dmesg output in DOM-0 says... > > Copyright (c) 1999-2006 Intel Corporation. > e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI > e100: Copyright(c) 1999-2005 Intel Corporation > forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56. >The output of the following, might help us help you: lspci | grep net ifconfig Cheers, Todd -- Todd Deshane http://todddeshane.net http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Reasonably Related Threads
- xm create- exit with panic message
- Ubuntu Hardy Heron x64 w/ Xen 3.2 hangs on boot at /etc/rc.local
- xen on fedora-core8(host) with fc8 as dom0 hangs after "starting atd"
- [PATCH] Paravirt framebuffer use xvc as console [4/5]
- [Xen-research] ISO test Downloads Availability ?