Moblin 2 First Impressions 100
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."
Re: (Score:1, Informative)
but definitely a Public Service Announcement for not shoving things up your ass.
link in parent is NSFW for all you perv's out there.
not for the squeamish either...
Re: (Score:2, Funny)
There you go buddy [modarchive.org].
Re: (Score:2)
Mr A. Coward
You should be receiving a confirmation email within 5 working days.
Bicycles what? (Score:5, Insightful)
Uh? Can we moderate the story itself as Off-Topic?
Re: (Score:1, Funny)
Are you kidding? This bicycle bit is very on topic. I used to live in a town with those green bicycles, and I'd often arrive at my destination with a seat stem up my ass. Granted, I tended to chose bicycles with no seat, and I blamed George Bush for this at the time, but not I realize that it was probably Rush Limbaugh. Now, this is exactly how people feel when they boot an a poorly implemented Linux fast-boot netbook, except they probably blame gnus or eunuchs.
Re: (Score:1)
that rant was rant-tastic. i give you a gold-rant-star and offer you my con-rant-ulations for your rant-fullness.
Comment removed (Score:5, Informative)
Re: (Score:1)
Funny you should mention Nokia, aren't they rewriting your privacy laws at the moment?
Re: (Score:2)
Yes, because American culture is no longer "Work hard!" it's "Fuck over the right people" :\
Re:Bicycles what? (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?
Re:Bicycles what? (Score:5, Funny)
Many municipalities require you to have your pets neutered. Check your local ordinances to see if that includes penguins.
Re: (Score:2)
Re: (Score:2)
Then why do I keep finding more whenever I open my garage door? Although they don't tend to be very healthy.
Because you have a very very naughty car.
OpenedHand (Score:5, Informative)
X windows (Score:3, Interesting)
http://lwn.net/Articles/299483/ [lwn.net]
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?
Re:X windows (Score:4, Informative)
Re: (Score:2)
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;
I like this one, I'm sure there are people who try it from time to time... It's very tempting to say what syscall #2 is, but it would remove temptation :-)
Re: (Score:1)
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;
I like this one, I'm sure there are people who try it from time to time... It's very tempting to say what syscall #2 is, but it would remove temptation :-)
He should have checked the system call return value... it's good programming habit even if it's a prank ;-)
You sir, are... (Score:1, Funny)
I like this one, I'm sure there are people who try it from time to time... It's very tempting to say what syscall #2 is, but it would remove temptation
You sir, are a forking bastard!
Yeah, I see their point (Score:5, 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?
Re: (Score:2)
I don't know about you, but most of my boot time is spent waiting for it to POST and get to the boot menu.
I've tried Asus boards with ExpressGate, and unfortunately, the POSTing seems to take even longer!
Of all the computers in my home, the one that boots the fastest is a 1.2ghz VIA Eden Nano-ITX board. Takes about 14-15 seconds to reach the desktop from Power-ON, compared to 30-35 seconds for my other systems. It seems to have quite efficient BIOS code; the POST is done before my LCD monitors flick on, rat
Re: (Score:2)
My eeePC has something called Boot Booster. I leave a 16mb EFI partition (type code 'ef') as the first partition on my first drive, and the BIOS somehow uses that to skip POST and jump right into the boot loader.
Your boards MIGHT have something like that, see if adding such a partition (remember has to be partition 1...) does any good.
That said, this makes getting into the BIOS or boot menu a PITA button mashing fest to try and squeeze the keypress in at just the right moment.
Re: (Score:2)
Keyboards are meant to be mashed! I pick mine up off woot for $10 per bundle! :P
Re: (Score:2)
My 701 (EEE 4G) has the EFI partition as the 4th primary on the SSD.
A lot smaller than 16MB too.
I don't know if other implementations need it to be #1, but the EEE certainly doesn't.
Re: (Score:2)
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.
Re: (Score:3, Informative)
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 partit
Re: (Score:2)
Re: (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.
Re: (Score:2)
Fast booting minimal distros aren't a feature of netbooks; for instance, I don't think any of the EEEs has one, in fact I don't think any of the netbooks released in 2008 does. (Note that some of those come with a full-fledged Linux distribution. This is different from having a secondary "fast-boot" OS.) A few of the upcoming netbooks do. But they're really more of a feature of some high end desktop mainboards and, I think, a couple of normal consumer laptops.
Re: (Score:1)
Re: (Score:1)
suspend2 on kernel 2.6.24 hit the spot - weeks of daily hibernation no problem - even using ndiswrapper out and in each time. I avoid OpenGL on this machine though.
Re: (Score:3, 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
Re: (Score:2)
Well, I understand your sarcasm.. but the 10 minute thing is a little harsh
Ahhh the old days, when you measured your penis size by how fast the Doom demo ran.. I am sure that all this boot speed is life or death to the laptop guys.. although I can't imagine how an extra 30 sceonds boot is more important than the speed of the system once it has booted.
Is this whole article a troll? (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.
Re:Is this whole article a troll? (Score:5, 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.
Re: (Score:1)
As of the time of my reply there were 3 "Score:5" replies that all arrived at the same conclusion above.
Tangentially, I had added for amusement, as I frequently do lately, a keyword. My kw's are understood/popular rarely, that's fine. I do find the winning? kw's tiresome. Hence I have a feature request for the next
I dig when rarely I see someone's offbeat thinking (e.g., donttaste
Re:Is this whole article a troll? (Score:5, 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.
Re: (Score:1)
Now they need a hard drive installer for everything that is not included in the boot process, for a single os with the tasty bits loading very fast and the rest on the backend.
I would pay good money for a fast-booting basic Debian GNU/Linux system with the option to put the rest of the distro on a slice of hard drive for use after boot.
Re: (Score:2)
I would pay good money for a fast-booting basic Debian GNU/Linux system with the option to put the rest of the distro on a slice of hard drive for use after boot.
To some degree that's what windows 7 does.
It boots to desktop and then sets the additional services and applications as low priority processes.
You can still launch IE, word etc but if you watch the process list it's still often loading low priority features in the background.
Re: (Score:1)
To some degree that's what windows 7 does.
Yeah, but I won't pay good money for that.
Re: (Score:1)
Re: (Score:1, Insightful)
With lots of RAM and fast multi-core processors, why not start services in parallel?
Why not make some assumptions during boot? USB printer and Ethernet cable are probably still connected since last time. Probe for them, yes, but get to the desktop right away--- by the time the user prints a document or opens a web browser, DHCP server and printer will have responded.
Re: (Score:2)
The problem the author is incompetantly attempting to define
You spelled "incompetently" wrong :)
Fuck, the 90-talists are here. (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
Re:Fuck, the 90-talists are here. (Score:5, Funny)
"Fast boots could be a true advance in the history of computing."
-- Henry Kingman, 2009-01-28
Not to mention footwear.
Re: (Score:3, 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 [wikipedia.org]?
Re: (Score:2)
Haven't we had those for a while [wikipedia.org]?
Yeah, but they are not distributed under the GPL, which makes them unusable for Linux, and they are not patentable, which makes them unusable for Microsoft.
BSD's, give it a shot!
Re: (Score:2)
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 other hand, us real oldies can remember the time it took to IPL a /360...
What a shitty article. (Score:4, Insightful)
My experiences (Score:5, 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 [moblin.org] ) 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.org] ) 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?
Re: (Score:3, Funny)
Omg r u payed bye Micro$uck$ 2 poest dis??????
Re: (Score:2)
Pity they don't even seem interested with working with Fedora.
Re: (Score:1, Insightful)
I have Fedora (10) on my PC and even I'm not interested in working with it!
The so-called "glitch-free audio" glitches so bad I have to mute the sound. The "flicker-free video" causes flickers on my screen whenever I scroll a document or even move the mouse. Suspend/hibernate doesn't work reliably. Both Windows XP and OpenSuse work just fine on the machine. It's not just me, check out the Fedora forums.
Seriously, their QA department has been AWOL for the last couple of releases.
Re: (Score:2)
Seriously, their QA department has been AWOL for the last couple of releases.
erm arn't the users the QA on fedora?
Grumble Grumble... (Score:3, 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.
Re:Fast BOOT? (Score:4, 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.
Re: (Score:3, Funny)
Yeah, the more sensible among us have a UPS or two.
Re: (Score:1)
I was able to say that until I decided to stop using ndiswrapper for my wireless and started using the kernel module available. Now, I think the longest I got it was about 20 days with having to restart my wireless at least every other day, until the only way to get it working again was a full reboot--and oh have I done some playing... some that worked more, but as it worked more, it was more work on my part until it just wasn't worth it any more. NetworkManager actually is what got me up to that 20 days, s
Re: (Score:2)
Not wasting huge amounts of electricity as an international energy crisis looms?
Re: (Score:2)
Half of my linux boxes only get re-booted during a power outage, like once in 3 years. What's all the hype about?
Hibernation is not to everyone's liking. Some people (including me) prefer to shut down their machines properly, both laptops and desktops. Improving boot time would make me very, very happy.
read-ahead boot technology (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/ [lwn.net], 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 befor
Re: (Score:2)
yeah there are a lot of fastboot patches that got into .28 (unfortunately some did not because despite working they were not elegant enough for linus, but will be reworked for .29/.30, hopefully)
I think Xorg is the chokepoint in your average distro now, but i hear the intel guess did some work there too :D
My experience (Score:5, Informative)
(In dot format here is my experience)
8/10 Best distro I've tested so far for my notebood
Re:My experience (Score:5, Informative)
Re: (Score:2)
Oh, one other thing. When installing you need root password. It's "moblin". I spent 10 minutes trying to find out what it was.
Damn! Now I'm going to have to change it.
Re: (Score:2)
# Little laptop takes 15 seconds to boot from grub. Which is about half the speed of Ubuntu/Fedora/OpenSUSE
Do you mean that Ubuntu/Fedora/OpenSUSE boot in 30 seconds, or in 7.5? I think I know the answer, but I just want to be sure.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
The idea of this project is that 'full featured' Linux, (not some stripped-down, crippled horror) can be made to boot faster, so I'm not sure your comparison is valid.
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
15s to boot up to what?
Linux users tend to measure their boot time when the login prompt comes up and then you have to wait that KDE|Gnome starts for real..
Re: (Score:2)
scalable (Score:2)