|
|
Burn Iso To Hd? - Found on the net it IS possible but none explaining HOW to do it :-( | ||
Discussion by bakr_2k5 with 45 Replies.
Last Update: July 22, 2012, 4:22 am (View Latest) | Page 1 of 3 pages. | ||
(Don't know if this is the right forum for this. And it also applies to all other OS's I guess. Though I'm in Ubuntu LiveCD at the moment!)
Got a question, I've read on the net it IS possible to 'burn' an ISO file to a partition on the harddisk?!
Though they don't say HOW to do it. I've been searching google like all day only for this and getting pretty desperate on this!
Anyone in here that knows how to do this?
My idea is, I have a 3,2 gb spare hd which I'm going to use as my "ISO drive". I make a bootable floppy disk to boot the "ISO partition" of my choice to install. This spares me from download every ISO over and over again
I've also been searching for "Boot ISO from grub / lilo" but couldn't find anything to do this. (especially on windows ISO, though legal CDs but ripped from CD to ISO!
I really need to know this, since it'll give me:
a. Better install speed (since HD is faster then CD)
b. No spoiled CDs
c. Less (spoiled) CDs
d. Easy way to install something else
etc... etc...
Hope to get some fast reply here!
bakr_2k5
Sat Jan 27, 2007 Reply New Discussion
It is possible to boot from a removable hard drive on many newer computers.
What he would like to do is put the .iso file directly in to a partition on the disk, thereby making that partition identical to the CD and bootable as if it were that bootable CD itself. Not copy the files. Not copy a CD to a hard drive.
Take a .iso file and 'burn', IE, write it, to a partition on the hard drive, exactly as if it were to a writable CD/DVD. The people complaining about his using the word burn are REALLY missing the point.
That's what I'd like to do too and I can't figure out how.
Fri Nov 9, 2007 Reply New Discussion
http://dirk.eddelbuettel.com/quantian/howto_lilogrub.html
http://www.knoppix.net/forum/viewtopic.php?t=11796
Hope this helps..not tested it myself but post back any feedback cos its an interesting idea..I have a couple of DVDs with lots of different OS on it..but it would be nice just to have an old 10 gigger that you can connect and rebuild from..
Sat Jan 27, 2007 Reply New Discussion
QUOTE (nightfox)
"Burn" an ISO to a hard disk? Is this like imaging a computer? You can't actually "burn" anything to a hard disk since it doesn't use a laser... just magnetism. If you mean image a computer, there are several tools available. However, all the ones I know cost money.[N]F
Link: view Post: 96751
Yeah I know this. And it can't be called burn though don't have other words for it
Mark420, I came across those too today. Though they're very much linux specific since it uses the kernel from the ISO. And Windows ISO's don't have such a kernel (i think).
---
I've also seen some people that said: "Format the partition as CDFS / iso9660". Though can't seem to find ANYTHING that can do that. Or some howto or something.
Anyway, I don't want it to be Linux specific. Because of my Windows ISO. So those methods you (Mark420) mentioned won't work I guess.
I hope I'll get some more replies here. In the mean time I'll build a bootable floppy disk, and try some stuff with that. It might work in some way!
bakr_2k5
Sat Jan 27, 2007 Reply New Discussion
QUOTE (WeaponX)
Was confused here as well
I'm with nightfox. If you mean imaging the drive instead, you will need to get programs like Norton Ghost or Acronis TrueImage. Both of these programs should be able to accomplish what you wanted originally there. Image files are meant for speedier "installs". It will be a one to one copy from this 3.2 GB hard drive to another hard drive you want to install the operating system on.
Link: view Post: 96755
Very short reply,
No that not what I mean,
That 3,2 gb drive will contain install ISOs (windows iso, ubuntu iso, etc) and no hd ISOs.
bakr_2k5
Sat Jan 27, 2007 Reply New Discussion
QUOTE (bakr_2k5)
Very short reply,
No that not what I mean,
That 3,2 gb drive will contain install ISOs (windows iso, ubuntu iso, etc) and no hd ISOs.
bakr_2k5
Link: view Post: 96757
An ISO is an image of a drive. Whether it be a hard drive, floppy drive, or optical drive. It is just a file! So, what you are asking makes no sence to the rest of us! I don't mean to be overly blunt but you don't seem to know what you want to ask!
Most ISO readers will only look at drive formated as an optical disk, CD or DVD! It seems that you want to store your ISO files on a hard drive. Copy and paste would work for that! If you want to use these ISO's as if they were on optical media, then you need an emulator.
Search for:
"DVD Drive Emulators" => http://www.google.com/search?hl=en&q=d...G=Google+Search
"Virtual Drives" => http://www.google.com/search?hl=en&q=V...amp;btnG=Search
Most of these require an OS to operate so, they won't provide a solution in the event that you are trying to create a backup of your system that can be easily installed in the event of a crash!
If you are tired of "wasting" cd's/dvd's, then use rewritable disks! If you are concerned with the speed, then you need to take a deep breath and try to imagine the world when we only had 5-1/4 inch floppy drives!
Anyhow, you really should try and figure out what it is that you need help with and ask a intellegent question.
vujsa
Sun Jan 28, 2007 Reply New Discussion
I use to boot Live CDs off the Hard Drive. It was simply downloading the ISO, giving it a location:
CODE
cat name_of_iso.iso > /dev/hda10Then alter the bootloader to point to the root /dev/hda10.
Booting ISOs under NTFS partitions is another story though and since I work mostly under Linux, I never did get round to doing an NTFS ISO boot.
Cheers,
MC
Sun Jan 28, 2007 Reply New Discussion
Mon Nov 12, 2007 Reply New Discussion
Basically... If you want Windows 95, 98, Me, 2k, XP, and Vista.... that's only about 6 cd's anyways... but most cd's i've found would just run the standard installation environment...
Of course you can use GRUB to bootfrom=/sda1/*.iso ... but i believe you need to reference the kernel as well... as far as windows is concerned... I have no idea how to segregate the kernel...
But in all reality... I see very few reasons to need to boot various versions of windows... Usually they are built upon one another and at least somewhat backwards compatible... however... unless you have some sort of tool to make a snapshot of a windows installation into an .iso... i barely see how this would help...
For real, you may as well just install a few versions of windows onto your hard drive... though I think you have to do it in ascending order from versions... like 95 then 98 then Me then 2k then XP then Vista... although I doubt you'll be able to use NTFS unless you can make several partitions...
I would probably just put XP and Vista onto the hard drive... for ordinary booting... then if you really want something else... like linux, set up your floppy with grub and bootfrom the .iso's on your disk... Additionally, I believe you need to point to the kernel as well... which is part of where I lose track of the Windows portion.... like i said...
--=-=-=-=
apart from that, I would agree with previous posts that you might just have to use VMWare to boot from images... which I would say would be ripped from cd's or at least saved from a complete setup and installation... which is where you'd be stuck again with windows to just one computer... hell, I can't even switch out hardware without windows blue screening me... I usually have to do the old "REMOVE, boot, shutdown, REPLACE, boot" just to swap out various PCI cards... unless I stick them in a previously empty slot...
but if you do find something more helpful... please keep us all updated... : )
good luck
Wed Dec 5, 2007 Reply New Discussion
-reply by Dave
Tue Mar 4, 2008 Reply New Discussion
You want to setup GRUB on the hard drive to "pretend to boot off a CD", remember it's only faking Grub but we know it'll be using the Hard Drive.
You need to create partitions, usually each size should be 700MB but if you want to save space or allow for more partitions, create them at the same size as the ISO files but allow for 1-8MB extra (unless you know how to exactly tell how many bytes you'll specifically need, but remember partitions are hard to be completely accurate down to the bytes.
These partitions will be formatted as CD file system.
We then use our CD Writing software to write these ISOs to those partitions, configure a grub menu so we have the ability to chose which CD we want to boot from, and that's why we fake grub to think it's booting from a CD because our file system suggests it's a CD we're using anyways.
Maybe I need to show a step-by-step on this, but it'll take me a while to write it up as I don't have time to do a lot here.
However, if you have ISO files, you could just boot from them, just the ability to mount an ISO at boot and using grub to boot from them should have been enough, but I guess that's another method I probably have to show as well.
Cheers,
MC
Wed Mar 5, 2008 Reply New Discussion
Thu Mar 6, 2008 Reply New Discussion
Burn Iso To Hd?
It is not too hard to understand: the whole idea is to "burn" (lacking a better term) an iso to an HD or HD partition so that that partition has the same files and boot sector as the iso.
-reply by Rodrigo Rollan
Mon May 26, 2008 Reply New Discussion
Burn Iso To Hd?
This is a rough guide to 'burn' an iso to a disk, it is a pretty advanced guide and the paths such as /dev/hda1 and (hd0,0) will have to be substituted with what is relivant to your system. Maybe the other users can refine this guide and make it easier to use for beginners, I could even make an interactive script if I could find the time.
Make an ext3 partition that can hold the iso, I did 1 gb just to be safe
Example:
#fdisk /dev/hda
...Make partition
-Mount the image and the hd
#mkdir hd && mount /dev/hda1 hd
#mkdir iso && mount -o loop image.Iso iso
-Copy all the files across
#cp iso/* hd/* -are
-Install grub files (yours may be in a different place)
#cd hd
#mkdir boot && cd boot && mkdir grub && cd grub
#cp /usr/lib/grub/i386*/* ./
-Use your favourite editor to put a file named 'menu.Lst' in that directory containing:
"
Timeout 30
Default 0
Title Boot From ISO File
Root (hd0,0)
Kernel /isolinux/vmlinuz0 root=/dev/hda1
Initrd /isolinux/initrd.Gz
"
-Setup grub
#cd ../../.. && umount hd
#grub
Grub> root (hd0,0)
Grub> setup (hd0,0)
Grub> quit
-Reboot and it should work
-reply by LeavingEntropia
Mon Jul 7, 2008 Reply New Discussion
Burn Iso To Hd?
Replying to iGuest
Funny I stumbled across this
Tonight I was rebuilding an older pc my cd/dvd drive went out, for whatever reason...Curiosity...Laziness..I figured if I could extract my iso file (on disk)to an external drive(on disk) and make it bootable I would be able to keep going , I know there is another million ways to keep going but I'm stubborn and wanted to see if I could make the external hd bootable with my choice if iso downloaded via the net basically I want to do exactly what you (iguest ) and (bakr_2k5)suggested.
I used the same search terms as bakr_2k5 original post "burn iso to hd" for lack of a better search and got this forum
Thanks for the ideas guys! ill try to post back and let you know what I find out... Oh and for you guys that didn't understand the question he asked at first ...Try to open your minds...Don't be so negative
-reply by burn_iso2HD
Thu Aug 14, 2008 Reply New Discussion
Linux "hangs" On Boot (9)
|
(0) Compaq Presario V5233ea Sings On Opensuse 10.2
|
Index




