Re: [Users] node iso installer drops into dracut with Supermicro Virtual CD drive

2013-01-30 Thread Fabian Deutsch
Am Dienstag, den 29.01.2013, 14:31 + schrieb Alexandre Santos:
 Hi,
 You should alter your grub command line. This is a bug on Fedora.
 Instead of /dev/mapper/live-rw, it should be /dev/sr0, for instance...
 Alex

Hey Alex,

do you know if there is a bugzilla entry for this bug?

Thanks
fabian

 
 2013/1/29 Jorick Astrego jor...@netbulae.eu:
  Hi,
 
  I'm still having the same problems booting from a virtual CD problems with
  the latest node iso
  (ovirt-node-iso-2.6.0-20130125090303git3839439.566.fc18.iso).
 
  The node boots into the installer and then drops into a dracut shell:
 
  dracut-initqueue[488]: Warning: Could not boot.
  dracut-initqueue[488]: Warning: /dev/disk/by-label/ovirt-node-iso does not
  exist
  dracut-initqueue[488]: Warning: /dev/mapper/live-rw does not exist
 
  dracut:/# blkid
  /dev/sr0: UUID=2013-01-28-01-35-21-00 LABEL=ovirt-node-iso
  TYPE=iso9660 PTTYPE=dos
 
  I'll use foreman to deploy it for now but it's making casual testing a bit
  harder.
 
  --
  Kind Regards,
 
  Jorick Astrego
 
  Netbulae B.V.
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] node iso installer drops into dracut with Supermicro Virtual CD drive

2013-01-30 Thread Alexandre Santos
2013/1/30 Fabian Deutsch fabi...@redhat.com:
 Am Dienstag, den 29.01.2013, 14:31 + schrieb Alexandre Santos:
 Hi,
 You should alter your grub command line. This is a bug on Fedora.
 Instead of /dev/mapper/live-rw, it should be /dev/sr0, for instance...
 Alex

 Hey Alex,

 do you know if there is a bugzilla entry for this bug?

 Thanks
 fabian


 2013/1/29 Jorick Astrego jor...@netbulae.eu:
  Hi,
 
  I'm still having the same problems booting from a virtual CD problems with
  the latest node iso
  (ovirt-node-iso-2.6.0-20130125090303git3839439.566.fc18.iso).
 
  The node boots into the installer and then drops into a dracut shell:
 
  dracut-initqueue[488]: Warning: Could not boot.
  dracut-initqueue[488]: Warning: /dev/disk/by-label/ovirt-node-iso does not
  exist
  dracut-initqueue[488]: Warning: /dev/mapper/live-rw does not exist
 
  dracut:/# blkid
  /dev/sr0: UUID=2013-01-28-01-35-21-00 LABEL=ovirt-node-iso
  TYPE=iso9660 PTTYPE=dos
 
  I'll use foreman to deploy it for now but it's making casual testing a bit
  harder.
 
  --
  Kind Regards,
 
  Jorick Astrego
 
  Netbulae B.V.
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


I've seen it on bugzilla when trying to solve this issue but didn't write down.
Today I found this one:
https://bugzilla.redhat.com/show_bug.cgi?id=824617 - might be it and
there is a post with the solution.

Alex
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] node iso installer drops into dracut with Supermicro Virtual CD drive

2013-01-30 Thread Fabian Deutsch
Am Mittwoch, den 30.01.2013, 09:28 + schrieb Alexandre Santos:
 2013/1/30 Fabian Deutsch fabi...@redhat.com:
  Am Dienstag, den 29.01.2013, 14:31 + schrieb Alexandre Santos:
  Hi,
  You should alter your grub command line. This is a bug on Fedora.
  Instead of /dev/mapper/live-rw, it should be /dev/sr0, for instance...
  Alex
 
  Hey Alex,
 
  do you know if there is a bugzilla entry for this bug?
 
 I've seen it on bugzilla when trying to solve this issue but didn't write 
 down.
 Today I found this one:
 https://bugzilla.redhat.com/show_bug.cgi?id=824617 - might be it and
 there is a post with the solution.

Hey,

thanks - maybe we should see if adding the pollcdrom darcut module [1]
to oVirt Node's default dracut config solves this problem for virtual
cdroms like in your case.

Greetings
fabian

--
[1] https://bugzilla.redhat.com/show_bug.cgi?id=824617#c42


signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] node iso installer drops into dracut with Supermicro Virtual CD drive

2013-01-29 Thread Jorick Astrego

Hi,

I'm still having the same problems booting from a virtual CD problems 
with the latest node iso 
(ovirt-node-iso-2.6.0-20130125090303git3839439.566.fc18.iso).


The node boots into the installer and then drops into a dracut shell:

dracut-initqueue[488]: Warning: Could not boot.
dracut-initqueue[488]: Warning: /dev/disk/by-label/ovirt-node-iso does 
not exist

dracut-initqueue[488]: Warning: /dev/mapper/live-rw does not exist

dracut:/# blkid
/dev/sr0: UUID=2013-01-28-01-35-21-00 LABEL=ovirt-node-iso 
TYPE=iso9660 PTTYPE=dos


