PDA

View Full Version : [ubuntu] Complete Linux Noob problem



gvansly1
July 11th, 2008, 02:51 PM
Hi, Complete noob here...I'm trying to istall Ubuntu (64bit) on a system that already has a dual boot Vista/XP. Vista and XP are on a seperate SATA drive while I'm trying to install Ubuntu on a seperate IDE drive. The drive has been formatted using the NTFS file system. I used a windows based program called Easy BCD that allows multiple Operating Sytems to be booted using the Windows Boot Manager.
When I boot up, my options are Vista/XP/Neo Smart Linux.
When I select the Linux option I get the following:

Unrecognized Partition Table For Drive 80
Please Rebuild It Using A MicrosoftCompatible FDISK Tool(Err=23)
Current C/H/S = 16383/240/63 (Hd0,0)
File System Type is NTFS Partition Type 0x7
Config file /NST/menu.lst
find--set-root--ignore floppies /boot/grub/menu.lst

Can someone with patience please assist me in getting this resolved. I'm looking forward to learing/using the linux O.S.

VMC
July 11th, 2008, 03:44 PM
Hi, Complete noob here...I'm trying to istall Ubuntu (64bit) on a system that already has a dual boot Vista/XP. Vista and XP are on a seperate SATA drive while I'm trying to install Ubuntu on a seperate IDE drive. The drive has been formatted using the NTFS file system. I used a windows based program called Easy BCD that allows multiple Operating Sytems to be booted using the Windows Boot Manager.
When I boot up, my options are Vista/XP/Neo Smart Linux.
When I select the Linux option I get the following:

Unrecognized Partition Table For Drive 80
Please Rebuild It Using A MicrosoftCompatible FDISK Tool(Err=23)
Current C/H/S = 16383/240/63 (Hd0,0)
File System Type is NTFS Partition Type 0x7
Config file /NST/menu.lst
find--set-root--ignore floppies /boot/grub/menu.lst

Can someone with patience please assist me in getting this resolved. I'm looking forward to learing/using the linux O.S.

I'm not sure I understand how you installed ubuntu. We'll get to that in a moment. First EasyBCD can boot Linux partitions, you need to read their info on how to map for Linux. It's in there docs. I used it once. I prefer Grub, it can handle all your needs. Now back to your drive setup. I've heard of several people having trouble with mixing SATA and PATA drives, which your doing. Lets see how things stack up for the monent though.

Boot using the ubunt livecd. Then go to "Applications > Accessories > Terminal"

From the Terminal a DOS like box will open. Then the following exactly as I have listed:


sudo fdisk -l

That way we can see how your drives are ordered.

gvansly1
July 11th, 2008, 11:56 PM
VMC,

Hey thanks for the reply, however I don't have the livecd... I burned an ISO from the download site.....and there is no Applications-Accessories-Terminal.....option available per your reply.

Good news though....I finally got it to work by deleting the Grub and Linux options from the Easy BCD Windows application, then reinstalled Ubuntu from the ISO burned Disc, however this time around I changed the Boot Drive sequence in the BIOS so that the drive that I wanted Ubuntu installed on was the first boot drive....I then "manually configured" the Partition Step of the Ubuntu installation process (Step 5), deleted the listed partition, created a new one as "/", installed the software.....rebooted (using the new boot sequence) The GRUB installer started and my options are now Linux or windows, when I select windows the Windows boot loader starts (using the setup from Easy BCD) and my options are Vista/XPPro....

Therefore I'm a happy camper.....Thanks for your timely response...This is my first experience with Linux OS and will probably have more posts....

Bakon Jarser
July 12th, 2008, 12:04 AM
Glad you got it working. Just so you know, that .iso you burned is the livecd. It's called that because you can run ubuntu from it without installing it to a hard drive.

Sealbhach
July 12th, 2008, 12:10 AM
Nice one.

It's a good idea, if you're doing a manual partition, to create two partitions:

/ (root) - about 12GB should do.

/home - as much space as you like

+ a small swap partition (about 2x your ram)

That way, if you want to upgrade, you don't have to start all over again... everything in your /home folder (documents,files, settings) will remain after you have upgraded.


.

gvansly1
July 12th, 2008, 09:57 AM
Thanks Bakon, did not know this, I assume then I would be able to somehow run it parallel to a Windows installation to resolve issues?


Great idea Sealbhach.....I did not do that however, I just installed it, so I will reinstall as instructed. Is the (swap) preceeded with the /

Sealbhach
July 12th, 2008, 11:42 AM
Great idea Sealbhach.....I did not do that however, I just installed it, so I will reinstall as instructed. Is the (swap) preceeded with the /

No, it's just called "swap" and the partition type is also "swap".

The / and /home partitions should be "ext3".


.

gvansly1
July 13th, 2008, 01:12 AM
Sealbhach,

Thanks again will do as instructed, also how do I get Ubunt to recognize my thumbdrive?