Keresés

Új hozzászólás Aktív témák

  • Jim-Y

    veterán

    válasz Carasc0 #17935 üzenetére

    Ha win van az asztalin, akkor http://www.linuxliveusb.com/ Az elkészítés magától értetődő.

    Ha linuxról csinálnál boot pendrive-ot:
    It is really simple. Go to a Terminal and type:

    sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdx oflag=direct bs=1048576
    Where '~/Desktop/linuxmint.iso' is the name and location of your downloaded image (located at the desktop in this example) and '/dev/sdx' is the target USB drive. If your system doesn't support 'oflag=direct', you can just leave it out as it is simply intended to speed up the process a bit.

    If you don't know about the target USB drive path, run this command and figure out your destination drive.

    sudo fdisk -l
    Warning: Make sure to set the correct device path, as this process will delete all data that was on the specified device previously!

    Remember, don't include an integer for the USB drive, e.g. '/dev/sdx1', as it would refer to the existing partition on that drive and not the drive itself.

    When the USB has been properly created by 'dd', there should be an output similar to this:

    sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdb oflag=direct bs=1048576
    706+1 records in
    706+1 records out
    740601856 bytes (741 MB) copied, 91.7024 s, 8.1 MB/s

    Ha elsőre nem bootolna be, akkor próbáld meg másik disztróval, nekem is volt olyan, hogy pl linux mint 14 nem indult el live, meg olyan is, hogy bejött a bejelntkező képernyő (lm 14 nadia live) de onnan már nem lehetett belépni, etc.

    Én a helyedben debiannal próbálkoznék. üdv

    megj: egyébként nekem is UEFI biosom van, ha ez az az uefi, de nekem semmi problémát nem okozott, pont úgy csináltam mindent, mintha nem uefi-s lenne:D

    [ Szerkesztve ]

  • MacCaine

    őstag

    válasz Carasc0 #17935 üzenetére

    Ha jól emléxem, egy rufus nevű programmal csináltam uefi-s pendrive-ot egy linux iso-ból windows alatt.

    (Most valami gebasz van a gépemmel, nem tudok linket adni hozzá. :( )

    Egyébként én is szívtam jópár órát az uefi-s biosom miatt, aztán hagyományos módon raktam fel az arch-ot, és valahogy működik azóta is. Nemtom, miért, hogyan. :)

    [ Szerkesztve ]

Új hozzászólás Aktív témák