Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 12-04-2007, 07:46 PM   #1 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Question Triple booting. Where to install?


I've got Windows XP and OpenSuSE 10.2 in dual boot. I need to install a distro . Its actually a live CD, but after booting into KDE, there is an option to install in the following manner
Code:
Install XXXXX from:_______________
Install XXXXX to:_____________
Write MBR to:______________



Select target and click Go:
The ________ indicates a box to enter the partition/drive to install from/to

This is my fstab:

Code:
/dev/sda3            /                    ext3       acl,user_xattr        1 1
/dev/sda4            /home                ext3       acl,user_xattr        1 2
/dev/sda1            /windows/C           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda5            /windows/D           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda6            /windows/E           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda7            /windows/F           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda8            swap                 swap       defaults              0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
/dev/fd0             /media/floppy        auto       noauto,user,sync      0 0
Now, where do I install the distro and I don't wish to share the /home (atleast for now) till I test it properly. How do I go about installing?


The 'distro' name cannot be specified as its technically doesn't qualify as a distro. Don't want to violate forum rules and get kicked out
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 12-04-2007, 07:53 PM   #2 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Triple booting. Where to install?

install it in any ntfs partition of urs... after formatting it as ext3...
afetr installing it.. add its entry to suse's grub..
btw wat os/distro/non-distro is it????
Pathik is offline  
Old 12-04-2007, 09:12 PM   #3 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

No! I don't want to lose any of the partitions as all of it is full!! I want to know if the existing linux can be resized/partition and the other distro can be installed, just like installing Windows 2003 on a seperate drive with Windows XP. Ummmm..... the distro is Slackware, but rest is classified
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 13-04-2007, 01:38 AM   #4 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Triple booting. Where to install?

If your already existing partition with Linux install has some space left in it, then you can resize the partition using tools like gparted. Create a new partition from the free space just created and then install this new distro on it. If you are thinking about keeping the new distro for long then let it overwrite MBR otherwise don't and edit your GRUB files in openSUSE.
eddie is offline  
Old 13-04-2007, 10:35 AM   #5 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Red face Re: Triple booting. Where to install?

I guess gpart is installed on opensuse 10.2 by default, but its tough for me to do via CLI. According to this link, they say a gui is available, but with a linux boot CD. Is it easy to resize from CLI? My partition looks like this

I see that /home has more space and the distro which I want to install requires just around 3GB, but recommended is 5GB. Is it ok to resized /home?

Could anyone give me the step by step procedure to partition from gpart? I would really appreciate it
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 13-04-2007, 10:43 AM   #6 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Triple booting. Where to install?

gpart(guess pc disk partition table) and gparted are different.gparted is the gui one.use it to resize ur /home to ur need.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 13-04-2007, 10:56 AM   #7 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

@freebird-Thanks for letting me know the difference. I thought both were the same I see that it takes a lot of time to partition. Lot of load shedding here So, need to do it sometime in the night.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 13-04-2007, 11:22 AM   #8 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: Triple booting. Where to install?

be sure to un-mount yo partns while doing a resize or for any reason.BOL
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 13-04-2007, 04:22 PM   #9 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

Hmmmm.... thats the important part I guess. There is a slight problem with GParted. Burnt the ISO and while booting, it stops at ´Checking for udev devices' and doesnt boot further. What might be the reason? Also, it shows that the caching of gparted.dat failed(probably due to lack of memory)

Ok, found out that the burning speed was too 'high' for my drive to read the data off it properly. Finishing repartitioning to 4.99GB of unallocated space. Now, how do I tell the distro that there is unallocated space available? I want to follow the GUI installation and thus I'll be needing to tell where the unallocated space is.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)

Last edited by phreak0ut; 13-04-2007 at 04:22 PM. Reason: Automerged Doublepost
phreak0ut is offline  
Old 14-04-2007, 03:57 AM   #10 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Triple booting. Where to install?

The way you've explained the options in your first post, I do not think that you need unallocated space rather you actually need an empty partition. So create a new partition out of the free space and then direct your distro installer to use it.
eddie is offline  
Old 14-04-2007, 08:22 AM   #11 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

