Jump to content











Photo
- - - - -

is this possible


  • Please log in to reply
9 replies to this topic

#1 Dave H

Dave H
  • Members
  • 5 posts
  •  
    United Kingdom

Posted 02 August 2008 - 11:01 AM

don't know if this has been done before basically i want to make multi ISO`s to boot from
it all seems to be based on usb devices but i looking at using the main hd for storage
i want to make a multi xp like one for games one for programing and one for modeling
and a few for running server images like 2000 advanced server
+ they have to right back info and be able to switch to the operating system i want to use
so if it is where do i start from
I'm so confused
do i use Linux or base it on one of the boot methods here basically i want to store the systems as ISO`s

#2 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 02 August 2008 - 12:20 PM

so if it is where do i start from


A good idea would be to start posting in the correct Forum. :cheers:

This here is called "Multiboot", it seems more appropriate than "LiveXP & NativeEx" where you originally posted. :cheers:

Anyway, WELCOME! :cheers:

If I get it right, you want to have a number of different NT based operating systems stored in various "self-contained" .ISO files on your hard disk.

Am I correct? :cheers:

If yes:

Short answer:
It is not possible.

Long answer:
It is possible, but there are a NUMBER of drawbacks:
1) Booting NT based OS from .iso files is ONLY (yet :cheers:) possible using a RAMDISK approach, which needs files from Server 2003 SP1 or R2
2) Usually PE (NOT the "full" version) of the OS is used, though there is an exception (ETBOOT) that requires, additionally, files from XP embedded
3) The OS will be "Read only", ANY settings you will change will be reset at reboot
4) The procedure to make such a settings is to be considered "advanced", and needs a more than basic knowledge of the workings of NT based systems, you will need a lot of patience and time to get it working

So, I guess that you should expand a bit on the reasons for which you "need" such a setting, there may be other (simpler) ways to fulfill your needs, if this is just "having several independent booting NT based OS on the same HD".

:cheers:

jaclaz

#3 Dave H

Dave H
  • Members
  • 5 posts
  •  
    United Kingdom

Posted 02 August 2008 - 01:20 PM

see i was thinking more in the way if you have the system that way the images will expand the ones you use more instead of having set partitions you can have one`s that expand with use
basically no set limits on how big they would become
i have use knopix and that can right back when your shutting down to save your settings
i have read some where you can do the same with a xp system
using VMware player basically what Ive read about that its using a image and righting back to the image

#4 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 02 August 2008 - 01:32 PM

Well, this is then an alltogether different question.

The latter idea is to have a number of HD images (NOT .ISO ones), saved in a NTFS filesystem as "sparse" files (or VMware "growable" images), each one having a NT based install on it and booted through a Virtual Machine?

If yes, this is not multibooting at all, it's about using Virtual Machines and is perfectly doable.

But of course, you are going to experiment a sensible drop of speed/responsiveness, usually a system in a VM slows down to approximately 1/2 to 1/3 of "normal" speed.

jaclaz

#5 Dave H

Dave H
  • Members
  • 5 posts
  •  
    United Kingdom

Posted 02 August 2008 - 01:44 PM

see thats my point using VMware reduces performance so is there no way to run it of a ISO that rights back to a save point on the hd just like knopix can do basically save your settings for that ISO
i know there will be a draw back on a system crash you lose everything on that session
i know there a few experiments going on right now with vista system and using a usb to boot xp
i believe that is saving settings and you can install on so why not the hd its self

#6 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 02 August 2008 - 02:10 PM

I don't get it.

Knoppix is a Linux based system, and probably in the configuration you used, it made use of UNIONFS or FUSE.

There is not AFAIK a similar solution for NT based systems, there is something in the air, but nothing functional/tested:
http://www.boot-land...?showtopic=5116

If you know anything more:

i know there a few experiments going on right now with vista system and using a usb to boot xp
i believe that is saving settings and you can install on so why not the hd its self

please post some reference.

Booting from USB is working allright, but from a partition on the USB device, the point is that we don't have a bootable DISK-ON-FILE driver, see this:
http://www.boot-land...?showtopic=1507

Please, also, your posts are almost unreadable, do use commas, full stops and similar punctuation, they are free :cheers: and make easier for other people to read what you write.

jaclaz

#7 Dave H

Dave H
  • Members
  • 5 posts
  •  
    United Kingdom

Posted 02 August 2008 - 02:48 PM

Please, also, your posts are almost unreadable, do use commas, full stops and similar punctuation, they are free :cheers: and make easier for other people to read what you write.

jaclaz

please take into consideration i am dyslexic it take allot of effort for me to posts and also to read stuff thats why i have no commas but i have a good tool i use
iespell

Ive picked it up wrong the xp usb method i thought it was of a image
so let me get it right you can boot a fixed ISO into ram so it would have to get everything
installed that i need ?

#8 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 02 August 2008 - 03:49 PM

so let me get it right you can boot a fixed ISO into ram so it would have to get everything
installed that i need ?


Yes.
But there are limits:
1) You need a few files from Server2003 SP1 or R2
2) You need as much RAM as the size of the image (and even more)
3) There is a limit with MS files at 512Mb in size
4) There are alternative RAMDISK drivers, a FREEWARE ONE:
Gavotte's RAMDISK
http://www.boot-land...?showtopic=4064
and a COMMERCIAL one:
http://www.disklessangel.com/
with greater capacity, but still the amount of RAM must be adequate
5) Any settings you change won't be saved anywhere

If you could forget for a moment your obsession :cheers: with .ISO images, you could work out some "hybrid" solution, where the "core" of the operating system is in RAM, loaded through RAMDISK from a .img (RAW partition image, thus modifiable) file, and the rest, like programs, data, etc. is on another .img loaded through IMDISK or VDK (image file drivers).
This separation being needed to reduce the amount of RAM needed.
There are several interesting findings on this by members sanbarrow, pavel and Ferengi, here or on the 911cd forum.

Possibly (mind you, at this stage just a guess by me) one could manage to find a way to image the currently running image in RAM to the image on disk at shutdown, thus saving the system settings for next boot.

This theoretical approach should be fairly quick in loading, but the imaging will take a bit at shutdown, and a crash in this latter phase would probably make the image corrupted. :cheers:

Using an app like DriveimageXL or SelfImage, that use the VSS services of XP/2003 this might be possible. :cheers:

Definitely it won't work for NT and 2000, that do not have this feature.

jaclaz

#9 Dave H

Dave H
  • Members
  • 5 posts
  •  
    United Kingdom

Posted 02 August 2008 - 04:39 PM

Thanks for the help
atleast now i know what direction to take

#10 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 02 August 2008 - 09:46 PM

Possibly (mind you, at this stage just a guess by me) one could manage to find a way to image the currently running image in RAM to the image on disk at shutdown, thus saving the system settings for next boot.


Nikzzzz's ImageCreator script implements something along these lines in conjunction with BootSDI. It is also now compatible with using WimPack in the sense that program's can be loaded into a separate image but changes there are also able to be committed for availability at next boot.

Regards,
Galapo.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users