Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD as dom0 and opensuse as domU



you need to call the disk xvda. I remember suse having this problem.





On Tue, Nov 11, 2008 at 9:53 AM, Cem Kayali 
<cemkayali%eticaret.com.tr@localhost> wrote:
>
> Hello!
>
> Is there anyone that uses NetBSD Xen as dom0 and also use linux (ie;
> openSuse) as domU?
>
> I installed Xen, and it boots NetBSD amd64 4.99.XX as dom0 without problem -
> using NetBSD multiboot. There is also default openSuse grub installed. Once
> i run "xm create -c /usr/pkg/etc/xen/nbsd" i see opensuse grub's "menu.lst".
> Then, I select following entry:
>
> --------------------------------------------------------
> ###Don't change this comment - YaST2 identifier: Original name: linux-Xen###
> title openSUSE 11.0 - Xen
>   root (hd0,0)
>   kernel /boot/vmlinuz-xen
> root=/dev/disk/by-id/scsi-SATA_WDC_WD2500-_WD-WXE123456789-part1
>   initrd /boot/initrd-xen
> --------------------------------------------------------
>
>
> Then, it starts to boot OpenSuse and then hangs.
>
>
> --------------------------------------------------------
> ......
> ......
> ......
> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered (default)
> Non-volatile memory driver v1.2
> Xen virtual console successfully installed as xvc0
> Event-channel device installed.
> PNP: No PS/2 controller found. Probing ports directly.
> i8042.c: No controller found.
> mice: PS/2 mouse device common for all mice
> cpuidle: using governor ladder
> NET: Registered protocol family 1
> registered taskstats version 1
> XENBUS: Device with no driver: device/vbd/768
> XENBUS: Device with no driver: device/console/0
> Freeing unused kernel memory: 224k freed
> Write protecting the kernel read-only data: 1564k
> netfront: Initialising virtual ethernet driver.
> xen-vbd: registered block device major 3
> hda:
> --------------------------------------------------------
>
>
>
> What /usr/pkg/etc/xen/nbsd contains is as
>
> --------------------------------------------------------
> #disk = [ 'phy:/dev/wd0e,0x300,w' ] ---> This does not work
> disk = [ 'phy:/dev/wd0e,0x300,w' ]
> #root = "/dev/hda1 ro" ---> This does not work
> root = "/dev/disk/by-id/scsi-SATA_WDC_WD2500-_WD-WXE123456789-part1"
> memory = 128
> name = "nbsd"
> cpu = 1
> --------------------------------------------------------
>
> while OpenSuse is on first primary partition of disk and has wd0e label in
> NetBSD.
>
>
> If someone has advise i would appreciate.
> Thank you in advance.
>
> Regards,
> Cem
>
>


Home | Main Index | Thread Index | Old Index