Plan du KiWi
Si vous n'avez pas trouvé votre bonheur dans les liens plus haut, le plan vous montrera les quelques pages “cachées” de ce kiwi !
Terminal bell setting for debian and ubuntu are located in /etc/inputrc . Use your favorite editor to open /etc/inputrc file and search for line:
# set bell-style none
change it to:
set bell-style none
Ubuntu PPC Style :
→ /etc/yaboot.conf
append=“video=ofonly”
Gutsy CDs will not boot You of course hold down 'c' to boot from the cd. At the livecd prompt (yaboot), press tab to see the list of bootable kernels. We recommend trying
live-nosplash-powerpc video=ofonly If it stops at busybox shell This happens because the ide module needed to read the root filesystem does not get loaded. At the busybox (intramfs) prompt type
modprobe ide-core exit Booting should then continue. If this does not help, restart and try adding
break=top to the earlier boot string. You can do this at yaboot, by typing
live break=top Replace live by the kernel you wish to boot. For the earlier command, it would be
live-nosplash-powerpc video=ofonly break=top Post install Once you have installed add the line
ide-core to /etc/initramfs-tools/modules and run
sudo update-initramfs -u