You are not logged in.
I have downloaded iso image files from Internet. I want to install it from hard driver. How to do it? and where are the vmlinuz and initrd files?
Offline
I suppose you can do:
mount -o loop /path_to_.iso /mnt/cdrombut this would have to be on a secondary HDD otherwise I'm not sure of the outcome, since you would be writing to the same target as your source.
All files you need will be in the iso.
R
Offline
According to my experience, some linux editon's iso file's vmlinux and initrd files cannot start the intall program.
Only the hdd image vmlinuz and initrd can boot the installation.
Offline
You might be interested in the "Install from within another distro" install method from the arch wiki, I used it and it worked very well.
Search on the wiki for it if it interests you.
Offline
I agree. I tried using the download iso and mount using loopback and stuff, but that didn't boot. The install from another distro method shown on the wiki worked pretty well.
Offline
Thanks, I will try.
Offline