Results 1 to 1 of 1
Hello everyone!
I am traing to make a bootable cd using grub, i am using the stage2_eltorito file liike my boot file, and this file is under a folder call ...
- 09-05-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 7
GRUB Problems
Hello everyone!
I am traing to make a bootable cd using grub, i am using the stage2_eltorito file liike my boot file, and this file is under a folder call grub, this is tree:
/boot/grub/stage2_eltorito
/boot/grub/grub.conf
/boot/grub/menu.lst
/boot/grub/DigitalAnGeL.xpm.gz
Here is my grub.conf:
default 0
timeout 30
splashimage=(cd0)/boot/grub/DigitalAnGeL.xpm.gz
title=LiveCD
root (cd0)
kernel (cd)/boot/kernel-genkernel-x86-2.6.15-gentoo-r1 vga=788 \
root=/dev/ram0 init=/linuxrc \
looptype=squashfs loop=/livecd.squashfs udev nodevfs \
cdroot dodmraid \
real_root=/dev/loop/0
initrd (cd)/boot/initramfs-genkernel-x86-2.6.15-gentoo-r1
when i boot my cd, I just get the grub in command-line mode, I dont way my stage2 cant read my grub.conf or menu.lst.
I hope somebody have/had tha same problem and can give me a hand to fix this problem.
Thnaks


Reply With Quote
