Re: [PVE-User] VM Won't start

2016-04-01 Thread Luis G. Coralle
I have same problem. I will try this!

2016-01-14 8:58 GMT-03:00 Gilberto Nunes :

> Wow! That's work as a charm!!!
>
> Thank you so much!
>
> 2016-01-13 19:39 GMT-02:00 Lindsay Mathieson 
> :
>
>> On 14/01/2016 1:53 AM, Gilberto Nunes wrote:
>>
>>> I just set a VM like any other one here in Proxmox 4.1 with more than 16
>>> VM's running smootlhy
>>>
>>> However, one of them (always has The Rebel!), refused to go up.
>>> I get this error:
>>>
>>> Failed to create message: Input/output error
>>>
>>
>>
>> Hi Gilberto, I ran into this one yesterday and found this solution on the
>> forums:
>>
>>
>> https://forum.proxmox.com/threads/cannot-start-kvm.25085/page-2#post-126837
>>
>> systemctl stop 126.scope
>> qm start 126
>>
>> Where 126 is the VMID
>>
>> It worked for me.
>>
>>
>> --
>> Lindsay Mathieson
>>
>>
>> ___
>> pve-user mailing list
>> pve-user@pve.proxmox.com
>> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>>
>
>
>
> --
>
> Gilberto Ferreira
> +55 (47) 9676-7530
> Skype: gilberto.nunes36
>
>
> ___
> pve-user mailing list
> pve-user@pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>


-- 
Luis G. Coralle
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Migration VM from VMWare 5 (.vmdk) to Proxmox

2016-04-01 Thread Alessandro Briosi

Il 01/04/2016 11:20, Michael Rasmussen ha scritto:

I would try setting disk controler in proxmox to sata.


sata needs ahci driver.

set it to IDE which should be already included in the kernel.

Then change /dev/sda1 into /dev/hda1 in grub.

It will probably drop you into the rescue shell. Then change fstab too 
to point all the /dev/sdaX to /dev/hdaX


this will let you boot with an IDE disk.

Then if performance of the IDE is poor you could change to sata 
(changing back to /dev/sdaX) enabling ahci module in modprobe.conf and 
regenerating the initrd. (or even Virtio)


Alessandro
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Migration VM from VMWare 5 (.vmdk) to Proxmox

2016-04-01 Thread Michael Rasmussen
I would try setting disk controler in proxmox to sata.

On April 1, 2016 11:06:30 AM GMT+02:00, Edgardo Ghibaudo 
 wrote:
>Il 31/03/2016 13:43, Emmanuel Kasper ha scritto:
>> On 03/31/2016 12:39 PM, Edgardo Ghibaudo wrote:
>>> Hi Emmanuel,
>>> In VMware5, the RHEL4 guest has no VMware guest extension.
>>> I tried different SCSI controllers (VMware PVSCSI, MegaRAID SAS
>>> 8708EM2), but the VM always crash (kernel panic) with the same
>message
>>>
>>> Thank you,
>>> Edgardo
>>>
>> Hi again
>>
>> As Alessandro said this is probably a mismatch of the root device.
>>
>> Do you have your old VM running on VmWare ?
>> If yes please note there the value of the root device in
>/proc/cmdline
>> it should be something like  root=/dev/mapper/susa--vg-root
>>
>> this /dev/ something should be a path to your root file system and
>> should appear when you do
>>
>> ls -l /dev/mapper/susa--vg-root
>> lrwxrwxrwx 1 root root 7 Mar 31 09:31 /dev/mapper/susa--vg-root ->
>../dm-0
>>
>>
>>
>> Now when running the VM in Proxmox, after the error you see, you
>should
>> be dropped to a rescue shell
>>
>> in this rescue shell, check if the same 'ls -l' command return
>something
>>
>> if 'ls' returns nothing,
>>
>> tries the command vgchange -ay
>>
>> and try 'ls -l ' again
>>
>>
>> if ls still fails, please run ls -l /dev/*da in the rescue shell and
>> post the output here
>>
>>
>> BTW, it would be nice if you post your findings in the bottom of the
>> previous mails ( see https://it.wikipedia.org/wiki/Top-posting to
>know
>> why )
>>
>>
>>
>>
>>
>>
>>
>>
>> ___
>> pve-user mailing list
>> pve-user@pve.proxmox.com
>> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>Hello Emmanuel,
>
>In the old VM running in VMware5 the /proc/cmdline is *ro
>root=/dev/sda1 
>rhgb quiet console=tty0*
>When I try to start using Knoppix7 ... I see the file system, but /dev 
>is EMPTY
>When I try to start using RHEL4 rescue, I receive the following
>message:
> It has not found any fixed disk. It is probably that the device 
>drivers must be selected manually to proceed with the installation
>
>Thank you, Edgardo
>___
>pve-user mailing list
>pve-user@pve.proxmox.com
>http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.



This mail was virus scanned and spam checked before delivery.
This mail is also DKIM signed. See header dkim-signature.
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user