I recently bought a netbook (Asus EeePC 1215B, 4Gig RAM, 500GB disk, Fusion E-450 apu), which came preloaded with windows 7 home premium. Now, what I want is to have both Windows 7 and Kubuntu 11.10 on it, windows for the games and the university-mandated windows-only stuff, and kubuntu for everything else.
The disk was partitioned as follows when I got it:
100GB -> C:
15GB -> windows recovery data
350GB -> D: (was empty, clearly meant just for data)
16MB -> ? (I think it's EFI-related stuff)
Since 100GB is plenty enough for windows, I decided to not mess around with windows and simply salvage the 350GB partition for use by Kubuntu. I made a recovery USB stick out of the 15GB partition, which frees up the option of having another primary partition, since I at first thought that the issue was having the /boot in an extended partition. I want to set this up as follows:
256MB -> /boot (ext3, primary)
and in an extended partition
8GB -> swap
15GB -> / (ext4)
the rest -> /home (ext4)
I've downloaded kubuntu-11.10-desktop-amd64.iso, and used another system I have (with Kubuntu 10.10) to create a startup USB stick with it. The MD5 of the ISO checks out, as does the file check on the stick after booting from it. CD boots are not an option, because the netbook doesn't have an optical drive. Installation itself works too. No problems there yet. During installation, I pointed the boot loader to /dev/sda2 (the /boot partition).
Now, the problem is that I am unable to get the installation right in order to boot into Kubuntu. I've been using EasyBCD (as suggested on the help.ubuntu.com page), and no matter what combination I try, it doesn't work. The most success I've had so far is using EasyBCD to add a Linux entry to GRUB2 (where the location is automagically selected, according to that program). Upon boot, this simply gives me a "grub>" cmd option, with a few commands. Is there anything I've missed, or anything I shouldn't have done? And more importantly, can anyone help me with the solution?
I'm a beginner/intermediate user. I know how to use a console, but that's about it (I mainly use Linux for non-sysadmin related stuff)
Many thanks in advance for trying to help me.
The disk was partitioned as follows when I got it:
100GB -> C:
15GB -> windows recovery data
350GB -> D: (was empty, clearly meant just for data)
16MB -> ? (I think it's EFI-related stuff)
Since 100GB is plenty enough for windows, I decided to not mess around with windows and simply salvage the 350GB partition for use by Kubuntu. I made a recovery USB stick out of the 15GB partition, which frees up the option of having another primary partition, since I at first thought that the issue was having the /boot in an extended partition. I want to set this up as follows:
256MB -> /boot (ext3, primary)
and in an extended partition
8GB -> swap
15GB -> / (ext4)
the rest -> /home (ext4)
I've downloaded kubuntu-11.10-desktop-amd64.iso, and used another system I have (with Kubuntu 10.10) to create a startup USB stick with it. The MD5 of the ISO checks out, as does the file check on the stick after booting from it. CD boots are not an option, because the netbook doesn't have an optical drive. Installation itself works too. No problems there yet. During installation, I pointed the boot loader to /dev/sda2 (the /boot partition).
Now, the problem is that I am unable to get the installation right in order to boot into Kubuntu. I've been using EasyBCD (as suggested on the help.ubuntu.com page), and no matter what combination I try, it doesn't work. The most success I've had so far is using EasyBCD to add a Linux entry to GRUB2 (where the location is automagically selected, according to that program). Upon boot, this simply gives me a "grub>" cmd option, with a few commands. Is there anything I've missed, or anything I shouldn't have done? And more importantly, can anyone help me with the solution?
I'm a beginner/intermediate user. I know how to use a console, but that's about it (I mainly use Linux for non-sysadmin related stuff)
Many thanks in advance for trying to help me.
Comment