wahaj
But it didn't booted
K
Not sure how to help you there. What I did was to install 12.2 snapshot arm64 then compile 13.0 and upgrade from within the machine
wahaj
I wanna compile by own image
wahaj
Can you please give me the script.
wahaj
I wanna get a iso or .img file
wahaj
Let me be clear
wahaj
I wanna port ghostbsd to raspberry pi.
I'm tryin to compile raspberry pi 4b image freebsd.
I used the crochet method although I got the image but it didn't boot.
I looking for a appropriate method.
K
how did you flash the image?
wahaj
U-boot
wahaj
wahaj
wahaj
I did
ɴꙩᴍᴀᴅ
Cool
wahaj
How Can I write
wahaj
8GB in hexadecimal
wahaj
For vedio core
Fred
Morning , search online hexadecimal converter?
Ox1000 0000 0000 0000 ?? How many Zeros?
kub-kun
Rberto
Hi there.
Rberto
I have a question, which program "BalenaEtcher" style do you use to boot a windows Iso from Freebsd?
Fred
Fred
Pouria
Rberto
Pouria
Lee
Fred
I have to reboot into GhostBSD (like FreeBSD) to answer you question better, Rberto Vil. You can answer me. What boot means for your needs? Write windows.iso file to a usb flash drive, to boot up on another computer? or boot windows.iso file in a virtual machine?
Rberto
I want to create a bootable usb
Pouria
maybe WoeUSB.
i just heard name of WoeUSB i do not use it.
Pouria
no
So...
what did Fred Finster said?
Pouria
Lee
Fred
The .ISO or .IMG file is a straight sequence of bytes that is written to a USB flash drive or to a CD or to a DVD. What makes it bootable is the operations, tool that created the file.
Rberto
Fred
https://github.com/WoeUSB/WoeUSB-ng
Pouria
you can try
a few years ago in a Gnu/Linux distribution i was test it, and did not work.
Lee
If iso is win10 You can mkfat and unzip iso to usb
Lee
Rberto
Lee
make usb as a fat32 fs,and unzip iso to usb fs
Fred
If iso is win10 You can mkfat and unzip iso to usb
No, Use the (data destroyer) dd command on FreeBSD.
if is input file
of is output file
xyz is the device name /dev/da1 /dev/da1
bs is the block size 1m or 4m
progress is to show status of the write. Usual takes 6-10 minutes to write a 2.5 Gigabyte file
dd if=mywindows.iso of=/dev/xyz bs=4m status=progress
Now, I would suggest writing a puppylinux.com .iso file to usb flash drive, boot Puppylinux then insert a 2nd Usb flash drive to write the windows.iso file into.
Puppylinux is graphical and has tools to write a file to a usb flash drive.
Besides a bootable puppylinux usb flash drive, is good to have around if something breaks on your window computer.
Here is download link
http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso
Lee
If turn iso to img, dd may be works
Lee
or mount iso and copy all files to usb ,usb must use fat32 fs
Fred
http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso Yes, I know this is FreeBSD Telegram group, but this Man asked a good question. I don't know of graphical tool like Balena Etcher etcher.io that runs on FreeBSD. Maybe I will find one a little bit later. I know puppylinux.com works as a live image and has the graphical tool to write an image to a usb flash drive.
rufus.ie The Rufus program runs on windows and can write a windows.iso to a usb flash drive.
Fred
Here is the freebsd answer in the Forums.freebsd.org area
https://forums.freebsd.org/threads/how-can-i-create-bootable-usb-in-freebsd.65232/
sysctl kern.disks
camcontrol list
gpart show
gpart status
geom disk list
Be absolutely sure what device you are writing onto. like /dev/da0 or /dev/da1
dd if=/home/john/ubuntu-16044-desktop-amd64.iso of=/dev/da1
Fred
Let us know your result. Like did it work for you?
Lee
https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/boot-and-uefi
n
Pouria
Mmmm
anyone using poudriere here?
K
How can i make the kernel messages stop flooding the console?
There is no usb device attached
K
Krond
Actually it was common to disable interactive login on console 0 so it would only contain logs.
Krond
Not sure of current Xorg time preferences...
K
K
ttyUSB0 was the console
Krond
Oh, OH...
Fred
anyone using poudriere here?
I would like you to share url links and docs about setting up poudriere. Are you compiling? How is that working for.
Mmmm
any idea why pkg update is not working? it is supposed to download new meta.txz and packagesite.txz
Mmmm
which one is wrong because i put same path as in picture in /usr/local/pkg/repos/localrepo.conf
z4ck
Hi people, after upgrading tmux to 3.2 on FreeBSD mouse doesn't work now, has anyone the same issue? I mean "set-option -g mouse on", works on linux, but not on fbsd
z4ck
Relax, no one asked you, every your answer is useless trash.
Andriy
Neruq
Hello
Neruq
Does anyone here virtualize FreeBSD desktop on KVM/Qemu ?
Mmmm
it is better asking on freebsd channel at irc.
Neruq
But the freenode FreeBSD irc channel seems to be encrypted for the visiting user without registration.
K
There are the mailing list and the forum too
Neruq
Can you tell your experience of FreeBSD virtualized desktop on KVM/Qemu sharing its libraries and others between the main system and the guest system?
Fred
Good question , I think the answer might be yes on supporting Ghidra ida.
Buy yourself a couple 64, 128, or 256 GB usb 3.0 flash drives, so you can install GhostBSD.org/download or FreeBSD.org/where operating systems. Then it's a simple plug in usb flash drive to your laptop or desktop, turn on power, hit the F12 key a few times ( could be F10 or esc key, depending on BIOS) to select boot drive, Bob's your uncle, and you to can test FreeBSD or GhostBSD with Ghidra ida. Might need to use the linuxulator to support a Linux version of Ghidra.
ɴꙩᴍᴀᴅ
Hello and welcome @haenno
haenno
Ulf
Hi
I have downloaded the following package from "Adaptec":
StorMan-amd64.pkg.tbz
How do I install it on FreeBSD 13 ?
ɴꙩᴍᴀᴅ
Try to extract it
ɴꙩᴍᴀᴅ
$ tar -xjf StorMan-amd64.pkg.tbz -C /tmp/adaptec
ɴꙩᴍᴀᴅ
And then take a look at what is inside
ɴꙩᴍᴀᴅ
You can also try using pkg and install it directly:
$ pkg add StorMan-amd64.pkg.tbz