how to install linux OS from iso - linux

Two questions, first question is, I want to start using Linux (the Lubuntu distro) as my operating system. I currently have Windows 7 but I don't want to dual boot or run Lubuntu in a virtual machine (which is what I've been doing).. I want to just uninstall Windows 7 and make Lubuntu my OS. Would I be able to do that with the Lubuntu ISO image file that the developers have on their website?
Second question is, I have a Windows 7 CD (which I used to upgrade from Windows Vista to 7). Once I make Lubuntu my only OS, am I able to switch back to Windows 7 with that CD? Do I just run the installation from the Windows 7 CD?

First question; Yes this is possible, you'll want to burn the ISO to a USB stick, then boot from your USB stick. Lubuntu will have an easy installation wizard from the live USB.
Here's a great guide for it.
Second question; You will not be able to do it directly with that CD, as having Vista as the main OS is a prerequisite for that CD to work. If you have a Vista installation CD laying around, then you can install that first, then do the Win7 upgrade.

I'll answer for you second question. You can do it.
But I not perfectly understood your first question. Would you like download an .iso file and install system from it?
P. S. Sorry for my English

There is no option of uninstalling windows.
Your best option, if you don't want to use windows anymore is to backup all your data and format the drive. The formating can be done via the ubuntu installer.
Steps:
1. backup all your data from the drive(partition) you will be formating
burn the iso to a cd/dvd
insert the cd/dvd into the cd/dvd drive and restart your PC
select boot from cd/dvd (by default the cd booting is on, but you may have to enable it in bios)
install ubuntu(the installation guide will guide you through the process)
enjoy Ubuntu
PS: you may want to consider intstalling ubuntu on another partition, this will enable you to choose the OS when you boot your PC

Related

Cannot boot computer after installing Ubuntu

I just got a refurbished computer and after installing Ubuntu, computer refuses to boot and instead displays screen with message:
"Insert system disk in drive.
Press any key when ready...."
I tried reinstalling Linux twice (from a usb and from a cd) and the problem persists.
I have a Toshiba Portege R930 which originally had a Windows 7 and I installed Ubuntu 16.04.2
Any suggestions would be appreciated,
Thankyou xx
1) Try changing the boot order so the hard disk is first.
2) Make sure the BIOS supports GRUB signatures.
3) Make sure the ISO is correct for your machine (is it 32-bit like your machine?, etc.)

ISO file path not an option when installing Linux on virtualbox

When installing Linux on a virtualbox with a windows 7 64bit host
I get the following screen
All the tutorials I have watched on how to install Linux on a virtualbox always skip this screen
I am using a iso file but I do not see an option to enter the path of said iso file
do I need to copy the file to a cd? or am I missing a setting for the virtualbox?
The way VirtualBox (or virtualization in general) works, is that when on the host (the Windows PC running the VirtualBox) you mount the ISO file as a CD/DVD drive, it will be shown as CD/DVD on the client (your Linux installation). The client won't see the difference.
So in that sense you are doing it correctly. However, you have the "wrong" installation ISO. The file you have mounted is "Oracle Linux R6 Update 5 UEK Boot ISO x86_64 V41364-01.iso" (if I googled correctly). So the question in your first screenshot asking about the installation image is to my understanding asking for where the actual installation data can be found. This would be either a DVD, another harddrive, local repository in LAN, or from the Internet. In your case it would be easier to use an installation media, which already includes the installation files, which would be "Oracle Linux R6 Update 5 x86_64 V41362-01.iso" (again if I googled correctly).
So to sum up, either download the full installation image (around 4 GB), or use the one you have and point the "url" to an image from the Internet.

How to set up Virtualbox 1366x768 resolution for a Linux guest?

I have been trying maybe weeks now to figure out how to configure VirtualBox to have 1366x768 resolution on a linux guest, which is on a windows 8.1 host.
My configuration:
Windows 8.1 as host
Linuxmint 17.1 as guest (tried ubuntu and debian too but no luck)
Virtualbox 4.3.26 and its extension pack
Laptop is powerful with 16GB ram and 4GB Nvdia
My problem is that it doesn't matter what I used, nothing worked.
Please do not post the answers on most known websites, I tried them already.
Once your VM is started, you need to run the VBox Linux Guest Additions.
First try to run it from the VirtualBox window's menu:
Devices >> Insert guest Additions CD image...
and follow the instructions.
If that fails, open a terminal and go to the directory where you CD reader is mounted (/run/media/ on Fedora or /media/ on Ubuntu for example).
Then type command sudo ./VBoxLinuxAdditions.run
Complete instructions can be found on the VirtualBox user manual
Once Guest Additions are installed, reboot your virtual machine. You should be able to resize your screen to your heart's content.
I installed the new VirtualBox 5.0.0_BETA2 and it solved my all problems. Great product is getting ready! Cant wait the latest release. more than a PERFECT software. Now you can remove top bar and/or bottom bar easily. Show what you need.
If you are having problem like me with 1366x768 I recommend you to install latest versin of VB even if it is Beta!

Installing Fedora using Fedora

I recently got a new hard drive and I want to install Fedora to it however the computer is old and can't boot from USB and I am unable to use a DVD.
I want to use my currently installed Fedora to install a new copy on the new hard drive.
I have the ISO with me. I am using the latest distro
Are there any ways I can achieve this?
Thanks in advance!
There is a way to boot an iso with syslinux
just for example from my syslinux.cfg,
LABEL slitaz.iso
LINUX memdisk
INITRD /slitaz.iso
APPEND iso
in the example, the iso (slitaz.iso) is in the root (/). I cannot tell on oath that will work for your iso, but you can try.
I did that too with grub,
setparams 'ISO'
set iso ="/slitaz.iso"
loopback loop $iso
linux (loop)/boot/vmlinuz-3.2.53-slitaz
initrd (loop)/boot/rootfs.gz
the two lines with (loop) are the one you can found inside your iso.
I don't remember if I had to install or set something for one or both cases.

Ubuntu Upgrade ( Dual Boot with Windows 7)

I currently have Ubuntu 10.04 installed alongside windows 7 and would like to uninstall it so i can use 12.04. Having looked on the net it seems as if it is rather complicated to uninstall without encountering anuy issues.
Does anyone know of an Idiot Proof way of uninstalling without breaking my laptop. Im not that technical when it comes to dealing with Operating systems
Thanks
https://wiki.ubuntu.com/PrecisePangolin/TechnicalOverview/Beta2
There is a section called : Upgrading from Ubuntu 11.10 or Ubuntu 10.04 LTS
Make backup copy of data you want to save from your existing Ubuntu to the external drive. 2. Prepare new Ubuntu LiveCD.
Boot from new LiveCD and install new Ubuntu instead of old one - Ubuntu installer should have such option.
Then restore yout data from external drive. This is how I would do this.

Resources