- Thread Starter
- #101
https://ibb.co/pdjYfQ7This set of commands should be correct
USB stick still empty?
anyway i need to use the system I'm going to install it non UEFI
https://ibb.co/pdjYfQ7This set of commands should be correct
Thats strange. The output of the command looks like it worked.USB stick still empty?
Mounts the USB device. I guessed it was at da0s1. You might have others disks!
# mount -t msdosfs /dev/da0s1 /mnt
Copy the log file into the mounted directory
# cp /var/log/Xorg.0.log /mnt
Unmount it again ready to unplug safely
# umount /mnt
ls
.# ls /mnt
mv
, cp
, ls
, cat
to move, copy, list directories and output files respectively will be enough! # cat /var/log/Xorg.0.log | less
and gradually scrolling down to the bottom.Worth a try. Though I believe that is only if you are doing raw operations (i.eThis should make sure that all pending write actions are completed.
dd
). When you unmount the device it should do all of that for you.That's what I'm going to do with time for now I need to use the system as my daily driver to get things done and learn about it as well with timejust the basics of how to mount a USB stick and using tools likemv
,cp
,ls
,cat
to move, copy, list directories and output files respectively will be enough!
Witch one?corrupted partition table
can you SSH into your new system? I always make a note of what IP it has. That saved me many times.
Thank you for your reply and i will try to become familiar with Handbook i really try to do my best in English and when i open the Handbook I'm not familiar yet with all those technical stuff that's why i like to ask so much, i try vanilla Arch just follow a video tutorial but i can't install it from or using the wiki because i still don't reach that level yet, chrbr comment above thanks to him for his reply for additional option i open that page sync(8) i read but i didn't understand i will try to search later to understand and i just feel embarrassed to tell him or ask for easy explanationHi there noob noob,
I am someone who has used FreeBSD off and on over the years and I am currently evaluating using it on my daily driver with R13. I am currently using EndeavourOS and have installed vanilla Arch ( archlinux.org) a few times. Having followed the Arch Install Guide and a few different YouTube tutorials, you have to remember that a content provider who deviates from the official way of installing whatever distro or BSD is potentially inviting some issues into your install. If they miss a step in their production, it WILL result in an issue. Also their “guide” works on their machine for their use case. Just bear this in mind and take those videos as “study” and at least have the official guide handy. My particular method involves a test laptop with a working installation to bring the webpage or document up while installing the new machine. This works for me, but normally I am putting the “new” install on metal and not a VM. Not definitive as an answer, but it is my method.
I hope that as I evaluate FreeBSD 13 for my daily driver, I continue to increase my knowledge and actually will be posting my own question about some quirks of my machine and particular use case. I do want to close by stating: 1) the Handbook is one of the best written documents there is on a *NIX-like OS and actually some stuff on Arch wiki does apply, just beware that you research package names as on *BSD they can differ from Arch and often do from one Linux distro to another and finally this community is very helpful in my experience, but please remember to try to find the answer in the handbook and if still having an issue, do ask.
How plscan you SSH into your new system? I always make a note of what IP it has. That saved me many times.
sync
just asks the operating system to finish all write activities. The purpose is to have everything settled before an unmount, shutdown or so. exit
exits the single user mode is left and the system boots normally. Have you ever booted to the console without login manager? Usually it is better to setup the booting to the console first to be sure that the basic stuff is working. If so you can configure X11 with a simple window manager as twm. Finally you can setup a login manager.Thank you so much i really appreciate it ?Dear Noob Noob,
there is no reason not to ask about sync(8). Nobody can know that by nature.sync
just asks the operating system to finish all write activities. The purpose is to have everything settled before an unmount, shutdown or so.
About the login screen I think you are more far than you are aware of. It is just the password which is missing or wrong. You can fix that from single user mode. In the boot menue you can boot into single user mode. Then you end up in a console (no gui) with root access. The disks are ready only in that situation. You can re-mount then to read-write access. The procedure depends on the file system. UFS and ZFS are different. This has been asked regulary. I do not have the commands in mind. From that point you can use password(1) to set or change your password.
As far as I rememberexit
exits the single user mode is left and the system boots normally. Have you ever booted to the console without login manager? Usually it is better to setup the booting to the console first to be sure that the basic stuff is working. If so you can configure X11 with a simple window manager as twm. Finally you can setup a login manager.
The single user mode sounds scary, but there is nothing you can not manage.
OK.. on fresh new FreeBSD installs, SSH is usually enabled by default. It is one of the last things the installer asks about (See the Handbook chapter on installation, it does have good screenshots). Once you boot into your fresh installation, and log in as regular user, then you can runHow pls
ifconfig
and get your system's IP address that way. With that in hand, you can ssh in from elsewhere.Thank you actuality was password wrong(not my fault ?) in the console I was typing my password correctly as I set it SDDM was English by default I didn't know that and, I'm using AZERTY keyboard I try and it worked I logged in but I have resolution issue no 1920x1080 and refresh rate 0 HZOK.. on fresh new FreeBSD installs, SSH is usually enabled by default. It is one of the last things the installer asks about (See the Handbook chapter on installation, it does have good screenshots). Once you boot into your fresh installation, and log in as regular user, then you can runifconfig
and get your system's IP address that way. With that in hand, you can ssh in from elsewhere.
Don't worry about this. I am sure you are fine. I was mostly thinking (typing?) aloud and my experience of seeing files differently on a usb stick per platform. I am fairly sure everything is fine and at worst, your USB stick might be a little weirdly formatted.I guess I see ones when I start FreeBSD when these texts load so fast i try to focus i guess i read partition table corrupted
Thank you really for your time and reply i appreciate it really I do all of you God bless youDon't worry about this. I am sure you are fine. I was mostly thinking (typing?) aloud and my experience of seeing files differently on a usb stick per platform. I am fairly sure everything is fine and at worst, your USB stick might be a little weirdly formatted.
Keep going! Great to see you have something graphical going![]()
… resolution issue no 1920x1080 …
xrandr