hi all,
I am installing grub  on my USB drive using command
sudo grub-install --no-floppy --root-directory=/media/disk /dev/sdb

and creating a grub.conf file with entry as ...

default         0
timeout         10

title           Ubuntu (Live)
root            (hd0,0)
kernel          /boot/vmlinuz boot=casper file=/preseed/ubuntu.seed
persistent
initrd          /boot/initrd.gz


but when i boot from it i get grub prompt ...
and i use command configfile to use this created file ...
its there in /boot/grub/grub.conf.....  of USB drive ....

how can i make grub take this file automatically ...


thankx
kanishk

~
-- 
regards
kanishk
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to