Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Ubuntu Help
Reload this Page [SOLVED] Ubuntu install error
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Ubuntu Help Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Closed Thread
 
Thread Tools Display Modes
Old 04-05-2008   #11 (permalink)
Linux User
 
Join Date: Oct 2007
Location: Tucson AZ
Posts: 400
Code:
I tried to make the 227 GB Vista partition smaller, but it says that all 227 Gb is full and I know that's not right.
Not sure what's up with that but it's always a good idea to run disk defragmenter on windows before installing another OS. Also weird that vista shows as FAT16.

After installing ubuntu, are you able to boot to it?
yancek is offline  
Old 04-05-2008   #12 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 59
Yea it boots to Ubuntu just fine. I tried to do a repair of Vista and it cannot find an Os to repair. I will research that some more and if I cannot fix it I will just re-install Vista. I want to resize the partitions too while Im doing that.
james3302 is offline  
Old 04-06-2008   #13 (permalink)
Linux User
 
Join Date: Oct 2007
Location: Tucson AZ
Posts: 400
What does your /boot/grub/menu.lst file look like in ubuntu? Do you have an entry in your /etc/fstab file for vista? Post them if you can.
yancek is offline  
Old 04-06-2008   #14 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 59
Here's the menu.lst file I did not copy the # lines(i assumed they were comments.

title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e095ba3f-9a4d-40e1-b6f4-d558d0104d49 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e095ba3f-9a4d-40e1-b6f4-d558d0104d49 ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet


here's the fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=e095ba3f-9a4d-40e1-b6f4-d558d0104d49 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=07D7-0A17 /media/sda1 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda2
UUID=340bce10-315c-4b1f-87fc-24bfc0d4dce1 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
james3302 is offline  
Old 04-06-2008   #15 (permalink)
Linux User
 
Join Date: Oct 2007
Location: Tucson AZ
Posts: 400
Here's something you might try. Log in to ubuntu, open the konsole(terminal) and as root type: grub. You should get a grub prompt which looks like (grub>)
Enter the following cmd: find /boot.ini. The response to the command should be:
(hd0,0). I expect you won't get any results but worth a try.

You don't have any entry for vista in your menu.lst and ubuntu usually detects windows and puts an entry there. Your windows entry should look like one of the following which you might try putting in menu.lst to see if either works.

title Vista
root (hd0,0)
makeactive
chainloader +1

title Windows
rootnoverify (hd0,0)
chainloader (hd0,0) +1

In the above entries, be sure there is a space before the -+-You didn't post your /etc/fstab. Just take a look and see if you have any entry for windows. Don't expect you will.

I think something bad happened to your vista because it is detected as FAT16 and windows has been using FAT32 or NTFS since W95.

Good Luck!
yancek is offline  
Old 04-06-2008   #16 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 59
the response from find /boot.ini was File not Found.

Cannot edit menu.lst do not have the rights to only root does. I do not remember giving a password for the root user. I remember setting up the user name that Im using right now. Usually when I make system it asks for the password to do so and I give it the password that I am using and it works.
james3302 is offline  
Old 04-06-2008   #17 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
I would suggest you to mount /dev/sda1 partition and check its contents. Back up data and re-install.
Code:
sudo mkdir /media/vista
sudo mount -t vfat /dev/sda1 /media/vista -o defaults,umask=0
ls /media/vista
__________________
New Users: Read This First


devils casper is offline  
Old 04-06-2008   #18 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 59
I went into users and groups and changed the root password there to something that I knew. Logged off and tried to log in as root and the password I put in did not work. Now my root terminal screen will not start. so I cannot do the commands say said to do.

Now when I try and log in as root is says I cannot login as root on that screen. where do I login as root then?
james3302 is offline  
Old 04-06-2008   #19 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Press Alt+Ctrl+F1 and it will drop you at Command line prompt. Login and execute commands. Press Alt+Ctrl+F7 to switch back to GUI.
__________________
New Users: Read This First


devils casper is offline  
Old 04-06-2008   #20 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 59
Ah great tip, I drug out my Unix manual from college to get some command line stuff down. Here's the contents of /media/vista-it's not pretty!

diags,temp are folders

autoexec.bat,autoexec.up,command.com,config.sys,co nfig.up,copyup.bat,
dellbio.bin,delldiag.ini,dellrmk.bin,himem.sys,oob edone.flg

So pretty much just system files and you would have copied over to boot from a windows CD.

I have a vista re-install CD from Dell. I will have to re-install it and it will kill this install of linux and then I would have to try and install again without screwing up Vista.
james3302 is offline  
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 06:19 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0