Ok I noticed a lot of people asking this question in here its not really and acer guide but a general how to guide for dual tri or quad boot linux with xp vista or 7 or all 3
Ubuntu is available as a "live" CD, which means that you can use it directly from the CD without installing it. But running an operating system from a CD is slow, to see what Ubuntu can do running at full speed, you need to install it to your hard disk.
The ideal situation would be to install Ubuntu on it's own separate hard disk, but most people don't have two hard drives in their computer, and most people are not prepared to give up Windows. Therefore they have to install Ubuntu along-side Windows on the same hard disk in a dual-boot configuration.
Configuring a dual-boot system involves partitioning your hard disk to make space for Ubuntu. When your computer first starts, it reads information on the first sector of the hard drive which tells it where to find the "boot loader". The boot loader is a file with information about the installed operating systems and how to start them.
The boot loader for Windows is a file named "boot.ini". The boot loader for a Linux system (like Ubuntu) is GRUB (Grand Unified Boot Loader). When you install Ubuntu in a dual-boot system, it redirects the system to use GRUB. When you first start your system, GRUB presents a list of options, including starting Ubuntu or starting Windows. So you'll still be able to use your Windows operating system.
To install Ubuntu, start it with the live CD. To use the live CD, your computer's BIOS must be configured to boot from the CD drive. It's probably already configured that way, but if not, when your computer first starts watch for a message telling you which key to press to access the BIOS setup. Most computers use the F2, F1, Esc, or Del key.
When the BIOS setup screen appears, select the Boot option, configure the CD drive in the boot order before the Hard Disk drive, then follow the instructions to save your change and exit. This change will not effect the normal operation of your computer except for a slight delay when it starts to check the drive for a bootable CD.
Because Ubuntu live CD creates its file system in RAM, it requires a system with a least 512 MB of RAM. Some sources claim the minimum is 256 MB, but I havent had any luck getting Ubuntu live CD to boot on systems with less than 512 MB of RAM.
Installing Ubuntu as a dual-boot system involves partitioning your hard disk to make space for Ubuntu. If you make a mistake in the partitioning process, you could lose your Windows operating system. I'm going to explain the partitioning process in complete detail, so the chances of making a mistake are minimal, but you should still make a complete back up just in case.
You'll need at least 10 GB of free space for Ubuntu on your hard disk. You should also leave at least 10 GB of free space for Windows after you install Ubuntu. So if you don't have at least 20 GB of free space on your hard disk, you should remove any unnecessary programs and files first.
Then run Windows Disk Cleanup utility to get rid of any other unnecessary files. You should also run Windows Defragment utility to move the data on your hard disk to consecutive allocation units, which will make it easier to partition the disk.
Start your computer with the live CD. Ubunto uses the GNOME desktop, which looks similar to the Windows desktop, except that the menu, by default, is located at the top of the screen. To install Ubuntu, click on the Install icon on the desktop, or select System | Administration | Install in the menu.
Ubuntu will present several screens where you select your language, location, keyboard layout, login name, and password. After entering data in each screen, click on the [Forward] button. Eventually you reach the "Prepare diskspace" screen. Make sure the "Manual" radio button is set, then click on the [Forward] button.
On the "Prepare partitions" screen which appears, you'll see a rectangle with a green border. Similar to Windows Disk Manager, this rectangle represents the NTFS area of your hard disk that now contains the Windows operating system. Right-click on the NTFS partition and, in the popup menu that appears, select Resize / Move.
Remember, earlier when you checked the space on your hard drive and determined how much you would leave for Windows and how much you could free up for Ubuntu. In the Resize dialog box that appears, move your mouse pointer over the black arrow on the right side of the box with the green border. Drag the black arrow to resize the partition. Then click on the [Forward] button.
In the warning message box that appears, click on the [Apply] button. Ubuntu will proceed to resize the partition. When the message box appears that informs you that operation has been completed, click on the [Close] button.
After the partition has been resized, the "Prepare mount points" screen will appear. At this point you have created some free space on your hard disk, but you have not created partitions for Ubuntu. Click on the [Back] button to return to the "Prepare partitions" screen.
You might recall that a hard disk can have up to four primary partitions. If you need more than four partitions, one of the primary partitions can be configured as an extended partition. There can be only one extended partition on a drive, but that extended partition can be divided into up to 23 logical drives (or as many as you can configure without reusing a drive letter).
An operating system can be booted only from a primary partition. I'm telling you this for informational purposes only, because we only need three partitions to create a dual-boot Windows and Ubuntu system. Some drives use a primary partition for special drive debugging utilities or encryption software, but that still leaves the three partitions we need.
Ubuntu, like any Linux system, needs one partition for the root file system, and another partition to use as a swap space. The Windows operating system uses a file on the same partition as a swap space (pagefile.sys). So Windows can be installed on a single partition. In some rare situations (i.e. the SWAP partition is on a separate drive) having a separate SWAP partition can improve system performance. But in most cases, it just makes Linux more complicated to install. However, since this function is part of the Linux Kernal, I doubt that it will get fixed anytime soon.
In the "Prepare partitions" screen, right-click on the unallocated space that you created. In the popup menu that appears, select New. In the "Create new Partition" dialog box that appears, use the up/down controls to set the number in the "Free Space Following" box to 1024. In other words, the new partition will use all the free space except 1024 MB, which we are leaving for the SWAP partition.
In the "Create new Partition" dialog box, make sure "Create as:" is set to "Primary Partition" and "Filesystem" is set to "ext3". Then click on the [Add] button. Then in the "Prepare partitions" screen, click on the [Forward] button.
In the warning message box that appears, click on the [Apply] button. Ubuntu will proceed to create the partition. When the message box appears that informs you that operation has been completed, click on the [Close] button.
Now we need to configure the remaining 1024 MB of free space into a partition for the SWAP partition. Click on the [Back] button to return to the "Prepare partition" screen.
In the "Prepare partitions" screen, right-click on the remaining unallocated space. In the popup menu that appears, select New. make sure "Create as:" is set to "Primary Partition" and "Filesystem" is set to "ext3". Then click on the [Add] button. Then in the "Prepare partitions" screen, click on the [Forward] button.
In the warning message box that appears, click on the [Apply] button. Ubuntu will proceed to create the partition. When the message box appears to inform you that operation has been completed, click on the [Close] button.
In the "Prepare mount points" screen, you need to select one partition for the root file system, and one partition to use as a swap space. In the list of mount points, in the drop-down list for the large partition that you created, select "/". In the drop-down list for the small partition that you created, select "SWAP". Then click on the [Forward] button.
In the "Ready to install" screen that appears, verify the settings information, then click on the [Install] button. Ubuntu will proceed to copy files to the hard disk.
When the "Installation Complete" dialog box appears, click on the [Restart now] button. After the CD is automatically ejected, press the keyboard [Enter] key.
After the computer restarts, GRUB will appear giving you a selection of operating systems to start. Use the keyboard arrow keys and [Enter] key to select an operating system. If you choose Ubuntu, screens will appear requesting your username and password, then Ubuntu will start.
If you select Windows, the first time you run it, it will notice that the hard drives partitions have been tampered with and it will run CHKDSK and may install new devices. The next time you choose Windows, it will start normally.
Now, with your dual-boot configuration you can see what Ubuntu can do when installed to your hard disk running at full speed, and you can still run Windows when you need to use legacy applications that don't come in a Linux version.
By Stephen Bucaro
-
-
Yes nice .... NICE WAY TO KILL THE ACER RECOVERY PARTITION ..
-
Yeah right whatever ever you say kira ive done this OOo... about 200 times and never destroyed a restore partition not ONCE ever besides do your self a favor go get an OEM copy of vista/xp for 80 bucks and drop the restore partition thats bloated with crap ware. if you dont mess around with the restore partition you wont damage it. I can take your acer with vista on it set wipe vista put ubuntu xp and win 2k on it leave the restore partition in tact then wipe it all back to vista using the restore partition
-
nice! +rep
-
yeah nice guide i wish i had this the whole partitioning the hard drive confused me but i got it
-
very nice dude... Having been a Mac dude for years now (the last windows I ran was ME) it had me worried. Now it's clear! I like the Acer Laptop w/Vista but my main machine will always be my G5 running OS X. I record a lot (musician) and Mac's "do it better"
We bought the Acer to surf wirelessly in our bedroom (pillowtop queen sized and a 50" HD TV at the foot of it) - the bedroom is where me and "mama" hang at night and on the weekends (when I'm not hammerin' on my guitars).
-
hell yuh i hear ya man u should check out ubuntu studio pretty cool stuff packaged in there for musicians and video editing i dont do either but ive heard good things
-
wow... been searching for recording with Linux - WOW lots of goodies and THEY'RE ALL FREE!!! What an OS - I'm installing tonight! Ardour Recording Software is amazing looking and LOADS of free Plug-ins to be had too. I have literally THOUSANDS tied up in software and plug-ins and this Linux stuff is FRIGGIN' FREE :
thanks John for being my Guru on this - I'm in yer debt bud! -
Ubuntu really is a decent OS. nice guide.
there is another 'easier' way to do this and that is to...
> load Windows
> instert live disk
> install like a windows application (WUBI)
Disk preformance isn't great but it works! -
yuh i hate wubi tried it a few times you dont get the real speed of linux with it in my opinion im actually more of a fan of gentoo and dream linux but ubuntu is a good starting place fr beginners heres another tip google terminal commands and keep them at urside for awhile
-
There's a problem with this--what if the installation media for your new OS isn't recognized and all you get is the dreaded blinking white cursor in the upper left-hand corner?
-
Nice guide, I installed Ubuntu a couple weeks ago and the only problem I've been having is I'm trying to change the default selection for the GRUB loader to the Windows selection (Which I still currently use more). I've tried using the grub-set-default command and also tried editing the menu.lst in the grub folder but I get an access denied on both and I also can't give myself permissions to edit the file. Any ideas?
-
is there a way to partition my 6920g for a 5th drive and make it bootable with windows 7 RC and not having to use linux to go through the dual boot process? i've tried disk manager but when i try to partition my d drive. it says it will create dynamic disks and i will not be able to boot from it? is there a way to get around this? would someone like to explain the concept of dynamic disks to me? lastly if i partition a drive will i lose any of my previous data. I have no problem install windows 7 over vista, as long as i can downgrade some how with out losing all my files (which i believe isn't possible). hope people can help me. thanks in advance.
-
As another approach to trying out a linux distro, if you don't want to partition etc., but just get a feel for the os you can always virtualize it. -
just a quick search on the net will show that its a nasty bit of stuff the messes with the MBR.
before you post how to's, you should also post how to get out or get shot of ubuntu....its junk,looks like a kid wrote it.
well all i can say is DON'T DO IT UNLESS YOU KNOW WHAT YOU ARE DOING AND HOW TO GET BACK TO NORMAL WHEN YOU NO LONGER NEED DUAL BOOT, RECOVERY DISKS OR D2D WILL NOT RESTORE THE MBR
or delete the grub loader. -
First time I ever used ubuntu, was a torrid time getting rid of the grub loader, so agree with you there hoggie!!!!
Recently tried ubuntu again, and now more knowledgeable, before I deleted ubuntu, I used easybcd to rewrite the windows MBR, then and only then did i delete the ubuntu partition. (I'm going to try mandriva now for something to do, i'm bored lol). But, this doesn't re-write the ACER MBR, once this has been overwritten it's very, very difficult to make the hidden partition functional again. -
which is free to download.
http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/
but i know what im doing...most of our firsttime posters would be crying if they used linux. and then came up against the grub loader
and here is the micro$oft help page on using the cd/dvd.
http://support.microsoft.com/kb/927392
Phil -
-
Brought back from the dead huh?
-
Well, since it's been brought back from the dead, I'd like to ask you guys something. I'm trying to help someone over on Ubuntu Forums. He has an Acer 5920G with the dreaded "4 primary partitions" problem.
I got around that with my Acer 5920 a coupla years ago by screwing up Vista and reinstalling, which created one Vista partition.
His partitions don't look quite the same as mine, so I was wondering if I could get a few suggestions as to the safest, easiest way to get rid of a partition or two.
Guide to Dual booting Windows and ubuntu
Discussion in 'Acer' started by johngreaver, Mar 16, 2009.