Comments on: No More Excuses for Booting into Windows Partiton http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8963 Mon, 05 May 2008 01:43:33 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8963

Ah, I don’t think the server version of VMWare was always free. But thanks for the tip. In fact I think VMWare is a more mature product than VirtualBox. I used to work with VMWare Worstation back in the day, and it was essentially same as VirtualBox is now in terms of functionality but it was not a free product then.

Reply  |  Quote
]]>
By: vacri http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8961 Mon, 05 May 2008 01:04:30 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8961

I use VMWare at work and it most definitely is not the ‘player’ version. VMWare Server (not ‘ESX’ or any other brand, just plain old ‘server’) is a free standalone program that allows you to install whatever you feel like, not just premade images. Pop in an install disk (or point to an .iso) and you’re off and running.

What is not free is stuff like ESX/GSX server, which allows you to manage virtual server farms – which has really cool stuff like moving a running virtual machine from one host to another (to balance load, or perhaps consolidate load at night and power down some hosts).

I chose VMWare at first because it’s windows/linux cross-platform, and I’m that mix of guy – I can take machines made on one flavour host and run them on another. Other VMs may do the same thing, but so far I haven’t found VMWare wanting in terms of my needs. If you’re a leet VM guru and know what you’re doing, sure, VMWare may or may not do what you want for free, but if you’re taking your first steps, it’s fine.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8949 Sat, 03 May 2008 02:47:46 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8949

@Keith – nice new hardware may help :) And yeah, the Guest Addon thing is great – makes switching between host and guest OS as stemless as switching between desktops. :)

Also, did you try the “Seamless Mode”? It removes the “window” from behind your apps, so they look as if they were running natively under Linux. :P I don’t particularly care for it because I prefer the two environments separate, but it is a fun trick to try at least once. :)

@astine – as far as I know, there is no easy way to make an existing partition run in VirtualBox. It might be possible, but it is probably a major pain. I’m not sure how VM snapshots would work in a setup like this.

Anyway, what would be the benefit of doing this, other than avoiding installing the OS from scratch? I believe the performance would be the same in both cases.

@Travis – can you boot into recovery mode and uninstall the ATI drivers via apt or aptitude? GRUB should have and option for this. It should be possible to run the system on the generic drivers built into the kernel.

Try doing:

aptitude search ati

Or something like that. If one of the entries is marked with an i – that’s the one you have installed. Then just do:

sudo aptitude remove [packagename]

This ought to restore your xconfig back to the pre-ati state too.

Reply  |  Quote
]]>
By: Travis McCrea http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8948 Sat, 03 May 2008 00:15:58 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8948

I have a valid reason,
Upon upgrading to the new ubuntu, I found that my ATI card’s driver likes to fuck me over, and now I get the white screen of death upon logging in.
There is no way to roll back, so until ATI fixes the error, I am screwed with windows.

Reply  |  Quote
]]>
By: astine http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8947 Fri, 02 May 2008 23:40:31 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8947

I use VMware at work and free version is in fact the player. You are able to create new VM’s for it, but you have to do it by hand, that is, with Vim and a little bit of dd. There are premade confige files and tutorials you can find on the Internet but they are a pain. In general, the pay version, Vmware Workstation, is a lot easier to use.

At home I don’t usually use VM’s, (I don’t actually have a need for Windows,) so I’ve never really used VirtualBox, but I wonder if it can allow you to run a pre-existent partition inside of a VM. I know VMware does (not easily, but it does,) and I felt that this would actually be about the optimal solution for someone switching between Windows and Linux/BSD.

Reply  |  Quote
]]>
By: Keith http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8946 Fri, 02 May 2008 23:28:49 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8946

Well, I’ve made great strides in getting it working to where I’d be 100% satisfied but I think I’ve just about reached maximum performance with my hardware. I happily discovered VirtualBox’s “Guest Addons” which make a ton of difference combined with tweaking VirtualBox’s settings and completely updating the virtualized XP install. My streaming video is definitely watchable although not quite up to par as watching on a native XP environment. The sound occasionally stutters now and I find a lot of frames get dropped but I think that’s largely due to my crappy hardware.