Well, once I resized the partition, GParted made it as unallocated. I didn't have any other option
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 14-04-2007, 08:58 AM   #12 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Triple booting. Where to install?

~#partprobe
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 14-04-2007, 10:20 AM   #13 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

Well, this is the output I got when I checked it on the live CD. I'm still on Live CD. There is one more problem. Though the kernel version of this slax is 2.6.20, its not able to detect my SATA HD

Quote:
Warning: Unable to open /dev/hda read-write (Read-only file system). /dev/hda has been opened read-only.
Here /hda is my combo drive.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 14-04-2007, 10:33 AM   #14 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Triple booting. Where to install?

/dev/hda on 2.6.20? Check the other thread by freebird. Shouldn't it be sda or something for 2.6.20?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 14-04-2007, 11:00 AM   #15 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post

@phreak0utt:/dev/hda is ur cd/dvd drive.U can resize the sata hdds too easily.for anything not committed properly by gparted,try cfdisk,a cli utility ||r to Windows fdisk.ur sata/scsi disks may be mamed as sdax .
@tech:with 2.6.20 kernel also the old ata detection is possible provided it is compiled in.most distros carries the old pata system compiled in their kernels,so no problem.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 14-04-2007, 06:32 PM   #16 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

@praka- The resizing is done, but the distro is not recognizing my HD at all!! That has become the problem now

There is an error something like this:
Disabling IRQ #10
ata3.00:qc timeout (cmd 0xef)



There are few more lines like this and finally the Live CD boots. Mainly, the SATA silicon driver is not able to load the controller.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 14-04-2007, 06:37 PM   #17 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Triple booting. Where to install?

try while in live cd.press ALT+F2 to get a tty,
Code:
~#modprobe sata_sil
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 14-04-2007, 06:52 PM   #18 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

Well, here is what tty says:
Quote:
/dev/pts/1
and for ~#modprobe sata_sil

Quote:
FATAL: Module sata_sil not found.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 15-04-2007, 02:15 AM   #19 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Triple booting. Where to install?

Post the output of commands lspci, fdisk -l, uname -a and lsmod
eddie is offline  
Old 15-04-2007, 10:48 AM   #20 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Question Re: Triple booting. Where to install?

Output for lspci:

