Grub


Table of Contents

Booting CD with grub 
Installing grub into virtual system 
Advanced multi-boot 
Use Grub for GRML please 
How to boot several CD iso files in a DVD 
Steps at a glance 
A little bit of theory 
Step 1 
Step 2 
Step-3 
Step-4 
Step-5 
Setp-6 
References 
built bootable iso with grub 
Re: ISOLINUX boot problem 
Re: ISOLINUX boot problem 
Re: ISOLINUX boot problem 
Re: ISOLINUX boot problem 
Re: ISOLINUX boot problem 
USB booting :: three stage GRUB boot … how 
USB booting :: three stage GRUB boot … how 
GRUB splashimage 
GRUB splashimage 

Booting CD with grub 

Newsgroups: gmane.linux.debian.user
Date: 2007-08-09

http://article.gmane.org/gmane.linux.debian.user/298984/

(Compilation note, message edited to fix the problem and hide the question)

I put stage2_eltorito and menu.lst in boot/grub, and build the boot CD with

$ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
    -boot-load-size 4 -boot-info-table -o grub.iso iso

The CD boots ok, the menu loaded fine, and every entry boots fine as well.

My grub is:

$ apt-cache policy grub
grub:
  Installed: 0.97-27
  Candidate: 0.97-27
  Version table:
     0.97-29 0
         50 http://mirror.peer1.net unstable/main Packages
 *** 0.97-27 0
        300 http://mirror.peer1.net etch/main Packages
        100 /var/lib/dpkg/status

xpt