I'll use foreman to deploy it for now but it's making casual testing a 
bit harder.


--
Kind Regards,

Jorick Astrego

Netbulae B.V.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] node iso installer drops into dracut with Supermicro Virtual CD drive

2013-01-29 Thread Jorick Astrego

On 01/29/2013 03:31 PM, Alexandre Santos wrote:

Hi,
You should alter your grub command line. This is a bug on Fedora.
Instead of /dev/mapper/live-rw, it should be /dev/sr0, for instance...
Alex


2013/1/29 Jorick Astrego jor...@netbulae.eu:

Hi,

I'm still having the same problems booting from a virtual CD problems with
the latest node iso
(ovirt-node-iso-2.6.0-20130125090303git3839439.566.fc18.iso).

The node boots into the installer and then drops into a dracut shell:

dracut-initqueue[488]: Warning: Could not boot.
dracut-initqueue[488]: Warning: /dev/disk/by-label/ovirt-node-iso does not
exist
dracut-initqueue[488]: Warning: /dev/mapper/live-rw does not exist

dracut:/# blkid
/dev/sr0: UUID=2013-01-28-01-35-21-00 LABEL=ovirt-node-iso
TYPE=iso9660 PTTYPE=dos

I'll use foreman to deploy it for now but it's making casual testing a bit
harder.

--
Kind Regards,

Jorick Astrego

Netbulae B.V.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Hi,

Ok I can do that, but how do I do that on boot? I could modify the iso 
but I don't have the normal grub bootscreen so I can edit it.


I tried replacing the CDLABEL parameter in the kernel arguments but this 
gets me nowhere.


You state it's a bug on Fedora, but from a user perspective that doesn't 
matter it just doesn't work properly. And this hasn't worked for 
nearly a year now.


An installer where you have to manually enter parameters on boot in a 
limited time window (a couple of seconds otherwise you have reboot 
again) doesn't make us admins happy.



--
Kind regards,

Jorick Astrego

Netbulae B.V.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] node iso installer drops into dracut with Supermicro Virtual CD drive

2013-01-29 Thread Alexandre Santos
I'm also hoping that these issues get solved in the future

2013/1/29 Jorick Astrego jor...@netbulae.eu:
 On 01/29/2013 03:31 PM, Alexandre Santos wrote:

 Hi,
 You should alter your grub command line. This is a bug on Fedora.
 Instead of /dev/mapper/live-rw, it should be /dev/sr0, for instance...
 Alex


 2013/1/29 Jorick Astrego jor...@netbulae.eu:

 Hi,

 I'm still having the same problems booting from a virtual CD problems
 with
 the latest node iso
 (ovirt-node-iso-2.6.0-20130125090303git3839439.566.fc18.iso).

 The node boots into the installer and then drops into a dracut shell:

 dracut-initqueue[488]: Warning: Could not boot.
 dracut-initqueue[488]: Warning: /dev/disk/by-label/ovirt-node-iso does
 not
 exist
 dracut-initqueue[488]: Warning: /dev/mapper/live-rw does not exist

 dracut:/# blkid
 /dev/sr0: UUID=2013-01-28-01-35-21-00 LABEL=ovirt-node-iso
 TYPE=iso9660 PTTYPE=dos

 I'll use foreman to deploy it for now but it's making casual testing a
 bit
 harder.

 --
 Kind Regards,

 Jorick Astrego

 Netbulae B.V.


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

 Hi,

 Ok I can do that, but how do I do that on boot? I could modify the iso but I
 don't have the normal grub bootscreen so I can edit it.

 I tried replacing the CDLABEL parameter in the kernel arguments but this
 gets me nowhere.

 You state it's a bug on Fedora, but from a user perspective that doesn't
 matter it just doesn't work properly. And this hasn't worked for nearly
 a year now.

 An installer where you have to manually enter parameters on boot in a
 limited time window (a couple of seconds otherwise you have reboot again)
 doesn't make us admins happy.


 --
 Kind regards,

 Jorick Astrego

 Netbulae B.V.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] node iso installer drops into dracut with Supermicro Virtual CD drive

2013-01-29 Thread Koch (ovido)


On Tue, 2013-01-29 at 18:22 +0100, Jorick Astrego wrote:
 On 01/29/2013 03:31 PM, Alexandre Santos wrote:

 Hi,
 
 Ok I can do that, but how do I do that on boot? I could modify the iso 
 but I don't have the normal grub bootscreen so I can edit it.
 
 I tried replacing the CDLABEL parameter in the kernel arguments but this 
 gets me nowhere.
 
 You state it's a bug on Fedora, but from a user perspective that doesn't 
 matter it just doesn't work properly. And this hasn't worked for 
 nearly a year now.
 
 An installer where you have to manually enter parameters on boot in a 
 limited time window (a couple of seconds otherwise you have reboot 
 again) doesn't make us admins happy.
 
 

Hi,

You can change boot options using the following steps:
1. Boot from CD
2. Press Tab when you see Start Ovirt Node
3. Change root=live:CDLABEL=ovirt-node-iso to root=live:/dev/sr0



Regards,
René





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users