Coolname007
Distinguished Member
Yes, the latest Easy build (for sure) supports Intrepid. I myself have used it successfully with 8.10, though I must admit I always configure NeoGrub manually (though we have had many users on here though who have got the auto-config with checking the box to work with Intrepid). If you want to try that with Jaunty, open up EasyBCD, go to the NeoGrub tab in the Add/Remove Entries section, and click on "Configure". This will open up your NeoGrub menu.lst.
Now replace the contents that are in there with:
Let me know if it works.
Cheers.
Jake
Now replace the contents that are in there with:
# 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:
# EasyBCD Documentation Home - NeoSmart Technologies Wiki
#This is a comment. Comments are prefixed with a '#'
default 0 #Pick the task to be run if the user doesn't pick one within the time limit.
timeout 10 #Give the user 10 seconds to choose a task.
#We use the "title" keyword to indicate a new entry in the menu.
title Ubuntu 9.04 (Jaunty) #This is our first entry - it's number 0
root (hd1,0) #Load Ubuntu from the 2nd harddrive's 1st partition.
chainloader +1
boot
Let me know if it works.
Cheers.
Jake
Last edited: