Installing Linux, a dual boot system with Windows and Linux

Status
Not open for further replies.
OP
NucleusKore

NucleusKore

TheSaint
Key in your root password (also called administrator password) and click next

*img380.imageshack.us/img380/5817/xp71wp9.th.png

You will now be shown an overview of system wide changes that are going to be made and what is going to be installed.

*img247.imageshack.us/img247/8146/xp72pg0.th.png

Click on Booting. As you can see there is a tick mark against OpenSUSE indicating that it will boot automatically in case you do not make an OS selection in 10 seconds at the time of booting. In case you want to make Windows the default select windows and click Set as Default, and click OK. Else leave it as it is.

*img247.imageshack.us/img247/6774/xp73vf8.th.png

You will be shown an updated overview of system wide changes that are going to be made and what is going to be installed.

*img247.imageshack.us/img247/3353/xp74rq4.th.png

Click Install, and in the popup dialog box, Install.

*img264.imageshack.us/img264/5703/xp75hz1.th.png *img388.imageshack.us/img388/6231/xp76nx4.th.png *img388.imageshack.us/img388/4899/xp77yp7.th.png *img388.imageshack.us/img388/9391/xp78wu2.th.png *img264.imageshack.us/img264/8093/xp79rt4.th.png *img264.imageshack.us/img264/7158/xp80iw0.th.png

You will be shown your host name and domain name. Leave everything as it is unless you know what you're doing. Click Next

*img355.imageshack.us/img355/6516/xp81rn9.th.png

The Network Configuration will come up.

*img377.imageshack.us/img377/3738/xp82og9.th.png *img377.imageshack.us/img377/933/xp83hz1.th.png

Click Disable IPv6. You'll get this warning. Click OK and click next.

*img397.imageshack.us/img397/3382/xp84kg8.th.png
 
OP
NucleusKore

NucleusKore

TheSaint
Click Next till you get the hardware configuration window.

*img355.imageshack.us/img355/9528/xp85lt9.th.png *img355.imageshack.us/img355/9383/xp86iw2.th.png *img397.imageshack.us/img397/2271/xp87ow5.th.png

OpenSUSE will automatically probe your system and configure your hardware. Your screen may blank momentarily to configure your display, don't panic ! Just wait patiently. You can configure your printer from here.

*img355.imageshack.us/img355/5198/xp88on8.th.png *img355.imageshack.us/img355/2106/xp89bd7.th.png *img377.imageshack.us/img377/4904/xp90gn9.th.png

Click Next, and then Finish.

*img152.imageshack.us/img152/9967/xp91qk3.th.png

Enjoy your OpenSUSE Linux!!!
 
OP
NucleusKore

NucleusKore

TheSaint
Installing the GAG Bootloader

This may be difficult for first time users who have no idea on command line usage in dos or windows. If you are familiar with the cd command to browse directories then you may proceed with Method 1, else use Method 2.

Ubuntu and OpenSUSE by default use the GRUB bootloader which is again, by default, written to the first sector of your hard disk, a location for the Master Boot Record (MBR). If anything happens to this boot record because of a virus attack or a system bug your system simply won't boot. Updating Ubuntu or OpenSUSE over the internet, updates (especially kernel updates) sometimes mess up the boot loader because of wrong entries or pointing. You'll find enough of these instances in the official forums. This can be avoided if you put your GRUB bootloader in your / partition instead of your MBR. In your MBR you can install any third party bootloader like GAG as I have described below. This is optional and if you are happy with GRUB you need not install GAG. If you want to learn more about GRUB go through this wonderful article.

Install GRUB to your root partition. In a terminal type

grub-install /dev/root_partition

where root_partition is your root partition, and press ENTER. An example: if /dev/sda7 is your root partition, just type:

grub-install /dev/sda7

Close terminal

Download GAG from here

*www.mediafire.com/?q1hhft5azyi

You can also get the latest version from here
*gag.sourceforge.net/download.html

Save it on your linux desktop.

Installation Method 1:
Right click on the file and select Extract here. Open a terminal and browse to the folder using the cd command. In that folder enter the linux folder using the cd command.

At prompt type

sudo ./copy-file.sh

and press ENTER

Then type

sudo ./gag-install /dev/sda

and press ENTER. If this does not work (in OpenSUSE), type su and press ENTER to become root, and then type

./gag-install /dev/sda

and press ENTER.

Restart your PC

Installation Method 2 (EASY):
Right click on the file you just downloaded and select Extract here. Open the folder, you will find a file cdrom.iso in it, write that file to a cd using the default cd writing software in linux (simply double click on it and burn). Restart your PC and boot from the cd.


Whichever of the above you have followed, you will now get this screen

*img123.imageshack.us/img123/7092/xp48gc6.th.png

Press 4 to install GAG. You will get this screen next

*img123.imageshack.us/img123/5369/xp49hk2.th.png

Select your keyboard (usually 1 in India)

then your language

*img411.imageshack.us/img411/1084/xp50ra6.th.png

You will then come to this screen. press S to setup the bootloader