As an aside, my sister’s husband got a new PC recently and they’re dumping the old parts off with me (much to my delight) so I’m hoping the slightly faster processor (2.4 GHz, single core – compared to my current 1.7 GHz) and increased memory will make the difference (it’ll end up being two 512 MB sticks and a 256 MB).

I’ll still see what I can tweak of course but I’m very happy with my new toy. :D

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8945 Fri, 02 May 2008 20:25:57 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8945

Yeah, I have 2GB of RAM and I give one to the VM and everything seems to be running smoothly. Then gain, I haven’t tried watching Video this way. It might be just one of these things that can’t be reliably run in the VM. :( I hope not though. Let me know if you figure it out.

The thing about Virtualization is that it does require you to have rather modern hardware. I have a desktop at my house with 1GB of RAM and 1.9GHz CPU but when I tried running VM on it it was rather sluggish.

On the other hand my 2.4 GHz Dual Core laptop with 2 GB of RAM is running it beautifully. :)

Reply  |  Quote
]]>
By: Keith http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8944 Fri, 02 May 2008 20:14:45 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8944

Thanks for getting back to me. Of course, after I posted the questions, I had to do the research myself and decided on VirtualBox. I set out to install the open source version but soon just decided to use the proprietary binary from Sun so I could get to messing with it quicker. Got XP installed from my CD and was in an XP environment soon after.

In the end, with what little bit I’ve played around so far, I can get my video working but the only catch is it plays at 5 fps instead of the usual 20 fps making it nearly unwatchable. For starting out though, at least the audio is flawless. You mention 1 GB+ RAM needed to run comfortably and that may be my current limitation; I only have 768 MB in this machine. I initially left the default VirtualBox suggestion of 198 MB to provide to the virtual machine and have played around with the value a bit seemingly to no benefit. The only thing I notice is when I start providing 512 MB or more, my whole system slows down considerably and I still get 5 fps.

At any rate, I’m glad I have something new to play around with and will try a bunch of stuff both with the virtual XP install (updating to SP3 for instance) and with my VirtualBox install to see if I can get it to run smoother. Thanks again for bringing up the idea and just maybe I will soon have no more excuses for booting into [my] Windows partition.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8942 Fri, 02 May 2008 19:26:24 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8942

I believe it would work – the VM behaves exactly like a real OS, and I suspect that an app would have to really do something clever to actually figure out it is running inside a virtual sandbox. And of course we would have to assume that the DRM would explicitly check for, and prohibit virtualization.

Try it – all you really need is 10-15GB of free space on the disk to fit the machine and more than 1GB RAM to let the two systems run comfortably.

As for the second question:

VirtualBox is free and released under GPL and very nice. VMWare is proprietary, and I think the free version is only a “Player” which means you can only use “pre-made” OS images. Which means you may not be able to easily find a legal copy of winXP image.

With VirtualBox (and the paid versions of VMWare) you are actually able “install” the guest OS yourself (just like you would install it normally, but in a window). Naturally, you can also use an image file. The image files for the two are not compatible though – at least I don’t think so.

Reply  |  Quote
]]>
By: Keith http://www.terminally-incoherent.com/blog/2008/05/02/no-more-excuses-for-booting-into-windows-partiton/#comment-8939 Fri, 02 May 2008 16:17:43 +0000 http://www.terminally-incoherent.com/blog/2008/05/01/no-more-excuses-for-booting-into-windows-partiton/#comment-8939

The only thing I find myself ever booting into XP for is when I need to run some type of Windows Media Player 10-only DRM-based video that I have been unable to find a way of running in Linux. (I subscribe to Setanta Sports Broadband to catch English/international football and rugby matches since I don’t have satellite or cable). I never really thought about doing this until I read your post today but do you suppose this would run properly with VirtualBox/VMWare?

And having no experience with either, is there a particular one you would recommend over the other or do each have their own strengths and weaknesses?

Thanks for this post!

Reply  |  Quote
]]>