Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 04-26-2008, 03:24 AM   #1 (permalink)
Registered User
 
Join Date: Jul 2007
Location: England
Posts: 57
OS: Windows XP


Can't install anything! Error 1327. Invalid Drive D:\(from hardware)

Hi all,
I've been dual booting ubuntu 7.10 and vista for about a month, with ubuntu on the external and vista on the internal, though if i unplug the external Grub get's confused and won't boot anything.

I only noticed this a couple of weeks after installing ubuntu, and i think it was caused by ubuntu, but can't be a 100% because i didn't use vista at all for a while.

I can't view the external drive, most likely because it's Ext3, and in safely remove it isn't given a drive letter. But whenever i install anything, i get "Error 1237. Invalid Drive D:\"

This occured for all installers i've tried.

Nappymonster

Update: I've just been thinking, and testing, and it's only with .msi installers that it gives the error. an .exe one worked (i think).

Last edited by nappymonster; 04-26-2008 at 03:54 AM.
nappymonster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 04-26-2008, 08:30 AM   #2 (permalink)
Moderator Hardware Forum
 
Terrister's Avatar
 
Join Date: Apr 2005
Location: West Georgia, USA
Posts: 7,098
OS: Xp


Send a message via AIM to Terrister Send a message via MSN to Terrister
Re: Can't install anything! Error 1327. Invalid Drive D:\

Since this involves ubuntu, I am going to transfer you to the forum that handles this.
__________________
Terrister is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-26-2008, 12:17 PM   #3 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 981
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: Can't install anything! Error 1327. Invalid Drive D:\(from hardware)

I don't use Windows much, so I don't know why it does some of the strange things it does, but a part of the problem here is quick to debug. The reason you have to have the external plugged in is because GRUB is installed on the MBR of the internal drive, but the external drive has the configuration file.

You're right in assuming the reason you can't view the external in Windows because it's formatted as ext3. Microsoft's operating systems do not support non-Microsoft filesystems (at least I've never seen a Windows OS support them). If you need to share stuff between the two operating systems, you can use a partition formatted as FAT32.

A possible solution if you don't want to always have the external connected is boot into Ubuntu and use grub-install to put GRUB on the external drive. Then you should be able to use the Windows recovery console (part of the Windows install disc from what I remember) to reinstall the Windows MBR code to the internal drive. Finally, make sure the BIOS has external drives above internal hard drives in the boot order.

To install GRUB on the external drive, open a terminal (Terminal in Ubuntu, Konsole in Kubuntu) and type:
Code:
sudo grub-install --no-floppy /dev/drive
where drive is something like sda or sdb (pick whichever one Ubuntu's installed on). If you need help identifying this post the contents of /etc/fstab and/or the result of fdisk -l. If you get an error about not finding fdisk, type sudo fdisk -l instead
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 -7. The time now is 12:13 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85