Quote:
Originally Posted by GaLaTaS
To install it where? I cannot boot with Linux Debian and in Windows Xp I cannot open the Partitions and view the files. They do not have letters..
|
In Linux. Just take your machine boot up from LiveCD.
Then create a mount point wherever you want.
Mount your partition were you installed your Linux:
Code:
mount -t FS_TYPE /dev/DISK_DRIVE /mnt/disk
Then you need to chroot.
Code:
chroot /mnt/disk /bin/bash
After that, you are in Linux installed to hard disk.
Install a boot loader, configure it (I guess you'll want to add the Windows partition there) and enjoy. =)