Re: kickstart and dual boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2004-08-27 at 07:20, Eric Dupret wrote:
> Hello,
> sorry for my english !
> 
> I have a problem with the partition
> on a NFS fedora kickstart installation
> it's Ok only with Fedora but i want
> to make a dual boot install
> 
> /XP for install XP (Fat32)
> /Datas for datas XP (Fat32)
> /boot
> /
> /home
> in the post-install script
> cp ImgXP /xp (an image of XP)
> dd if=hdambr of=/dev/hda bs=512 count=1 (the mbr)
> 
> it's not good, can you help me ?

Linux is case sensitive, so you need to:

cp ImgXP /XP

Did you create /XP in the partitioning phase as FAT32?  What kind of
image is ImgXP?  Normally you would have to use dd to copy the image
block by block instead of just using copy.  cp ImgXP /XP will copy the
image file to /XP, not write the image to the partition.  You probably
want `dd if=ImgXP of=/dev/hda1`.

Forrest




[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux