<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>32171</bug_id>
          
          <creation_ts>2016-06-03 15:00:13 +0300</creation_ts>
          <short_desc>Установщик не видит eMMC диск:  отсутствует блочный драйвер mmc_block</short_desc>
          <delta_ts>2017-07-25 15:55:51 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Distributions</classification>
          <product>Simply Linux</product>
          <component>installer</component>
          <version>7.0.5</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>https://forum.altlinux.org/index.php?topic=36884.msg287549#msg287549</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>30239</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Леонид">leonidfishkis</reporter>
          <assigned_to name="Mikhail Efremov">sem</assigned_to>
          <cc>aen</cc>
    
    <cc>mike</cc>
          
          <qa_contact name="Andrey Cherepanov">cas</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>157207</commentid>
    <comment_count>0</comment_count>
    <who name="Леонид">leonidfishkis</who>
    <bug_when>2016-06-03 15:00:13 +0300</bug_when>
    <thetext>При попытке установить 64 разрядную версию 
http://ftp.altlinux.org/pub/distributions/ALTLinux/p7/images/simply/altlinux-7.0.5-simply-x86_64-install-dvd5.iso
с флэшки.
Live версия с этой флэшки нормально загружается и через Gparted виден внутренний EMMC диск, как набор /dev/mmcblk0p1 ,  /dev/mmcblk0p2  и так до 4 
Разделами можно управлять.  Когда же происходит установка, то на шаге 4 отсутствует диск для выбора.
На внешний USB диск система встала. 
На форуме (по ссылке) предположили отсутствие драйверов в инсталляторе и предложили написать об ошибке.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157212</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2016-06-03 16:50:57 +0300</bug_when>
    <thetext>Думаю, уже не будет исправлено в p7 (там есть и другие проблемы):
https://bugzilla.altlinux.org/show_bug.cgi?id=30239
https://bugzilla.altlinux.org/show_bug.cgi?id=30269

Для p8 известно и у меня для некоторых специализированных образов применяется вот такой экспериментальный коммит в mkimage-profiles:

diff --git a/features.in/stage2/stage1/modules.d/50-stage2-mmc b/features.in/stage2/stage1/modules.d/50-stage2-mmc
index f223fff..dfc39db 100644
--- a/features.in/stage2/stage1/modules.d/50-stage2-mmc
+++ b/features.in/stage2/stage1/modules.d/50-stage2-mmc
@@ -1,2 +1,9 @@
+iosf_mbi.ko
+mmc_block.ko
+mmc_core.ko
+sdhci-acpi.ko
 sdhci-pci.ko
+sdhci-pltfm.ko
+sdhci-pxav2.ko
+sdhci-pxav3.ko
 sdhci.ko

Похоже, первых четыре модуля уже есть смысл тащить в общем случае.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>163827</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2017-05-26 17:17:50 +0300</bug_when>
    <thetext>2 sem: @$(call add,STAGE1_MODLISTS,stage2-mmc)

Можно обойти вручную при помощи LiveCD, но там ещё вылезет bug 30239 -- потребуется _до_ запуска livecd-install отредактировать от имени root файл /etc/evms.conf и добавив там в переменную exclude секции sysfs_devices слово mmcblk*boot*</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>164007</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2017-06-08 11:44:46 +0300</bug_when>
    <thetext>На всякий -- объезд пошагово:
1) запустить Рабочую станцию как LiveCD (F2, Russian)
2) Приложения -&gt; Системные -&gt; Терминал среды MATE
3) su -
4) отредактировать файл /etc/evms.conf
5) найти &quot;sysfs_devices&quot; в начале строки, десятком строк ниже найти &quot;exclude&quot;
6) добавить в список через пробел &quot;mmcblk*boot*&quot; после &quot;mmcblk*rpmb&quot;
7) сохранить файл, выйти из редактора
8) livecd-install (или Приложения -&gt; Системные -&gt; Установить на жёсткий диск)
9) произвести установку штатным порядком</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>164479</commentid>
    <comment_count>4</comment_count>
    <who name="Mikhail Efremov">sem</who>
    <bug_when>2017-06-27 20:18:06 +0300</bug_when>
    <thetext>(In reply to comment #2)
&gt; 2 sem: @$(call add,STAGE1_MODLISTS,stage2-mmc)

Добавлено в 7.98.1_beta2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>164483</commentid>
    <comment_count>5</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2017-06-27 21:22:22 +0300</bug_when>
    <thetext>livecd-evms-0.2.4-alt1 -&gt; sisyphus:

Tue Jun 27 2017 Michael Shigorin &lt;mike@altlinux.org&gt; 0.2.4-alt1
- ignore MMC BOOT partitions as well (closes: #32171)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>164812</commentid>
    <comment_count>6</comment_count>
    <who name="Леонид">leonidfishkis</who>
    <bug_when>2017-07-22 04:15:06 +0300</bug_when>
    <thetext>Simply 8 - диск виден. Спасибо!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>164843</commentid>
    <comment_count>7</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2017-07-25 15:55:51 +0300</bug_when>
    <thetext>Да, специально обеспечили. :)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>