Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Select newly created partition and assign it / mount point.

    In case it doesn't work, open Terminal and execute this
    Code:
    sudo fdisk -l
    Post output here.

    * 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

  3. #3
    Just 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 ?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  5. #5
    Just 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?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    WIndows 7 is released already? Beta version right?
    Yeah ! Windows 7 Beta is freely available.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Mar 2008
    Posts
    46
    Yeh I thought so, thanks Devil

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...