All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marco Gerards <mgerards@xs4all.nl>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Boot an ISO on an external/internal HD partition.
Date: Sun, 19 Feb 2006 13:23:30 +0100	[thread overview]
Message-ID: <874q2vwn99.fsf@xs4all.nl> (raw)
In-Reply-To: <43F7C9BB.5020109@internode.on.net> (philbert@internode.on.net's message of "Sun, 19 Feb 2006 11:58:27 +1030")

Phil <philbert@internode.on.net> writes:

> Hi all,  my name's phil and i'm not a programmer - other than writing
> perl scripts to make my working day easier - but i haven't joined this
> list as a coding member.  I had an idea that i thought should go
> public to see if it was possible to do.  In short my idea is this:
>
> Have a Fat32 partition that can have a bootable ISO stored on it -
> Fat32 for Win/Linux compatibility - that can itself be booted.
> eliminating the need to burn disks and eliminating the possibility of
> read errors through dust, finger prints or misuse.

Sorry, but this unfortunately possible in a general way.  The only
thing that is possible is loading files from an ISO 9660 filesystem
that is stored in another filesystem (the situation like you
described).  But loading a file is not enough to boot an OS, the OS
just does not understand what is going on.

So if you want an OS stored on a ISO 9660 image to understand such
setup, the only option is modifying the OS.  In the case of GNU/Linux,
you might have a look at using a loopback filesystem as the root
filesystem.  How to make this possible is not in the scope of this
list.  When the kernel supports it, you can use the GRUB 2 `loopback'
command.

But because you are not a developer (as it seems) who is interested in
hacking kernels, you just have to know it is not possible.

--
Marco





  reply	other threads:[~2006-02-19 12:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-19  1:28 Boot an ISO on an external/internal HD partition Phil
2006-02-19 12:23 ` Marco Gerards [this message]
2006-02-20 17:25 ` leslie.polzer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874q2vwn99.fsf@xs4all.nl \
    --to=mgerards@xs4all.nl \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.