[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-fr] kernel panic
Merci pour la réponse mais.... Je sais que j'ai un problème avec un fichier de configuration mais, ... lequel ???? Il faut changer le path de root dans la machine "réelle", dans la virtuelle?? Mon disque virtuelle se nomme bien hda1 et est listé dans fstab de la machine virtuelle, son path est bien repris dans le fichier de config. ================================================== fstab de la machine virtuelle ---------------- /dev/hda1 / ext3 errors=remount-ro 0 1 /dev/hda2 none swap sw 0 0 proc /proc proc defaults 0 0 ----------------- =================================================== mon fichier de machine virtuelle VM-Linux1 #---------------------------------------------------------------------------- # Kernel image file. kernel = "/boot/vmlinuz-2.6.13-8-xen" # Optional ramdisk. ramdisk = "/boot/initrd-2.6.13-8-xen" # The domain build function. Default is 'linux'. #builder='linux' # Initial memory allocation (in megabytes) for the new domain. memory = 96 # A name for your domain. All domains must have different names. name = "Linux1" # Which CPU to start domain on? #cpu = -1 # leave to Xen to pick #---------------------------------------------------------------------------- # Define network interfaces. # Number of network interfaces. Default is 1. nics=1 # Optionally define mac and/or bridge for the network interfaces. # Random MACs are assigned if not given. #vif = [ 'mac=aa:cc:00:00:00:%02x, bridge=xenbr0' % vmid ] #---------------------------------------------------------------------------- # Define the disk devices you want the domain to have access to, and # what you want them accessible as. # Each disk entry is of the form phy:UNAME,DEV,MODE # where UNAME is the device, DEV is the device name the domain will see, # and MODE is r for read-only, w for read-write. #disk = [ 'file:/usr/local/rescue%i,hde1,w' % (vmid) ] disk = [ 'file:/stockage/vm1disk,hda1,w' ] #,'file:/stockage/swap1disk,hda2,w' ] #disk = [ 'phy:hda1,hda1,r' ] #disk = [ 'phy:VGsystem/LVxen%i,hda1,w' % (vmid) ] #disk = [ 'phy:sda%d,sda1,w' % (7+vmid), # 'phy:sda6,sda6,r' ] #---------------------------------------------------------------------------- # Set the kernel command line for the new domain. # You only need to define the IP parameters and hostname if the domain's # IP config doesn't, e.g. in ifcfg-eth0 or via DHCP. # You can use 'extra' to set the runlevel and custom environment # variables used by custom rc scripts (e.g. VMID=, usr= ). # Set if you want dhcp to allocate the IP address. dhcp = "dhcp" # Set ip #ip = "192.168.222.%i/27" % (8+vmid) # Set netmask. #netmask = "255.255.255.192" # Set default gateway. #gateway = "192.168.222.1" # Set the hostname. #hostname= "rescue%d" % vmid # Set root device, see disk def above. root = "/dev/hda1 ro" # Root device for nfs. # root = "/dev/nfs" # The nfs server. #nfs_server = '169.254.1.0' # Root directory on the nfs server. #nfs_root = '/full/path/to/root/directory' # Sets runlevel 3. #extra = "3" #---------------------------------------------------------------------------- # Set according to whether you want the domain restarted when it exits. # The default is 'onreboot', which restarts the domain when it shuts down # with exit code reboot. # Other values are 'always', and 'never'. #restart = 'onreboot' #============================================================================ fichier fstab de la machine réèlle ---------------------------------- /dev/sda1 / reiserfs acl,user_xattr 1 1 /dev/sda3 /boot ext2 acl,user_xattr 1 2 /dev/sda4 /usr reiserfs acl,user_xattr 1 2 /dev/sda2 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/dvd /media/dvd subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0 ================================================= La procédure que j'ai utilisé est la même que celle décrite dans le site xenfr.org D'où ma question, eux nomme leur disque hda1 Moi, ayant copié ma propre machine, dois je appeller mon disque comme dans l'fstab réèl (càd: /dev/sda1) ou suivre les doc du site qui me disent de modifier fstab avec hda1 ??????? On peut voir qu'il y a un problème au niveeau ACPI dans mon rapport d'erreur. En somme, pour faire plus simple, serait il possible a quelqu'un de de mettre un print des fichiers de config. avec une petite topologie ? C'est beaucoup demander, je sais mais, ce serait fait une fois pour toute. Une fois ma config et les machines tip top, je promets de mettre ma contibution à XEN sur le net. Phil En grand merci par avance ___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com _______________________________________________ Xen-fr mailing list Xen-fr@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-fr
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |