Yes the iBook had two graphics variants depending on the date of the model you have…they either were the radeon 9200 and or the radeon 9550….you need to have “Linux radeon.agpmode=-1 radeon.modeset=1 video=offb:ff no splash” it needs to be entered exactly as you see in the quotes including the letter l in linux….it needs to be uppercase…if it still freezes take off the video=offb:ff and just do the modeset, agpmode and the nosplash…I find on mine leaving offb:ff leads to less lockups….and leave the quotations out as well. Good luck!
GRUB_CMDLINE_LINUX_DEFAULT="quiet radeon.agpmode=-1 radeon.modset=1 video=offb : off (without the spaces) nosplash"
, rebuilt the grub.cfg file and did some “crash testing” browsing with Arctic Fox but it froze after ~20 second.video=offb : off
with the same outcome.It has nothing to do with the bootloader all its doing is launching the kernel which is Linux…make sure there is no spaces between offb : off you have spaces in the above response and on top of that you still need to add Linux it is important Capital Linux and then the agpmode, modeset and no splash…you can also try it by typing it out at boot before making modifications to your config file to test and there would be no need to reconfigure or update anything until you find a combination that works for your machine…now I will say the iBooks with Radeon 9200 actually had massive video issues and a repair program had been issued along with a battery recall in 2005 when apple was offering free out of warranty repairs and battery swaps…if you notice it starts out ok and as you start using it and it heats up notice it starts locking up may actually be a video chip failure/chip creek from the prolonged heat exposure after almost 20 years….my Mac mini unfortunately has this issue and for about 35-40 minutes it’s absolutely fine and as it’s getting toasty the screen starts glitching and locks up and or kernel panics if I’m booted in Mac OS…you can download the apple service diagnostic discs which because of the recall program also introduced the ability for techs/Geniusbar to test the graphics chip…maybe worth downloading and trying to run a diagnostic on it.I set /etc/default/grub as this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet radeon.agpmode=-1 radeon.modset=1 video=offb : off (without the spaces) nosplash"
, rebuilt the grub.cfg file and did some “crash testing” browsing with Arctic Fox but it froze after ~20 second.
So I took out thevideo=offb : off
with the same outcome.
Perhaps is something related to grub? How do I install yaboot if it is indeed a grub issue
if you notice it starts out ok and as you start using it and it heats up notice it starts locking up may actually be a video chip failure/chip creek from the prolonged heat exposure after almost 20 years…
Btw, just for fun, I decided to run Debian with the stock 512MB of ram (my iBook currently has 512 of stock ram + a 512mb module) and it actually didn’t froze. I was able to browse the internet and download a wallpaper without any major problem (the ram remained at a comfy ~300MB of usage), so maybe it’s not video-card issue but a RAM issue?I added “Linux” before all the other parameters and now it seems that it doesn’t freeze anymore. I didn’t thought that it needed to be added, my bad.
I’ll pay attention to any excess heat, thanks for warning me. Even though this iBook has a 9550, not a 9200, but we’re still talking about ~18 y/o tech…
Update: nope, it still crashed… Fine, configuring yaboot can’t be that hard right?
Yaboot isn't going to do anything at all. Yaboot and Grub are there to begin the boot process. The kernel handles the hardware and sleep, etc. Grub and Yaboot have nothing to do with the system lockups, as it's all handled by the kernel. It can very likely be RAM. During the install process, you want to create a third partition for something called swap. A swap partition is a portion of your hard drive used when you run out of RAM. Basically, think of it as additional RAM but using the hard disk. Physical RAM is always going to be faster, and the swap RAM is used to store active programs that are idle or not being utilized at that point, moving them back into RAM if the program or service is activated. In other words, if that partition was never created, Linux will still boot and work. But if it runs out of RAM, instead of bogging down or slowing down using the much slower swap memory, it will look at all active and inactive processes in RAM, start killing less important services, and eventually critical services, causing the system to lock up and crash. Swap partitions were made to help solve that problem. Debian, by default, does not automatically create that swap partition, if I remember correctly. Sorry for the wall of text; I just wanted to explain it if others come here asking the same question. Cheers!I added “Linux” before all the other parameters and now it seems that it doesn’t freeze anymore. I didn’t thought that it needed to be added, my bad.
I’ll pay attention to any excess heat, thanks for warning me. Even though this iBook has a 9550, not a 9200, but we’re still talking about ~18 y/o tech…
Update: nope, it still crashed… Fine, configuring yaboot can’t be that hard right?
No need to excuse yourself.Yaboot isn't going to do anything at all. Yaboot and Grub are there to begin the boot process. The kernel handles the hardware and sleep, etc. Grub and Yaboot have nothing to do with the system lockups, as it's all handled by the kernel. It can very likely be RAM. During the install process, you want to create a third partition for something called swap. A swap partition is a portion of your hard drive used when you run out of RAM. Basically, think of it as additional RAM but using the hard disk. Physical RAM is always going to be faster, and the swap RAM is used to store active programs that are idle or not being utilized at that point, moving them back into RAM if the program or service is activated. In other words, if that partition was never created, Linux will still boot and work. But if it runs out of RAM, instead of bogging down or slowing down using the much slower swap memory, it will look at all active and inactive processes in RAM, start killing less important services, and eventually critical services, causing the system to lock up and crash. Swap partitions were made to help solve that problem. Debian, by default, does not automatically create that swap partition, if I remember correctly. Sorry for the wall of text; I just wanted to explain it if others come here asking the same question. Cheers!
Maybe having two nvidia cards confuses the nouveau driver? I could never get it to work under Debian anyway (with a flashed GF 7800 GTX 512Mb that is, although it works fine under OpenSUSE even under Gnome/Wayland albeit a tad slow), even though there are some things you could try such as the following append:Guys i tried everything.
I Want to install Debian 12.0.0 Alpha netinsta.iso
It is the only one that will Boot in my Powermac g5 Quad. When i use default install it turnd into a white screen and „smp_core99_bringup_done“
I have the Nvidia 6600 stock gpu in my Powermac but i have an unflashed Nvidia Quadro FX4500.
Any ideas how to fix that
video=offb:off video=nouveaufb:off video=radeonfb:off nouveau.modeset=1 radeon.modeset=0 nouveau.config=NvMSI=0 pci=realloc
video=offb:off video=nouveaufb:off video=radeonfb:off nouveau.modeset=0 radeon.modeset=1 radeon.agpmode=-1 radeon.dpm=0 pci=realloc
no this is not correct…there is currently and issue effecting g5 ability to boot you have to use the snapshot image from june located here and for information refer to here…we are working on it should be fixed soon.Maybe having two nvidia cards confuses the nouveau driver? I could never get it to work under Debian anyway (with a flashed GF 7800 GTX 512Mb that is, although it works fine under OpenSUSE even under Gnome/Wayland albeit a tad slow), even though there are some things you could try such as the following append:
Code:video=offb:off video=nouveaufb:off video=radeonfb:off nouveau.modeset=1 radeon.modeset=0 nouveau.config=NvMSI=0 pci=realloc
If that fails maybe try with a radeon card (any radeon HD will be enough to render Gnome/Wayland) with the following append (this is what works for me with an unfleshed Radeon HD 5770 as the primary graphics card and the GF 7800 GTX 512Mb for boot-up):
Code:video=offb:off video=nouveaufb:off video=radeonfb:off nouveau.modeset=0 radeon.modeset=1 radeon.agpmode=-1 radeon.dpm=0 pci=realloc
Good luck!
Powermac g5 Quad
hmm...effects ALL 32-bit installations
And Where i have to put this Code in Terminal or in the failling installer on linux ?Code:
Okey i try this when im at Home. But sometimes my Powermac dont regonize the disk. It says „load size to small“ and when i try to boot with boot cd;\\ tbxi or something Else it says it cant find thisno its ok lol…dont be sorry you have nothing to be sorry for…grab the netinstall for ppc64 and burn it to a cd and boot like normal by pressing C…its the same boot process your just using an older known snapshot is all
I suppose - 64Bit Deb suits better .So i Need 64 Bit debian or not?
Grub is broken and it needs to be installed manually. I found out that this guide (intended for macppc gentoo) works great on Debian.Fyi: This was maybe 2 or 3 years ago. I tried Ubuntu, Mint, Debian and Lubuntu. As far as I remember one of the problems stemmed from my device - its the last of the Powerbooks with the higher resolution, so X config did not detect it.
debian-12.0.0-powerpc-NETINST-1.iso from this site: https://cdimage.debian.org/cdimage/ports/snapshots/2024-02-25/ |