ClearLinux on OpenstackMigration between OpenStack and RackSpace cloudImport existing VM into Openstack/CloudstackHow exactly are Distributed File Systems used in cloud environment?Openstack/PackStack basic multi-node network setupDeploy Windows 7 to OpenStack - Windows Setup Error when instance bootsConnectionError: [Errno 111] Connection refused (Openstack installation through Puppet)How many VMs per core/vcpu can be run in OpenStackUnattend.xml getting overwritten during first bootHTTP failure within Docker container hosted in OpenStackOpenStack Hyper-V vSwitch not being selected

Is the infant mortality rate among African-American babies in Youngstown, Ohio greater than that of babies in Iran?

How would Japanese people react to someone refusing to say “itadakimasu” for religious reasons?

Boss making me feel guilty for leaving the company at the end of my internship

What kind of chart is this?

Redirecting output only on a successful command call

Does knowing the surface area of all faces uniquely determine a tetrahedron?

Leaving job close to major deadlines

My husband's visa refused but mine wasn't -- can I travel?

What could be the physiological mechanism for a biological Geiger counter?

Why can't I craft scaffolding in Minecraft 1.14?

Positive cumulative sum of difference

What is the precise meaning of "подсел на мак"?

How did Avada Kedavra get its name?

TiKZ won't graph 1/sqrt(x)

How to know whether to write accidentals as sharps or flats?

How could I create a situation in which a PC has to make a saving throw or be forced to pet a dog?

How Linux command "mount -a" works

Someone who is granted access to information but not expected to read it

Is it possible for underground bunkers on different continents to be connected?

Time at 1G acceleration to travel 100000 light years

How did the European Union reach the figure of 3% as a maximum allowed deficit?

Why is gun control associated with the socially liberal Democratic party?

How to write a nice frame challenge?

100-doors puzzle



ClearLinux on Openstack


Migration between OpenStack and RackSpace cloudImport existing VM into Openstack/CloudstackHow exactly are Distributed File Systems used in cloud environment?Openstack/PackStack basic multi-node network setupDeploy Windows 7 to OpenStack - Windows Setup Error when instance bootsConnectionError: [Errno 111] Connection refused (Openstack installation through Puppet)How many VMs per core/vcpu can be run in OpenStackUnattend.xml getting overwritten during first bootHTTP failure within Docker container hosted in OpenStackOpenStack Hyper-V vSwitch not being selected






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-2















I'm having trouble getting ClearLinux to work on OpenStack.



From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.



Their documentation states the one for OpenStack is the cloud-img file.



We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".



After trying these images, I run openstack image create --private --disk-format raw --container-format bare and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.



Edit:



Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.



Also lets be adults and not downvote without comment here.



Edit 2:
TIL (Tonight(at 3am) I learned)



qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw


I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!



Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"



+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
| checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
| container_format | bare |
| created_at | 2019-05-31T08:09:06Z |
| disk_format | raw |
| file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
| id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
| min_disk | 0 |
| min_ram | 0 |
| name | clear-29690-cloud-raw-actual |
| owner | 61af61cc80b04e14a185f5a08e763d3c |
| properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
| protected | False |
| schema | /v2/schemas/image |
| size | 907018240 |
| status | active |
| tags | |
| updated_at | 2019-05-31T08:09:53Z |
| virtual_size | None |
| visibility | private |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+









