[Help please] Installing Knoppix on Windows XP system
A question about at which point I should start.
Current situation...
- XP Home Edition (up-to-date)
- One (1) NTFS HDD 80 Gb
- E:drive with CD R/W,
- D:drive with DVD R
- Booting Knoppix from E: works just fine, although the fact that I have (just?) one processor is reported as an error
Desired situation
- Dual Boot
- XP preferred OS
- 20Gb partition for Linux.
(In this I will install Tomcat, JBoss and a database most likely MySQL or Oracle 9i for J2EE compliant web application -deployment-)
- Performance is not an issue, it's the system for new release tests, etc.
I have no knowledge about physical HDD, exact differences between FAT16, FAT32. NTFS, more? I am used to work with operational unix systems. I have worked with a dual boot Windows2k, SuSe 7.1system a while back. I remember that I could read my Windows files from within SuSe. I have installed Oracle 9i on that system. The unix sysadmin prepared this system for me.
Now I have to do the job by myself. I do NOT know HOW-TO
- split 80Gb NTFS -> 60Gb NTFS + 20Gb FAT32
(I assume Unix does NOT work on NTFS)
For software I have the new PowerQuest Partition Magic 8, correct choice? Haven't got a clue how it works though. It's still in the box.
I am looking for pointers, links to HOW-TO pages. Reports from people who went to the same process. I know things can go wrong real bad.
Anyone knows if System Recovery on Windows XP works in this kind of drastic system changes?
Any help is appreciated.
Kind Regards,
jCp
Re: [Help please] Installing Knoppix on Windows XP system
Quote:
Originally Posted by jimcp
A question about at which point I should start.
Current situation...
- XP Home Edition (up-to-date)
- One (1) NTFS HDD 80 Gb
- E:drive with CD R/W,
- D:drive with DVD R
- Booting Knoppix from E: works just fine, although the fact that I have (just?) one processor is reported as an error
boot: knoppix lang=us nosmp
Quote:
Desired situation
- Dual Boot
- XP preferred OS
- 20Gb partition for Linux.
(In this I will install Tomcat, JBoss and a database most likely MySQL or Oracle 9i for J2EE compliant web application -deployment-)
- Performance is not an issue, it's the system for new release tests, etc.
I have no knowledge about physical HDD, exact differences between FAT16, FAT32. NTFS, more? I am used to work with operational unix systems. I have worked with a dual boot Windows2k, SuSe 7.1system a while back. I remember that I could read my Windows files from within SuSe. I have installed Oracle 9i on that system. The unix sysadmin prepared this system for me.
Now I have to do the job by myself. I do NOT know HOW-TO
- split 80Gb NTFS -> 60Gb NTFS + 20Gb FAT32
(I assume Unix does NOT work on NTFS)
For software I have the new PowerQuest Partition Magic 8, correct choice? Haven't got a clue how it works though. It's still in the box.
I am looking for pointers, links to HOW-TO pages. Reports from people who went to the same process. I know things can go wrong real bad.
Anyone knows if System Recovery on Windows XP works in this kind of drastic system changes?
Any help is appreciated.
Kind Regards,
jCp
I would suggest this:
1)Use an open source app like Mondo to make a copy of your existing installation. You can restore it exactly as it is in the event that gets hosed.
2)Leave partition magic in the box for now. Boot knoppix, and sudo qtparted. There may be some issues resizing NTFS. IT seems to be a common problem (don't know myself). FWIW - I have also heard several stories about partition magic hosing some drives.
3)Resize your NTFS partition. With the remainig 20G I personally would make three partitions for Linux: 3500 MB / (root) -ext3 filesystem
7500GB /home partition -ext3 filesystem
1GB /swap (not essential but nice to have),
8G (shared between OS's) -FAT32 filesystem
There's really no right or wrong way to partition a drive. You're just dividing it into smaller sized drives (virtually speaking). You should do whatever works best for you.
After you get your NTFS partition resized, make the new partitions according to predetermined sizes. When you do an installation of Knoppix with sudo knoppix-installer you will be allowed to specify which partition to use for /root and /swap. It will also set up dual boot for you. Just be sure to answer 'yes' to "Install LILO to MBR?"
After installation you can copy your /home directory to the partition that you created for it. (There is a how-to) Hopefully this feature will soon be implemented in the install script. Here's some info about partitions and partitioning.