Results 1 to 10 of 14
I'm trying to install Zorin 5 Ultimate OS on my laptop which currently has Ubuntu. The files size is 4.1GB and the biggest disk I have is a 4GB usb ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-12-2012 #1Just Joined!
- Join Date
- Apr 2012
- Posts
- 6
Can I Install .ISO without Burning to a CD?
I'm trying to install Zorin 5 Ultimate OS on my laptop which currently has Ubuntu. The files size is 4.1GB and the biggest disk I have is a 4GB usb drive... Is there a way I can install the OS without burning the .iso file to a disk or is there a way i can burn it on multiple drives? For example, I could use a 4GB usb drive and a 0.6GB CD-R. I don't want to spend another $5-10 on a CD when if I can install without one.
- 04-12-2012 #2
Hello Flud,
Welcome to LF
.
If you can get your hand on an 8G USB stick, you might want to give this a try.
UNetbootin - Homepage and Downloads
Good luck!nujinini
Linux User #489667
- 04-12-2012 #3Just Joined!
- Join Date
- Apr 2012
- Posts
- 6
- 04-12-2012 #4
- 04-12-2012 #5Just Joined!
- Join Date
- Apr 2012
- Posts
- 6
- 04-12-2012 #6
No, you cannot split one ISO over a usb stick and a cd and install zorin from that.
You must always face the curtain with a bow.
- 04-12-2012 #7Just Joined!
- Join Date
- Apr 2012
- Posts
- 6
Does anyone know if I can install the OS without burning any disks?
- 04-12-2012 #8Just Joined!
- Join Date
- Jan 2009
- Posts
- 30
Hi, only option which comes to my mind is installing the Zorin 5 Ultimate OS into a virtual machine and then clone the virtual disk into your physical. I haven't try that, just found some guides on the Internet:
http :// www .sweetnam.eu/index.php/Convert_a_Virtual_Machine_to_Physical
http :// askubuntu.com/questions/32499/migrate-from-a-virtual-machine-vm-to-a-physical-system
Anyway, you would need some extra disk or at least a partition where you can put your virtual disk.
By the way, is a blank DVD really so expensive? In CZ you can buy it for less than 1$.
- 04-12-2012 #9
The next approach I can think of is that you copy an existing Zoring installation in your HD but I think that might bemore of a challenge. You can try:
# dd if=/dev/sda of=/dev/sdbnujinini
Linux User #489667
- 04-12-2012 #10Just Joined!
- Join Date
- Jun 2011
- Posts
- 19
his converting vm idea is similar if not same as ubuntus tutorial to install from hdd. which iv tried with ubuntu and works with a small tweek....
After booting into Ubuntu/Linux setup open a console and delete the /cdrom mount entry in /etc/mtab To trick ubuntu so it doenst no /cdrom is mounted on HDD being used for install and will allow you to procceed. My basic notes for the hole proccess bellow.
https :// help.ubuntu.com/community/Installation/FromLinux
(STEP 1)
$ mkdir /tmp/install_cd
$ mkdir /tmp/installer
$ sudo mount disk-image.iso -o loop /tmp/install_cd
$ sudo mount /dev/sda1 /tmp/installer
$ sudo rsync -a /tmp/install_cd/ /tmp/installer
$ sudo umount /tmp/install_cd
$ sudo umount /tmp/installer
(STEP 2)
Edit the GruB /menu.lst an add the following entry
$ nano /mnt/root/boot/grub/menu.lst
title installer
root (hd0,X) [X=whatever# partition u used]
kernel /casper/vmlinuz boot=casper root=/dev/ram ramdisk_size=1048576 rw
initrd /casper/initrd.lz
(STEP 3)
Reboot and select Linux Installer from Grub boot menu
(STEP 4)
After booting into Ubuntu/Linux setup
Open a console and delete the /cdrom mount entry in /etc/mtab
To trick ubuntu so it doenst no /cdrom is mounted on HDD being used for install
And will allow you to procceed
$ sudo nano /tec/mtab
Erase the line containing /dev/sd? mount point for /cdrom
$(hit) ctrl + o [to save changes]
$(hit) ctrl + x [to exit]
EDIT: o yeah just incase dont already know, that was using Grub Legacy as the Chainloader


Reply With Quote

