Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: peppermint installeren op 32 Gb USB  (gelezen 627 keer)

peppermint installeren op 32 Gb USB
« Gepost op: 2014/02/14, 10:21:14 »
Hallo, ik wilde peppermint linux eens proberen, maar als ik hem vanuit linuxmint formatteer en met unetbootin installeer, herkend het systeem bij het booten de stick niet... wat gaat er verkeerd?


grtn, Frank
Mac OS X  El Capitan  dualboot met Ubuntu 15.10

Re: peppermint installeren op 32 Gb USB
« Reactie #1 Gepost op: 2014/02/14, 11:26:34 »
Heb je in de BIOS de opstartvolgorde al gewijzigd?
In der Beschränkung zeigt sich der Meister.

Re: peppermint installeren op 32 Gb USB
« Reactie #2 Gepost op: 2014/02/14, 12:00:33 »
daar kan ik de optie removable device als eerste aanzetten, maar hij start er niet vanaf op,...
Mac OS X  El Capitan  dualboot met Ubuntu 15.10

Re: peppermint installeren op 32 Gb USB
« Reactie #3 Gepost op: 2014/02/14, 12:05:41 »
hij geeft trouwens bij het opstarten de foutcode extlinux not installed, install syslinux.  Als ik dit doe zegt hij newest version already installed.


grtn, Frank
Mac OS X  El Capitan  dualboot met Ubuntu 15.10

Re: peppermint installeren op 32 Gb USB
« Reactie #4 Gepost op: 2014/02/18, 15:44:12 »
ok, het is me gelukt om de usb-stick als 2e hdd bovenaan het boot lijstje te zetten, maar nu krijg ik eerst het Peppermint logo, and dan de volgende foutmelding: (initramfs) mount: mounting /dev/loop0 on filesystem.squashfs failed: invalid argument Cannot mount /ev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs

weet iemand wat dit is?
Mac OS X  El Capitan  dualboot met Ubuntu 15.10

Re: peppermint installeren op 32 Gb USB
« Reactie #5 Gepost op: 2014/02/18, 21:46:50 »
Waarschijnlijk is de iso niet goed. Download deze eens opnieuw en probeer op deze wijze de USB stick te maken:

 Using the Terminal

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
Van http://community.linuxmint.com/tutorial/view/744
In der Beschränkung zeigt sich der Meister.