Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Debian win32-loader Goes Official

Posted by kdawson on Thu Sep 13, 2007 09:42 AM
from the like-a-live-cd-on-steroids dept.
An anonymous reader writes "After a long process of review and polishing, the win32 loader from goodbye-microsoft.com has finally made its way to official Debian CDs. Latest daily builds of lenny (the development version) are including it, making starting Debian Installer as simple as just a few clicks (OGG). The win32-loader version, now based on GRUB 2, includes new features such as detection and pre-seeding of Windows settings, and is translated to 20 languages."

Related Stories

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Huh? (Score:4, Insightful)

    by spuke4000 (587845) on Thursday September 13, @09:45AM (#20588017)
    Since none of the links in the story explain what the win32-loader is, can anyone explain what it does?
    • Re:Huh? (Score:5, Informative)

      by ZOMFF (1011277) * on Thursday September 13, @09:48AM (#20588059)
      It appears that the win32-loader allows you to begin the install process of Debian from a Windows operating system.
      [ Parent ]
      • Re: Huh? by Alwin Henseler (Score:1) Thursday September 13, @10:06AM
        • Re: Huh? by morgan_greywolf (Score:3) Thursday September 13, @10:14AM
          • Re: Huh? by Reziac (Score:2) Thursday September 13, @11:53AM
            • Re: Huh? by morgan_greywolf (Score:1) Thursday September 13, @12:33PM
            • Re: Huh? (Score:4, Interesting)

              by dylan_- (1661) on Thursday September 13, @01:03PM (#20591517)
              (http://slashdot.org/)
              It should be included. See if /proc/sys/fs/binfmt_misc/ exists. If it doesn't, ask in your distro's forums. If it does, maybe just ask in your distro's forums if there's a gui for setting it up! :) But, if you really want to command-line it, next step is check if /proc/sys/fs/binfmt_misc/register exists. If not try:

              mount -t binfmt_misc none /proc/sys/fs/binfmt_misc

              and then check again if the "register" file exists. If it doesn't...something's wrong. If it does, then you can add entries like the wikipedia article says. So, you can "cd /proc/sys/fs/binfmt_misc" and then add a line to "register" of the form :name:type:offset:magic:mask:interpreter:

              Here's an example for Windows applications, using Wine.

              cd /proc/sys/fs/binfmt_misc
              echo ':Windows:M::MZ::/usr/bin/wine:' > register

              Which has:
              name = Windows
              type = M (use the magic number, rather than "E" which means use the extension)
              offset = just left blank
              magic = MZ (magic number for Windows executables, if you'd used "E" previous, you'd put "exe" here)
              mask = left blank
              interpreter = /usr/bin/wine (full path to wherever the "wine" program is)

              Now you can run Windows apps just by typing their name, like any Linux program. In fact, since we used the magic number rather than the extension, you could remove the .exe extension and it would still run fine.

              You'd probably want to put this in a startup script, or something :)

              [ Parent ]
        • ld-windows.so.2 by tepples (Score:2) Thursday September 13, @10:20AM
        • PECOFF by dmahurin (Score:1) Thursday September 13, @10:48AM
          • Re:PECOFF by nuzak (Score:2) Thursday September 13, @12:30PM
        • Re: Huh? by Eunuchswear (Score:2) Thursday September 13, @11:30AM
      • Re:Huh? by Hatta (Score:2) Thursday September 13, @10:13AM
        • Re:Huh? by morgan_greywolf (Score:2) Thursday September 13, @10:17AM
          • Re:Huh? (Score:5, Interesting)

            by joto (134244) on Thursday September 13, @10:35AM (#20588809)

            And telling a newbie to go into BIOS setup to change settings is likely to scare the crap out of them.

            And the newbie would be right.

            Installing debian on a windows system should also scare the crap out of a newbie. He will loose all his old files (including family photos), even if this "win32-loader" allows him to keep his worthless bookmarks.

            While I have nothing against trying to convince people to try linux, I have something against the people who will try just about anything, including outright lying, in order to make people switch.

            [ Parent ]
            • bad feeling (Score:4, Interesting)

              by d3ac0n (715594) on Thursday September 13, @11:05AM (#20589359)
              What I find interesting is the potential for "Linux Phishing" or "Linux Greifing" that this creates. There are already plenty of problems with various viruses loading directly through the browser in Windows, can you imagine what would happen if a "religious Linux fanatic" were to take this, alter it to use a known but unpatched IE vulnerability to auto-install and reboot people's machines into Linux? What would happen if a "religious Microsoft fanatic" did the same thing to try and make Linux look bad?

              I've got a baaaad feeling about this...
              [ Parent ]
            • Re:Huh? (Score:5, Informative)

              by Falstius (963333) on Thursday September 13, @11:26AM (#20589767)
              I haven't used goodbye-microsoft, but Wubi (which is supposedly based on it) does the same for Ubuntu. It works by installing Ubuntu to a file on the Windows partition. So not only do you not lose your Windows files, you don't even have to perform a relatively risky partitioning. It also leaves the windows boot loader in place and chain-loads grub o you don't have the "Ahh, how do I remove grub!!!!" questions.

              Its not the best way to run Linux, but it is a very safe way and faster and more permanent than a LiveCD.

              [ Parent ]
              • Re:Huh? by replicant108 (Score:2) Thursday September 13, @11:54AM
              • Re:Huh? by kc2keo (Score:1) Thursday September 13, @12:11PM
              • Re:Huh? (Score:5, Informative)

                by at_slashdot (674436) on Thursday September 13, @12:40PM (#20591153)
                <i>"Wubi [...] does the same for Ubuntu. It works by installing Ubuntu to a file on the Windows partition."</i>

                No it doesn't, this installer installs Debian on normal Linux partition not to a file.
                [ Parent ]
              • Re:Huh? by Eponymous Bastard (Score:2) Thursday September 13, @04:12PM
              • Re:Huh? by Falstius (Score:1) Thursday September 13, @01:39PM
              • Re:mod parent up by redcane (Score:2) Saturday September 15, @03:08AM
              • 4 replies beneath your current threshold.
            • Re:Huh? by compro01 (Score:2) Thursday September 13, @11:59AM
            • Re:Huh? by petermgreen (Score:2) Monday September 17, @04:25AM
            • 1 reply beneath your current threshold.
          • Re:Huh? by fm6 (Score:2) Thursday September 13, @12:10PM
            • Re:Huh? by redcane (Score:2) Saturday September 15, @03:10AM
              • Re:Huh? by fm6 (Score:2) Saturday September 15, @01:02PM
        • *My* question by morgan_greywolf (Score:1) Thursday September 13, @10:19AM
        • Re:Huh? by petermgreen (Score:2) Thursday September 13, @10:20AM
          • Re:Huh? by r3m0t (Score:2) Thursday September 13, @10:26AM
            • Re:Huh? by Corporate Troll (Score:1) Thursday September 13, @11:08AM
          • Re:Huh? by Corporate Troll (Score:1) Thursday September 13, @11:05AM
            • Re:Huh? by compro01 (Score:2) Thursday September 13, @12:06PM
            • Re:Huh? by Methlin (Score:1) Friday September 14, @11:34AM
              • Re:Huh? by Corporate Troll (Score:1) Friday September 14, @03:42PM
          • 1 reply beneath your current threshold.
      • Re:Huh? by westlake (Score:3) Thursday September 13, @10:34AM
        • Re:Huh? by cp.tar (Score:2) Thursday September 13, @12:46PM
          • Re:Huh? by westlake (Score:3) Thursday September 13, @02:55PM
            • Re:Huh? by cp.tar (Score:3) Thursday September 13, @05:11PM
            • Re:Huh? by redcane (Score:2) Saturday September 15, @03:14AM
      • Re:Huh? by pclminion (Score:2) Thursday September 13, @12:10PM
        • Re:Huh? by hawk (Score:2) Thursday September 13, @01:50PM
    • Re:Huh? (Score:5, Informative)

      by Achoi77 (669484) on Thursday September 13, @09:51AM (#20588089)

      I'm assuming based on the screenshots [goodbye-microsoft.com], it's a little windows app that begins the debian install process. Functionally the Debian ISO it would be analagous to a 'windows upgrade' CD.

      But that's my guess

      [ Parent ]
      • Re:Huh? by gardyloo (Score:2) Thursday September 13, @10:07AM
      • Re:Huh? (Score:4, Informative)

        by Anonymous Coward on Thursday September 13, @10:07AM (#20588329)
        It goes much further than just starting the installer. win32-loader is a boot loader that can start a Linux distro from a few files on your (Windows) partition, so Windows users can enjoy the benefits of a fully functional Linux installation without having to repartition their drives, or being unable to boot Windows. So it's really a very easy way to install Linux for dedicated Windows users.
        [ Parent ]
        • Re:Huh? by LarsG (Score:2) Thursday September 13, @10:31AM
          • Re:Huh? by Anonymous Coward (Score:1) Thursday September 13, @11:18AM
        • Re:Huh? by DohnJoe (Score:1) Friday September 14, @01:28AM
    • Re:Huh? by JesterXXV (Score:2) Thursday September 13, @09:52AM
      • Re:Huh? by 3278 (Score:1) Thursday September 13, @10:21AM
        • Re:Huh? by redcane (Score:2) Saturday September 15, @03:21AM
      • Re:Huh? by lordtoran (Score:1) Thursday September 13, @10:57AM
      • 1 reply beneath your current threshold.
    • Re:Huh? (Score:5, Informative)

      by asphaltjesus (978804) on Thursday September 13, @10:01AM (#20588217)
      The Win32 loader is a new feature in the Debian installation CD. It makes it even easier to install Debian.

      The installation of Debian may be a challenge for some who are afraid of changing the disk boot order in bios. Since bios menus vary, it's practically impossible to make good documentation about getting a CD to boot when it doesn't by default. More subtly, it addresses that weird fear that windows really isn't going away when you install Debian. Personally, I think the distro will be more popular now that the installation cd stops dropping you on a command line where you had to figure out what to type to start the installation process.

      FYI: Debian's graphical installer is way, way ahead of the ubuntu installer u-bug-quity in terms of features and functionality. This is one of the many great things going on in Debian right now.
      [ Parent ]
      • Re:Huh? by gardyloo (Score:2) Thursday September 13, @10:09AM
      • Re:Huh? by Doctor-Optimal (Score:1) Thursday September 13, @10:20AM
        • me ! :) by curri (Score:1) Thursday September 13, @12:52PM
        • Re:Huh? by mqduck (Score:2) Thursday September 13, @04:43PM
      • Re:Huh? by Pojut (Score:1) Thursday September 13, @11:20AM
      • Re:Huh? by chance2105 (Score:1) Thursday September 13, @11:28AM
      • Re:Huh? by zlogic (Score:1) Thursday September 13, @11:59AM
      • Actually... by norminator (Score:2) Thursday September 13, @12:39PM
      • Re:Huh? by hawk (Score:1) Thursday September 13, @01:54PM
      • Re:Huh? by petermgreen (Score:2) Friday September 14, @03:53AM
      • 2 replies beneath your current threshold.
    • Re:Huh? by rbochan (Score:3) Thursday September 13, @10:16AM
    • Re:Huh? by eokyere (Score:1) Thursday September 13, @10:20AM
    • Re:Huh? by lordtoran (Score:1) Thursday September 13, @10:47AM
    • Re:Huh? by PinkPanther (Score:2) Thursday September 13, @11:02AM
      • Re:Huh? by poopdeville (Score:1) Thursday September 13, @12:15PM
        • Re:Huh? by pintpusher (Score:2) Thursday September 13, @12:49PM
      • 1 reply beneath your current threshold.
    • 3 replies beneath your current threshold.
  • the win32 debian package (Score:4, Informative)

    by wizardforce (1005805) on Thursday September 13, @09:52AM (#20588113)
    (Last Journal: Saturday August 25, @03:49PM)

    Since none of the links in the story explain what the win32-loader is, can anyone explain what it does?

    Your wish is google's command
    http://packages.debian.org/unstable/utils/win32-loader [debian.org]
    • Re:the win32 debian package (Score:4, Funny)

      by frinkacheese (790787) on Thursday September 13, @10:02AM (#20588235)
      Now it just needs to be intergrated into a virus/worm the the whole windows world will be converted!
      [ Parent ]
      • I hope not by jesterzog (Score:2) Thursday September 13, @04:33PM
      • 2 replies beneath your current threshold.
    • Re:the win32 debian package (Score:5, Informative)

      by bcrowell (177657) on Thursday September 13, @10:31AM (#20588723)
      (http://www.lightandmatter.com/)
      So in practical terms, does this mean that they can install Debian on a Windows box without having to burn a CD? That could be useful on systems that don't have a CD burner, and could also be easier in terms of cutting down on the number of steps, and eliminating the need to own CD-writing software. It would be totally cool to have an Ubuntu installer that you could download and double-click on, and that would automatically resize your partitions and leave you with a double-boot system; I think there would be a *lot* of people I could convince to try Linux if it was that easy. Although the normal Ubuntu install CD (not the alternate install) already has a live CD feature so you can run Linux without installing it, I've always hesitated to suggest to people that they try Linux from a live CD, because the performance is so horrible that I'm afraid they'll get a bad impression. Of course a live CD can be useful if you want to find out how much of your hardware is supported. Realistically, I think the main obstacle these days for someone wanting to install Linux isn't the need to burn a CD and boot from it, it's issues with (a) printing, wifi, and winmodems, and (b) being committed to file formats that are only supported on Windows.
      [ Parent ]
  • EULA (Score:5, Funny)

    by thegnu (557446) <thegnu@gmail. c o m> on Thursday September 13, @09:57AM (#20588151)
    (Last Journal: Friday December 05 2003, @03:51PM)
    Everyone remember to click right through the EULA like they do in the instructional video, or it won't work. :)
    • Re:EULA by Anonymous Coward (Score:2) Thursday September 13, @11:01AM
      • Re:EULA by SleepyHappyDoc (Score:1) Thursday September 13, @06:26PM
  • Well that's a bummer. (Score:5, Funny)

    by kwabbles (259554) on Thursday September 13, @09:58AM (#20588173)
    I don't have any Windows machines to test it out on.

    Will this work in Wine? :)

    Seriously though - nice work, guys.
  • Just ran the installer (Score:5, Informative)

    by ZOMFF (1011277) * on Thursday September 13, @10:01AM (#20588225)
    Ran the win32 loader on a test-VM here at work. Pretty quick and painless, 4-5 prompts, 45 seconds of downloading, a reboot and debian was installing. However it was interesting to note that administrative privileges on the Win32 OS are not required. Not that big of a deal for most users, but could prove troublesome in some environments (Corporate, etc).
  • loadlin? (Score:1)

    by pak9rabid (1011935) on Thursday September 13, @10:08AM (#20588355)
    So it's basically loadlin using grub instead of lilo? I hope it works better than loadlin did...
  • by marcello_dl (667940) on Thursday September 13, @10:15AM (#20588447)
    (http://electrob.org/ | Last Journal: Thursday September 27, @01:42PM)
    - Linux on vmware or equivalent
    - wubi style installations on a windows partition http://wubi-installer.org/ [wubi-installer.org]
    - USB bootable stick
    - this new debian installer
    - live cds and cd installers
    - network

    One might find the debian installer useful in those cases where the keyboard is locked on startup of the live cd, which prevents to choose one grub option. I guess it's an OS vs. BIOS issue at reboot, sometime it helps to reboot after a brief disconnection of the pc from power/battery.

    Oh wait
    - floppies

    I recently had to install on an old server with borked cdrom. I had to install potato through bootfloppies and upgrade up to sarge. Went well but i hope not to do it again ever :)
  • I still prefer my method (Score:5, Funny)

    by boudie2 (1134233) on Thursday September 13, @10:18AM (#20588493)
    Mr. Windows partition, meet Mr. fdisk.
  • and the link to goodbye-microsoft.com offers to download... an exe.

    (Yes, I am being super paranoid and I know it's a bit of promotion for Debian but I can see someone clicking on that and then wondering where Clippy has gone).
  • My first thought is virus (Score:4, Insightful)

    by ACMENEWSLLC (940904) on Thursday September 13, @10:29AM (#20588683)
    (http://www.acmenews.com/)
    My first thought following the link is that this is a virus. When I follow a link that says "Good bye Windows" which wants to launch an .EXE with no explanation, what else would I think?

    I run Ubuntu in VMware. I thought from the article that perhaps I could run Windows programs inside Linux with this. Another WINE.
  • What's the point? (Score:1, Informative)

    by gigantu' (1156191) on Thursday September 13, @10:34AM (#20588781)
    If you need a Windows application to install Linux you are not ready for Linux. I believe the efforts should be focused on improving the usability of Linux (hardware compatibility, software update issues etc.). The installation of many distributions is nowadays a painless process. But what happens after the first reboot can hurt you.
  • by Anonymous Coward on Thursday September 13, @10:43AM (#20588981)
    I've had a Portege for ages that I haven't been able to install anything on (apart from the existing W2K) because it has no CD, no floppy and no way to boot off USB devices. I'm guessing this will let me copy get Debian on there with a minimum amount of dicking about. Great!
  • by r_jensen11 (598210) on Thursday September 13, @10:51AM (#20589127)
    If somebody created a virus or a worm to automate running this, it would only spell disaster for Linux PR. Let's hope that the Debian crew have some sort of checks to help minimize this possibility.
  • by RedHat Rocky (94208) on Thursday September 13, @11:21AM (#20589653)
    Great, another win for Microsoft, when do we poor linux people get our version?

    *****JOKE*****
    *****JOKE*****
  • by fm6 (162816) on Thursday September 13, @12:06PM (#20590507)
    (http://picknit.com/ | Last Journal: Saturday July 29 2006, @03:58PM)
    Jeez people, when you give us a story, please bear in mind that many of us have never heard of the stuff you're talking about. I had to puzzle for 5 minutes to figure out that a "win32-loader" is Linux installer that runs under Windows. ("Loader" is a really stupid [wikipedia.org] choice of words, but that's another issue.) Yeah, yeah, if my time is that valuable, I shouldn't be wasting it on Slashdot. But damn it Rob, can't you find some editors with some basic communication skills?
    • 1 reply beneath your current threshold.
  • by Anonymous Coward on Thursday September 13, @12:25PM (#20590803)
    The above site doesn't give even the slightest information on what the installer does.

    Will it overwrite the Windows partition or will it resize it and install itself on a newly created one in the disk free space? Or will it rather install on a disk image file in the Windows partition? Will it backup my existing data automatically or give me tools to do it by hand?
    If you don't give this information on the installer and expect someone to run it on a disk where the user presumably stores his own data, you're a fool.

    Editors, please, don't publish stuff like this on /. If we want common people to embrace OSS and Linux we must give proper documentation or we'll achieve a strong well deserved opposition.
  • Remember the badly-named product called "OS/2 for Windows" ?? After IBM's rights to Win16 code expired, they released this product -- it basically installed OS/2 on top of Windows, but it kept enough of Windows intact that not only was your data preserved, but your license to Microsoft's code on that machine remained intact.

    It would be interesting to see whether installing a Linux on top of an existing Windows machine could leverage that same type of method. Installing on top of an existing Windows system presumes that the Windows installation was paid for, and therefore the user is legally running things like multimedia codecs, a bunch of DLL's for use with Wine, etc.

    Not saying it would necessarily be a good long-term idea, but it's interesting to think about.
  • Not new? (Score:3, Interesting)

    by BitZtream (692029) on Thursday September 13, @01:42PM (#20592267)
    My first linux experience was booting to it from windows, using slackware, to install into a directory on my drive. Didn't require any partitioning as it used fat and ran on top of that with various hacks to make everything work in a linux friendly fasion. You could start windows, then just run an exe to switch to linux. Of course switching back required a normal reboot, but it certainly made 'trying' linux a easy thing to do. If you didn't like it you just deleted the directory you installed linux into. This was in 1995, give or take a year or so.

    Why is this suddenly supposed to be impressive or new? Surely there was a reason that this sort of thing went away, why is it coming back now if it didn't work then?
  • Nice! (Score:1)

    by ale_ryu (1102077) on Thursday September 13, @02:06PM (#20592641)
    That's a nice tool for newbies, although I have to say if you don't know how to set up your BIOS to install an OS or you have problems with the Debian installer (not that hard to use), you are a few steps back the road.
    I would reccomend distros like Ubuntu or live CD's for total newbies.
  • by cyborg_zx (893396) on Thursday September 13, @02:18PM (#20592871)
    I'm not a n00b but the installer is damn useful in and of itself. I installed debian on an old laptop where trying more conventional methods would have failed badly. Namely because the CD-ROM on the laptop was fucked and it would not boot from a USB key.
  • anti-Windows virus? (Score:1, Redundant)

    How long until some well-meaning but unscrupulous virus writer creates a virus with this Debian install as a payload?

    I'm not sure if that would be a bad thing or a good thing...
  • by sciurus0 (894908) on Thursday September 13, @11:05PM (#20599179)
    There are a series of projects for Ubuntu that interoperate to provide a similar, but more flexible system. If a convert from Windows uses Wubi [wubi-installer.org], they end up with Ubuntu installed as several files in Windows' NTFS filesystem. An Ubuntu boot option is added to Microsoft's ntldr that loopmounts and boots the Ubuntu files. This only incurs a slight performance penalty. If the user choses, they can later use LVPM to migrate their Ubuntu data to its own partition. Alternately, if they dislike Ubuntu they can remove it using Windows standard Add/Remove program facility.
    • Lupin [launchpad.net], the loop-installer, handles everything that happens after you reboot
    • Wubi [launchpad.net], the Windows front-end, handles everything that happens before you reboot
    • Lubi [launchpad.net], the Linux front-end, does basically the same thing as Wubi
    • lvpm [launchpad.net], Loopmounted Virtual Partition Manager, handles the migration of virtual disks to real partitions
  • Re:What? (Score:3, Insightful)

    by LinuxGeek (6139) * <linuxgeek.djand@com> on Thursday September 13, @09:48AM (#20588051)
    Yup, including everyone running Ubuntu like me.
    [ Parent ]
    • Re:What? by deftcoder (Score:2) Thursday September 13, @09:58AM
      • Re:What? by petermgreen (Score:3) Thursday September 13, @10:13AM
      • Re:What? (Score:5, Informative)

        by Hatta (162192) on Thursday September 13, @10:21AM (#20588541)
        (Last Journal: Monday November 28 2005, @12:21PM)
        Sid ain't so bad. The system itself is quite stable. What's not is the package repository. Once in a while a large update will present some conflicts in dependency resolution. This will prevent you from completing the update until it's fixed in the repository, but it leaves your system in a usable state. Not really a big deal. For most purposes Sid is an excellent choice. I wouldn't put it on a production server however.
        [ Parent ]
        • Re:What? by stinerman (Score:2) Thursday September 13, @02:28PM
        • Re:What? by Eric Pierce (Score:1) Thursday September 13, @03:34PM
      • Sid by Anonymous Coward (Score:1) Thursday September 13, @10:53AM
        • Re:Sid by ZorinLynx (Score:2) Thursday September 13, @12:49PM
      • Re:What? by pintpusher (Score:3) Thursday September 13, @12:37PM
        • Re:What? (Score:4, Interesting)

          by cortana (588495) <sam@@@robots...org...uk> on Thursday September 13, @06:50PM (#20597001)
          (http://robots.org.uk/)
          That's why it's best to have both testing and unstable in your sources.list; but to pin unstable to a lower priority than testing.

          $ apt-cache policy git-core
          git-core:
            Installed: 1:1.5.2.4-1 0
            Candidate: 1:1.5.2.4-1 0
            Version table:
              1:1.5.3.1-1 0
                  520 http://ftp.uk.debian.org/ unstable/main Packages
            *** 1:1.5.2.4-1 0
                  530 http://ftp.uk.debian.org/ lenny/main Packages
                  100 /var/lib/dpkg/status
          In this case, if for some reason git-core was broken in testing, I could easily upgrade it to the version from unstable with a command such as aptitude install -t unstable git-core. But if I installed git-core without the -t argument, the version from testing would have been chosen.
          [ Parent ]
          • Re:What? by JackieBrown (Score:2) Thursday September 13, @07:39PM
            • Re:What? by cortana (Score:2) Thursday September 13, @07:41PM
              • Re:What? by pintpusher (Score:2) Friday September 14, @01:16AM
                • Re:What? by petermgreen (Score:2) Monday September 17, @04:20AM
        • Re:What? by petermgreen (Score:2) Monday September 17, @04:14AM
      • Re:What? by MrHanky (Score:2) Thursday September 13, @02:32PM
      • Re:What? by cortana (Score:2) Thursday September 13, @06:45PM
      • Re:What? (Score:5, Funny)

        by Trigun (685027) <evil&evilempire,ath,cx> on Thursday September 13, @10:12AM (#20588403)
        (http://evilempire.ath.cx/)
        He must be married.
        [ Parent ]
      • 1 reply beneath your current threshold.
    • Ubuntu, DSL, Knoppix, Mepis, Linspire, Xandros .. by gnutoo (Score:1) Thursday September 13, @12:20PM
  • Re:Kind of Ironic... (Score:3, Insightful)

    by suv4x4 (956391) on Thursday September 13, @10:15AM (#20588445)
    For an organization that dislikes Microsoft Corporation and the platforms distributed by them, they seem to spend an aweful lot of time developing software on or for it. [...] With such hypocracy, maybe they can join forces with the Global Warming crowd...

    That makes as much sense as calling it a hypocrisy that creating cure against illness require that you have ill subjects to test on.
    [ Parent ]
  • I'd rather take apt-get over rpm/yum these days. Ubuntu has made it almost easy to use.
    [ Parent ]
  • "apt-get hell" (Score:3, Interesting)

    by Filter (6719) on Thursday September 13, @10:24AM (#20588601)
    >>Who would want to install Debian anyway...? (Score:1)

    >> by aswalkeraus (563276) Alter Relationship on Thursday September 13, @11:07AM (#20588309)


    >>Seriously.... apt-get hell awaits, ... be afraid, very afraid!



    Thats the first time I heard that expression, not a total surprise I guess; google says:

    Results 1 - 10 of about 558 for "apt-get hell". (0.30 seconds)
    Results 1 - 10 of about 16,000 for "rpm hell". (0.12 seconds)
    Results 1 - 10 of about 208,000 for "dll hell". (0.07 seconds)

    btw. see how much longer it takes google to even come up with the list for apt-get, .30 seconds! That proves something for sure.

    [ Parent ]
  • Re:What? (Score:1)

    by TBerben (1061176) on Thursday September 13, @10:31AM (#20588725)
    I have found it to be a very good distro. Stable and lightning-fast (I was really amazed when I tried etch in VMware). It kind of feels less bloated than Ubuntu and puts more decisions in the user's hand. But distros will always be a matter of preference.
    [ Parent ]
  • Debian is a loose knit community of developers with different priorities. Many of theese will have copies of windows (legal or otherwise) they can use to develop and test such a launcher.

    I very much doubt this took a lot of time to develop. How to boot linux from NTLDR has been known for a while and the rest of it is really just a simple download manager and a few infromation screens.

    [ Parent ]
  • Re:What? (Score:2)

    by Verte (1053342) on Thursday September 13, @10:42AM (#20588937)
    http://distrowatch.com/stats.php?section=popularity [distrowatch.com]

    solid package requirements, automatic dependency resolution, alternative kernels [Hurd/Mach and kfreeBSD]
    [ Parent ]
  • If this was developed in a test-driven environment, wouldn't they have to spend money to license the platform(s) they dislike so much?
    Yes, but even Mr. Stallman states that this is an acceptable use of proprietary software. In About the GNU Project [gnu.org], he wrote:

    Unix was (and is) proprietary software, and the GNU project's philosophy said that we should not use proprietary software. But, applying the same reasoning that leads to the conclusion that violence in self defense is justified, I concluded that it was legitimate to use a proprietary package when that was crucial for developing a free replacement that would help others stop using the proprietary package.
    [ Parent ]
  • by joey (315) <joey@kitenet.net> on Thursday September 13, @04:45PM (#20595525)
    (http://kitenet.net/)
    FWIW, the win32-loader is interesting in that it gets compiled using entirely free software that's all available in Debian. Getting this to be true of every bit of it was one of the trickier things in developing it. http://packages.debian.org/win32-loader [debian.org]

    It's also possible to run it in wine, it won't do anything,
    but you can see the dialogs --good enough for the (very little bit of) testing/development that I've done on it.

    The win32-loader is mostly the work of Robert Millan, who I'm sure like most of us has several licensed copies of Windows, even if he doesn't want them.
    [ Parent ]
  • by walterbyrd (182728) on Thursday September 13, @09:38PM (#20598549)
    1) Debian's net install download is under 200mb. I don't have to download, install, and un-install a lot of cruft that I don't want.

    2) With debian, I upgrade as I go. I don't worry about the six-month goofy name release. I install debian once.

    3) Debian is indifferent to which WM/DE you use. For all debian cares, you don't have to run any GUI. Don't even install X11, it's all the same to debian. And you don't need a different *untu, or whatever, to use a differnt GUI. I happen to use IceWM.

    4) IMO, Debian has the best package management in the business.

    5) With debian I can run a super-stable server, or a bleeding-edge desk, or whatever else. Debian is not a one trick pony. Debian is more like a blank canvas, I can make into whatever I want.

    I am glad to see Ubuntu, or any version of Linux, catching on. But I happen to be happy enough with debian.
    [ Parent ]
  • by dwye (1127395) on Friday September 14, @09:01AM (#20602627)

    For a corporation [Microsoft] that 'dislikes' UNIX/Linux/etc. they seem to spend an awful lot of time developing SFU [Services for Unix]..

    Microsoft does not dislike Unix. After all, they once had one of the best selling Unix versions, Xenix (best selling on the basis of # copies installed, but at the time most Unixes were for many users using terminals, dumb or X windows).

    They just dislike any Unix that they cannot control. Services For Unix is a way of maintaining the chance of exerting control over another group, rather than let that group drift off and never possibly return under their influence, let alone control. If they can come up with a SFU killer app, they might even recapture the non-kneejerk-MS-haters portion of the market segemnt. And they have an infinite supply of cash just sitting there, so why not give some of their developers something to do when not working on the money-makers?

    [ Parent ]
  • 12 replies beneath your current threshold.