NeoGrub help

bigmikey00

New Member
I Currently have a version of Open Suse installed on a usb stick.
- i can boot from this with no problem using the F12 function, selecting usb stick and then choosing the OS in Grub (GNU Grub 0.97)
-- i am trying to make this work with IReboot. I have setup everything i could possibly think of in EasyBCD.
now im trying to use NEOGrub as that seems to be the option to work

my config file is below
Code:
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at D:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# http://neosmart.net/wiki/display/EBCD/

title Open Suse
find --set-root /boot/vmlinuz-3.0.101-0.7.15-default
kernel /boot/vmlinuz-3.0.101-0.7.15-default ro root=/dev/sda1
initrd /boot/initrd.img-3.0.101-0.7.15-default

Any help with making this boot would be great.. MY usb is Drive letter H when in OS it is dev/sda1 but i think the MBR may be on dev/sda not sure havent tried that yet.
All i get is the windows failed to load error screen
 
Back
Top