Hi all. I've got a problem here, and was wondering if anyone knows what I'm doing wrong. I started with a copy of Ubuntu 10 running on my system.
My copy of Windows 7 finally arrived, so I installed it immediately. I then booted Ubuntu from the live CD to restore GRUB. I did so, and then rebooted. I realized that while booting Windows 7 is easy:
I cannot seem to find the correct root variable for Ubuntu. I think that otherwise my sytax is correct:
Code: Select all
root (hd0,0)
kernel /vmlinuz root=/dev/something
boot
When booting from the live CD and running GParted, I can see that my linux partition is /dev/sda1, flagged as boot. What am I missing here?