Results 1 to 7 of 7
Im currently running Windows 7(64) on my laptop and i wanted to duel boot Ubuntu. Im having a problem on step 4 of 7 of installation, the partition step. I ...
- 02-10-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
Ubuntu duel boot issues
Im currently running Windows 7(64) on my laptop and i wanted to duel boot Ubuntu. Im having a problem on step 4 of 7 of installation, the partition step. I shrunk my C drive so that i have 10GB of free space to make an ubuntu partition. So when i go to manual partition install i have it set to make a new partition for ubuntu out of the 10gb free space. when i press forward it gives me an error message with something along the lines of "No defined root something. change this is the partitions menu." I am very new to linux and have NO idea what to do at this point. Any help would be greatly appreciated.
Thanks,
-Fakebird
- 02-10-2009 #2
Select newly created partition and assign it / mount point.
In case it doesn't work, open Terminal and execute this
Post output here.Code:sudo fdisk -l
* Its small L in fdisk -l.Last edited by devils casper; 02-10-2009 at 12:08 PM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
Ty, and when i assign the partition to /mount point what type of partition should i save that as ?
- 02-10-2009 #4
Format that partition in ext3 filesystem.
I would suggest you to create 2 partitions.
10-15GB, ext3 for /
512 MB, SWAP
Installer will detect SWAP partition itself.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #5Just Joined!
- Join Date
- Mar 2008
- Posts
- 46
Some Tips
the "/" symbol is the linux version of the "c:" of windows
linux uses ext3 where as windows uses ntfs.
When dual booting, always install WIndows first, then install linux and then grub boot loader.
WIndows 7 is released already? Beta version right?
- 02-10-2009 #6Yeah ! Windows 7 Beta is freely available.WIndows 7 is released already? Beta version right?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-11-2009 #7Just Joined!
- Join Date
- Mar 2008
- Posts
- 46
Yeh I thought so, thanks Devil


Reply With Quote