Results 1 to 3 of 3
I have openSuSE 10 installed on my PC and i want to dual boot it with ubuntu 5.10.
Can you help me?
Thanx...
- 12-23-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
How to dual boot SuSE and Ubuntu
I have openSuSE 10 installed on my PC and i want to dual boot it with ubuntu 5.10.
Can you help me?
Thanx
- 12-23-2005 #2
You just need free, unpartitionned, space on your harddrive, then install Ubuntu. It will replace the boot loader, and you'll have 2 OS.
You don't have free space?
Well, post the output of
&Code:fdisk -l
...and someone will be able to help you.Code:cat /etc/fstab
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-23-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
Here is the output of code: fdisk -l
Disk /dev/hda: 10.2 GB, 10242892800 bytes
16 heads, 63 sectors/track, 19846 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 520 262048+ 82 Linux swap
/dev/hda2 * 521 19846 9740304 83 Linux
Disk /dev/hdb: 1707 MB, 1707761664 bytes
64 heads, 63 sectors/track, 827 cylinders
Units = cylinders of 4032 * 512 = 2064384 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 2 827 1665216 5 Extended
/dev/hdb5 2 827 1665184+ b Win95 FAT32
and Here is the output of code: cat /etc/fstab
/dev/hda2 / reiserfs defaults 1 1
/dev/hdb5 /windows/C vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0
/dev/hda1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0


Reply With Quote
