Slashdot Log In
Will Image Installs Benefit Vista Adopters?
from the lookie-here dept.
Reader MarkByers calls the article "stupid":
To this, mwalleisa points out that "When talking about using Symantec Ghost (or other), the author is referring to Windows XP installations, not Vista."The final linked article starts with this dubious sounding statement:"The bottom is about to fall out of the market for imaging tools like Symantec Ghost ... The Vista install DVD is, in fact, just one big system image."
But then immediately contradicts itself by pointing out:
"But this flexibility only extends to the installation of Windows itself. To clone a full system with apps installed, Symantec Ghost or a similar utility must be used to create that image."
People don't use Ghost to make a copy of an unconfigured fresh install of Windows, they configure it first, then Ghost it. This new installer will have no effect whatsoever on sales of Ghost, or any other imaging software. After such a terrible start to the article, I'm not sure it's even worth reading the rest.
neonprimetime had a different objection:
This wasn't a Pros & Cons. It was a love-fest [for] the new image-based install process. Everything he wrote in that article was happy go lucky, no cons in sight.
- "This means that the image isn't a bit-for-bit image of your disk layout, and hence you can apply the image to a new system without destroying the contents of the hard drive."
- "Vista is hardware-agnostic, so you can use a single system image as a source for multiple hardware platforms, even if they have quite different hardware configurations.
- "When capturing a system to a WIM file you can specify exclusions. For example, you can have a work directory on the system with temporary data.
- "Interestingly you can have as many images contained within one WIM file as you think you can manage, and any one of them can be marked as bootable."
brunes69 mocks the article's introduction ("However, all this is about to change. Windows Vista is based entirely around Microsoft's Windows Imaging Format (or WIM), a file-based imaging standard rather than a sector-based. this means that the image isn't a bit-for-bit image of your disk layout, and hence you can apply the image to a new system without destroying the contents of the hard drive."), writing
Along similar lines, namityadav wondersWow how revolutionary.
Oh, hang on a second while I untar this archive ....
When it comes to installing an OS, not everyone wants a one-size-fits-all install which can later be trimmed; "[C]opying a bunch of files is the right way," contends reader radarsat1, who doesn't look forward to the change in Windows' installer:So is this revolutionary install concept an exact copy of what we see in Ubuntu?
Reader yagu has a related complaint about the difficulty of installing Windows as an equal player along with other OSes:Damn it, one of the things that always annoys me about Windows is that it's not as simple as copying a bunch of files. This is mostly due to their inane and outdated drive lettering scheme.In Linux (or any Unix), I can move my installed system to a different drive or partition just by copying it. I can install an entire system within a folder of another system. All I have to do is change my drive mounts, add some symlinks, or use chroot, and I can put the entire system anywhere and it's as if nothing changed.
When my Dad bought a new hard drive because his old one was dying, we tried in vain to copy his old system over to the new drive. First we tried imaging it using "dd" on a liveCD, but that didn't work. Then we tried making a new filesystem and using "cp" to just copy the whole thing. That didn't either. We didn't want to spend money on Norton Ghost, just for a one-time thing.. He ended up having to re-install and re-activate XP, re-install all his MS Office software he'd had some trouble with installing in the first place, and finally setting up a whole new system. Just because he wanted to replace his drive!
That, compared to the number of times I've moved my Linux system without a single hitch... I can't believe people put up with this crap. Now instead of keeping things simple, they're moving even further away from a file-based approach?
Reader dreamchaser sticks up for Microsoft's decision not to make multi-OS systems easy to create:This reminds me of other Microsoft installs I've done over the years, and it smacks of such disdain for the rest of the OS universe. Nowhere in the article, nor can I find evidence anywhere else is there an accomodation for an install where XP is just another OS. I remember my first experience with this, when I installed a Win98 on a Linux box, and not only did Win98 not offer a dual boot, it (seemingly) gladly removed my Linux MBR and formatted my partition without asking if it was okay, and without saying it had done so. That was quite a surprise.Does anyone know if there is a way to do this? (Though, knowing XP can point to more than one OS to boot, I'm guessing Microsoft is more gentle if there is a pre-existing Windows OS there.)
I've googled for dual-boot information, it looks to be similar to what I already know.
kailoran points out one big difference, which is a pretty persuasive one to anyone who doesn't care to have Microsoft dictate the layout of their hard disk:Just to play Devil's Advocate here, but why SHOULD they facilitate the use of other OSes? Look at the customers who make up 99% of their base:
- Home users who buy a machine with Windows pre installed. No worries about dual boot here.
- Corporate users who load a custom Windows image on new machines. No worries about dual-boot here either.
Also, if it really is just an image it would be a simple matter to just load it onto a partition then set up dual boot using GRUB. Anyone who feels they need dual-boot probably already knows how to do it. Most modern Linux distros do a pretty good job of it for newbs too.
Very very very few people NEED dual boot. Some do. Most do not. From Microsoft's point of view, why should they facilitate it when the people who really need it (i.e. developers) will have no problem either setting up dual boot or using virtualization?
An image-based install from Microsoft isn't completely new; Aslan72 says he "hated it when it was called RIS," writingThe thing is that unlike the Windows' MBR, grub can actually be configured to run the other OS if the user wants. Most distros auto-detect and add the appropriate configs, so that there's zero effort needed.Installing Windows just nukes the existing MBR and the only thing you can do is run Windows, or start searching for a rescue CD/floppy.
I'm partly responsible for an image that goes on around 5-600 machines at a Midwestern University College lab. We tried RIS when it was out, but although it was cool, it was simply not practical. The savings of having 'one' image really didn't outweigh the impracticality of it taking 2-3 hours per workstation per lab.This is no different; currently it doesn't support multicasting and so although it's 'revolutionary' (read: RIS) it still doesn't beat the ability to push down and image to a workstation is less than 20 minutes...oops, did I say a workstation, I meant a lab.
It still won't beat Ghost any time soon, IMO.
To that complaint about multicasting, reader gruhnj writes
Windows Deployment Services, the replacement for RIS that will be coming out around the same time Vista ships, does exactly that. RIS only does the OS install well. Once you create your master image, you can place that onto a WDS server and multicast it out to as many computers as you have bandwidth. My current image when run deployed with imageX comes in at 25% less space (both images on max compression) and deploys in aprox 12 min for the image copy, plus the normal mini-setup time.Ghost aint going away, but it will be eaten away from at the bottom with WDS.
Elsewhere, readers discussed the image formats and metadata in greater depth: To EXMSFT's query "I don't believe TAR includes ACL and metadata information related to the filesystem. Or does it?", reader pavon says "They can be," and provides some details:
The tar file format, like most unix things has undergone several revisions and branches. In POSIX.1, a new format, called the Pax Interchange Format, was created as a backwards compatible extension of the tar format, that allowed for storing of arbitrary metadata. How this metadata is used is naturally left up to the system's implementation of tar and pax. I don't know how widely these extensions are used. I know that in Mac OS 10.4, metadata including resource forks are supported, but I think they implemented them using thier normal flat-file hacks (._myfile holds metadata for myfile), and not the pax extensions. This man file has a little more information.
There are complexities beyond simple metadata capabilities, though. An anonymous reader points out that
There's even more to think about besides ACLs. There are a lot of components in Windows and not all of them come with every version (Home, Media Center, Server, etc.) plus computer vendors want to customize by adding software or changing the default configurations of apps. Many of these components need to be installable as runtime as well as during install, and some components may be incompatible or require complex logic to integrate (for example, installing a component might require adding a new user or group to the system).
What you see during a Vista install is only a small part of the new world of the Vista installer.
Many thanks to all the readers who took part in the discussion, especially those quoted above.
idea (Score:1, Funny)
Re:idea (Score:5, Funny)
Truly, you have a dizzying intellect. :P
4 simple steps... (Score:5, Insightful)
Step 2: click "Homepage" tab
Step 3: Unselect Backslash category.
Step 4: We all profit from not having to hear you whine.
DONE.
Of course it will improve things... (Score:5, Funny)
Some but Not others. (Score:1, Redundant)
(http://tsfraser.googlepages.com/index.html)
But I think it is going to benefit more then it is not going to benefit, just with faster Install Time.
Just relax (Score:2, Insightful)
(http://religiousfreaks.com/)
Chances are the install is going to work. I think people should focus their attention on the OS after it is installed. That's a lot more important if you ask me. I can guarantee that it will be friendly towards OEMs because thats their bread and butter. It's a non-issue.
http://religiousfreaks.com/ [religiousfreaks.com]Interesting insider take on multi-booting (Score:5, Informative)
http://blogs.msdn.com/oldnewthing/archive/2005/12
http://blogs.msdn.com/oldnewthing/archive/2006/07
It may be nice for someone else.. (Score:1)
(Last Journal: Thursday July 07 2005, @09:59AM)
Oh, your god! (Score:2, Offtopic)
(http://booktextmark.mozdev.org/)
ghost (Score:2, Interesting)
An idea..... (Score:2, Insightful)
The real advantage: Hardware agnostic (Score:5, Insightful)
(http://parkingandyou.com/)
Re:The real advantage: Hardware agnostic (Score:4, Informative)
I'm no expert here, but, what? I would think that a HAL (Hardware abstraction layer), would help in creating a univseral image for many systems, since the hardware is abstracted out.
Plus I've not heard of anywhere that Vista has the HAL removed from the system, though, I'm not that caught up in all the technical deep plumbing of Vista.
what is this? (Score:3, Insightful)
(http://slashdot.org/)
Drive letters (Score:2)
(http://gathman.org/ | Last Journal: Friday January 20 2006, @01:41PM)
Yes, I did send a letter and call tech support with the suggestion - but had no illusions that a large corporation would actually listen. I did expect them to come up with something so obvious on their own. I can't believe that 4 OS generations later, drive letters are *still* causing problems. There is some kind of symlink used by the GUI, but they seem to be executable (!?!) and used as a virus vector.
I switched to Linux while waiting, and have been appalled at the increasingly evil behaviour of Microsoft corporation (although I know some nice guys who work for them). Now I am just thankful that they didn't patent symlinks.
Vujaday! (Score:1)
(http://www.dr-dyna.net/)
Seriously though, it's like that annoying stuff networks do on series shows, IE Lost. The first 10 minutes of the show is about what happened last week, then the last 10 minutes are whats going to happen next week. An hour long show only has about 25-30 minutes of content you haven't seen twice or haven't been prepped for already. And, as if seeing it in triplicate isn't enough, at least once per season, they will not only devote the first and last parts, but the ENTIRE show to a recap. This story reeks of (looming deep voice:)"Last week, on...SLASHDOT..."
Go figure - they kind of missed the point. (Score:1, Interesting)
I STILL don't see Vista shipping with a tool that makes it easy for a given user to do something as simple as swap a harddrive. That is what millions of users want, and still don't have. Even ghosting or copying bit for bit doesn't really help. I want to back the thing up easily and quickly (single button click) onto a DVD or CDR and be able to reinstall the whole darn thing.
I suppose someone out there is going to point me at some software that claims to do it, but I use computers quite a bit and haven't seen the one click equivalent. I shudder every time my father in-law comes to the house and says "my hard drive is full..."
Um, no, not so... (Score:2, Insightful)
(http://www.cybernexus.net/)
I do just THAT.
I have an XP Pro image Sysprepped to include most of the chipset, display, and NIC drivers I run into. Another for a client has a hosts file populated with their servers to simplify things. Works great. I skip most of the BS in copying files, and go right to HW config. When I need an disk driver, I have a ramdisk loaded with several that I select in a DOS menu. It's now on DVD, won't fit on an overburnt CD any more. Driver bloat. I hate them all.
Ever try installing Server 2003 on hardware that needs a disk driver without a floppy? Like an HP 580 with SAS drives? Ick.
I think image-based installs are wonderful, where they actually work, and even if Vista is no more than Sysprepped install, it's great.
Maybe Microsoft will sport over the MD5 checksum so we can make a Starbucks run while it computes.
rick
Nice doublespeak quote (Score:3, Insightful)
So file based installing screwed his dad, yet now file based copying is something this person thinks Microsoft should keep?
Oh, and as an aside to the person who wrote that....The program you were looking for was DriveCopy. It's designed to move partitions or entire drives, resizing as necessary. I've upgraded HDs in my desktop for years without ever having to reinstall the OS or the apps.
Ghost and Multicasting (Score:3, Insightful)
(http://slashdot.org/)
I have 25 remote offices with 20-400 machines each. None of those remote offices have an enterprise edition server, and there's no way I'm going to buy Server 2003 Enterprise for all the offices just so they can image machines (and I'm certainly not going to have them pull images across the WAN). Instead, they all have a P4 desktop running XP that can multicast to a hundred machines in 20 minutes.
Ghost is not going anywhere.
Cracked Images (Score:3, Insightful)
Vista Wims (Score:2)
(http://www.geocities.com/os2fan2/index.html)
Firstly, you can install vista on any partition. It does not have to go to c: drive. For this to work, (and its dodgy new bootloader), it has to diddle the c:\ drive in any case. It creates a directory "boot", and moves ntldr and ntdetect.com there, and puts its own boot manager in there.
Secondly, it is not preconfigured for any given hardware or partition. So the WIM simply delivers a windows ready to be configured: the OOBE (out of the box exploit) does this. OEMs have been delivering what is called "unsealed" installs for a while in this manner.
What makes WIM a nuisance is that it can only run from a vista boot (ie you can't do the setup from Windows NT4 (like i have done several XP installs). The image files can be modified, but only from a running installed Vista. That is, even the WinPE that installs it can not make the WIM files.
On the other hand, if you get everything to work, you can get a nice little fast-booting Windows repair disk. The setup WIM is actually a full-blown WinPE which has been hobbled to run setup. Kind of like making Windows XP and hobbling it by putting "shell=edlin.exe".
BTW, OS/2 has been used to run specific applications via "shell=", as has Windows 2.x and 3.x. Windows Runtime was nothing more than Windows with "sol.exe" as shell.
I gave vista something like 16 gb in some drive like J: on partition 1.
File-based imaging is easy on Linux (Score:2)
(http://www.genesi-usa.com/)
Get squashfs 3.0 and mksquashfs your source filesystem.
unsquashfs it to the destination.
You can build, add, delete files from the filesystem using the same tools, and even just mount it as a filesystem.
We use it at Genesi for our Linux installer. However.. squashfs 3.0 is pretty new, we had some serious problems getting it to unpack and restore setuid bits. Windows should be a hell of a lot easier as all the permission information is in ACL's and can just be shoved in as an NTFS stream, we can't do that for ext3 and squashfs
I would love to see LZO and bzip2 (or some other nice format..) in squashfs, to improve performance or provide crappy performance but insane compression benefits.
Uh... grub ain't that special (Score:2)
Windows' bootloader can boot anything you damn well please. Stick the boot sector in your root drive and add an entry to boot.ini for it. Works pretty much the same way grub does when loading non-multiboot-compliant systems.