How to run an iso off of restart without burning to disk

  • Thread starter Thread starter only_huce
  • Start date Start date
  • Tags Tags
    Disk
AI Thread Summary
To install a program from an ISO file on a home desktop with only a CD-ROM drive, users can face challenges since the system needs to boot from the CD drive. While mounting the ISO with software like Daemon Tools allows access, it does not facilitate booting from the ISO directly. A potential workaround involves using a USB flash drive to create a bootable installation medium, as many systems can boot from USB. Resources like How-To Geek provide guidance on creating a bootable USB drive for installations, such as the Windows 7 Beta ISO. The discussion highlights the limitations of booting from an ISO stored on a filesystem and suggests exploring Linux and GRUB methods for advanced users.
only_huce
Messages
62
Reaction score
0
I currently have an iso of a program inwhich I would like to install on my home desktop. However my home desktop only has a cd-rom drive and not a dvd room drive so I can't burn it to the disk. I know I can still mount and run it using a program such as daemontools however I don't know of a way to make the iso run on restart espicially when it's supposed to boot off the cd drive. Is there any way around it?
 
Computer science news on Phys.org
Not obviously, it's tricky to boot from an ISO image contained on a filesystem when the boot loaded doesn't have code to read that filesystem.
There might be linux+grub tricks to get around this - what are you trying to do?
 
Can your computer boot off a flash drive?
 
I'm pretty sure it can. Is there a way I can run the iso by booting off the flashdrive?
 
only_huce said:
I currently have an iso of a program inwhich I would like to install on my home desktop. However my home desktop only has a cd-rom drive and not a dvd room drive so I can't burn it to the disk. I know I can still mount and run it using a program such as daemontools however I don't know of a way to make the iso run on restart espicially when it's supposed to boot off the cd drive. Is there any way around it?

This sounds rather odd. What type of application would demand to be installed on restart?
 
The Windows 7 Beta iso
 
Back
Top