Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
OS X Operating Systems Apple

Apple Ships OS X 10.7 Lion 'Gold Master' For July Push 370

An anonymous reader writes "Apple released to developers the 'gold master' version of Mac OS 10.7, known as Lion, in a move that positions the company for a July roll-out. 'With Snow Leopard, Apple's previous Mac OS release, the time between going from gold master status to hitting store shelves was approximately two weeks. However that release required Apple to stamp and produce boxed discs to send out to retail stores. Lion will be the first by Apple to be released only through its Mac App Store as a digital download.'"
This discussion has been archived. No new comments can be posted.

Apple Ships OS X 10.7 Lion 'Gold Master' For July Push

Comments Filter:
  • by Inquisitus ( 937664 ) on Sunday July 03, 2011 @02:36AM (#36645280) Homepage
    ...as opposed to? An analogue download?
    • *cries his eyes out imagining updating to lion on a 56K line*

      (and yes, i know the modem sends binairy signals over the analog line and all)

      • Finally. A good excuse to upgrade from AOL.

      • Don't mean to go all Four Yorkshiremen on you, but you'd be hard-pressed to find an Internet connection worse than Afghanistan.
        Everything is via satellite, filtered, over-subscribed, and frequently wrecked by weather.
        Talk about making the inner child frown.
        • Re: (Score:3, Funny)

          by BrokenHalo ( 565198 )
          You don't even have to go so far afield as that. I've always found internet connections in Greece to be pretty flaky. Hell, it wasn't that long ago you could barely make a phone call there. And here in Australia, there are lots of places where you won't get any kind of connection, for example Cocklebiddy [wikipedia.org], whose sole claim to fame is that it has a Wikipedia entry.
          • You don't even have to go so far afield as that. I've always found internet connections in Greece to be pretty flaky [.....] And here in Australia [......]

            I think you need to take a look at a map of the world! Kabul isn't as far afield from Australia as Athens is!

        • I used to enjoy brushing the snow off the satellite dish in Kabul! It worked a bit better for a while after you did that.

        • Four Yorkshiremen

          My favorite singing group from the '50s.

      • Ethernet's just as analog as dial-up!
      • *cries his eyes out imagining updating to lion on a 56K line*

        (and yes, i know the modem sends binairy signals over the analog line and all)

        56k? You youngsters don't know how good you had it! I had to download my first Linux installation floppy disk set via FTP-by-mail over a 2.4kbps connection.

        • Re: (Score:2, Funny)

          by Anonymous Coward

          Before someone makes the wisecrack that they used their 2.4k accoustic coupler modem uphill both ways in the snow I'd like to point out that thermal noise and thus BER is significantly smaller at low temperatures.

          • It's also worth pointing out that much faster modems were readily available by the time Linux was officially released for the first time... My cousin was using a 9600bps modem when Linus first released it, and less than a year later I was using a 14,400 external modem.

          • My first modem was this 900 baud monstrosity that a friend gave to me(he "upgraded" to a 2400!). It was slightly faster than having someone just read the code off to you over the phone and type it in yourself.

            We didn't have that inter-whats-it thingy back then. Just modems and some really high long distance phone bills if you wanted anything that was located out of town.

    • by Y-Crate ( 540566 )

      Hopefully it is.

      They'll probably still charge you $4.99 for Xcode. Not terrible, but not great. Finding out gcc4 was not included in the paid version of Xcode... now that was terrible.

      • by Anonymous Coward on Sunday July 03, 2011 @03:42AM (#36645446)

        Pay attention! Xcode 4.x is free from the Mac App Store if you are running Lion. They said this 2 weeks ago.

      • $4.99 is great for a professional IDE. Yes, it used to be even better when it was free. But $4.99 is nothing for what you get.

        You should find gcc 4.2.1 in /Developer/usr/bin.

        • For now. To quote their slides from the WWDC, 'gcc is going away.' And I'm sure both people still using gcc on OS X will be devastated.
          • It's going away, as in: it's no longer the default compiler. And I can't see them ever upgrading the version of gcc from the current one. But I can't see any reason why they'd remove gcc from the distribution of XCode in the foreseeable future. It does no harm to have the binaries sitting there. And some people will have custom build scripts that still use it for some arcane reason.

            As you say most people couldn't give a damn about gcc on OSX. LLVM is a far superior compiler.

            • Re: (Score:3, Informative)

              by F.Ultra ( 1673484 )
              How do you define "far superior"? According to most benchmarks, LLVM still has some miles to go before it produces binaries that are faster than gcc (it does produce a few special cases where LLVM is faster though so it does show promise for the future). For example check out: http://www.phoronix.com/scan.php?page=article&item=gcc_46_llvm29&num=1 [phoronix.com]
              • Thanks for the benchmarks. That's interesting, and does indeed show that for some purposes where raw speed is vital, a final compile using GCC would be beneficial.

                My view of LLVM/Clang being far superior is down to developer productivity. LLVM/Clang does fantastic static analysis of code, finding many more coding errors than GCC can. And it does this whilst still providing faster compilation times than GCC.

              • by TheRaven64 ( 641858 ) on Sunday July 03, 2011 @11:48AM (#36646786) Journal

                Apple is unable to ship the version of GCC benchmarked there, because of GPLv3. LLVM produces much better code than GCC 4.2.1, which is the last GPLv2 version, and the version that Apple ships.

                Also, be aware that none of those benchmarks were for Objective-C, which is the language that Apple cares the most about. In terms of features, GCC now lags there. It doesn't support automatic reference counting, for example, and this gives a nice performance boost when coupled with the optimisations in LLVM (fewer autoreleased objects, faster reference count modifications, complete elision of some operations where it can prove that retains and releases are not needed).

                Clang is also pretty modular. If you use XCode, the IDE is doing syntax highlighting using the same front end that it uses for compiling with clang. It's displaying error messages as you type via the same mechanism. The integrated static analysis and ARC migration tools are also implemented as Clang libraries and just called from XCode.

      • gcc is not included in any version of Xcode any more. It's not supported by apple. If you want a compiler on an apple platform, supported by apple clang is the way to go.

        That all said – I'm pretty surprised that no one has bundled up clang/gcc for free yet.

        • hat all said â" I'm pretty surprised that no one has bundled up clang/gcc for free yet.

          Apple does :). You can use llvm/gcc (backend/frontend) if you want. The newer Xcode versions default to LLVM but you can choose llvm/gcc and even gcc..
      • Re: (Score:2, Informative)

        by Anonymous Coward
        Xcode 4.something is going free once Lion is released.
        gcc is still included in Xcode, iirc, it will be gone in 4.2 or 4.3 (this was explained during WWDC). The gcc less xcode is going to be released around hte same time as iOS 5. "i686-apple-darwin10-gcc-4.2.1" is installed with 4.0.1
        Xcode right now, iirc, defaults to LLVM, but if you want you can change it to GCC or LLVM/GCC
      • Re: (Score:3, Interesting)

        by node 3 ( 115640 )

        Hopefully it is.

        They'll probably still charge you $4.99 for Xcode. Not terrible, but not great. Finding out gcc4 was not included in the paid version of Xcode... now that was terrible.

        Apple is moving away from GCC and to Clang and LLVM. This is due partially to the GPLv3 (and the patent issues involved, and this is why Apple will never use the current version of GCC), and partly due to LLVM+Clang being quite an improvement over GCC (although it's presently a mixed bag, looking forward this is a good way to go).

        As for the pricing of Xcode 4, it will be kind of disappointing if a license isn't included with Lion. $4.99 is a steal though, so it's difficult to complain too much, but one of t

        • partly due to LLVM+Clang being quite an improvement over GCC

          Strange, then why I'm getting way over twice as long execution times on clang as on gcc? Both on amd64 and armel.

          Not tested on Macs, but I doubt code that does little I/O would be markedly different between platforms.
          For example:
          git clone git://gitorious.org/crawl/crawl.git
          (compile, both with flto and -O9)
          time ./crawl -rc test/stress/woken_rest -sprint -sprint-map dungeon_sprint_1
          gcc: 12.609s
          clang: 28.570s

          Having an abysmal support for C++ standards and terrible diagnostics doesn't sway things towards clang

      • by A12m0v ( 1315511 )

        Isn't Apple moving away from gcc to clang?

    • by RedBear ( 207369 ) <redbear@@@redbearnet...com> on Sunday July 03, 2011 @05:03AM (#36645638) Homepage

      XCode is a 4GB download all by itself and is only used by a tiny fraction of Mac users. Why on Earth would Apple want to add that to the already 4GB Lion download? That would be a ludicrous waste of bandwidth, time, and disk space.

      • by TyFoN ( 12980 )

        What the hell do they put into that package to make it 4 GB? Isn't XCode just an IDE and a compiler bundled together?

        • by RedBear ( 207369 ) <redbear@@@redbearnet...com> on Sunday July 03, 2011 @06:26AM (#36645838) Homepage

          What the hell do they put into that package to make it 4 GB? Isn't XCode just an IDE and a compiler bundled together?

          There are tons of libraries and frameworks for the current version of OS X as well as for past versions of OS X (for cross-compiling projects) and now for different versions of iOS, since the iOS SDK is included. There are also sample projects and an interface builder and debuggers and probably lots of other neat things that I'm not even aware of.

          What you install to your hard drive may not end up being that big since there is a lot of optional stuff included in the main XCode download. So no, it's not just an IDE and a compiler. And it would be quite silly of Apple to include something so huge and unnecessary with every download of Lion. Anyone who wants it can just download it separately.

        • That's where they put the 'magic'.
        • by Anonymous Coward on Sunday July 03, 2011 @09:39AM (#36646316)

          $ du -c -h -s *
          312K About Xcode.app
          234M Applications
          2.3G Documentation
            62M Examples
            29M Extras
          1.8M Headers
          4.0K Icon
          159M Library
          1.1M Makefiles
          151M Platforms
          468M SDKs
          244K Tools
          509M usr
          3.9G total

  • by countertrolling ( 1585477 ) * on Sunday July 03, 2011 @02:42AM (#36645302) Journal

    They all used to be in the applications and utilities folder. What could possibly be simpler than that? And now it forces users to open an online account with Apple. That's not very nice.. There's no mention in the article, does it come down as a burnable iso? And how screwed are the people who just don't happen to have fast internet?

    • Re: (Score:2, Informative)

      by Anubis IV ( 1279820 )

      It doesn't come as a burnable ISO, but people that lack fast Internet aren't necessarily screwed, since Apple is allowing anyone to use the Wi-Fi in their retail stores to download the OS. Presumably, they'd have it cached on-site in their stores so that it wouldn't take long at all.

      And most Mac users already created an account with Apple anyway. Their online store, iTunes Store, iOS App Store, Mac App Store, etc. have all had linked IDs for years now, so if someone ever purchased anything from any of those

      • people that lack fast Internet aren't necessarily screwed, since Apple is allowing anyone to use the Wi-Fi in their retail stores to download the OS.

        Does this apply to Apple Authorized Resellers as well, or does it apply only to "Apple Store"? These may be well over an hour's drive away from even a substantial city; for example, there are only two in Indiana. And does it apply to iMac and Mac mini, or only to MacBook?

      • by Haeleth ( 414428 )

        people that lack fast Internet aren't necessarily screwed, since Apple is allowing anyone to use the Wi-Fi in their retail stores to download the OS.

        Oh, that's OK then. It's not like most of the people who lack fast internet lack it because they live a long way from the big cities where Apple stores tend to be located, or anything. I'm sure they'll be very happy to pay 500 times the cost of mailing a DVD in gas just to get their OS upgrade.

        Customer service. Reinvented.

    • by Cinder6 ( 894572 )

      From what I've been able to gather from reading on forums:

      Yes, you can burn it to a disc, or put it on a flash drive, or whatever you want. It also makes a restore partition on your drive by default (apparently some 650MB, but I'm not sure on that--seems like it would have to be bigger) from which you can reinstall OS X (or boot into Safari-only mode). Wish it wasn't mandatory, but I could see it being useful--and you can go and delete it if you want to.

      And you can apparently go to an Apple Store for a su

      • There is a DMG within the download that you can restore to a DVD or flash drive and it works fine, yes. The recovery partition boots a minimal version of OS X in which you can restore Lion but you have to log in to your Apple account and download it which makes the recovery partition a lot less useful.
      • Restore partitions are garbage. They promote overconfidence and make people neglect to back things up. Then, when they restore, presto! Not just their data but all their applications are gone, except for the apps on the original install disk.
    • They all used to be in the applications and utilities folder.

      It's the ones that you don't have that need to be easier to find.

    • They all used to be in the applications and utilities folder. What could possibly be simpler than that?

      Go to the the "Spotlight" menu and type the first few letters of the application name.

      That said, I'm not convinced that LaunchPad is going to be all that useful when you have a few dozen applications installed--kind of like how the iPhone tends to get messy when you have a few dozen applications installed.

      But don't worry--you can still go to the Applications and Utilities folders.

    • Re: (Score:3, Insightful)

      by SilentChasm ( 998689 )

      And how screwed are the people who just don't happen to have fast internet?

      Have you seen how large OS and Application updates are now? Pretty much everything seems to require a fast connection. Even slashdot has bloated (58,633 B for an article with 898,406 B of inline elements, adding up to almost 1MB for a single page). It seems that slow connections are no longer really considered that much when people design stuff. Even slow DSL (although still "broadband") is now causing problems with not being fast enough sometimes.

      Therefore I would say the people who just don't happen to ha

      • Comment removed based on user account deletion
    • by Jeremi ( 14640 )

      They all used to be in the applications and utilities folder. What could possibly be simpler than that?

      Well, since you asked... what's easier is a "home page" that automatically appears, and automatically contains the icons of all your apps -- similar to how it works on the iPhone/iPad.

      I agree it's a bit silly, but if it keeps me from having to tell my grandmother over the phone to "double click on the hard drive icon in the corner of the screen", and then spend the next 10 minutes explaining what a hard drive is, what the icon looks like (who outside of computer geeks knows that internal hard drives look li

      • by slyborg ( 524607 ) on Sunday July 03, 2011 @01:22PM (#36647192)

        It's really more than "a bit silly" it's Apple's move to make the computer a consumer device like the iPod. Apple's vision is that the non-mobile devices become, essentially, static iPhone/iPad with large screens and storage, with Apple getting its 30% cut of every revenue stream that transits the device.

        However, I didn't sign up with Apple computers 25 years ago because it was "Computers for Dummies". Windows is the corporate computer, and Linux is and always will be for guys with lots of free time and a burning desire to swear like a sailor any time you need to attach hardware. Where have you gone, Computer for the Rest of Us??

    • They're still all there. What the AppStore makes easier is putting more things in there.

    • by node 3 ( 115640 )

      Wow, you managed to fail to make sense on many levels again! This isn't reddit, you don't have to live up to your novelty username.

      They all used to be in the applications and utilities folder.

      Apps that aren't on your computer used to be in those folders?

      What could possibly be simpler than that?

      Not much, really. But since that's not how it's ever been, the Mac App Store is quite a bit easier than the way things actually were before. Before, you had to go to the store and browse the shelves, or order discs online, or buy online from various different digital storefronts.

      And now it forces users to open an online account with Apple. That's not very nice..

      Better to have just one sign-in, than t

  • With Lion coming from the App Store you need to have OS X installed to install OS X. What happens if you buy a new hard drive? Have your hard drive partition table lose a leg? How do you get 10.7 on your Mac? Apple won't say just yet.

    Those who have broken their NDAs suggest there might be workarounds with delving into the .mpkg files and such, or that Apple might force you to install Snow Leopard and then upgrade from there. Neither option is particularly desirable.

    • Re: (Score:2, Funny)

      by whiteboy86 ( 1930018 )
      >> ..hard drive partition table lose a leg? How do you get 10.7 on your Mac? Apple won't say just yet.

      Easy, you have to buy a new Apple hardware, obviously.

      /s
    • The rumours sites are claiming the latter, that you'll need to install SL first.

    • by Bert64 ( 520050 )

      Does this mean they will be updating snow leopard to support new hardware?
      If you take an old OSX dvd and try to install it on a newer mac, it usually fails to install...

      You would assume that at the very least Apple will make install media available for new hardware.

      • No, it means that as with all new macs, you'll get an system restore DVD/USB stick with the current OS on it.

        • by boaworm ( 180781 )

          Hm, this is what troubles me with this move. I don't really mind buying the stuff and all that, but it makes it a bit more troublesome with older Macs.

          I currently have a 4yo MacBook Pro that came with 10.3, and a 3yo Mac Pro that came with 10.4. Both of those are shipped with installation/restore disks for their respective OS.

          So if I need to reinstall my laptop in six months, will I be able to install 10.3, install the App Store and put lion directly on it? Not likely... So the reinstall path would be to th

          • No, you'll buy 10.7 from the app store, burn it to a DVD, and have an install media ready.

          • I think your reinstall path would be boot from the 10.6 disk, update to 10.6.6 (to get the Mac app store), then reinstall Lion (you'll be able to redownload Lion as many times as you like).

            I keep hearing this complaint, but given most of us have spent several Saturdays a year for 15 years now futzing with Windows installs, this most likely one time nuisance is nothing, relatively.

    • They'll probably do what they've been doing with the MacBook Air for awhile now, and will simply include a USB recovery drive.

    • What happens if you buy a new hard drive?

      Well, the rash assumption is that you're going to want to move stuff from the old hard drive to the new one. So, at least briefly, you'll have two hard drives. Run the installer and tell it to install Mac OS X 10.7 Lion on the new hard drive.

      Have your hard drive partition table lose a leg?

      Take it to the local Apple Store and have them fix it. And, while you're there, consider throwing out your flaky machine and getting teh new shiny or, at least, a cool cover for your iPad... ;^D

  • by 93 Escort Wagon ( 326346 ) on Sunday July 03, 2011 @03:29AM (#36645420)

    People have been focusing on the visual tweaks almost exclusively - but the main thing I'm interested in is Lion finally brings full-disk encryption to us Mac laptop owners.

    I kept hoping Truecrypt would offer it, but that feature never made it to the Mac side...

    • Re:Finally (Score:4, Insightful)

      by CAIMLAS ( 41445 ) on Sunday July 03, 2011 @04:12AM (#36645514)

      The big things of interest for OS X to me, as someone who likes efficiency and stability out of his systems, are:

      * will they finally fix the horrible threading and context switching implementation so that running something like a spreadsheet program with a large spreadsheet not cause the gnashing of teeth? (This has been a problem since the beginning of 10.x, but I started notcing it around 10.4 with the Intel macs and able to compare apples to apples - ie linux or Windows on the same hardware).
      * HFS+ replacement so IO won't be a horrendous bottleneck?
      * Better wifi implementation so that the macs I've got to deal with are not the main ones to have signal issues? (Seriously, when macs have more issues with APs than XP, you know you've got issue. You can't completely say it's the hardware, because Linux on the same systems is at least better...)
      * will they allow me to do what I want with the 'dock' and the sparse UI elements, or am I restricted to using it how they say I should (particularly as it pertains to multitasking/not multitasking: it doesn't matter if they make that not suck at the techincal level if the UI is still horribly crippled).

      • When it comes to the last point, Apple will NEVER EVER change. The whole "Think Different" mantra is left in the dust by the new "Jobs knows best" theology of Apple.
      • Better wifi implementation so that the macs I've got to deal with are not the main ones to have signal issues? (Seriously, when macs have more issues with APs than XP, you know you've got issue. You can't completely say it's the hardware, because Linux on the same systems is at least better...)

        Interesting, I've had exactly the opposite problem. With the Macs we've got around, wi-fi has been set it and forget it - it always works. The XP/7 laptops seem to consistently have issues with randomly dropping their connections to the access points (well, technically the connections look like they're still there, but the computers just seem unable to send or receive bits for a while...).

        Haven't really seen any Linux laptops in the wild, so I can't say how they've fared.

      • Re: (Score:3, Informative)

        by Stormwatch ( 703920 )

        What do you want to do with the Dock, exactly? A lot of hidden options in OSX can be customized with programs like Tinker Tool, iTweax, OnyX, or Secrets.

      • I will add one more point:

        * Better package management for UNIX/FOSS development. As much as I want to like OS X for development, it can't compare to any Debian-based Linux distribution using apt-get.

        • I take it you've discovered MacPorts and/or Fink which implement a BSD-like "ports" system offering all the usual FOSS suspects?

          OK, they're source-based rather than binary, but if you're into development that probably wouldn't worry you.

    • And, more to the point, is DriveVault actually useful yet? I did use it, but it doesn't work properly with Time Machine, so I had to pick between encryption and backups. I chose backups, and when the hard disk in my laptop died I was very glad that I did. Given that most laptops as single-user devices, the sane way of implementing it would have been to have an encrypted disk image on the backup disk that was mounted and then do the normal backup stuff to that while the user is logged in. Instead, they r
      • And, more to the point, is DriveVault actually useful yet? I did use it, but it doesn't work properly with Time Machine, so I had to pick between encryption and backups. I chose backups, and when the hard disk in my laptop died I was very glad that I did. Given that most laptops as single-user devices, the sane way of implementing it would have been to have an encrypted disk image on the backup disk that was mounted and then do the normal backup stuff to that while the user is logged in. Instead, they required you to log off and then run the backup as another user, just copying segments of the encrypted disk image.

        I haven't had access to Lion, so I haven't had a chance to try any of this. If what you say is accurate (meaning it's what I end up seeing as well), that'll be quite disappointing. Under those circumstances I'd have to make the same choice you did - but it's rather silly if it's an either/or situation. It sounds like basically the same situation as currently exists with FileVault, which renders it not particularly useful.

        My experiences from the last two major OS X updates (meaning 10.5.0 and 10.6.0) has, to

  • by Anonymous Coward on Sunday July 03, 2011 @03:30AM (#36645422)

    Posting as AC cause this is NDA stuff.

    1) 10.7 can be burned to a DVD or dumped to a USB Flash Key and installed off of. It does NOT require an existing installation of 10.6.8 to INSTALL. You only need an existing 10.6.8 installation to download it- IF you want to get it from the Mac App Store. The relevant file is called "InstallESD.dmg" and weighs in at around 4GB. It is essentially a restore image of what you would otherwise find on a shipping DVD. It comes with what you get off the Mac App Store.

    2) 10.7 does NOT REQUIRE AN APPLE ID.

    There is NO PROTECTION in 10.7 against piracy. There is NO ONLINE ACTIVATION. There is NO receipt checking through the Mac App Store. For all intensive purposes, it is IDENTICAL to 10.6.8 in that the Mac App Store is just another application in /Applications. The operating system IN NO WAY attempts to verify the legality of your installation, nor does it case.

    You can install, configure, and use your machine WITHOUT creating an Apple ID. It is -TOTALLY- optional.

    3) 10.7 Server does NOT REQUIRE AN APPLE ID. The Server administration bits come as a single app ("Server.app") that downloads and installs Server Essentials, which is basically all the server side stuff (Open Directory, PostFix, etc). This application does NOT attempt to verify the legality of your "server" NOR DOES IT REQUIRE A SERIAL. Just like #2- if you obtain Server.app from some other place, you can install and use it on a Mac OS X 10.7 system without the need for an Apple ID, or even an internet connection after the Server Essentials packages have been downloaded!

    So, please, stop spreading FUD!

    10.7 is identical to 10.6. You can clean install it. You don't need 10.6, except for the initial download (which Apple expects you'll do legally- through the Mac App Store). You do not need an Apple ID for anything (you don't loose functionality).

    The only thing that has changed- is that Apple is going the digital *distribution* route. They have NOT gone the "digital distribution and locked down DRM and online activation" route.

    -AC

    • 10.7 can be burned to a DVD or dumped to a USB Flash Key and installed off of. It does NOT require an existing installation of 10.6.8 to INSTALL.

      Uh...doesn't there need to be a Mac OS X installation somewhere if you want to install Mac OS X 10.7 Lion? Otherwise, what's going to magically read your DVD or USB Flash Key? And I rashly assume that you can't run the installer if your machine has booted into 10.5.x...

      • by Anonymous Coward on Sunday July 03, 2011 @04:26AM (#36645546)

        (Same AC as GP)

        The restore system. InstallESD.dmg contains a bootable version of OS X much like the 10.6 installer. Except things work a little differently now:

        1) The installer is split into two stages. The first creates a recovery partition on your disk drive, and dumps the OS X installer and a nifty repair/utility system to it.
        2) The second stage occurs after the first has completed. The system reboots onto the fresh recovery partition, and restores the operating system off it.

        The difference between a clean install and an install-from-your-existing-system is only the first stage. If you're installing from 10.6.x, then you're running a tool that does #1 under your existing OS and then reboots to perform #2. If you're installing from a USB key or DVD-R, then the bootable system on the disk is performing step #1 for you, then rebooting to continue with #2.

        The installer might just work under 10.5, I haven't checked. Apple says you need 10.6.x to download Lion (which you do). If you already have the Lion *.app bundle saved somewhere else (this is the same bundle that contains the aforementioned InstallESD.dmg file), then you might be able to copy it to a 10.5 OS and run it from there. The only reason why this wouldn't work is if Apple is checking for it and actively denying attempts; or if 10.5 is lacking some runtime component or framework that the *.app installer requires.

        Again, the situation is far more flexible and far less 1984 then people are currently freaking about. The only thing that has changed is the (primary) method of distribution. In fact, given that Server doesn't even need a serial anymore (and doesn't attempt to authenticate with the Mac App Store- that would be stupid), things have gotten considerably simpler (anyone remember the serialnumberd issues in 10.6 where a dual-homed server would see itself and invalidate it's license?)...

        -AC

        • by fnj ( 64210 )

          Why do you say you need to be running 10.6 to download 10.6.8? What if you only had 10.5? 10.1? What if, by some happenstance, your only computer with a hard disk that still booted was Windows or Linux?

      • 10.7 can be burned to a DVD or dumped to a USB Flash Key and installed off of. It does NOT require an existing installation of 10.6.8 to INSTALL.

        Uh...doesn't there need to be a Mac OS X installation somewhere if you want to install Mac OS X 10.7 Lion? Otherwise, what's going to magically read your DVD or USB Flash Key? And I rashly assume that you can't run the installer if your machine has booted into 10.5.x...

        Umm, no. You are very confused. Unless that was meant as a joke. How could anyone ever install an operating system if you needed an operating system installed to install an operating system? Google "BIOS" and "bootable DVD".

        Every OS X intall disc has been a bootable image (already containing a fully bootable copy of OS X) that allows installation onto a clean hard drive. The Lion installer contains the same standard bootable disc image. The only difference is that the computer can apparently be booted from that disc image while it is still just sitting on the hard drive (if you are running Snow Leopard 10.6.8). That is, Lion REQUIRES no external boot media, but it can still be used from external boot media if you so choose, and if you have the very simple knowledge to open Disk Utility on ANY Mac and "restore" the DMG file onto a DVD or USB flash drive or external USB or FireWire or Thunderbolt hard drive. Anyone who "administrates" Macs should already know how to do this, so I'm really not sure why so many Mac admins are freaking out about the no-media policy. Some "Real" Mac admins are probably out there somewhere NetInstalling the new Lion install image on hundreds of machines at the same time as we speak.

        If you are running anything prior to Snow Leopard 10.6.8, you will of course have to either upgrade your machine to Snow Leopard first or or use external install media just as you would with a clean machine. Either way, not really a big deal. Seriously.

    • by Jane Q. Public ( 1010737 ) on Sunday July 03, 2011 @06:57AM (#36645914)
      This is not criticism. I am taking the opportunity to point this out because it is a pet peeve of mine. So I'm saying this for my own selfish reasons, not in order to criticize or to troll. Anyway:

      The phrase is not "for all intensive purposes". It is "for all intents AND purposes."

      Everybody who did not already know that, please take note.

      Thank you for your attention.
  • by JohnG ( 93975 ) on Sunday July 03, 2011 @03:58AM (#36645484)
    I am stuck with Hughesnet, due to living in the boonies. They impose a 425 megabyte limit on my downloads even at the $100 a month plan. The only time it is unlimited is between 2am-7am, which I'm betting isn't enough time to grab an entire OSX distribution. Just getting XCode and the iOS SDK became a race against time once the file hit the 4gb range. I guess I can stay up until 2, then set an alarm for 7 to pause the Mac App Store download until 2 am the next morning. But still, I'd really like to just pay a few extra bucks and have them ship me a DVD. It doesn't even have to come in a fancy box.
    • In most cases people who have "unlimited" plans get traffic shaping to 64KB after a couple of GB are downloaded, or they get charged extra. I wonder how this is going to pan out for those users who normally never exceed their limits, and naïvely think that upgrading the OS would fall within normal usage patterns.

      • by pbjones ( 315127 )

        who are you kidding? most caps start at 6GB, so a Lion System Download is not that much out of an average monthly allowance. If you only have 'a couple' of GB limit, then you're only checking email.

    • I am stuck with Hughesnet, due to living in the boonies. They impose a 425 megabyte limit on my downloads even at the $100 a month plan. The only time it is unlimited is between 2am-7am, which I'm betting isn't enough time to grab an entire OSX distribution. Just getting XCode and the iOS SDK became a race against time once the file hit the 4gb range. I guess I can stay up until 2, then set an alarm for 7 to pause the Mac App Store download until 2 am the next morning. But still, I'd really like to just pay a few extra bucks and have them ship me a DVD. It doesn't even have to come in a fancy box.

      Just wait mid-July, sure there will be a torrent somewhere that you can download during a few nights.

    • You have several options...
      1. Find someone local you know to buy/download it for you. Have them burn the file to a DVD.
      2. Find someone you trust online to get it for you and mail you the DVD.
      3. Download it from work (becomes more of an issue if you don't have a Mac laptop, but still doable.)
      4. Local Coffee House/McDonalds and plenty of coffee...

    • I feel your pain but...it's a computer...PROGRAM it.  Staying up til 2am to do something on your computer is, generally, asinine.

      Ever hear of a cron job?

      Just trying to help--really!
  • by pbjones ( 315127 ) on Sunday July 03, 2011 @07:37AM (#36646000)

    Although most of the stuff that I have seen says an 'Intel Mac', Lion does not support Core Duo macs, like the 'old' iMac that I am typing this on, bah, poo!

    • by am 2k ( 217885 )

      As far as I know, it's 64bit Macs only. That's great for us developers, no more 32bit binaries to create when you go 10.7 only! The 32bit Cocoa runtime is totally outdated and creates quite a few problems for modern development.

It is easier to write an incorrect program than understand a correct one.

Working...