[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: boot from cdrom
From: |
Molle Bestefich |
Subject: |
Re: boot from cdrom |
Date: |
Tue, 17 Jan 2006 13:28:19 +0100 |
Marco Gerards wrote:
> sumesh <address@hidden> writes:
> > Dear sir,
> > I can boot from a floppy by the following commands
> >
> > grub>rootnoverify (fd0)
> > grub>chainloader +1
> > How can I boot from cdrom like this
>
> You can't.
You can in fact. Just not with Grub.
There are other boot loaders that can do this just fine.
(And then again, you can even sort-of do it with GRUB, if you use it
in combination with an able boot loader.)
Smart Boot Manager is one of the options:
http://btmgr.sourceforge.net/about.html
It supports booting from ATAPI (and PCMCIA) CDROMs.
If you feel like coding something up yourself, the source code for
Smart Boot Manager is available. If you are in fact loading your boot
loader from a CDROM also, have a look at ISOLINUX, which is a
particularly excellently coded piece of software that makes use of El
Torito.