Hi!

We have our pcs installed with both windows and linux.
z:\site\unattend.txt contains following line for partitioning:

> fdisk_cmds="fdisk /clear 1;fdisk /pri:20480;fdisk /pri:100,100;fdisk
> /delete /pri:1;fdisk /pri:4000;fdisk /activate:1"
After installing windows and linux we have a disk setup as follows:

C: 20GB    | 2GB LinuxSwap    | 12GB LinuxRoot    | rest:free space

Now I want a solution for reinstalling windows without wiping all my
other partitions.
I tried it with:
> fdisk_cmds="fdisk /delete /pri:1;fdisk /pri:4000;fdisk /activate:1"
but this end up:

20GB free space    | 2GB Swap    | 12GB LinuxRoot    | C: 4GB
WindowsSystem    | rest free

Instead of using first free space, windows is using free space after all
partitions?!?
Can someone please help me fix this?


thanks in advance
Sven


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to