Phil
wait the partition or zfs ?
Anonymous
idk dead is dead to me.
Phil
excuse me, I meant did the hardware die or is it only the software part ?
Anonymous
it wouldn't boot back up
Anonymous
there been so many updates, upgrades, depends changes. me » back up all my stuff. install 13 clean
Anonymous
on udf unless ya got some reason for zfs
#ʍʀ.Áʟɨ
Fred
there is a command sequence to write boot0 to the MBR and then a boot1. Read the FreeBSD handbook for more details.
In GhostBSD, we use rEFInd boot manager to boot the GhostBSD kernel.
#ʍʀ.Áʟɨ
I Figured out whats my problem
Pouria
#ʍʀ.Áʟɨ
#ʍʀ.Áʟɨ
Thats my Partition Table
It seems it Doesnt support that EBR thing
Pouria
#ʍʀ.Áʟɨ
But i can modify stuff on the upper side
#ʍʀ.Áʟɨ
It makes logical partitions
Fred
I read some where that FreeBSD supports 4 primary partitions, and NO logical partitions. So, GPT and UEFI are better . GPT supports 128 partitions, UEFI needs one FAT32 partition 50 MegaBytes or larger in size. for ESP .
you could buy a 64 or 128 GB USB 3.0 and install your FreeBSD to that and boot from that device.
Fred
I did this with GhostSBD 13.0. Which I am using on a 128 GB usb 3.0 flash drive.
#ʍʀ.Áʟɨ
Lee
who kowns if i add log to zroot ,kernel will panic
Lee
this must be a bug
Anonymous
𝚂𝚑𝚊𝚢𝚊𝚗
hey guys, how can I create a bootable windows usb from FreeBSD ?
dd doesn't work.
Anonymous
here's what you do:
Anonymous
create a usb with mbr parition table
make a primary fat32 partition
then mount the iso and copy all of it's files into the fat32 partition
𝚂𝚑𝚊𝚢𝚊𝚗
𝚂𝚑𝚊𝚢𝚊𝚗
Anonymous
I am currently downloading the raw image. If I dd it to a usb or sdcard would it boot on a mini pc?
Anonymous
I don't want to install
Anonymous
Like those raspberry pi images?
Anonymous
Both qcow2 and raw should - last I ran on 12.2 - run on a USB as a live-cd.
Anonymous
Badugar
Null
Transfer files from Android using gmtp
In this short guide, kevometric shows how to connect an Android phone to a FreeBSD machine, and how to transfer files using gmtp.
—kevometric channel:
https://www.youtube.com/channel/UCNRj3XjDWfbw2DvIIpelUbQ
—gmtp project:
gmtp.sourceforge.io
Anonymous
Hey guys , is it a good idea to install FreeBSD on my main hardware and delete Linux ? 😅
I'm looking for a more secure operating system than Linux.
But i have never tried FreeBSD on my hardware (i tested FreeBSD, 3 times on Qemu)
Is Dell Inspiron N4030 compatible with FreeBSD ?
Anonymous
Anonymous
Anonymous
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
Anonymous
Pouria
I think you can test FreeBSD in the live mode.
@Extensible_Matrix
Pouria
https://wiki.freebsd.org/Laptops
Pouria
Pouria
XADE
how to install pkgs in live cd ?
its read only
Anonymous
This one is better and it's not for vm https://download.freebsd.org/ftp/releases/CI-IMAGES/13.0-RELEASE/amd64/Latest/
XADE
ɴꙩᴍᴀᴅ
Hello and welcome @AhmadAlsamman
ɴꙩᴍᴀᴅ
Oh, it's weekend music sharing time?
I miss those days in the group
ɴꙩᴍᴀᴅ
https://www.youtube.com/watch?v=ZlZ_f1KIGGE
ɴꙩᴍᴀᴅ
https://www.youtube.com/watch?v=OCJi5hVdiZU
Anonymous
Anonymous
Hey guys is it possible to Dual boot Fedora Linux and FreeBSD on a MBR (non uefi/gpt) computer ??
I already have 3 partitions :
/dev/sda1 --> ext4 --> for storing my Fedora Linux backup files (40 GiB)
/dev/sda2 --> btrfs with Luks 2 --> Fedora Linux (100 GiB) (/)
/dev/sda3 --> ext4 (512 MiB) (/boot)
ɴꙩᴍᴀᴅ
I've always used separate disks for that. Maybe some guide like this dual-booting FreeBSD can help you @Extensible_Matrix
ɴꙩᴍᴀᴅ
One partition for FreeBSD should be fine. It may create separate partitions inside the one you specify for it
Anonymous
Krond
Yeah, there was old boot0 block that allowed selecting which MBR partition to boot from.
ɴꙩᴍᴀᴅ
I'm trying to recover some data from a external disk that has FreeBSD installation on it.
So far I've managed to access the partition where zfs is located by doing:
$ doas zpool import -f zroot zroot02 -d /dev/da0p4 -R /mnt/tmp/
It mounts, but I can't locate /etc directory.
Is there a way to do so?
Andriy
Andriy
For root volume where etc is located
ɴꙩᴍᴀᴅ
Andriy
Andriy
Post in thread 'Trying to access root directory of another system's root disk'
https://forums.freebsd.org/threads/trying-to-access-root-directory-of-another-systems-root-disk.63453/post-366916
Andriy
The problem is that the installer sets the canmount option to false for the root filesystem and that results in the filesystem not being automatically mounted the very moment you import the ZFS pool.
Andriy