Re: [one-users] creating a template with install cd

2014-05-28 Thread Javier Fontan
You can specify several boot devices for boot order, for example: OS=[ARCH="x86_64",BOOT="hd,cdrom"] On Tue, May 27, 2014 at 4:30 PM, Daniel Dehennin wrote: > Stefan Kooman writes: > > > [...] > >> Did you do a "onehost sync (--force)" after this change? > > No, the /etc/one/vmm_exec/vmm_exec_

Re: [one-users] creating a template with install cd

2014-05-27 Thread Daniel Dehennin
Stefan Kooman writes: [...] > Did you do a "onehost sync (--force)" after this change? No, the /etc/one/vmm_exec/vmm_exec_kvm.conf are not synced to hosts IIRC. In the mean time I found the issue[1]. Regards. Footnotes: [1] http://dev.opennebula.org/issues/2951 -- Daniel Dehennin Récupé

Re: [one-users] creating a template with install cd

2014-05-27 Thread Stefan Kooman
Quoting Daniel Dehennin (daniel.dehen...@baby-gnu.org): > Daniel Dehennin writes: > > > [...] > > > I found a solution: > > #+begin_src > > OS=[ARCH="x86_64",BOOT="hd"] > > RAW=[DATA=" > > > > > > > > ",TYPE="kvm"] > > #+end_src > > I

Re: [one-users] creating a template with install cd

2014-05-27 Thread Daniel Dehennin
Daniel Dehennin writes: [...] > I found a solution: > #+begin_src > OS=[ARCH="x86_64",BOOT="hd"] > RAW=[DATA=" > > > > ",TYPE="kvm"] > #+end_src I tried to move this RAW section from the template to /etc/one/vmm_exec/vmm_exec_kvm.conf

Re: [one-users] creating a template with install cd

2014-05-27 Thread Daniel Dehennin
Stefan Kooman writes: > Quoting Daniel Dehennin (daniel.dehen...@baby-gnu.org): >> Daniel Dehennin writes: >> >> >> [...] >> >> > Or libvirt, forcing OS=[BOOT="cdrom"] makes it working. >> >> I have an issue when setting OS=[BOOT="cdrom"], when the installation is >> finished, it reboot on t

Re: [one-users] creating a template with install cd

2014-05-27 Thread Stefan Kooman
Quoting Daniel Dehennin (daniel.dehen...@baby-gnu.org): > Daniel Dehennin writes: > > > [...] > > > Or libvirt, forcing OS=[BOOT="cdrom"] makes it working. > > I have an issue when setting OS=[BOOT="cdrom"], when the installation is > finished, it reboot on the ISO and not the hard drive and I

Re: [one-users] creating a template with install cd

2014-05-27 Thread Daniel Dehennin
Daniel Dehennin writes: [...] > Or libvirt, forcing OS=[BOOT="cdrom"] makes it working. I have an issue when setting OS=[BOOT="cdrom"], when the installation is finished, it reboot on the ISO and not the hard drive and I can not detach the ISO. We are testing ONE on Ubuntu 14.04. Regards. --

Re: [one-users] creating a template with install cd

2014-05-26 Thread Daniel Dehennin
Daniel Dehennin writes: [...] > It could be the qemu backport to 2.0 which makes problem. Or libvirt, forcing OS=[BOOT="cdrom"] makes it working. Regards. -- Daniel Dehennin Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF Fingerprint: 3E69 014E 5C23 50E8 9ED6 2AAD CC1E 9E5B 7A6F E

Re: [one-users] creating a template with install cd

2014-05-26 Thread Daniel Dehennin
Javier Fontan writes: > Set in ubuntu CDROM the TARGET to hda. The bios should catch it. Also > make sure that the cd driver is raw: > > TARGET="hda" > DRIVER="raw" It's not working here after an upgrade to 4.6, this template was working on 4.4: #+begin_src

Re: [one-users] creating a template with install cd

2014-05-09 Thread Stefan Kooman
Quoting Thomas Stein (himbe...@meine-oma.de): > On Friday 09 May 2014 10:19:49 Neil Schneider wrote: > > > OS=[ > > ARCH="x86_64", > > BOOT="cdrom", > > GUESTOS="rhel6_64Guest", > > ROOT="hda" ] > > I see. I wasn't aware of the fact i could use hd*a*. I just used hd and sd > and > vd. S

Re: [one-users] creating a template with install cd

2014-05-09 Thread Thomas Stein
On Friday 09 May 2014 10:19:49 Neil Schneider wrote: > OS=[ > ARCH="x86_64", > BOOT="cdrom", > GUESTOS="rhel6_64Guest", > ROOT="hda" ] I see. I wasn't aware of the fact i could use hd*a*. I just used hd and sd and vd. Stupid me. thanks t. ___

Re: [one-users] creating a template with install cd

2014-05-09 Thread Javier Fontan
Set in ubuntu CDROM the TARGET to hda. The bios should catch it. Also make sure that the cd driver is raw: TARGET="hda" DRIVER="raw" On Fri, May 9, 2014 at 5:14 PM, Thomas Stein wrote: > Hello. > > I'm somewhat to stupid to create a template containing to disk images. > One disk iso (ubuntu inst

[one-users] creating a template with install cd

2014-05-09 Thread Thomas Stein
Hello. I'm somewhat to stupid to create a template containing to disk images. One disk iso (ubuntu install cd) and one empty block. No matter what setting i choose the VM starts and complains having no boot device. Here the config i tried: oneadmin@opennebula-frontend:~$ onetemplate show 27 TEMPL