Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Step by step, please

Has anyone a guide how to create a Void USB Stick and boot from it?

Running out of DVDs 🤪
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
 
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 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.

My last problem is the Time & Date control panel under Mate and it looks like no one has ever see or fix this problem.

Here is a good guide to set up Mate with the non Xfce base image. (partition disk is not for PPC)

This is a guide to install the base system with xorg, lightdm and mate
 
Last edited:
dd if=</path/to/VOID/ISO> of=/dev/sd<USB_Drive> ?
As one of possibilities which jumped in head :D.
the sd show me, this is on linux and not on mac.

This looks like a good help, but it needs a Intel Mac
 
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.
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.

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

I have answered that kind of question already in two different times about creating the USB on OSX 10.5 using my PowerBook G4 and my iMac G5, because this specific scenario isn't described in the official documentation. So do us a favor and stop spreading misinformation because it's one thing to have a poor documentation, other it's to have an outdated or poor tested knowledge (many on this thread and forum successfully installed not only Void but other distros using USB and preparing in OSX since that article was written)
 
the sd show me, this is on linux and not on mac.
On OS X, disks are /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.
 
Last edited:
  • Like
Reactions: Project Alice
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.
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.
 
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 problem is that your „guides“ start in the middle of the process. No infos about the format of the usb stick.

I have searched for a good guide or video from plug in the stick, over formating, copy image, to the final usb boot. Not only for me alone (i can search for my own for hours), but other user will be frustrated really fast, or don’t have the time.

I have also make the step by step guide to install Void and use it with the 6800 Ultra to bring down the frustration Level for beginners.
 
Last edited:
Void PPC with the new RC6 of kernel 5.15:

Ami-West-2021-Day-1-stream-on-Void-PPC.png Kernel-5-15-rc6-Power-PC.png

Many thanks to the Void developers for this great distribution! Now, I use it on my PC too. :)

Void PPC works also great as a server:

NFSv4_on_Void_PPC.png NFSv4_Void_PPC_part2.png NFS_v4_on_Void_PPC_part3.png Kerberos_KDC_on_Void_PPC.pngsimple_samba_config_void.PNG
 
Desktop firewall for Void PPC Linux:

/etc/rc.local:

Code:
# 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

Desktop-firewall-on-Void-Power-PC.png
 
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.
 

Attachments

  • IMG_20211022_195120475.jpg
    IMG_20211022_195120475.jpg
    127.4 KB · Views: 73
  • IMG_20211022_194341769.jpg
    IMG_20211022_194341769.jpg
    268.9 KB · Views: 81
  • IMG_20211022_193854349.jpg
    IMG_20211022_193854349.jpg
    174 KB · Views: 77
Last edited:
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.

Polybar has been tweaked and I re-discovered an applet for pmu_battery


Simple Terminal has been solarized, Vim has a vs-code-dark them by Tomasiser

Lite-XL editor, Ranger as filemanager with the little-endian yellow previews :)

And GTK-pipeviewer + mpv for Youtube playback

2021-10-23-082511_1024x768_scrot.png
2021-10-23-083540_1024x768_scrot.png
2021-10-23-083640_1024x768_scrot.png
2021-10-23-083702_1024x768_scrot.png
2021-10-23-083819_1024x768_scrot.png
2021-10-23-083936_1024x768_scrot.png
 

Attachments

  • 2021-10-23-083116_1024x768_scrot.png
    2021-10-23-083116_1024x768_scrot.png
    190.6 KB · Views: 79
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.
Perhaps this will help (same look on my on my 6800 Ultra and 7800 GS without)

xbps-install nano (if not installed)
sudo mkdir -p /etc/X11/xorg.conf.d
sudo nano /etc/X11/xorg.conf.d/20-nouveau.conf

Add this and save it:

Code:
Section "Device"
    Identifier "NVIDIA"
    Driver "nouveau"
    Option "ShadowFB" "true"
EndSection
 
  • Like
Reactions: lepidotós
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
Create a seperate .conf for each module you want loaded at boot in /etc/modules-load.d/
Example:
Sass:
sudo touch /etc/modules-load.d/snd-powermac.conf
Open that file in an editor and add this:
Code:
# load snd_powermac
snd_powermac

Cheers
 
  • Like
Reactions: Lastic
I've now dedicated the 17" PB to experimental and tinker purposes. Downloaded the lastest void.iso and here is my set up:
IceWM w/pcmanfm for handling the icons and wallpaper.
Links, Eolie, and Faded Orb for web browsers.
MPV, Pithos, and VLC for audio/video needs.
Gimp and mtpaint for image editing.
Abiword, Gnumeric, and Homebank for basic office stuff.
Gtk pipeviewer and streamlink for youtube / twitch.
...and a few more things for good measure.

void-pb17.png


Cheers
 
Last edited:
@wicknix Thanks , I had figured it out in the meantime :)

In the meanwhile I'm trying to figure out snd_aloop out


in order to use cava

 
  • Like
Reactions: wicknix
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.