bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Booting a CD using grub-0.93


From: Chris Lingard
Subject: Booting a CD using grub-0.93
Date: Tue, 14 Oct 2003 15:05:14 +0100
User-agent: KMail/1.5.2

A while ago there was a patch, by Thierry Laronde, for grub-0.92 that allowed
booting from a CD.  I have ported this patch to grub-0.93, and it is attached,
along with script mkbimage.

I have tested this, but only for Linux and ext2.  This patched version is on
my MBR, and on my boot CD.

There have been many requests over the last few months, to boot CDs using
grub.  Would those people like to test this?

The boot image is built like this:

boot/vmlinuz
boot/initrd.gz
boot/grub/e2fs_stage1_5
boot/grub/stage1
boot/grub/stage2
boot/grub/menu.lst

This is tarred and used by the mkbimage script

An example of the menu is:

title Standard LFS
kernel /boot/vmlinuz root=/dev/ram0 rw init=/linuxrc
initrd /boot/initrd.gz

title 640x480x16M frame buffer LFS
kernel /boot/vmlinuz root=/dev/ram0 rw init=/linuxrc vga=0x312
initrd /boot/initrd.gz

Chris

PS
I also made a minor change for gcc-3.*
__u32 long j_mount_id -> __u32 j_mount_id in stage2/fsys_reiserfs.c


Attachment: mkbimage.bz2
Description: BZip2 compressed data

Attachment: grub-0.93-cd.patch.bz2
Description: BZip2 compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]