grub-devel
[Top][All Lists]
Advanced

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

AW: Boot isoimages from HD?


From: Bettler, Thomas
Subject: AW: Boot isoimages from HD?
Date: Mon, 20 Dec 2004 11:36:32 +0100

Or would it work maybe to write the ISOimage raw to a partition instead?
Like this the kernel could be accessed via loopback or elsewhere, and my next 
question:
- Is the Linux kernel able to detect and mount a HDpartition as iso9660?
 
For this solution I only need a 700MB partition reserved for raw ISOimages.
 
Any feedback on this proposition is welcome...
 
Thomas Bettler

________________________________

Von: address@hidden im Auftrag von Marco Gerards
Gesendet: Mo 12/20/2004 10:03
An: The development of GRUB 2
Betreff: Re: Boot isoimages from HD?



Thomas Bettler <address@hidden> writes:

> Will it be possible to boot isoimages from HD with grub2?
> This would be a really crazy feature!

Crazy indeed. ;)

The problem would be that you would have to load the entire image into
memory or a blocklist, which can be huge as well, depending on the
fragmentation.

After that el torito emulation is required.  In that case all
operating systems that can deal with it will be able to boot from this
image.  But most sane operating systems will just access the hardware
directly, GNU/Linux for example.  In that case it will just ignore the
emulated CDROM drive.

So the best thing we can do is writing some "loopback" support for GRUB
2.  This is on my long term todo list already.  Using this "loopback"
support you can load files like kernels, etc. from a CDROM image.  But
this does not make it possible to boot from a CDROM image, just to
load a kernel or so from there.

So basically, the answer is no unless someone else has a good idea how
to implement this.

--
Marco





reply via email to

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