<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Bueno ahi lo estuve probando y me lanza
      un lindo kernel panic al iniciar la iso tuya y una que hice yo
      intentando arreglarle el grub. <br>
      <div class="div-input col-md-11 ng-binding"><br>
<a class="moz-txt-link-freetext" href="https://img.bi/#/YQRWYEG!r5IXL0iERbSGDAFsrHu3gg9WIRy8GKlPES7XrWlb">https://img.bi/#/YQRWYEG!r5IXL0iERbSGDAFsrHu3gg9WIRy8GKlPES7XrWlb</a></div>
      <br>
      Voy a revisar el grub y aviso si la puedo arrancar.<br>
      <br>
      Saludos.<br>
      <br>
    </div>
    <blockquote cite="mid:53FDE347.7030608@tribunahacker.com.ar"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://www.mediafire.com/download/n0h86e0pdchwd99/nombre.iso">http://www.mediafire.com/download/n0h86e0pdchwd99/nombre.iso</a><br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://www.mediafire.com/download/96ejcigk2swf12d/source.tar.gz">http://www.mediafire.com/download/96ejcigk2swf12d/source.tar.gz</a><br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://www.mediafire.com/download/uuejudsnen27ncy/target.tar.gz">http://www.mediafire.com/download/uuejudsnen27ncy/target.tar.gz</a><br>
      <br>
      Bueno esta es mi entorno de desarrollo.<br>
      Basicamente hay que crear una carpeta llamada livecd o UTUTO y
      descomprimir la carpeta source y target dentro de ella.<br>
      cuando entras como chroot haces todos los cambios en Source.<br>
      entras como root<br>
      su<br>
      pasword<br>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">mount -o bind /proc proc/<br>
      </b><b style="box-sizing: border-box; font-weight: 700; color:
        rgb(0, 0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">mount -o bind /sys sys/</b><br>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">mount -o bind /dev dev/<br>
      </b><b style="box-sizing: border-box; font-weight: 700; color:
        rgb(0, 0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">mount -o bind
        /usr/portage/distfiles usr/portage/distfiles<br>
      </b>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">chroot . /bin/bash
        --login<br>
      </b>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">env-update &amp;&amp;
        source /etc/profile<br>
        <br>
        Hago los cambios,.... agrego paqueteria,...arreglo algo y listo<br>
        <br>
        Salgo desmontado todo<br>
        <br>
      </b><b style="box-sizing: border-box; font-weight: 700; color:
        rgb(0, 0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">umount proc sys dev
        usr/portage/distfiles<br>
      </b><b>Exit<br>
        <br>
        Vuelvo a root<br>
        su<br>
        pasword<br>
      </b>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">cd /usuario/live-gentoo/</b><br>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">rsync --archive
        --hard-links --quiet<span class="Apple-converted-space">�</span><span
          style="box-sizing: border-box; color: red;">source</span>/boot
        target/<br>
      </b>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <span style="color: rgb(0, 0, 0); font-family: 'Helvetica Neue',
        Helvetica, Arial, sans-serif; font-size: 14px; font-style:
        normal; font-variant: normal; font-weight: normal;
        letter-spacing: normal; line-height: 19.600000381469727px;
        orphans: auto; text-align: justify; text-indent: 0px;
        text-transform: none; white-space: normal; widows: auto;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(255, 255,
        255);"><span class="Apple-converted-space">�</span></span><b
        style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">rsync --archive
        --hard-links<span class="Apple-converted-space">�</span><span
          style="box-sizing: border-box; color: red;">source</span>/
        target/files/<span style="box-sizing: border-box; color:
          purple;">source<br>
        </span></b>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/var/run/*</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/var/tmp/*</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/var/cache/*</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/var/log/*</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/usr/portage</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/etc/portage</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/usr/src</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/root/*</b></blockquote>
      <blockquote class="tr_bq" style="box-sizing: border-box; padding:
        10px; margin: 10px 0px 10px 50px; font-size: 14px;
        border-left-width: 5px; border-left-style: solid;
        border-left-color: rgb(238, 238, 238); text-align: justify;
        color: rgb(0, 0, 0); border-bottom-width: 2px;
        border-bottom-style: solid; border-bottom-color: rgb(30, 30,
        30); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-style: normal; font-variant: normal;
        font-weight: normal; letter-spacing: normal; orphans: auto;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);"><span
          class="Apple-converted-space">�</span><b style="box-sizing:
          border-box; font-weight: 700;">rm -rf
          target/files/source/tmp/*</b></blockquote>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">mksquashfs
        target/files/source/ target/livecd.squashfs<br>
      </b>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <b style="box-sizing: border-box; font-weight: 700; color: rgb(0,
        0, 0); font-family: 'Helvetica Neue', Helvetica, Arial,
        sans-serif; font-size: 14px; font-style: normal; font-variant:
        normal; letter-spacing: normal; line-height:
        19.600000381469727px; orphans: auto; text-align: justify;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);">mkisofs -no-emul-boot
        -boot-load-size 4 -boot-info-table -r -b
        boot/grub/stage2_eltorito -c boot.catalog -o<span
          class="Apple-converted-space"> </span><span
          style="box-sizing: border-box; color: red;">ututofenix.iso</span><span
          class="Apple-converted-space">�</span>-x files target/<br>
        y listo<br>
        subimos la iso para probar<br>
        Un abrazo</b><br>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
��Nunca. Que no digan nunca. Porque un d�a de estos nos ver�n sonriendo!��</pre>
  </body>
</html>