Install Linux alongside 2 windows installations - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html) +--- Thread: Install Linux alongside 2 windows installations (/thread-444.html) |
Install Linux alongside 2 windows installations - XclusivVv - 2010-06-23 Hello Hybrid! I was just in the middle of trying to sudo kate the grub file when I started googling, and thinking maybe this isn't a good idea lol. I will check out the link you posted, and give it a try. Back in a flash. Thanks! EDIT: What am I doing wrong? Code: sudo mount /dev/sda4 Install Linux alongside 2 windows installations - XclusivVv - 2010-06-23 Hello again! Okay, i'm still here in the LiveCD. I am getting stuck with Method 3 - Step 6: Code: ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev I'm assuming this isn't something I can ignore and continue to step 7? Thanks! EDIT: Okay, I think I sorted that. I had to mkdir them all. I am having trouble with step 7 now: Code: Chroot into your normal system device: When I attempt to do that I get: Code: ubuntu@ubuntu:~$ sudo chroot /mnt Help? lol Install Linux alongside 2 windows installations - hybrid - 2010-06-23 Try doing this before the instructions: Code: sudo umount "/media/Linux Root" Once you've done that, the first mount command will work properly and the rest should also work properly. Install Linux alongside 2 windows installations - XclusivVv - 2010-06-23 Hello Hybrid! No luck my friend.. Code: ubuntu@ubuntu:~$ sudo umount "/media/Linux Root" EDIT: I done the umount command, and still no luck. I also tried going to "Dolphin" and rightclick - Unmount. The "Linux Root" keeps re-mounting itself. Does this look correct: Install Linux alongside 2 windows installations - hybrid - 2010-06-23 Quote:Hello Hybrid! OK, you probably need to reboot the live CD now. Once you have done so, run: Code: sudo umount "/media/Linux Root" and then follow the Ubuntu wiki instructions from the beginning. Sorry about any confusion. Install Linux alongside 2 windows installations - XclusivVv - 2010-06-23 Hello Hybrid! I have restarted the machine, and am back. I still have the same problem: Code: ubuntu@ubuntu:~$ sudo umount "/media/Linux Root" Any ideas? Install Linux alongside 2 windows installations - hybrid - 2010-06-23 There are some signs that your installation of Kubuntu might not have worked properly. It might be quicker and easier to just re-run the Kubuntu install again, just by following my guide above again, choosing to format the same partitions. At very least that should eliminate the possibility that it is just this install that went wrong! Install Linux alongside 2 windows installations - XclusivVv - 2010-06-23 Hello Hybrid! I have now formatted all Linux related partitions (Root/Home). I also renamed the Labels to Linux_Root (previously Linux Root) and Linux_Home (previously Linux Home). I installed Kubuntu from fresh (as per your instructions), giving that would I be right in assuming we are at Stage 1 again now? I tried to boot, and had the same error about the kernel. Where do I go from here? Thanks! PS: I am currently using the "Try Kubuntu without installing" option. Install Linux alongside 2 windows installations - hybrid - 2010-06-23 OK, we'll have to go down another route still. It is possible it is the zero UUIDs (00000-00000... etc. that you noticed) that are the problem. If you open up the grub.cfg file, do you still see those zero'ed entries? Also, what result do you get from running: Code: blkid in the Live CD terminal? This command should show you what the partition UUIDs should be. And just to reiterate -- I am stumped as to why the bootloader is failing. It makes no sense to me why the installer didn't set it up properly. The installation process shouldn't normally be this difficult, you understand! :) Install Linux alongside 2 windows installations - XclusivVv - 2010-06-23 Quote:It is possible it is the zero UUIDs (00000-00000... etc. that you noticed) that are the problem. If you open up the grub.cfg file, do you still see those zero'ed entries? Affirmative, I still see all the 0000's apart from under the Windows 7 Boot Loader menu entry. KUBUNTU 10 BOOT LOADER ENTRY Code: ### BEGIN /etc/grub.d/10_linux ### WINDOWS 7 BOOT LOADER ENTRY Code: ### BEGIN /etc/grub.d/30_os-prober ### Quote:Also, what result do you get from running: I ran the blkid using the "Sudo" command and I got the following results: Code: ubuntu@ubuntu:~$ sudo blkid Some more information: Also if it helps, my GRUB is v1.98. I read somewhere online that GRUB2 doesn't allow you to edit the grub.cfg file, (even if you try editing it using root). Now I am unsure as whether the 1.98 is behaving/being treated as GRUB2 as I can't edit the grub.cfg. I found a fix for someone elses problem over at launchpad. It seems quite similar but doesn't seem to help if I change the numbers to match my distro. Quote:Try:sudo apt-get clean; sudo apt-get --reinstall install linux-image-2.6.31-20-generic <div class="ipsSpoiler" data-ipsspoiler=""> <div class="ipsSpoiler_header"> https://answers.launchpad.net/ubuntu/+question/104757 </div> Thanks in advance for your help! EDIT: I did read somewhere that Windows 7 creates a hidden partition, however that being said I don't think it would get in the way of the installations as all the partitions are labelled correctly as you can see from the blkid. EDIT again: I did notice this... Code: /dev/sda4: LABEL="Linux_Root" SEC_TYPE="ext2" TYPE="ext3" Do you think I should reformat the Linux partitions with ext2? </div>[/quote] |