|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] PV-GRUB - Does not read partition-less disk
Do you have a system installed in this disk? Are you passing the path
of menu.lst in your configuration?
extra = "(hd0,0)/boot/grub/menu.lst"
I used a Debian lenny as dom0 and domU and it is working fine to me.
To partitioning the logical volume, I used the fdisk and, to access
it, I used kpartx. After mapped the partitions in /dev/mapper/, I
formated and I installed the system using debootstrap. I needed to
edit some files like /etc/fstab, /boot/grub/menu.lst, /etc/securetty
and /etc/inittab and to copy the kernel, and initrd.img and the
modules into virtual machine partition.
On Fri, Sep 12, 2008 at 10:06 AM, Bastian Blank <bastian@xxxxxxxxxxxx> wrote:
> On Fri, Sep 12, 2008 at 09:01:17AM -0300, Marco Sinhoreli wrote:
>> Look this example:
>> * /etc/xen/xmexample.pv-grub or xen-3.3.0/tools/examples/xmexample.pv-grub
>
> hdaX is not supported by current kernels in the disk definition. And
> this does not work either. It still sees one disk (hd0) without a
> partition table and an unknown fs.
>
> Bastian
>
> --
> Warp 7 -- It's a law we can live with.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
--
Marco Sinhoreli
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|