|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Paravirtualization, new installation from cdrom
Thanks for the hint Matthew!
now I have a different problem ;) I tried to format my file in reiserfs then in ext3 no one work..
xm create vm/vm1 Using config file "vm/vm1". Traceback (most recent call last):
File "/usr/lib/xen/boot/domUloader.py", line 492, in ? main(sys.argv) File "/usr/lib/xen/boot/domUloader.py", line 486, in main sxpr = copyKernelAndInitrd(fs, kernel, initrd)
File "/usr/lib/xen/boot/domUloader.py", line 393, in copyKernelAndInitrd raise RuntimeError("domUloader: Filesystem %s not exported\n" % fs) RuntimeError: domUloader: Filesystem hda1 not exported
Error: Boot loader didn't return any data!
===================
# cat vm/vm1 disk = [ 'file:/mnt/mv/sles01/hda,hda,w' ] memory = 256 vcpus = 1 builder = 'linux' name = 'vm1' vif = [ 'mac=00:16:3e:4b:0d:a9' ]
localtime = 0
extra = ' TERM=xterm' bootloader = '/usr/lib/xen/boot/domUloader.py' bootentry = 'hda1:/boot/vmlinuz-xen,/boot/initrd-xen'
On 5/5/06, Matthew Wild <M.Wild@xxxxxxxx> wrote:
On Friday 05 May 2006 16:51, Rene Purcell wrote: > Is it possible to do a fresh install from a cd in paravirtualization mode ? > just like the full virtualization, where you tell where's your iso and then > you boot and install the new OS
>
Can you not mount the domU's disk on the dom0, use yast2 dirinstall to install all the necessary files and then start the domU? Once that has started you can use yast from within the domU as per normal.
Matthew -- Matthew Wild Tel.: +44 (0)1235 445173 M.Wild@xxxxxxxx URL http://www.ukssdc.ac.uk/
UK Solar System Data Centre and World Data Centre - Solar-Terrestrial Physics, Chilton Rutherford Appleton Laboratory, Chilton, Didcot, Oxon, OX11 0QX
_______________________________________________
Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
--
Rene Jr Purcell 418 930-2424
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|