[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Loading a raw hard disk image in xen
Hello Sujata, On Mon, May 12, 2008 at 2:52 PM, Sujata Garera <sujatadoshi@xxxxxxxxx> wrote: Hello What you are describing here and the disk line you are using don't match up. If it is a dd of the entire drive, which contains Windows, then you should treat it like a hard drive and not a cdrom. I will put some specific comment inline.
If in fact it is a hard drive that you are working with that you made a dd of, you should try changing the disk line to something like: disk=['tap:aio:/path/to/disk2bak.iso,hda,w'] I wouldn't use the .iso extention either. I would recommend either no extension, .img, or .disk (meaning that it is an image of a disk). The line that you currently have is more similar to what I would expect if it was an ISO file taken from a dd of a physical cdrom (optical disk). But based on your description that it not what it is. If it was a physical cdrom, then you should change the boot= line to be boot="d", which would boot from the installation CD. Also you don't need the cdrom= line. You shouldn't have it in this case. It is my understanding that the preferred way is to use the disk=line instead.
As explained about, suggest removing this cdrom line cdrom = '/dev/hda'
You should continue the discussion on the xen-users list, unless there is good reason to have it on the devel list. Also, what version of Xen, how was it installed, and what distribution/OS are you running? Cheers, Todd _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |