It is currently Tue Jun 09, 2026 4:32 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 71 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: Re: Can't open Ubuntu
PostPosted: Fri Jan 06, 2012 2:23 pm  (#61) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
I can't run it. I can't get into it. I have tried with all the commands known to man. What I am working on is deleting the whole thing, changing the drive to one partition and then reinstalling a version of linux. I am going to concentrate on getting rid of the broken version first.

_________________
Image


Top
 Post subject: Re: Can't open Ubuntu
PostPosted: Fri Jan 06, 2012 2:25 pm  (#62) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5241
Location: Gimpville
gerard82 wrote:
I was puzzled by sda2 also,I'd expected sda1.

Windows should be on sda2, which is the first physical drive (sda), 2nd partition. Remember that Dell computers have a hidden partition(s) that will show up as sda1.

The 2nd drive physical should show up as sdb, with Ubuntu being on the 1st partition (sdb1).

molly wrote:
I just didn't think the windows one should have (on /dev/sda2) beside it. why does it have that. shouldn't it say C: beside the windows one

Molly, Windows uses drive letters A: B: C: D:, E: .. As gerard82 mentioned earlier, Linux uses different drive designations. Normally for serial ata drives, it's sda, sdb, sdc, followed by the partition number for that physical drive.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Can't open Ubuntu
PostPosted: Fri Jan 06, 2012 3:04 pm  (#63) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
okay thanks, I was just wondering why Windows had those letters beside it.

_________________
Image


Top
 Post subject: Re: Can't open Ubuntu
PostPosted: Fri Jan 06, 2012 3:39 pm  (#64) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
To delete the whole thing do this:
Boot with your ubuntu cd or USB stick.
When it's finished booting go to terminal 1.
In Linux this is done by typing ctrl+alt+F1 (function key F1)
Then type
sudo fdisk -l

Check what fdisk produces.
If you see /dev/sdax and /dev/sdbx you're ok.
Then
sudo fdisk /dev/sdb

you'll see something like this
fdisk /dev/sdb
Command (m for help):

Now type m and you'll get this
Command (m for help): m
Command action
   a   toggle a bootable flag
   b   edit bsd disklabel
   c   toggle the dos compatibility flag
   d   delete a partition
   l   list known partition types
   m   print this menu
   n   add a new partition
   o   create a new empty DOS partition table
   p   print the partition table
   q   quit without saving changes
   s   create a new empty Sun disklabel
   t   change a partition's system id
   u   change display/entry units
   v   verify the partition table
   w   write table to disk and exit
   x   extra functionality (experts only)

Command (m for help): 

Now type d.
It will ask you which number to delete.
If it shows more than one partition start deleting the highest number first.
Then type p.
It will show you if there's anything left.
When there are no more partitions left do n.
This will make a new partition.
If you want to have just one partition make it a primary partition.
You will have then to hit Enter twice.
To finish type w.
That's it.
Of course the partition still needs to be formatted but that can be done by the ubuntu installer.
An alternative is just deleting all the partitions and then type w and let ubuntu do the rest.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: Can't open Ubuntu
PostPosted: Thu Jan 12, 2012 9:23 am  (#65) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
I guess y'all can see by my new Avatar that my dilemma is finally solved. I would like to thank Gerard, Tux, Rich, Lyle, wbool, Nixnine, Saulgoode and bkh1914. I really appreciate all you guys for your input.

Another good samaritan showed up and offered his help by walking me through the whole progress, step by step. It took a lot of planning on his part and everything ran quite smoothly considering the mess I was in and a few slaps on the wrist for not listening, :oops:

:tyspin :pengy :yr

_________________
Image


Top
 Post subject: Re: Can't open Ubuntu (SOLVED)
PostPosted: Thu Jan 12, 2012 10:17 am  (#66) 
Offline
GimpChat Member

Joined: Dec 15, 2011
Posts: 129
Great Molly. I'm thinking of setting up Mint 12 on my system. Studying on it now.


Top
 Post subject: Re: Can't open Ubuntu (SOLVED)
PostPosted: Thu Jan 12, 2012 10:20 am  (#67) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Good for you molly.
The more the merrier.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: Can't open Ubuntu (SOLVED)
PostPosted: Thu Jan 12, 2012 10:43 am  (#68) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
WOO HOO, thanks, I think I will be liking it.

_________________
Image


Top
 Post subject: Re: Can't open Ubuntu (SOLVED)
PostPosted: Thu Jan 12, 2012 7:36 pm  (#69) 
Offline
GimpChat Member
User avatar

Joined: Oct 07, 2010
Posts: 439
Location: home/Nixnine/.gimp-2.0/scripts/nixnine.scm
That's cool. I'm trying out fedora 16 too. Really love that gnome shell. Let us know what you think of the distro. I'm looking for a change as always.

_________________
I refuse to be confused, but am often confused at this refusal.


Top
 Post subject: Re: Can't open Ubuntu (SOLVED)
PostPosted: Thu Jan 12, 2012 7:46 pm  (#70) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12775
Good for you Molly; still, I believe virtualization (with MB virtualization acceleration support which most modern MBs do) is the way to go. No need then to reboot and you can easily share files between VMs. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Can't open Ubuntu (SOLVED)
PostPosted: Thu Jan 12, 2012 7:57 pm  (#71) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
I am really liking it so far guys. I have a lot to learn though

_________________
Image


Top
Post new topic Reply to topic  [ 71 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group