Hirdetés

Aktív témák

  • domedee

    senior tag

    válasz klewy #5 üzenetére

    Szóval PQ magic-el csinálsz egy partíciót a linuxnak, meg egyet a swapnak, ez linux alatt a lapozófájl, csak a linux ezt külön partíción használja.

    bootra van több lehetőség: használod a linux bootmanagerét, ezt rakhatod floppyra, a vinyóra, használhatod a PQ boot-ot is(ezt én nem ismerem), de csináld azt amit én:

    szóval a linux bootmanagerét a linux floppyra telepíted, majd ezt csinálod:

    ''To start both the systems you have to distract the Linux boot sector to a file. Mount a DOS drive to any name and find out using the mount command on which partition Linux is installed. The following command copies the Linux boot sector to hard disk:

    ezt konzolon beírod, a megfelelően változtatva
    dd if=/dev/hdaX bs=512 count=1 of=dos/bootsect.lin <-- ide az jön, ahova a C: meghajtód van csatlakoztatva
    where X is the Linux partition number and dos the name of the mounted DOS drive.

    With another entry in the BOOT.INI we enable the NT boot manager to boot Linux:
    c:ootsect.lin=''Linux''
    ''
    ezután nekem így néz ki a boot.ini:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(2)WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(2)WINDOWS=''Microsoft Windows XP Professional - magyar'' /fastdetect
    C:=''Microsoft Windows 98 - magyar''
    C:ootsect.lin='' SuSE Linux 9.0''

    mint látod én SuSE 9.0-át használok ez is tökéletes kezdésre,( vagy még a Mandrake is jó). így 30 sec után az XP jön be, de lehet a 98 is, vagy ha suse, akkor annak a bootmenüje jön be, ahonnan automatikusan indul 8 sec után a linux, de itt ha a windowsra lépek akkor visszajön az xp-s menü.

    azért csak óvatosan a boot.ini és hasonlókkal :P

    [Szerkesztve]

Aktív témák