On Mon, Sep 15, 2008 at 1:27 PM, Bruno Bertechini
<bruno.bertechini@xxxxxxxxxxx> wrote:
You have to append these modules while
creating your initrd image file
scsi_mod
sg
sd_mod
And, of course, the filesystem driver
(ext3, reiserfs) you're using on you disk.
Hi, thank you for the suggestions, as I guess that solved the problem (partially), because now, the vm sort of just died off with no error message and returned control to the terminal. The printout from the console is as below:
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 4712KiB [1 disk] into ram disk...
user@machine:
When I do a xm list, I only have my domain0. I tried digging in the xen log file,
DEBUG (__init__:1072) Destroying device model
DEBUG (__init__:1072) Releasing devices
DEBUG (__init__:1072) Removing vif/0
DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
DEBUG (__init__:1072) Removing vbd/2049
DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/2049
DEBUG (__init__:1072) Removing vbd/2050
DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/2050
DEBUG (__init__:1072) Removing console/0
DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
DEBUG (__init__:1072) No device model
[2008-09-15 15:35:14 3212] DEBUG (__init__:1072) Releasing devices
I couldn't make sense out of the logged messages.
Thanks again,
- billy