FreeBSD installieren

Nu lasst ihn doch erstmal den Installer zum starten bringen.
Gibts unter 8.0 bei der Einteilung für die Slices eigentlich noch die Taste 'a' für alles?
 
Nu lasst ihn doch erstmal den Installer zum starten bringen.
Gibts unter 8.0 bei der Einteilung für die Slices eigentlich noch die Taste 'a' für alles?

Ja. Hab ich auch verwendet

P.S. Ich meinte es nicht böse oder so. Ich weiss halt nicht wie ausführlich es sein muss. r@acer, ohne Scheu fragen wenn was nicht klar ist.
 
und bis jetzt hat auch alles gut funktionniert
ich wollte nur noch wissen ob ich die 8.0-RELEASE-amd64-memstick datei auch nach C:\ kopieren soll
oder ist der Ort egal
 
also ich habe den von dir genannten code eingegeben:
C:\>dd if=8.0-RELEASE-amd64-memstick.img of=\\?\Device\Harddisk1\Partition0 bs=10240 --pr
danach passiert aber nicht viel.
 
als ich diese antwort geschrieben habe hatte ich die datei noch nicht nach C:\ kopiert
nur damit ihr euch nicht wundert
 
Ja sorry, mein Fehler. Es muss so heissen

C:\>dd if=8.0-RELEASE-amd64-memstick.img of=\\?\Device\Harddisk1\Partition0 bs=10240 --progress
 
C:\>dd if=8.0-RELEASE-amd64-memstick.img of=\\?\Device\Harddisk1\Partition0 bs=10240 --pr
bei diesem code muss ich doch Harddisk1 durch meinen USB-Stick ersetzen (bei mir: HarddiskVolume5), oder?
Muss ich auch noch irgendetwas anderes anpassen (z.B. Partition0) oder bleibt der Rest so?
 
Wenn man dir helfen soll, dann schreib mal, was genau passiert ist. Mit nicht viel kann man überhaupt nichts anfangen.

Hast du den Befehl 1:1 so eingegeben, oder den Pfad so wie in DJFs Anleitung passend ersetzt?
 
Halt warte mal. Schreib doch am besten was der Befehl "dd --list" bei Dir ausgibt.

Du kannst alles im Command Prompt mit Rechtsklick und 'Select All' kopieren und dann Ctrl-P hier posten.
 
Nur mal kurz einen kurzen Einwand zur Warnung.
Bei allen diesen Systemnahen Schritten, die du da gerade machst, kannst du dein bestehendes System komplett zerschiessen. Mach unbedingt ein Backup und lies wirklich genau, was die Leute schreiben.
 
wie ladet man hier eigentlich ein Bild hoch?
(Ich weiß nicht genau wie man die URL eines Bildes angibt)
Dann könnte ich euch nämlich zeigen was dabei rausgekommen ist.
 
Am einfachsten in img-Tags einbetten:
 
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Simon>cd \

C:\>dd --list
rawwrite dd for windows version 0.5.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by the GPL. See copying.txt for details
Win32 Available Volume Information
\\.\Volume{3be7b0fa-e104-11de-b531-806e6f6e6963}\
link to \\?\Device\HarddiskVolume1
fixed media
Mounted on \\.\c:

\\.\Volume{3be7b0fd-e104-11de-b531-806e6f6e6963}\
link to \\?\Device\CdRom0
CD-ROM
Mounted on \\.\d:

\\.\Volume{d4ee1f49-e108-11de-a8dc-001a73ca130b}\
link to \\?\Device\HarddiskVolume5
removeable media
Mounted on \\.\e:


NT Block Device Objects
\\?\Device\CdRom0
size is 190261248 bytes

Virtual input devices
/dev/zero (null data)
/dev/random (pseudo-random data)
- (standard input)

Virtual output devices
- (standard output)

C:\>dd if=8.0-RELEASE-amd64-memstick.img of\\?\Device\HarddiskVolume5\Partition0
bs=10240 --progress
rawwrite dd for windows version 0.5.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by the GPL. See copying.txt for details
Unknown command of\\?\Device\HarddiskVolume5\Partition0
dd [bs=SIZE] [count=BLOCKS] [if=FILE] [of=FILE] [seek=BLOCKS] [skip=BLOCKS] [--s
ize] [--list] [--progress]
SIZE and BLOCKS may have one of the following suffix:
k = 1024
M = 1048576
G = 1073741824
default block size (bs) is 512 bytes
skip specifies the starting offset of the input file (if)
seek specifies the starting offset of the output file (of)

C:\>
 
Ok. Du hast beim Parameter "of" das Gleichheitszeichen vergessen. Deswegen gings nicht. HarddiskVolume5 scheint zu stimmen

Code:
C:\>dd if=8.0-RELEASE-amd64-memstick.img of[b]=[/b]\\?\Device\HarddiskVolume5\Partition0
bs=10240 --progress
 
Diesmal kam folgendes:

Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Simon>cd \

C:\>dd --list
rawwrite dd for windows version 0.5.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by the GPL. See copying.txt for details
Win32 Available Volume Information
\\.\Volume{3be7b0fa-e104-11de-b531-806e6f6e6963}\
link to \\?\Device\HarddiskVolume1
fixed media
Mounted on \\.\c:

\\.\Volume{3be7b0fd-e104-11de-b531-806e6f6e6963}\
link to \\?\Device\CdRom0
CD-ROM
Mounted on \\.\d:

\\.\Volume{d4ee1f49-e108-11de-a8dc-001a73ca130b}\
link to \\?\Device\HarddiskVolume5
removeable media
Mounted on \\.\e:


NT Block Device Objects
\\?\Device\CdRom0
size is 190261248 bytes

Virtual input devices
/dev/zero (null data)
/dev/random (pseudo-random data)
- (standard input)

Virtual output devices
- (standard output)

C:\>dd if=8.0-RELEASE-amd64-memstick.img of\\?\Device\HarddiskVolume5\Partition0
bs=10240 --progress
rawwrite dd for windows version 0.5.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by the GPL. See copying.txt for details
Unknown command of\\?\Device\HarddiskVolume5\Partition0
dd [bs=SIZE] [count=BLOCKS] [if=FILE] [of=FILE] [seek=BLOCKS] [skip=BLOCKS] [--s
ize] [--list] [--progress]
SIZE and BLOCKS may have one of the following suffix:
k = 1024
M = 1048576
G = 1073741824
default block size (bs) is 512 bytes
skip specifies the starting offset of the input file (if)
seek specifies the starting offset of the output file (of)

C:\>
 
Zurück
Oben