Hi all,
i want to use GRUB as bootloader for a LiveCD. I was able to install and run the LiveCD using GRUB, but the 'loader' app does not find the kernel because CDRom is not recognized, instead 'loader' lists floppy as disk0.
Is it possible to force 'loader' via parameters in the menu.lst file to use CDRom to load kernel?
Currently it looks like this:
default=0
timeout=5
color yellow/blue white/black
title FreeNAS
root (cd)
kernel /boot/loader
The ISO is created using the following cmd:
mkisofs -b "boot/grub/stage2_eltorito" -no-emul-boot -boot-load-size 4 -boot-info-table -c "boot/boot.catalog" -d -r ...
Here are some post that has the same problem (nearly 2 years old) but with no solution:
http://lists.freebsd.org/pipermail/freebsd-hackers/2005-December/014746.html
http://lists.freebsd.org/pipermail/freebsd-hackers/2005-December/014891.html
Does anyone has a tipp?
Regards
Volker
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"