Hello!
I have installed Chromium OS along with my Ubuntu today following instructions at the following website.
multiboot [Chromium OS builds by Hexxeh]
The problem is that the author has given help regarding altering the Grub 2 menu list to be able to boot into Chromium. But I have configured my system in such a way that I have a Grub Legacy residing in a separate boot partition through which I boot into various OS's. I have my system configured with help from the instructions at the following page.
Multiple OS Installation -
Now I need help in altering the changes the author has given for Grub 2 so I could introduce them in my Grub Legacy so that I am able to boot into both Ubuntu and Chromium.
I tried comparing the previous entries in Grub Legacy and tried some adaptations. But as I'm a tech newbie, I'm having trouble with it.
The lines given by the author of the guide are the following.
menuentry "ChromiumOS" {
insmod ext2
set root=(hd0,x)
linux /boot/vmlinuz root=LABEL=C-ROOT rw noresume noswap i915.modeset=1 loglevel=1 quiet
initrd /boot/initrd.img
}
I have my C-ROOT in /dev/sda9 and my C-STATE in /dev/sda8.
So, I substituted (hd0,x) with (hd0,8).
Trying to adapt, I tried the following code.
title Chromium
root (hd0,8)
kernel /boot/vmlinuz root=/dev/sda9 rw (I tried ro istead of also here)
initrd /boot/initrd.img
But I get an error when I choose 'Chromium' in my Grub menu saying, "File missing" or something like that. I'm not exactly sure of the exact words of the message.
Can anyone help me out here?
Thanks!
Cheers!
I have installed Chromium OS along with my Ubuntu today following instructions at the following website.
multiboot [Chromium OS builds by Hexxeh]
The problem is that the author has given help regarding altering the Grub 2 menu list to be able to boot into Chromium. But I have configured my system in such a way that I have a Grub Legacy residing in a separate boot partition through which I boot into various OS's. I have my system configured with help from the instructions at the following page.
Multiple OS Installation -
Now I need help in altering the changes the author has given for Grub 2 so I could introduce them in my Grub Legacy so that I am able to boot into both Ubuntu and Chromium.
I tried comparing the previous entries in Grub Legacy and tried some adaptations. But as I'm a tech newbie, I'm having trouble with it.
The lines given by the author of the guide are the following.
menuentry "ChromiumOS" {
insmod ext2
set root=(hd0,x)
linux /boot/vmlinuz root=LABEL=C-ROOT rw noresume noswap i915.modeset=1 loglevel=1 quiet
initrd /boot/initrd.img
}
I have my C-ROOT in /dev/sda9 and my C-STATE in /dev/sda8.
So, I substituted (hd0,x) with (hd0,8).
Trying to adapt, I tried the following code.
title Chromium
root (hd0,8)
kernel /boot/vmlinuz root=/dev/sda9 rw (I tried ro istead of also here)
initrd /boot/initrd.img
But I get an error when I choose 'Chromium' in my Grub menu saying, "File missing" or something like that. I'm not exactly sure of the exact words of the message.
Can anyone help me out here?
Thanks!
Cheers!