B
bugmenott
Guest
Hi. Got Vista x86 (first partition) and ubuntu server 8.10 x64 (second partition) in my computer. So far I have installed neogrub in easybcd and configurated my c:\NST\menu.lst as follows
All seems well, except that when I select the neogrub entry it says that grldr cannot be found and directs me to use ctrl-alt-del.
And I would like to know how do I need to set neogrub to boot ubuntu properly.
Code:
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# [URL]http://neosmart.net/wiki/display/EBCD[/URL]
title "Ubuntu Server"
root (hd0,1)
kernel /boot/vmlinuz-2.6.27-7-server root=/dev/sda2 ro quiet splash vga=791
initrd /boot/initrd.img-2.6.27-7-server
And I would like to know how do I need to set neogrub to boot ubuntu properly.