Hi all. I recently installed Kubuntu Netbook Remix 10.04 on an Asus EEE 1050HA netbook. At first my wireless adapter wasn't being recognized so I tried to boot from the Live CD with no joy. Then I accidentally booted into the recovery partition thinking it might be my CD. I got the Grub console.
My WinXP and recovery partitions were recognized fine but the Kubuntu partitions weren't. So I just reinstalled Kubuntu and told it to leave the Win partitions alone. That worked; I have a good version of Kubuntu running.
The problem is WinXP won't boot now. It just hangs at the blinking cursor. Kubuntu sees the partition and reads from it just fine. Running sudo fdisk -l shows that the partition is there, it's the boot partition, and it's the correct filesystem. But the Windows setup CD says it can't find a hard drive.
I downloaded ms-sys but the make command gave me the following error lines:
I'm assuming this means I'm missing a compiler but what one and where do I get it? (It's got to be in the repository but the Development section is chock full of goodies.) Edit: OK, I figured out to say "sudo apt-get install build-essential" but now it can't find msgfmt. Where would that be? Edit 2: Found it in gettext (sudo apt-get install gettext).
I've heard some bad things about ms-sys on these boards though. Will ms-sys help? Should I try Super Grub Disk instead? Or should I just bag it all and restore my WinXP image from the restore partition?
My WinXP and recovery partitions were recognized fine but the Kubuntu partitions weren't. So I just reinstalled Kubuntu and told it to leave the Win partitions alone. That worked; I have a good version of Kubuntu running.
The problem is WinXP won't boot now. It just hangs at the blinking cursor. Kubuntu sees the partition and reads from it just fine. Running sudo fdisk -l shows that the partition is there, it's the boot partition, and it's the correct filesystem. But the Windows setup CD says it can't find a hard drive.
I downloaded ms-sys but the make command gave me the following error lines:
Code:
make: cc: Command not found make:*** [obj/br.o] Error 127
I've heard some bad things about ms-sys on these boards though. Will ms-sys help? Should I try Super Grub Disk instead? Or should I just bag it all and restore my WinXP image from the restore partition?
Comment