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 Hosts
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 Lost Vista
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

Reply
 
Thread Tools Display Modes
Old 07-03-2008   #1 (permalink)
mjolnar
Just Joined!
 
Join Date: Jul 2008
Posts: 13
Lost Vista

I was running Vista Ultimate 64, I loaded Ubuntu 8.04 within Window. My problem is that I can no longer find Vista. I shows 1 partition on C:. It is only an 80 GB drive, D: is just used for storage, but because they are Windows files I can't access them either.

When I boot it goes right to Hardy, doesn't give me the option to pick Vista or Hardy. It only took a few minutes to load Hardy, so I doubt it formated the whole hard drive.

Any sugestions
mjolnar is offline   Reply With Quote
Old 07-03-2008   #2 (permalink)
bigtomrodney
Bigtomrodinator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 5,101
Can you post the contents of /boot/grub/menu.lst here please?
__________________
In the land of the blind, the night vision users are laughing at the king

Registered Linux user #378740

New members read here / Forum Rules
bigtomrodney is offline   Reply With Quote
Old 07-03-2008   #3 (permalink)
Geeth
Linux Newbie
 
Geeth's Avatar
 
Join Date: Apr 2008
Location: Brisbane Aus
Posts: 129
Also can you post the output of

df -h

you may need to have sudo infront
Geeth is offline   Reply With Quote
Old 07-04-2008   #4 (permalink)
mjolnar
Just Joined!
 
Join Date: Jul 2008
Posts: 13
Lost Vista df -h

I'm a nubie so I hope this is right.

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 71G 4.0G 64G 6% /
varrun 976M 100K 976M 1% /var/run
varlock 976M 0 976M 0% /var/lock
udev 976M 72K 976M 1% /dev
devshm 976M 12K 976M 1% /dev/shm
lrm 976M 43M 933M 5% /lib/modules/2.6.24-19-generic/volatile
gvfs-fuse-daemon 71G 4.0G 64G 6% /home/alan/.gvfs
mjolnar is offline   Reply With Quote
Old 07-04-2008   #5 (permalink)
mjolnar
Just Joined!
 
Join Date: Jul 2008
Posts: 13
boot/menu/list.

I have know idea how to bring that up. I have been trying Linux for about 3 weeks. I don't do that much with it. It seemed fairly easy till I started having problems with being able to start Vista.

Do I access it in terminal, cause when I try to do anything in the boot sequence, it just keeps loading.
mjolnar is offline   Reply With Quote
Old 07-04-2008   #6 (permalink)
Geeth
Linux Newbie
 
Geeth's Avatar
 
Join Date: Apr 2008
Location: Brisbane Aus
Posts: 129
Quote:
Originally Posted by mjolnar View Post
I have know idea how to bring that up. I have been trying Linux for about 3 weeks. I don't do that much with it. It seemed fairly easy till I started having problems with being able to start Vista.

Do I access it in terminal, cause when I try to do anything in the boot sequence, it just keeps loading.
What do you trouble bringing ?
the /boot/grub/menu.lst
Geeth is offline   Reply With Quote
Old 07-04-2008   #7 (permalink)
mjolnar
Just Joined!
 
Join Date: Jul 2008
Posts: 13
Quote:
Originally Posted by Geeth View Post
What do you trouble bringing ?
the /boot/grub/menu.lst
Yes, do I use a command in the terminal or do I have to try to stop the boot sequence?
mjolnar is offline   Reply With Quote
Old 07-04-2008   #8 (permalink)
Geeth
Linux Newbie
 
Geeth's Avatar
 
Join Date: Apr 2008
Location: Brisbane Aus
Posts: 129
It's a text file.

Try edit /boot/grub/menu.lst

or use your file manager. and just go to /boot/grub/ and menu.lst
Geeth is offline   Reply With Quote
Old 07-04-2008   #9 (permalink)
mjolnar
Just Joined!
 
Join Date: Jul 2008
Posts: 13
Quote:
Originally Posted by Geeth View Post
It's a text file.

Try edit /boot/grub/menu.lst

or use your file manager. and just go to /boot/grub/ and menu.lst
title Ubuntu 8.04, kernel 2.6.24-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-19-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro single
initrd /boot/initrd.img-2.6.24-19-generic

title Ubuntu 8.04, kernel 2.6.24-18-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro quiet splash
initrd /boot/initrd.img-2.6.24-18-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro single
initrd /boot/initrd.img-2.6.24-18-generic

title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro single
initrd /boot/initrd.img-2.6.24-16-generic

title Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
mjolnar is offline   Reply With Quote
Old 07-04-2008   #10 (permalink)
Geeth
Linux Newbie
 
Geeth's Avatar
 
Join Date: Apr 2008
Location: Brisbane Aus
Posts: 129
add the following to your menu.lst and reboot

Code:
title Windows
root (hd0,1)
chainloader +1
you must have root privledges to do this.

easiest way i can think of is

Code:
sudo nano /boot/grub/menu.lst
type / paste in the code at the bottom

so you file will look similar to

Code:
title Ubuntu 8.04, kernel 2.6.24-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-19-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=43bdf038-9f63-4934-a4c9-c55ef2fdebf1 ro single
initrd /boot/initrd.img-2.6.24-19-generic

title Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin

title Windows
root (hd0,1)
chainloader +1
you don't need to have all the different kernel versions in the menu.lst, thats why they arent in my list above.

reboot and see how that goes
Geeth is offline   Reply With Quote
Reply


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




All times are GMT. The time now is 04:36 AM.




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

Content Relevant URLs by vBSEO 3.0.0