*img123.imageshack.us/img123/5121/xp51ri0.th.png

The alphabets you have to press to execute a function are highlighted in red in the GAG set up screen. Keys are case insensitive. Press A to add an operating system

*img155.imageshack.us/img155/6761/xp53rz0.th.png

As you can see, partition A is the floppy, B is the first windows partition, so press B

*img120.imageshack.us/img120/9020/xp54ni5.th.png

You will now have to type a name, say Windows
*img155.imageshack.us/img155/9198/xp55kd5.th.png


You will have to now type a password, optionally, so press ENTER to avoid giving one
*img155.imageshack.us/img155/8981/xp56io8.th.png


You now have to select an icon, Press C for windows
*img120.imageshack.us/img120/4530/xp57gs8.th.png


Now you will come back to this screen
*img353.imageshack.us/img353/4060/xp58ui9.th.png

Press A to add an operating system

*img223.imageshack.us/img223/6342/xp59ym9.th.png

Now if you remember the first partition you made was swap, so that's D, followed by /, that's E over here (refer the partition table in your notes). So press E (in this example).

You will now have to type a name, say Linux
*img353.imageshack.us/img353/9378/xp60ro3.th.png

You will have to now type a password, optionally, so press ENTER to avoid giving one
*img155.imageshack.us/img155/8981/xp56io8.th.png


You now have to select an icon, Press D for Linux
*img120.imageshack.us/img120/4530/xp57gs8.th.png


Now you will come back to this screen
*img353.imageshack.us/img353/4060/xp58ui9.th.png
 
Last edited:
OP
NucleusKore

NucleusKore

TheSaint
Press H to save in the hard disk, you will get this message, press ENTER

*img84.imageshack.us/img84/6605/xp61fn0.th.png

Press R to return to the main menu, you should see this

*img329.imageshack.us/img329/9237/xp63gf9.th.png

Extra options in the setup include setting a timer for a default OS to boot.
Read the index.html file in the docs folder of the gag file you downloaded.
All the best !!!
 

Faun

Wahahaha~!
Staff member
awesome, openSUSE looks way better than Ubuntu.
Am tempting to install it over Ubuntu now, as am using Arch mainly *s269.photobucket.com/albums/jj44/visio159/Unismilies/23.png
thanks for this nice tut.
 
OP
NucleusKore

NucleusKore

TheSaint
Using OpenOffice 2.4.0 :)
That's one of the lesser known features of OpenOffice. Even in OpenOffice 1.4 we had the option of exporting our files as pdf and swf !!
All we have to do is type our document and click the pdf icon in the openoffice writer toolbar
*img392.imageshack.us/img392/995/oowriterfc0.th.png
 

Cool G5

Conversation Architect
Openoffice has a one click PDF export. Very useful feature.

And again awesome tut nucleuskore. :)
 
OP
NucleusKore

NucleusKore

TheSaint
n00bish doubt
How to burn that iso file to make it a bootable CD?????
Reply please ASAP

You can burn any ISO file in

Windows - by using the burn image to disc option in your cd writing software
Linux - using burn image to disc option in K3b, or brasero or any other cd/dvd burning program
 

dreams

Gracias Senor
I have a similar query here..I have a laptop with 160GB HDD and 1GB RAM.

I have partitioned my HDD into 4.

I have installed XP first in C drive.
Then installed Vista in D drive.
I have stored all my data in E drive.
I have one empty partition F drive with a diskspace of 50GB. I have reserved this partition to install LINUX.

Now I have to install LINUX in my laptop in the F drive..I have UBUNTU 8.04 LTS Server edition dvd with me.

I have requested Fedora 9 too but yet to recieve it.

First let me know which one is best, Fedora or UBUNTU.

Second how should I go about installing either UBUNTU or Fedora in the F drive.

Will I get the boot loader with Vista, XP and Ubuntu or Fedora displayed??

Pls help me out.

Note - My HDD is SATA. Due to this earlier versions of Linux doesn't install.

T i A
 
There are similar threads regarding this that are being discussed abot right now
Find them here:
*www.thinkdigit.com/forum/showthread.php?t=96603
*www.thinkdigit.com/forum/showthread.php?t=96544

Thanks NucleusKore
Posting from my Ubuntu now :D
Few doubts:
How to Use Compiz?
The flash player for FF 3.0 in Linux is not upto the moark
I mean, the videos are really jagged.
How do i fix this?
 
OP
NucleusKore

NucleusKore

TheSaint
How to Use Compiz?

Should be enabled by default. Go to Administration->Appearance and you can enable desktop effects from there,

OR pres Alt and F2 and type
simple-ccsm
and press ENTER

The flash player for FF 3.0 in Linux is not upto the moark
I mean, the videos are really jagged.
How do i fix this?

GO a system update and see. Also update your video drivers; if you have nvidia or ATi especially
 
Last edited:

Rahim

Married!
^The pdf tutorial doesnt open with evince (it crashes) while it open with ocular in opensuse
 
Status
Not open for further replies.
Top Bottom