iso
Ok, Heres the deal.
I just started using linux about a week ago (and I havn't had all that much time to really learn it yet)
I am wondering if there is a way to Install an Iso image without burning the image onto a cd first. I had heard that there was a way to "burn" the image on to a flash drive. My problem is that I don't have one large enough to accommodate a DVD iso image. Normally I wouldn't mind burning the image to disk, but as I have not used the laptop that I loaded linux onto in about 5 years...and it was 5 years old at that point, well, the dvd-rom doesn't work anymore, It only has a cd-rw drive.
Well at any rate, if there is anyone who has a solution to my problem (technical problem, not my rambling problem) I would very much appreciate any input you can provide.
Comments
I know for a fact that all of those options are available for slackware linux, but other distros may not have the same options. If you can tell use what distro you are using then we may be able to point you in the right direction.
In my experiences the ubuntu methods should be easier than with other distros, but in my opinion they open the process up to too many potential issues.
Can someone with experience installing from flash drives or netboot give these guys some additional guidance?
I have tried mounting the file on the drive but ubuntu won't read the files as executable.
Have you attempted to mount the iso via "mount -o loop blah.iso /media/isofile"?
In your case you will need to issues the command "sudo mount -o loop blah.iso /media/isofile", just make sure that you have a en empty directory present to mount the iso to.
I posted the notes on how you can do this (link below).
All you need is:
1. a few available partitions (one for storing the files from the iso,
one for the installation, ...)
2. some kind of boot loader (I used grub)
http://vonbiber.byethost17.com/slackware/nocd/
In that case, it's because the .exe files on the DVD image are executables compiled for Windows, not Linux. Some Windows programs may be run through a Windows emulation layer called Wine; check the Wine Application Database to find out whether or not your game will work in Wine, and any tips you might need to get it working.
You can install Vmware on your LINUX O.S and on it any image or cd can be run its a very easy process
This will put a bootable iso onto a flash drive. Note: It will not work for all versions or distros, and the flash drive is setup like a cd - no updating the image.
If your looking to play with linux - use VirtualBox. You just mount the iso in the virtual machine.