GRUB Bootmanager [message #31991] |
Wed, 16 July 2008 21:43 |
elturco
Messages: 12 Registered: July 2008
|
Junior Member |
|
|
Hii,
I want to make some changes to start Ubuntu with OpenVz kernel. I am a newbie and want to be sure that is right what i want to do.
I will change in the menu.lst the default entry from 0 to 5, because the openvz kernel is on place 5. Started to count the kernels from 0. And then I want to change the root entry to (hd0,5).
title Ubuntu 7.10, kernel 2.6.18-12-fza-686-bigmem
root (hd0,5)
kernel /boot/vmlinuz-2.6.18-12-fza-686-bigmem root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro quiet splash
initrd /boot/initrd.img-2.6.18-12-fza-686-bigmem
quiet
Is it right want I want to do ? Can anyone help me...
|
|
|
|
|
|
Re: GRUB Bootmanager [message #32011 is a reply to message #32007] |
Thu, 17 July 2008 09:37 |
elturco
Messages: 12 Registered: July 2008
|
Junior Member |
|
|
I tried what you have mentioned before, but the openvz kernel that I have installed will not be loaded.
Here are the kernel on my machine:
title Ubuntu 7.10, kernel 2.6.22-15-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-15-generic root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro quiet splash
initrd /boot/initrd.img-2.6.22-15-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-15-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-15-generic root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro single
initrd /boot/initrd.img-2.6.22-15-generic
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, kernel 2.6.18-12-fza-686-bigmem
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-12-fza-686-bigmem root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro quiet splash
initrd /boot/initrd.img-2.6.18-12-fza-686-bigmem
quiet
title Ubuntu 7.10, kernel 2.6.18-12-fza-686-bigmem (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-12-fza-686-bigmem root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro single
initrd /boot/initrd.img-2.6.18-12-fza-686-bigmem
title Ubuntu 7.10, kernel 2.6.18-12-fza-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-12-fza-686 root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro quiet splash
initrd /boot/initrd.img-2.6.18-12-fza-686
quiet
title Ubuntu 7.10, kernel 2.6.18-12-fza-686 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-12-fza-686 root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro single
initrd /boot/initrd.img-2.6.18-12-fza-686
title Ubuntu 7.10, kernel 2.6.18-12-fza-486
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-12-fza-486 root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro quiet splash
initrd /boot/initrd.img-2.6.18-12-fza-486
quiet
title Ubuntu 7.10, kernel 2.6.18-12-fza-486 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-12-fza-486 root=UUID=19eab690-e5bf-4663-81b2-b74d7fcab58f ro single
initrd /boot/initrd.img-2.6.18-12-fza-486
title Ubuntu 7.10, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
My problem is, I dont how to say my bootmanager to load the openvz kernel.. Do you know what I mean ?
|
|
|
|
|
|
|
|
|
|
|
|
|
|