| 1. |
Solve : Windows/Linux? |
|
Answer» I have no clue where to put this, so I'll put it here: I can't get GRUBWhat do you mean, "I can't get GRUB"? Quote At this point, since I had no personal data on Linux to speak of, it would be easier for me to simply format the other disk and reinstall Linux. However, I can't do that. Irritatingly, the other hard drive is listed in "My Computer" as E:, but I can't format it and it says the file system is RAW, since Windows can't read a ext3 or something. So, how can I format this other disk?Have you forgotten about FDISK? I don't have the GRUB screen when booting anymore, it goes to WinXP automatically. As for FDISK... 'fdisk' is not recognized as an internal or external command, operable program or batch file.I've DONE this a lot recently because I've had to reinstall XP on a few dual boot systems. What you need to do is: 1) Find a rescue CD or burn a copy of Knoppix 2) Boot from the rescue CD/Knoppix CD 3) Use Code: [Select]fdisk -lto identify your linux partition 4) Mount your linux partition on /mnt Code: [Select]mount -t reiserfs /dev/hda1 /mnt 5) Reinstall GRUB Code: [Select]grub-install --root-directory=/mnt /dev/hda Make sure you use /dev/hda not /dev/hda1 when running grub-install otherwise you'll have a big headache Its as simple as thatDilbert is preparing to reinstall..........Perhaps we should call it [highlight]'Run the Dilbert'[/highlight]. Quote Perhaps we should call it [highlight]'Run the Dilbert'[/highlight]. [highlight]Haven't heard that in a while.LOL[/highlight] Have you been to Micro-sumo?Where you wrestle with your software. RESOLUTION To resolve this problem, turn on the AutoMount feature. To do this, follow these steps: 1. Click Start, and then click Run. 2. In the Open box, type cmd, and then click OK. 3. At the command prompt, type MountVol /E, and then press ENTER. After you follow these steps, the following registry key is changed from the default setting of 1 to a setting of 0: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MountMgr\NoAutoMount http://support.microsoft.com/kb/822653 I really need to get past this "Knows enough to destroy things" stage. Luckily, things turned out almost-great. MountVol didn't manage to mount the drive. So, I set the Registry key myself in regedit. That didn't allow me to access E:. So, I tried this: [highlight]MountVol E:\ /D[/highlight] That removed E: from My Computer. Oookay, not what I wanted. So, I WENT into Disk Management. I deleted the logical drive there, and I am now formatting it with NTFS. 9% now. Sounds great, but one thing: 243 MB remains "unallocated" as a seperate partition. I can't get them to join up without PartitionMagic or something like that. Oh well, 243 MB off of a 60 GB drive is no skin off my nose. I don't know what's scarier: The fact that I'm toying with things I understand just barely enough to use, or that I didn't think of this before. |
|