* [gentoo-user] how to install from ISO without burning it
@ 2011-09-18 19:01 Harry Putnam
2011-09-18 19:18 ` Poncho
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Harry Putnam @ 2011-09-18 19:01 UTC (permalink / raw
To: gentoo-user
I've been looking around for a way to install gentoo just by plopping
an ISO into a known partition,.
I'm not getting much from google on this search string:
install gentoo directly from iso. Or I should say:
I've found a couple of how toos but they involve quite a lot of mumbo
jumbo like this one:
http://nlug.ml1.co.uk/2011/06/boot-livecd-iso-image-from-hdd/305
I can follow that alright but first wanted to make sure there
is not a well established mainstream way of doing it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] how to install from ISO without burning it
2011-09-18 19:01 [gentoo-user] how to install from ISO without burning it Harry Putnam
@ 2011-09-18 19:18 ` Poncho
2011-09-19 0:39 ` [gentoo-user] " James
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Poncho @ 2011-09-18 19:18 UTC (permalink / raw
To: gentoo-user; +Cc: Harry Putnam
On 18.09.2011 21:01, Harry Putnam wrote:
> I've been looking around for a way to install gentoo just by plopping
> an ISO into a known partition,.
>
> I'm not getting much from google on this search string:
> install gentoo directly from iso. Or I should say:
>
> I've found a couple of how toos but they involve quite a lot of mumbo
> jumbo like this one:
>
> http://nlug.ml1.co.uk/2011/06/boot-livecd-iso-image-from-hdd/305
>
> I can follow that alright but first wanted to make sure there
> is not a well established mainstream way of doing it.
>
>
>
Maybe this helps:
Boot the ISO image from the disk using Grub2
http://www.sysresccd.org/Sysresccd-manual-en_Easy_install_SystemRescueCd_on_harddisk#Boot_the_ISO_image_from_the_disk_using_Grub2
Here is my grub config:
set isofile="/systemrescuecd-x86-2.3.1.iso"
loopback loop (vg_8540w-lv_boot)$isofile
linux (loop)/isolinux/rescue64 docache setkmap=sg isoloop=$isofile
initrd (loop)/isolinux/initram.igz
If you use "docache", you are able to unmount your partition after
booting...
I don't know if this works with the Gentoo livecd...
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: how to install from ISO without burning it
2011-09-18 19:01 [gentoo-user] how to install from ISO without burning it Harry Putnam
2011-09-18 19:18 ` Poncho
@ 2011-09-19 0:39 ` James
2011-09-19 6:57 ` [gentoo-user] " Pandu Poluan
2011-09-19 12:56 ` Michael Mol
3 siblings, 0 replies; 5+ messages in thread
From: James @ 2011-09-19 0:39 UTC (permalink / raw
To: gentoo-user
Harry Putnam <reader <at> newsguy.com> writes:
> http://nlug.ml1.co.uk/2011/06/boot-livecd-iso-image-from-hdd/305
> I can follow that alright but first wanted to make sure there
> is not a well established mainstream way of doing it.
Curious.
I was going to attempt an installation directly from a new liveDVD
11.2 just for grins. Here is what I found. I have not yet found
the time, but it's on my list. Anyone tried this or a similar
method for installation?
http://en.gentoo-wiki.com/wiki/Install_LiveDVD_11.2_to_hard_disk_drive
hth,
James
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] how to install from ISO without burning it
2011-09-18 19:01 [gentoo-user] how to install from ISO without burning it Harry Putnam
2011-09-18 19:18 ` Poncho
2011-09-19 0:39 ` [gentoo-user] " James
@ 2011-09-19 6:57 ` Pandu Poluan
2011-09-19 12:56 ` Michael Mol
3 siblings, 0 replies; 5+ messages in thread
From: Pandu Poluan @ 2011-09-19 6:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 764 bytes --]
On Sep 19, 2011 2:04 AM, "Harry Putnam" <reader@newsguy.com> wrote:
>
> I've been looking around for a way to install gentoo just by plopping
> an ISO into a known partition,.
>
> I'm not getting much from google on this search string:
> install gentoo directly from iso. Or I should say:
>
> I've found a couple of how toos but they involve quite a lot of mumbo
> jumbo like this one:
>
> http://nlug.ml1.co.uk/2011/06/boot-livecd-iso-image-from-hdd/305
>
> I can follow that alright but first wanted to make sure there
> is not a well established mainstream way of doing it.
>
Well, AFAIK all you need for installation are chroot, the latest stage3, and
portage-latest. So if you already have a bootable Linux system with a
chroot, you're good to go.
Rgds,
[-- Attachment #2: Type: text/html, Size: 1071 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] how to install from ISO without burning it
2011-09-18 19:01 [gentoo-user] how to install from ISO without burning it Harry Putnam
` (2 preceding siblings ...)
2011-09-19 6:57 ` [gentoo-user] " Pandu Poluan
@ 2011-09-19 12:56 ` Michael Mol
3 siblings, 0 replies; 5+ messages in thread
From: Michael Mol @ 2011-09-19 12:56 UTC (permalink / raw
To: gentoo-user
On Sun, Sep 18, 2011 at 3:01 PM, Harry Putnam <reader@newsguy.com> wrote:
> I've been looking around for a way to install gentoo just by plopping
> an ISO into a known partition,.
>
> I'm not getting much from google on this search string:
> install gentoo directly from iso. Or I should say:
>
> I've found a couple of how toos but they involve quite a lot of mumbo
> jumbo like this one:
>
> http://nlug.ml1.co.uk/2011/06/boot-livecd-iso-image-from-hdd/305
>
> I can follow that alright but first wanted to make sure there
> is not a well established mainstream way of doing it.
Apparenly ISOLINUX is in a family of very similar bootloaders, and
someone made reference to a disk version of it last week or the week
before.
However, it might be possible to replace ISOLINUX on the live DVD with
the family's disk equivalent*, and have your normal bootloader chain
load it?
I'm missing a lot of detail here; perhaps someone else remembers or knows more.
* surely there's a script somewhere that automates that.
--
:wq
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-09-19 12:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-18 19:01 [gentoo-user] how to install from ISO without burning it Harry Putnam
2011-09-18 19:18 ` Poncho
2011-09-19 0:39 ` [gentoo-user] " James
2011-09-19 6:57 ` [gentoo-user] " Pandu Poluan
2011-09-19 12:56 ` Michael Mol
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox