Seems like you’ve altered boot parameters, or partitions tables?

|
stéphane T 2022-08-26 15:01:19
Ha you mean you did an install, started to use it, log in, use kde, etc etc
And now it doesn’t work anymore with this message.
Is my understanding correct?
JackieMe 2022-08-26 15:02:16
stéphane T 2022-08-26 15:01:19
Ha you mean you did an install, started to use it, log in, use kde, etc etc
And now it doesn’t work anymore with this message.
Is my understanding correct?

I am thinking he/she is refering to installer is working, but after install and reboot into the newly installed system he/she got this.

stéphane T 2022-08-26 15:02:17
Happened after installing kde?
JackieMe 2022-08-26 15:02:37
You used to have a working X?
JackieMe 2022-08-26 15:03:47
What did you do then? revert them.
stéphane T 2022-08-26 15:04:00
Ha, so you did use kde
Something went horribly wrong then
xsuuu 2022-08-26 15:04:41
How you tried to fix ?
JackieMe 2022-08-26 15:09:30
did you keep a record of what you did?
n0madcoder 2022-08-26 15:09:45
What did you do to fix touchpad and brightness?
JackieMe 2022-08-26 15:09:49
well…
n0madcoder 2022-08-26 15:09:56
What files you edited?
JackieMe 2022-08-26 15:10:28
post you bootloader.conf and sysctl.conf and rc.conf
xsuuu 2022-08-26 15:10:32
Seems like you’ve altered boot parameters, or partitions tables ?
JackieMe 2022-08-26 15:12:19
can you import zfs from shell now?
n0madcoder 2022-08-26 15:13:17
Make a clear photo if you cannot send them to bsd.to
JackieMe 2022-08-26 15:13:43
something like
# create a mountpoint for zpool:
mkdir -p /tmp/zroot
# import zpool:
zpool import -fR /tmp/zroot zroot

will mount your zfs pool

JackieMe 2022-08-26 15:14:20
and then
# create a mountpoint for zfs /:
mkdir /tmp/root
# mount /:
mount -t zfs zroot/ROOT/default /tmp/root
# the directories will now be available in /tmp/root
stéphane T 2022-08-26 15:16:28
I’d say if it’s your first install and there’s nothing of value, just trash it all and reinstall.
Makes a good training to install anyway 🙂
Then take notes of the “solutions” you will use when trying to fix some trouble you have, so that you can explain what you did exactly when things got bad
JackieMe 2022-08-26 15:21:25
zroot itself does not exist. Are you sure you’re using ZFS anyway😂, if yes, is it named zroot?
JackieMe 2022-08-26 15:22:15
zpool status ?
JackieMe 2022-08-26 15:22:53
kldstat list zfs?
JackieMe 2022-08-26 15:26:52
no, just kldstat
X_BSD 2022-08-26 20:01:16
https://www.osnews.com/story/135221/freebsd-on-the-framework-laptop/
n0madcoder 2022-08-26 20:11:39
X_BSD 2022-08-26 20:01:16
https://www.osnews.com/story/135221/freebsd-on-the-framework-laptop/

Interesting

X_BSD 2022-08-26 20:36:58
n0madcoder 2022-08-26 20:11:39
Interesting

Yes.

jschmidt3786 2022-08-27 04:27:24
I’m running CURRENT on my framework. no bluetooth, webcam, or fingerprint reader, but everything else is performing quite well.
X_BSD 2022-08-27 07:07:03
jschmidt3786 2022-08-27 04:27:24
I’m running CURRENT on my framework. no bluetooth, webcam, or fingerprint reader, but everything else is performing quite well.

Great news. Hope framework will support fbsd in the future

accelerat0r 2022-08-27 07:10:59
current ? no thnks xd
stéphane T 2022-08-27 11:31:35
I may not be able to personally help but,
When you have such problem indicate your laptop model
stéphane T 2022-08-27 11:32:44
Support on laptops has always been a hit and miss on Linux/bsd/free oses
n0madcoder 2022-08-27 11:34:37
Try installing Linux, and run a virtual machine there with FreeBSD to experiment on the settings until you have it working, or you guess what’s missing. It’s the best I can think of
n0madcoder 2022-08-27 11:35:35
That way you’ll learn a lot, and you’ll still have a working machine for the day
jschmidt3786 2022-08-27 16:02:45
accelerat0r 2022-08-27 07:10:59
current ? no thnks xd

Well, if it’s good enough for Netflix… :^)

accelerat0r 2022-08-27 16:05:35
jschmidt3786 2022-08-27 16:02:45
Well, if it’s good enough for Netflix… :^)

I guess ! still too much risk at a production level

jschmidt3786 2022-08-27 16:09:44
I’ve been happy with it on the laptop – I needed to run CURRENT when it arrived, as the iwlwifi driver wasn’t available in 13 at the time.
|