share|improve this question






























    -2















    I'm having trouble getting ClearLinux to work on OpenStack.



    From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.



    Their documentation states the one for OpenStack is the cloud-img file.



    We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".



    After trying these images, I run openstack image create --private --disk-format raw --container-format bare and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.



    Edit:



    Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.



    Also lets be adults and not downvote without comment here.



    Edit 2:
    TIL (Tonight(at 3am) I learned)



    qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw


    I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!



    Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"



    +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
    | Field | Value |
    +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
    | checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
    | container_format | bare |
    | created_at | 2019-05-31T08:09:06Z |
    | disk_format | raw |
    | file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
    | id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
    | min_disk | 0 |
    | min_ram | 0 |
    | name | clear-29690-cloud-raw-actual |
    | owner | 61af61cc80b04e14a185f5a08e763d3c |
    | properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
    | protected | False |
    | schema | /v2/schemas/image |
    | size | 907018240 |
    | status | active |
    | tags | |
    | updated_at | 2019-05-31T08:09:53Z |
    | virtual_size | None |
    | visibility | private |
    +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+









    share|improve this question


























      -2












      -2








      -2








      I'm having trouble getting ClearLinux to work on OpenStack.



      From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.



      Their documentation states the one for OpenStack is the cloud-img file.



      We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".



      After trying these images, I run openstack image create --private --disk-format raw --container-format bare and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.



      Edit:



      Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.



      Also lets be adults and not downvote without comment here.



      Edit 2:
      TIL (Tonight(at 3am) I learned)



      qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw


      I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!



      Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"



      +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
      | Field | Value |
      +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
      | checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
      | container_format | bare |
      | created_at | 2019-05-31T08:09:06Z |
      | disk_format | raw |
      | file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
      | id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
      | min_disk | 0 |
      | min_ram | 0 |
      | name | clear-29690-cloud-raw-actual |
      | owner | 61af61cc80b04e14a185f5a08e763d3c |
      | properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
      | protected | False |
      | schema | /v2/schemas/image |
      | size | 907018240 |
      | status | active |
      | tags | |
      | updated_at | 2019-05-31T08:09:53Z |
      | virtual_size | None |
      | visibility | private |
      +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+









      share|improve this question
















      I'm having trouble getting ClearLinux to work on OpenStack.



      From their download source, based on their sites download page & documentation, I've tried clear-29690-cloud.img, clear-29690-cloud-native.img, clear-29690-live-server.img, and clear-29690-live-server.iso after running it through conversion. I can't tell if this is something specific with clearlinux or not.



      Their documentation states the one for OpenStack is the cloud-img file.



      We reference this documentation on how to convert an image to a raw format by the documentation of the internal cluster, but even after converting I'm still running into either "Booting from Hard Drive" or "Boot failed: not a bootable disk - No bootable device".



      After trying these images, I run openstack image create --private --disk-format raw --container-format bare and have passed the images themselves and the qcow2 images over. I would think the images would be in their proper formats and that I may be doing the step of converting them to qcow2 types needlessly, but in all scenarios nothing works and I'm having the worst of luck here. Any help would be appreciated.



      Edit:



      Rancher releases as qcow2. just noticed I was also converting from what was given to qcow2 for half of my attempts. Maybe that is the key. Is it a standard to release in qcow2 for openstack images? Testing this now.



      Also lets be adults and not downvote without comment here.



      Edit 2:
      TIL (Tonight(at 3am) I learned)



      qemu-img convert -f qcow2 -O raw clear-29690-cloud.img clear-29690-cloud.raw


      I was not only doing the conversion backward but qcow2 is the format given by Clear Linux's OpenStack image and maybe the common one for OpenStack in general. Fun venture. Thanks Rancher!



      Edit 3: Spoke too soon. RancherOS works. Clear Linux still stalls at "Booting form harddisk"



      +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
      | Field | Value |
      +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+
      | checksum | ada1f029ffbaee41f10b4fc2422d9f38 |
      | container_format | bare |
      | created_at | 2019-05-31T08:09:06Z |
      | disk_format | raw |
      | file | /v2/images/33dc7258-27ff-4807-b552-a57a823e1fd7/file |
      | id | 33dc7258-27ff-4807-b552-a57a823e1fd7 |
      | min_disk | 0 |
      | min_ram | 0 |
      | name | clear-29690-cloud-raw-actual |
      | owner | 61af61cc80b04e14a185f5a08e763d3c |
      | properties | direct_url='rbd://bd0b115f-4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', locations='[u'url': u'rbd://bd0b115f -4871-4bc0-a5e8-0207e6e69f18/images/33dc7258-27ff-4807-b552-a57a823e1fd7/snap', u'metadata': ]', os_hash_algo='sha512', os_hash_value='44fb841206b98e1505524e829f 4189bf464aac1659686dc7fdb8fd40135a36bad41b1859c124e76ce375f24c3dfde3718ee20dcf7681a75ed61d86846d6f3cc5', os_hidden='False' |
      | protected | False |
      | schema | /v2/schemas/image |
      | size | 907018240 |
      | status | active |
      | tags | |
      | updated_at | 2019-05-31T08:09:53Z |
      | virtual_size | None |
      | visibility | private |
      +------------------+------------------------------------------------------------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------+






      linux openstack disk-image






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 31 at 8:19







      quantomworks

















      asked May 31 at 6:37









      quantomworksquantomworks

      1026




      1026




















          1 Answer
          1






          active

          oldest

          votes


















          0














          From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f969597%2fclearlinux-on-openstack%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.






            share|improve this answer



























              0














              From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.






              share|improve this answer

























                0












                0








                0







                From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.






                share|improve this answer













                From their team's response, the images provided were using UEFI. Our OpenStack glance service currently does not support this. For anyone seeing this with control over their stack, here is how to enable it.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 31 at 16:32









                quantomworksquantomworks

                1026




                1026



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f969597%2fclearlinux-on-openstack%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                    Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                    Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020