|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Newbie DomU problem
Are you certain that shoudn't be a 'sda' not 'hda' ? (Are you using
SATA drives?)
Try altering the line to read:
disk = [ 'file:/home/poncho/gentoo/gentoo.2006-0.img,sda1,w' ]
And likewise edit :
root=/dev/hda6 ro to root=/dev/sda1 ro
and see what happens. You may also consider giving the dom-u some swap
space :) But that's some fun for after you get it to boot.
HTH
Tim
On Tue, 2006-07-04 at 11:01 +0930, Brian wrote:
> On Mon, Jul 03, 2006 at 08:00:15PM -0500, Jerry Amundson wrote:
> > On Mon July 3 2006 19:20, Brian wrote:
> > [snip]
> > > Kernel command line: root=/dev/hda6 ro TERM=xterm
> >
> > > Waiting for device /dev/hda6 to appear:
> > > ..............................not found -- exiting to /bin/sh
> > >
> > > ------------------------------------
> > > My config file
> > >
> > > isk = [ 'file:/home/poncho/gentoo/gentoo.2006-0.img,hda7,w' ]
> >
> > the "hda7" might be at fault...
> > [assuming the missing 'd' is a cut/paste issue...]
> >
> > jerry
>
> Hmmm, not sure what is going on. tried altering that line.
> It is a new install of Suse 10.1.
> Brian
>
> netfront: Initialising virtual ethernet driver.
> Loading xenblk
> Registering block device major 3
> hda:Loading reiserfs
> Waiting for device /dev/hda6 to appear: unknown partition table
> ata_id[459]: main: HDIO_GET_IDENTITY failed for '/dev/.tmp-3-0'
> ..............................not found -- exiting to /bin/sh
> $
>
> +++Grub config++++
>
> ###Don't change this comment - YaST2 identifier: Original name: xen###
> title XEN
> root (hd0,5)
> kernel /boot/xen.gz
> module /boot/vmlinuz-xen root=/dev/hda6 vga=0x31a resume=/dev/hda5
> splash=silent showopts
> module /boot/initrd-xen
>
>
>
>
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|