> Thanks. I used your config file to try a paravirt
> install of SXDE 01/08
> onto a Fedora 8 Dom0 and, amazingly, it seems to
> work.
>
> I used the x86 ISO from
> http://www.sun.com/software/solaris/solaris-express/ge
> t.jsp, and
> specified an LVM location in the disk line. There
> were a couple of minor
> problems:
>
> 1 - I initially specced 512MB memory, and the
> installer hung up at the
> 'java' line; it was Ok on 1GB
>
> 2 - I haven't got 'qlbr0' - what's that? I used
> 'xenbr0' instead, and it
> seems to be Ok
Tune F8 Dom0 as suggested at link provided bellow,
to turn on "libvirtd" daemon bridging and NAT forwarding. Then
in "pygrub" installation profile spcecify:-
vif=[ 'bridge=virbr0' ]
brctl show will report virtual interface of SNV79 DomU attached to
virbr0 interface at F8 Dom0.
Since then your Solaris DomU's DHCP request during original
install and afterwards will be sent to "dnsmasq" service,running on F8 Dom0.
The address you are supposed to get for Solaris DomU should be from
subnet 192.168.122.0 (netmask 255.255.255.0).
You wouldn't need anymore any external DHCP Server on the LAN and
configuring DHCP bridge on F8 box.
>
> 3 - The installer couldn't contact my DHCP server, so
> I assumed that
> this was related to qlbr0/xenbr0 and that networking
> was broken.
> However, networking appears to be Ok on the installed
> domain.
>
> The config file is curious, though. How can it work
> with no bootloader
> *and* no kernel? I tried specifying pygrub, but the
> Linux xm refused to
> load the Solaris grub entries. Without the bootloader
> line, xm appears
> to use pygrub anyway, but seems to use a kernel
> stored in the Dom0
> /var/run/xend/boot directory.
>
> Evan
>
> -------------------------------------------------
>
> # -*- mode: python; -*-
>
> name = "SXDE-64-001"
> memory = 1024
> vif = ['mac=00:0f:b5:ae:4f:34,bridge=xenbr0']
>
> # post-installation:
> disk = [ 'phy:/dev/VG_Guests/SXDE-64-001,0,w' ]
>
> # install time:
> #disk =
> ['file:/dumps/ISO/SXDE/sol-nv-b79b-x86-dvd.iso,6:cdrom
> ,r',
> # 'phy:/dev/VG_Guests/SXDE-64-001,0,w' ]
> #bootloader = 'pygrub'
> #kernel =
> '/boot/platform/i86xpv/kernel/amd64/unix'
> #ramdisk = '/boot/amd64/x86.miniroot'
> #extra = '/platform/i86xpv/kernel/amd64/unix -
> nowin -B
> install_media=cdrom'
>
> # sdl doesn't work, but this is Ok
> sdl = 1
>
> _______________________________________________
> xen-discuss mailing list
> [email protected]
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]