Results 1 to 10 of 16
Greetings everyone. I just bought a computer from dell with Vista installed. I wanted a Vista/Ubuntu dual boot so I resized the Vista partition with GParted and installed Ubuntu in ...
- 03-10-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 98
Need help with dual-boot!
Greetings everyone. I just bought a computer from dell with Vista installed. I wanted a Vista/Ubuntu dual boot so I resized the Vista partition with GParted and installed Ubuntu in the free space. However, something must have gone wrong because now Vista doesn't boot up. When I select Vista from the GRUB menu it says, "BOOTMGR is missing." Dell never sent me the Vista installation cd's so I can't reinstall Vista. What can I do?
- 03-10-2007 #2
boot up Ubuntu, open terminal and execute this
post output here.Code:sudo fdisk -l sudo less /boot/grub/menu.lst
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 98
Hi Casper. I had a mistake on GRUB and that's why it was saying "BOOTMGR is missing." I fixed that mistake but windows still isn't booting. When I choose to boot into Vista a screen pops up giving me an option of running in normal mode or recovery mode so it can repair itself, but neither one works. Just a blank screen. That computer isn't hooked up to the internet yet, so right now I'm writing from a different computer. Without copy and paste I'll just give you the results of those commands that I'm assuming are important:
Originally Posted by devils_casper
sudo fdisk -l
Device Boot System
/dev/sda1 Dell Utility
/dev/sda2 HPFS/NTFS
/dev/sda3 * HPFS/NTFS
/dev/sda4 Extended
/dev/sda5 Linux
/dev/sda6 * Linux swap/Solaris
sudo less gedit /boot/grub/menu.lst
title Windows Vista/Longhorn (loader)
root (hdo,2)
savedefault
makeactive
chainloader +1
I appreciate the help.
- 03-10-2007 #4
edit 'root' line in menu.lst file and replace 'root' with 'rootnoverify'.
where is Vista installed? in C: drive or D: drive?Code:title Windows Vista/Longhorn (loader) rootnoverify (hd0,2) savedefault makeactive chainloader +1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2007 #5Just Joined!
- Join Date
- Feb 2007
- Posts
- 98
I changed it to "rootnoverify" but I get the exact same thing happening. It gives me the option of booting into "startup repair mode" but then nothing.
Originally Posted by devils_casper
I'm not sure where it is installed...it came preinstalled by dell
- 03-10-2007 #6thats Dell's recovery console. replace (hd0,2) with (hd0,1).It gives me the option of booting into "startup repair mode" but then nothing.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2007 #7Just Joined!
- Join Date
- Feb 2007
- Posts
- 98
tried that. If you do that Grub says, "BOOTMGR is missing"
Originally Posted by devils_casper
- 03-10-2007 #8
something wrong with Windows only. remove GRUB and check if windows booting up properly. boot up from Windows installation CD, select 'repair' and execute 'fixmbr'.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2007 #9Just Joined!
- Join Date
- Feb 2007
- Posts
- 98
Well, the problem is Dell never sent the vista installation cd's. So I guess there's nothing I can do until I get Dell to send them to me. Thanks Casper.
Originally Posted by devils_casper
- 03-10-2007 #10
hmmm... if you have Floppy Drive, try Windows 98 Bootable floppy. download it from here, boot up from it and execute 'fdisk /mbr'.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
