<br><br><div class="gmail_quote">2012/9/15 Adam Williamson <span dir="ltr">&lt;<a href="mailto:awilliam@redhat.com" target="_blank">awilliam@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 2012-09-14 22:29, cornel panceac wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
being tired of the dracut selinux infinite loop, i&#39;ve decided this<br>
morning to reinstall f18 from f18 x86 netinst disc. all attempts to<br>
boot with standard options failed with a kernel crash (maybe my video<br>
card is broken). i eventually managed to reach anaconda by booting in<br>
safe graphics mode. there, i&#39;ve completed the steps required (what is<br>
the target device, what software, time zone) then pressed continue.<br>
then, i&#39;ve been hit by this:<br>
</div><a href="https://bugzilla.redhat.com/show_bug.cgi?id=857607" target="_blank">https://bugzilla.redhat.com/<u></u>show_bug.cgi?id=857607</a> [1] . I&#39;ve seen<div class="im"><br>
this before on same system in the previous 5 (?) years so that was not<br>
a big surprise. a big surprise was that after i reboot, something<br>
messed my existing linux partitions (actually one of them is missing).<br>
what do i mean by &#39;messed&#39;? well, first, grub2 fails to load a menu<br>
saying that &quot;no such partition&quot; and offers a grub shell. then, in f17<br>
rescue mode, the system complains that i have no linux partitions.<br>
going to rescue mode&#39;s shell, the partitions are marked &quot;Linux&quot;, but<br>
the last one (#7) is missing. then i booted system rescue cd. there,<br>
mount /dev/sdb{1,5,7} /mnt/mountpoint ended with something similar to<br>
&quot;broken ntfs signature&quot;. adding -t ext3 in the mix didn&#39;t help, error<br>
was something like &quot;bad superblock etc&quot;.<br>
 THIS is something i don&#39;t remember to have ever seen on fedora<br>
(alpha, beta or final).<br>
</div></blockquote>
<br>
You need to say what layout you had on the disk(s) previously, and what options you chose during install. It&#39;s impossible to know what happened. </blockquote><div><br>well the layout was something like this:<br><br>p1 -&gt;10gb -&gt; scientific linux<br>
p2 -&gt; 0.5 gb  -&gt; boot<br>p3 -&gt; 1gb -&gt; swap<br><br>p5 -&gt; 140 gb -&gt; /home -- that&#39;s the partition anaconda complained about and errored out. also that&#39;s the partition i care more about :)<br><br>p6 -&gt; 10 gb -&gt; f18<br>
p7 -&gt; 70 gb -&gt; / -- this is no longer present<br><br>the size are aproximated. the partitions that apparently are still there, can not be mounted<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It&#39;s possible you simply hit this:<br>
<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=855976" target="_blank">https://bugzilla.redhat.com/<u></u>show_bug.cgi?id=855976</a></blockquote><div><br>looks similar but, i&#39;ve never seen something like choosing what kind of partitioning to use (custom, free space, replace linux ). it just crashed and data was no longer there or accessible.<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Remember, this is an *Alpha*. You shouldn&#39;t deploy an Alpha of anything to any system you can&#39;t bear to lose. We do warn about this, regularly. You&#39;re also installing the Alpha before it&#39;s even been announced; I&#39;m aiming to ensure this issue and other major ones in Alpha are explained in the release announcement when we release it, but we haven&#39;t, yet.</blockquote>
<div><br>well, i always fail to mention this: one of the reason i report this kind of things is because i want you to know about their existence. another reson is that i want to learn why this happened and how can be avoided. in this case, i also very much want to recover the lost data :D <br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
from personal experience, i believe something is deeply wrong in the<br>
anaconda logic. and of course, the back and forth mess is also a<br>
problem. why not just continue to the next required step, with back<br>
being an option, and at the end present a summary of completed and<br>
incompleted steps, if any?<br>
</blockquote>
<br></div>
That isn&#39;t the design. There aren&#39;t steps that you go through one by one. The design is referred to as &#39;hub and spoke&#39;. There is a main screen - the hub - and several spokes, some of which are optional, and which you can complete in any order, and which you can revisit any number of times, and which may potentially affect each other. The hub/spoke design was considered a better reflection of the capabilities of anaconda than the wizard-ish design.<div class="im">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
btw, on systems with many hard disks (at least 2), if linux/anaconda<br>
is unable to tell which is the first hard disk system will boot, why<br>
not install grub on all hard disk, just to be sure?<br>
</blockquote>
<br></div>
That&#39;s a horrible idea...<br>
<br>
Bootloader installation selection is something else which isn&#39;t entirely implemented in newUI yet. But we certainly don&#39;t want to go around automatically squelching whatever&#39;s in the MBR of every single disk on the system. That certainly would be bad behaviour. And &#39;lethal&#39;.<span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote><div><br>i do not really understand why are you sayng that. i mean, since we already do not know if we are installing grub to the right drive, what&#39;s worst in doing it two times in a row?  (or three, etc)<br>
<br>after all, this can be enabled by user&#39;s choice, who should know better if there&#39;s is some special boot loader in mbr somewhere ...<br><br>otoh, this is the smallest of my problems, now :)<br></div></div><br><br>