Quote:
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:11.0 IDE interface: ATI Technologies Inc ATI 437A Serial ATA Controller
00:12.0 IDE interface: ATI Technologies Inc ATI 4379 Serial ATA Controller
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 04)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Contro
ller ATI
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio
Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTra
nsport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Con
troller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscella
neous Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS480 [Radeon Xpress 200
G Series]
02:02.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139
C+ (rev 10)
02:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (
fdisk -l doesn't give anything.

uname -a gives this:
Quote:
Linux bt 2.6.20-BT-PwnSauce-NOSMP #3 Sat Feb 24 15:52:59 GMT 2007 i686 athlon-4 i386 GNU/Linux
lsmod gives this:
Quote:
Module Size Used by
ipv6 227680 10
snd_seq_dummy 3084 0
snd_seq_oss 30720 0
snd_seq_midi_event 5888 1 snd_seq_oss
snd_seq 44016 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 6668 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42048 0
snd_mixer_oss 15232 2 snd_pcm_oss
pcmcia 31272 0
yenta_socket 24476 0
rsrc_nonstatic 11276 1 yenta_socket
pcmcia_core 34488 3 pcmcia,yenta_socket,rsrc_nonstatic
capability 3468 0
commoncap 5376 1 capability
fuse 38804 0
lp 9928 0
parport_pc 24548 1
parport 30408 2 lp,parport_pc
psmouse 35616 0
snd_atiixp 16296 3
snd_ac97_codec 95276 1 snd_atiixp
ac97_bus 2176 1 snd_ac97_codec
8139too 22032 0
snd_pcm 68752 4 snd_pcm_oss,snd_atiixp,snd_ac97_codec
shpchp 30240 0
mii 4992 1 8139too
snd_timer 19336 3 snd_seq,snd_pcm
snd 44644 12 snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,s nd_pcm_oss,snd_mixer_oss,snd_atiixp,snd_ac97_codec ,snd_pcm,snd_timer
ehci_hcd 29336 0
ohci1394 31284 0
soundcore 5984 2 snd
pata_atiixp 5632 0
k8temp 4608 0
ieee1394 84576 1 ohci1394
ati_agp 6924 0
snd_page_alloc 7816 2 snd_atiixp,snd_pcm
hwmon 2452 1 k8temp
agpgart 27952 1 ati_agp
ata_generic 5256 0
evdev 8320 0
pcspkr 2432 0
serio_raw 5380 0
i2c_piix4 7572 0
i2c_core 17680 1 i2c_piix4
ohci_hcd 19212 0
nls_iso8859_2 4608 0
nls_iso8859_1 4096 0
nls_cp437 5760 0
aufs 83888 1
squashfs 44680 10
sqlzma 3204 1 squashfs
unlzma 4352 1 sqlzma
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 15-04-2007, 11:21 AM   #21 (permalink)
Human Spambot
 
shantanu's Avatar
 
Join Date: Dec 2006
Posts: 2,798
Default Re: Triple booting. Where to install?

hey buddY! r u using that RS480 ATI x200 chipset.. i suppose that only... i have used that thing and it is having silicon image SATA controller... well i dont have much knowledge about linux but i think SDA is SATA drive .. and i was unable to install any distro on it...

cant say in your case.. but silicon systems emailed back to me saying that sil437* .. or something... controller is not fully compatible with RS480 and RS482 series of mobos... (i think you have MSI )
shantanu is offline  
Old 15-04-2007, 11:35 AM   #22 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

Quote:
Originally Posted by shantanu_webmaster
hey buddY! r u using that RS480 ATI x200 chipset.. i suppose that only... i have used that thing and it is having silicon image SATA controller... well i dont have much knowledge about linux but i think SDA is SATA drive .. and i was unable to install any distro on it...

cant say in your case.. but silicon systems emailed back to me saying that sil437* .. or something... controller is not fully compatible with RS480 and RS482 series of mobos... (i think you have MSI )
How crappy!!! What do they do sitting in their huge complex? Why is it that ATI ALWAYS HAS TO SUCK THIS WAY!! Well, i'll wait and watch
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 15-04-2007, 04:01 PM   #23 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Triple booting. Where to install?

And fdisk -l will only give the output if you try it as root or with sudo.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 15-04-2007, 04:08 PM   #24 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

The cd can be booted only as root. Well, if Silicon systems has trouble for my motherboard, then how come other distros are installing fine?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 15-04-2007, 04:11 PM   #25 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Triple booting. Where to install?

Which cd is that, which boots only as root?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 15-04-2007, 04:41 PM   #26 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: Triple booting. Where to install?

@Mehul-Its a base of slax. @Shantanu-Could you please PM the mail which you got, if you still got it in your inbox?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 15-04-2007, 06:21 PM   #27 (permalink)
Human Spambot
 
shantanu's Avatar
 
Join Date: Dec 2006
Posts: 2,798
Default Re: Triple booting. Where to install?

i pmed you
shantanu is offline  
Old 27-04-2007, 06:46 PM   #28 (permalink)
In The Zone
 
Vivek788's Avatar
 
Join Date: Jul 2006
Location: Cochin
Posts: 340
Default Re: Triple booting. Where to install?

I have opensuse installed already.Recently I installed FC6 and now the grub in it is not detecting opensuse...?what change should i make to grub.conf to bring it back?

My opensuse is installed in /dev/hdc3 while fc6 is in /dev/hdd10
Vivek788 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Linux( DUAL BOOTING) tanmoy_rajguru2005 Open Source 1 14-12-2006 05:58 AM
How To Configure My System For Dual Or Triple Booting ????? clmlbx Software Q&A 3 14-09-2006 09:19 PM
Triple booting XP, Vista and Ubuntu blackpearl Software Q&A 1 06-09-2006 05:06 PM
triple boot!!! jamyang312 Software Q&A 9 26-05-2006 02:26 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:26 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2