Has anyone a guide how to create a Void USB Stick and boot from it?
Running out of DVDs 🤪
Running out of DVDs 🤪
Step by step, please
I'm trying to be as polite as possible, but you don't wanna learn anything. You don't say thank you to almost any post that everyone try to help you, and you above all don't search for your answer. If your questions was about something that it's specific to our PowerPC's linux (that can have it's quirks at it's own) that's ok. But you ask questions that are available with any google search or even in the documentation (the ppc or the x86_64 documentation).Has anyone a guide how to create a Void USB Stick and boot from it?
Running out of DVDs 🤪
The documetation is useless in many points, specally for PPC. Most of problems are not documented. Im reading the documetation and forums 5 hours a day to fix stupid problems like an other keyboard setup in the login screen. Many problems are documeted for linux systems with systemd but not for Void.I'm trying to be as polite as possible, but you don't wanna learn anything. You don't say thank you to almost any post that everyone try to help you, and you above all don't search for your answer. If your questions was about something that it's specific to our PowerPC's linux (that can have it's quirks at it's own) that's ok. But you ask questions that are available with any google search or even in the documentation (the ppc or the x86_64 documentation).
Please if you don't wanna search and take your time to learn, please don't waste the time of the rest of our members
the sd show me, this is on linux and not on mac.dd if=</path/to/VOID/ISO> of=/dev/sd<USB_Drive> ?
As one of possibilities which jumped in head.
The documentation it's far from perfect and isn't also ArchWiki or Gentoo level of thorough and depth (also not perfect). Many Linux distro's use SystemD and if you like, good for you than chose whatever suits you best. But some of us don't like at all and thanks for the devs that don't include it in this specific distro. So you as always will have to search for it, because if you don't: use a common distro that "should have" your problem properly identified, documented and solved.The documetation is useless in many points, specally for PPC. Most of problems are not documented. Im reading the documetation and forums 5 hours a day to fix stupid problems like an other keyboard setup in the login screen. Many problems are documeted for linux systems with systemd but not for Void.
One thing I must say when you are getting out of the mainstream operating systems and going to the UNIX world when you try to get help the first rule is: RTFM because they assume that you try to understand and exhaust the possibilities.
In the IRC most likely are some neck-beards old school guys that was thought the RTFM since day 1 because they doesn't have google to "help solve their answers" and they wanna to help since you try and not simply wanna have your "problem solved" because you are lazy
the sd show me, this is on linux and not on mac.
This looks like a good help, but it needs a Intel Mac
On OS X, disks arethe sd show me, this is on linux and not on mac.
/dev/disk0
and so on. Use sudo diskutil list
to find your USB drive (by name or size), unmount it (sudo diskutil unmountDisk /dev/diskX
) and then write the image (sudo dd if=image of=/dev/diskX bs=4096k
). I have done it like that several times.That's what I was trying to say but he it's lazy enough to search for a question answered before and my links point to the same answer that you just wrote.On OS X, disks are /dev/disk0 and so on. Use sudo diskutil list to find your USB drive, unmount it (sudo diskutil unmountDisk /dev/diskX) and then write the image (sudo dd if=image of=/dev/diskX bs=4096k). I have done it like that several times.
Not worth getting worked up about is it?That's what I was trying to say but he it's lazy enough to search for a question answered before
The problem is that your „guides“ start in the middle of the process. No infos about the format of the usb stick.That's what I was trying to say but he it's lazy enough to search for a question answered before and my links point to the same answer that you just wrote.
The format doesn't matter at all becauseNo infos about the format of the usb stick.
dd
'ing the image to the stick is copying block-by-block, mercilessly overwriting anything that might be on it, including the partition table.Also the boot block (Master Boot,...)?The format doesn't matter at all becausedd
'ing the image to the stick is copying block-by-block, mercilessly overwriting anything that might be on it, including the partition table.
That's the first thing to get overwritten.Also the boot block (Master Boot,...)?
Ok, this was the Info i need, thx.That's the first thing to get overwritten.![]()
# Default rc.local for void; add your custom commands here.
#
# This is run by runit in stage 2 before the services are executed
# (see /etc/runit/2).
iptables -t filter -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -t filter -A OUTPUT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
iptables -t filter -A INPUT -i lo -j ACCEPT
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
Still tinkering around with Void on my iBook G4 800 Mhz , 640MB RAM.
A lean machine running
bspwm
sxhkd
conky ( altough I might replace it with bar, polybar, or something else)
st (with scroll also installed)
feh
wpa-supplicant
mplayer
youtube-dl
eolie ,for the bloat
qutebrowser ,for the quick surf
ranger
herbe , very light notification daemon
lite-xl , very nice Sublime alike LUA based editor
wireshark-qt
qemu
gns3
I think it's the most lightweight machine I've run so far , even lighter on resources than Manjaro bspwm on my X220.
Perhaps this will help (same look on my on my 6800 Ultra and 7800 GS without)I'm trying to get X11 up and going on my iMac G5 (A1058), I know for sure it worked during the live install, but now all of a sudden it really doesn't want anything to do with my computer. MATE just throws out a complete garbled mess, Window Maker doesn't even try before giving up with a 'pixel clock comparison table not found' that also shows up while booting, and I'm not sure what to do. It seems like my xorg.conf is blank and read-only, too.
The things I've already done from my many searches:
Set noaccel to 1;
Ran Xorg -config -- nvidia-xconfig just doesn't exist on my computer (I guess because I'm using nouveau?) and copy the xorg.conf.new file to my /usr/share/X11 folder;
Managed to get it to display twm, so it seems to work slightly, but not enough to be usable.
Section "Device"
Identifier "NVIDIA"
Driver "nouveau"
Option "ShadowFB" "true"
EndSection
Got it working.Perhaps this will help (same look on my on my 6800 Ultra and 7800 GS without)
Create a seperate .conf for each module you want loaded at boot in /etc/modules-load.d/Regarding sound, sudo modprobe snd_powermac works,didn't have to unmute even.
I was just wondering if it is the correct module for this iBook, I remember that you had to choose depending wether your machine was a Powerbook or an iBook.
Likewise I'm loading pmu_battery which gives me info under /sys/class/power_supply but how do I load these at boot, I would a config file here but these directories are empty.
[uz3r@snailbook ~]$ ls -lthr /etc/modules-load.d/
total 0
[uz3r@snailbook ~]$ ls -lthr /etc/modprobe.d/
total 0
sudo touch /etc/modules-load.d/snd-powermac.conf
# load snd_powermac
snd_powermac