I tried Debian earlier, and its quite smooth, but I cannot for some reason dual boot that and Windows 7
This looks like an easy problem to solve. First, I would suggest re-running update-grub (because the one run by debian-installer does not always work properly), then, if the former does not help, locating Windows partition and writing Windows menuentry manually in /etc/grub.d/40_custom (there are many HOWTOs about chainloading a partition on the Net). Or maybe grub fails to run Windows EFI bootloader because it is run in BIOS mode (or otherwise); this is also easy to spot (you should have either both grub-efi package and bootmgr.efi somewhere or both grub-pc and bootmgr without extension) and easy to solve (install the appropriate GRUB package; copy grubx64.efi to /EFI/BOOT/BOOTX64.EFI on your efi partition if you installed grub-efi). Hope that helps. I can write more detailed instructions if you are interested.

Speaking of rolling-release distros, I haven't used them by myself; I tried staying on Debian "testing" for 1.5 years, but then realized that if I switched to stable, I would have the same (or even more) stability without updating 100 packages every week. Software is a bit old here (Perl v5.14.2, for example), but there are some third-party repos from which I can install new Mozilla software and new VirtualBox, and there is always perlbrew if I want a newer Perl.


In reply to Re: OT: Any one here using a rolling release linux? by aitap
in thread OT: Any one here using a rolling release linux? by perl514

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.