Results 1 to 4 of 4
Hi, I don't have any CD-Rs right now, so instead of buying some i figured I'd learn a new trick.
I am trying to install linux onto a harddrive from ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-20-2006 #1Linux Newbie
- Join Date
- Dec 2004
- Location
- Portland, OR
- Posts
- 123
Install from image on harddrive
Hi, I don't have any CD-Rs right now, so instead of buying some i figured I'd learn a new trick.
I am trying to install linux onto a harddrive from another harddrive. Currently it's sitting on the second hard drive as a .iso, but i can of course dump the image to a folder if needed.
How do you setup a hard drive so that it can be recognized as boot media (i can handle the bios boot menu!) and load an OS installer?
Thanks!
- 06-21-2006 #2
I have the feeling you could persuade GRUB to do it...like on boot open a GRUB shell and do something crazy like:
(Don't try this code =P)Code:root (hd0,0) kernel /path/to/image/image.whatever boot
I think if you mess around with GRUB enough you'll find something.Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 06-21-2006 #3
This should be doable, but which linux distro are you trying to install?
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-21-2006 #4Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 522
I've done that by installing VMware Server (it's free now) in Linux on one drive, and then installed another Linux
on the second drive through VMware. Installed from ISO images on a raw partition (you can choose which one and on which drive) . That way Linux gets installed on the the actual hard drive instead of on the virtual drive. It initially uses VMware drivers, but when you reboot into it directly (not through the VMware) Linux detects changes and gives you an option to load new drivers which is what you need.
The tricky part is to configure grub.conf file correctly so you will be able to boot that system when you reboot computer. Also, you will have to reconfigure X server, using new drivers, if you want to use GUI. I know, it's extra work than normal installation, but at end it works the same.


Reply With Quote
