[opensuse-autoinstall] want to keep first (windoze) partition, but it changes partition type to linux
Hi, I'm installing openSuSE 10.2 on systems with windows installed on /dev/sda1. Autoinstall should create 3 partitions and keep my first partition untouched. This works so far, but autoinstall reproducible changes partition type of windoze partition from 0x7 to 0x83 Linux! Is this a bug? I tried with and without the line <partition_id config:type="integer">7</partition_id> Here is my partition section in autoinst.xml: <partitioning config:type="list"> <drive> <device>/dev/sda</device> <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount></mount> <partition_id config:type="integer">7</partition_id> <partition_nr config:type="integer">1</partition_nr> </partition> <partition> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_nr config:type="integer">2</partition_nr> <partition_type>primary</partition_type> <size>2GB</size> </partition> <partition> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">3</partition_nr> <partition_type>primary</partition_type> <size>12GB</size> </partition> <partition> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <mount>/save</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">5</partition_nr> <size>8GB</size> </partition> </partitions> <use>free</use> </drive> </partitioning> -- best regards Sven Geipel -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Sven Geipel wrote, On 03.08.2007 13:09:
Hi,
I'm installing openSuSE 10.2 on systems with windows installed on /dev/sda1. Autoinstall should create 3 partitions and keep my first partition untouched. This works so far, but autoinstall reproducible changes partition type of windoze partition from 0x7 to 0x83 Linux! Is this a bug?
I tried with and without the line <partition_id config:type="integer">7</partition_id> [...]
Hello, I tried this with several Fujitsu Siemens machines (Esprimo E5700 and P5615) now and always had above described problem. I use a simple post-install-script to circumvent this problem: "sfdisk --change-id /dev/sda 1 7" Has anyone else this problem or is it just me? -- best regards Sven -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Sven Geipel
-
Sven Geipel