Slashdot Mirror


Moblin 2 First Impressions

nerdyH notes a DesktopLinux.com first look at the alpha of Intel's Moblin 2 toolkit for Linux distributors to create distributions for netbooks and other Atom-based kit. "A lot of notebooks and even netbooks these days run Windows, but also offer a minimalist Linux environment that boots in seconds. Now, with the Intel-sponsored Moblin project's alpha release of Moblin 2 Monday, it looks like insanely fast boots will become a standard feature of full-featured Linux desktops, too. Some of the quick-booting environments out there are enough to give anyone a lasting hatred of Linux. Like those free bicycles that liberal, well-intentioned municipalities release into the wild from time to time, hoping to get drivers out of their cars, fast-boot Linux is probably doing more to harm than help the cause. But pretty soon, even full-featured Linux will boot in seconds. That's because Intel's built some mighty whizzy read-ahead boot technology into Moblin 2."

27 of 100 comments (clear)

  1. Bicycles what? by Bodrius · · Score: 5, Insightful

    Like those free bicycles that liberal, well-intentioned municipalities release into the wild from time to time, hoping to get drivers out of their cars, fast-boot Linux is probably doing more to harm than help the cause.

    Uh? Can we moderate the story itself as Off-Topic?

    --
    Freedom is the freedom to say 2+2=4, everything else follows...
    1. Re:Bicycles what? by rolfwind · · Score: 5, Funny

      You obviously don't understand the nuance of the story's analogy. Well-intentioned liberals often want to release bicycles in the wild so that the bike population breeds and grows over time; it's a well-known fact that bicycles don't breed in captitivity. However, bikes will start breeding too fast, and before you know it they'll start having more and more encounters with humans to catastrophic effect - in the denser areas of bicycle territory, you'll even see people get so desperate as to try to ride them, in a manner similiar to a horse, in order to tame them. This is obviously the law of unintended consequences.

      Compare this to Linux. Right now, it's slow to wake up. Well-intentioned liberals see this lethargy as another sign of Linux captivity. They also want to see the population of linux grow. So, they come up with the bright idea to make linux less lethargic: if they wake up faster it means they'll have more energy. If they have more energy, linuxes will breed more often. Thus, it seems to the liberal, that fast boot up is desirable as to achieve this similiar end goal.

      But the law of unintended consequences strike again! Many linuxes are in family homes, and their owners don't want to them to breed more. There'd be all types of trouble: imagine if the linux was at home and all it could breed with in its harmonal state was a Windows? Remember the Lindows travesty of years past?

    2. Re:Bicycles what? by ciaohound · · Score: 4, Funny

      Many municipalities require you to have your pets neutered. Check your local ordinances to see if that includes penguins.

      --
      Oh, yeah, it's not easy to pad these out to 120 characters.
    3. Re:Bicycles what? by CRCulver · · Score: 5, Informative

      I live in a Nordic welfare state where social programmes are much more generous than anything even the most liberal American lawmaker ever conceived of, and there isn't catastrophic leeching like you insist follows naturally. It turns out that even with generous unemployment benefits, most people actually like to have a job. Huge taxes on businesses haven't stopped Finland from becoming a globally competitive state that a major company like Nokia still wants to call home.

  2. OpenedHand by camcorder · · Score: 4, Informative

    Maybe it's better to note that Intel recently acquired OpenedHand and OpenedHand developers joined Intel Open Source Labs in order to work on Moblin platform. This looks like the first fruit of this acquisition.

  3. X windows by Hal_Porter · · Score: 3, Interesting

    http://lwn.net/Articles/299483/

    X is still problematic. "We had to do a lot of damage to X," Arjan said. Some of the work involved eliminating the C compiler run by re-using keyboard mappings, but other work was more temporary. The current line of X development, though, puts more of the hardware detection and configuration into the kernel, which should cut the total startup time. Since part of the kernel's time budget is already spent waiting for hardware to initialize, and it can initialize more than one thing at a time, it's a more efficient use of time to have the kernel initialize the video hardware at the same time it does USB and ATA. X developer Keith Packard, in the audience and also an Intel employee, offered help. Setting the video mode in the kernel would not let the kernel initialize it at the same time as the rest of the hardware, as shown in figure 3. The fast-booting system does not use GDM but boots straight to a user session, running the XFCE desktop environment. Instead of GDM, Arjan said later, a distribution could boot to the desktop session of the last user, but start the screensaver right away. If a different user wanted to log in, he or she could use the screensaver's "switch user" button.

    C Compiler? WTF?

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    1. Re:X windows by bitMonster · · Score: 3, Informative

      That should say C preprocessor, I believe.

  4. Yeah, I see their point by Chris+Mattern · · Score: 4, Funny

    Being able to boot quickly really, really sucks. It's so much better when you have to wait 10 minutes for your box to boot.

    Wait, what?

    1. Re:Yeah, I see their point by kombipom · · Score: 2, Insightful

      I'm pretty sure what they mean is that minimal fast booting distros dished out with netbooks are crap and people equate them to linux and so think linux is crap. Clearly if you can make a full distro boot quickly that's a good thing.

      I've never used a netbook so I can't comment on their distros.

    2. Re:Yeah, I see their point by calmofthestorm · · Score: 2, Insightful

      Given I reboot my laptop about once a month, I really wouldn't care if it took my linux forever to load. Though it's only like a minute or so.

      Suspend to disk/ram are useful

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    3. Re:Yeah, I see their point by tlhIngan · · Score: 2, Informative

      I have an EEE 1000. Mine must be on the first.

      So, I guess that means it's entirely arbitrary.

      Note that 16m is the smallest chunk I can partition on my SSD - exactly one block - I only "need" an 8m partition however.

      It depends highly on the BIOS. Some BIOSes like their partition tables to be laid out in a paricular format and sorted in a particular way (there is no standard - some fdisk programs do it first-last, others last-first, others sort them beginning-end, etc). Others check to see if the first partition is a particular type (even though it can be in the middle of the disk).

      As for the SSD - it's not one block - it's one cylinder. PC partitions are made on cylinder boundaries. A typical block size for MLC NAND flash is 128kB/block (64 pages of 2K each, emulating 4 sectors per page). There are 128 blocks to one cylinder according to how your SSD is reporting its CHS geometry, which I'd guess is */4/32. (It's completely arbitrary how these figures are reported since almost no one uses CHS anymore (and no modern storage device actually has), but it's something that the PC partition table spec calls for, hard drives and SSDs emulate (through CHS to sector translation), and something we're stuck with until BIOSes and Windows start supporting GUID Partition Tables or other formats.

  5. Is this whole article a troll? by PCM2 · · Score: 5, Funny

    I'm ... confused. From the article:

    fast-boot Linux is probably doing more to harm than help the cause.

    Yeah, because I and everyone I know hates nothing more than being able to boot quickly.

    almost anything would be an improvement over Network Manager.

    What?? Personally, I prefer Network Manager to Vista's networking UI any day.

    In fairness, Network Manager has actually done an amazing job

    Oh, never mind then.

    Yet, what really won me over, in playing around with the Moblin 2 alpha, was the insanely fast boots.

    Wait, are you trying to help or harm the cause?

    Fast boots could be a true advance in the history of computing.

    Oh, I don't know. My Apple ][ booted into the Basic ROM quickly enough.

    Having two OSes, one fast-booting and one slow-booting, is a horrible kludge. It's like a car with two steering wheels, one only for parking.

    Actually it sounds more like having two cars, one that's moving fast and one that's moving slow. But these car analogies always confuse me.

    I think Microsoft may have to really re-think a few things if they are going to compete on boot time with the Linux distros of tomorrow.

    You might be right...

    I don't know how fast Windows 7 is booting

    Oh, never mind then.

    I have a feeling that those declaring it's "mission accomplished" for Windows on netbooks may be getting ahead of themselves just a bit.

    In fact, you could even say they're doing more to harm the cause than help it ... oh I give up.

    --
    Breakfast served all day!
    1. Re:Is this whole article a troll? by JustinOpinion · · Score: 4, Insightful

      fast-boot Linux is probably doing more to harm than help the cause.

      Yeah, because I and everyone I know hates nothing more than being able to boot quickly.

      I think what the author was trying to say was something like: "The fast-booting versions of Linux are all stripped-down toy systems, thereby giving people the impression that Linux is an immature and feature-limited OS. Thus even though fast-booting Linux is exposing people to Linux, it is doing more harm than good to the overall image/reputation of Linux."

      The wording is confusing, and the point being made (if I understand it correctly) isn't much better.

    2. Re:Is this whole article a troll? by im_thatoneguy · · Score: 4, Insightful

      Having two OSes, one fast-booting and one slow-booting, is a horrible kludge. It's like a car with two steering wheels, one only for parking.

      Actually it sounds more like having two cars, one that's moving fast and one that's moving slow.

      The problem the author is incompetantly attempting to define is that the fast booting Linux is often feature limited and that you must reboot into a real linux in order to use real applications.

      It would be like having to pull off to the side of the road shut off the engine, flip a switch to Engine B and then start back up again in order to drive above 40mph in a hybrid. A sacrifice some are willing to make no doubt but like first generation electric cars give the user a bad taste in their mouth and misrepresents the potential of the system.

  6. What a shitty article. by tenco · · Score: 3, Insightful

    An extrovert which just dumps his stream of consciousness on a webpage. And he even fails to include a link to the project's page he's talking about. Argh! This makes me pulling my hair out.

  7. My experiences by HRbnjR · · Score: 4, Informative

    I tried to get Moblin working on my MID.

    I couldn't even get the installer to boot (kernel panic).

    I filed a bug ( http://bugzilla.moblin.org/show_bug.cgi?id=197 ) which, despite being a critical issue, hasn't had so much as a peep out of a developer yet (after several months).

    And just three articles back ( http://tech.slashdot.org/article.pl?sid=09/01/31/1859200 ) Slashdot is discussing the "Bloody Mess" that is the Intel Poulsbo driver, which it's worth noting, is provided as part of the Moblin project.

    I'm thinking Moblin may need quite some more polish, and that perhaps they may be a little under-staffed?

    1. Re:My experiences by Anonymous Coward · · Score: 3, Funny

      Omg r u payed bye Micro$uck$ 2 poest dis??????

  8. Fuck, the 90-talists are here. by eddy · · Score: 5, Funny

    Oh, crap. I now get to read articles on computing technology which were written by people who aren't even aware that, once upon a not-so-distant time, you could turn on your computer and be greeted with a cool blue-on-blue READY.-prompt within a second.

    I'm ancient, credz nuked :-(

    On the upside, I did get a cool new .sig:

    --
    "Fast boots could be a true advance in the history of computing."
    -- Henry Kingman, 2009-01-28

    --
    Belief is the currency of delusion.
    1. Re:Fuck, the 90-talists are here. by Talisman · · Score: 4, Funny

      "Fast boots could be a true advance in the history of computing."

      -- Henry Kingman, 2009-01-28

      Not to mention footwear.

      --

      "Study your math, kids. Key to the universe." -The Archangel Gabriel
    2. Re:Fuck, the 90-talists are here. by smussman · · Score: 2, Interesting

      On the upside, I did get a cool new .sig:

      -- "Fast boots could be a true advance in the history of computing." -- Henry Kingman, 2009-01-28

      Fast boots? Haven't we had those for a while?

  9. Grumble Grumble... by Flakeloaf · · Score: 2, Interesting

    Initially, reviewers met the new technology with a blank stare. One expensive piece of meat later, and they were so happy they could've flickered and vanished right there on the spot.

    --

    Am I the only one who heard Roxette to sing "I'm gonna get blitzed for some sex"?

  10. read-ahead boot technology by Anonymous Coward · · Score: 2, Insightful

    Seems like the author is not actually aware of how Linux works. Read-ahead has been implemented for a while (there's even a post-boot component similar to Superfetch on Windows).

    This is more likely the continuation of http://lwn.net/Articles/299483/, where they improved read-ahead with some kernel-based patches among other things, rearranged the process initialization order, etc.

    Also, what's with the wordf**k the author created that I (and I'm pretty sure a lot of other people) had to re-read 5 times before the point s/he was trying to put across was understood. And what's with the trollish injection of politics into a discussion about linux boot times?

  11. Re:Fast BOOT? by Colonel+Korn · · Score: 3, Funny

    Half of my linux boxes only get re-booted during a power outage, like once in 3 years. What's all the hype about?

    I think it's about not everyone being you.

    --
    "I zero-index my hamsters" - Willtor (147206)
  12. My experience by erikina · · Score: 5, Informative
    I just have installed and tested the distro with my Acer Aspire One (a supported computer).

    (In dot format here is my experience)
    • Being only 264MB it was quick to download.
    • Transferring to USB was painless, why can't all distros be like this?
    • The "Boot and install" menu was broken. Had to use just the "boot" (and double click later to install)
    • Install was quick and easy
    • Little laptop takes 15 seconds to boot from grub. Which is about half the speed of Ubuntu/Fedora/OpenSUSE
    • New network manager worked very well
    • Limited software choices, but 98% of the stuff you need
    • No proprietary codecs, and not sure how to install (yet)
    • Devel version of firefox (which works really well)

    8/10 Best distro I've tested so far for my notebood

    1. Re:My experience by erikina · · Score: 4, Informative

      Oh, one other thing. When installing you need root password. It's "moblin". I spent 10 minutes trying to find out what it was.

  13. Re:Fast BOOT? by Mad+Merlin · · Score: 2, Funny

    Yeah, the more sensible among us have a UPS or two.

  14. Re:Why was this modded down? by Anonymous Coward · · Score: 2, Funny