Bootable El-Torito CD with GRUB Legacy: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
-V, not -A, in mkisofs is volume label.
m Fix links as the old GRUB article is renamed to GRUB Legacy
Line 6: Line 6:
You will need the following:
You will need the following:
* [[mkisofs]], which is in fact superseeded by [[genisoimage]].
* [[mkisofs]], which is in fact superseeded by [[genisoimage]].
* A (Multiboot compliant) kernel that [[GRUB]] can boot.
* A (Multiboot compliant) kernel that [[GRUB Legacy]] can boot.
* The El-Torito GRUB Legacy stage2 file, called <tt>stage2_eltorito</tt>.
* The El-Torito GRUB Legacy stage2 file, called <tt>stage2_eltorito</tt>.


Line 170: Line 170:
* [[mkisofs]]
* [[mkisofs]]
* [[Bootable CD]] - using floppy disk emulation
* [[Bootable CD]] - using floppy disk emulation
* [[GRUB 2]] - for info on using GRUB 2 to make a bootable CD
* [[GRUB]] - for info on using GRUB 2 to make a bootable CD with modern GRUB

=== Forum ===
=== Forum ===
* [[topic:19050|Thread about making your own .iso image from scratch without tools]]
* [[topic:19050|Thread about making your own .iso image from scratch without tools]]
=== External Links ===
=== External Links ===

* [http://www.geocities.com/imulgrew/grub_files.tar.gz Package containing the GRUB stages] (including <tt>stage2_eltorito</tt>)
* [http://www.geocities.com/imulgrew/grub_files.tar.gz Package containing the GRUB stages] (including <tt>stage2_eltorito</tt>)
* [ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz Source for GRUB Legacy] to build it yourself
* [ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz Source for GRUB Legacy] to build it yourself