LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Mint 17.1 from hard drive (https://www.linuxquestions.org/questions/linux-newbie-8/installing-mint-17-1-from-hard-drive-4175531423/)

purple52 01-18-2015 10:02 AM

Installing Mint 17.1 from hard drive
 
Hello All. Is it possible to install Mint from my hard drive. I don't have a DVD drive and my PC bios doesn't support USB support.

Thanks,
Jack

albinard 01-18-2015 10:24 AM

Try the Plop boot manager:

http://www.plop.at/en/bootmanager/index.html

EDDY1 01-18-2015 10:25 AM

You can use unetbootin frugal install to boot iso from hdd.
What's make & model of pc?
I thought that my system didn't support usb boot but that wasn't the case. My usb was listed under hdd's in bios, all I had to do was move it above the other hdd.

purple52 01-18-2015 10:28 AM

Quote:

Originally Posted by EDDY1 (Post 5302952)
You can use unetbootin frugal install to boot iso from hdd.
What's make & model of pc?
I thought that my system didn't support usb boot but that wasn't the case. My usb was listed under hdd's in bios, all I had to do was move it above the other hdd.

It's a HP Compac nc8430.

yancek 01-18-2015 11:42 AM

Quote:

menuentry "Mint 17 Mate" {
loopback loop (hd0,5)/linuxmint-17-mate-32bit-v2.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/linuxmint-17-mate-32bit-v2.iso
initrd (loop)/casper/initrd.lz
}
The example above booted Mint 17 Mate from sda5 and the iso file was in the root of the filesystem on that partition. You will need to modify the (hd0,5) on the loopback loop line to fit your partition. If you do not put the Mint iso in the root of the filesystem, you will also need to have the full path to it entered on that line as well as on the linux (loop) line after filename.

You haven't indicated what operating system, if any you have on the computer. The above will only work if you have a Linux system with Grub2 installed. Unetbootin frugall install would work and there are different versions for different operating system.


All times are GMT -5. The time now is 03:01 AM.