Yaboot or Grub #3414
-
After the initialization of the RAM Disk in the powerpc guide, the installation of yaboot at the Bootstrap partition is requested. However, during the RAM Disk step, I checked how grub entries were added at the Grub menu and, as expected, it seems Yaboot is not installed in the provided XFCE tarball for ppc64, only Grub. What should I do?. |
Beta Was this translation helpful? Give feedback.
Replies: 25 comments
-
Jesus. Sorry for all the trouble you're running into - but at this point I think I am comfortable enough to recommend GRUB as the default (documentation work to follow if it works out here). It should be as simple as Also, I believe you will have to uncomment Please let me know how this goes. |
Beta Was this translation helpful? Give feedback.
-
I will also transfer this issue to AOSC-Dev/aosc-os-abbs. |
Beta Was this translation helpful? Give feedback.
-
Where should I install grub? In the "disk" itself as I do in other distributions or (as its Apple Partition Table type) in a specific partition? Sorry, I am a bit new with this as only tried FreeBSD with a successful installation. |
Beta Was this translation helpful? Give feedback.
-
You shouldn't need to specify a disk with this platform. |
Beta Was this translation helpful? Give feedback.
-
Then something is wrong in the line. Grub just points me to check the help and usage but I am sure the line is written correctly. |
Beta Was this translation helpful? Give feedback.
-
Did it tell you anything about what parametre is wrong? |
Beta Was this translation helpful? Give feedback.
-
No, just to check that. |
Beta Was this translation helpful? Give feedback.
-
Could you try appending |
Beta Was this translation helpful? Give feedback.
-
But isn't the first partition of a Apple table intouchable because it's where the partitions are defined? The second one, /dev/sda2 its dedicated to that I think as yaboot was requested to be installed there. But I am not sure. root@lubuntu [ / ] ! grub-install --target=powerpc-ieee1275 --no-vram This is what it says |
Beta Was this translation helpful? Give feedback.
-
Okay, doesnt matter, was my fault. I just copied your line and worked ;-; |
Beta Was this translation helpful? Give feedback.
-
I was going to say that you mis-typed |
Beta Was this translation helpful? Give feedback.
-
Oh yes, jajajajaja. |
Beta Was this translation helpful? Give feedback.
-
I need to ask other question, can I do it here or should I open other issue as expected? |
Beta Was this translation helpful? Give feedback.
-
Why don't we open an issue simply titled "PPC64 Testing and Issues" or something along that line so we can assemble a little checklist to get them sorted? Also if you'd like to help, please feel free to join us, either on GitHub or Telegram (if you have it), I can provide all necessary training for packaging and distribution maintenance. |
Beta Was this translation helpful? Give feedback.
-
Okay, this one is related: since this iMac is using a ATI Radeon video card, radeon.agpmode=-1 set in the bootloader should be preferable but I have no idea if I should add any other config being Grub. |
Beta Was this translation helpful? Give feedback.
-
Sorry, with this old firefox in the lubuntu live image I can't update the view automatically to see new posts easily. Yes, would be preferable but I think you could do it better to create the desired list. I could add using posts what I am checking at the moment. Away from that, about packaging and maintaining the distribution I would be glad but I would like to ensure a successful installation first. |
Beta Was this translation helpful? Give feedback.
-
Nope, that should be all you need. |
Beta Was this translation helpful? Give feedback.
-
So directly I add it to the grub conf. Okay. |
Beta Was this translation helpful? Give feedback.
-
To |
Beta Was this translation helpful? Give feedback.
-
Please refer to #2108 for other issues.
Sure thing, hopefully we can get this sorted out, and again, I am very sorry for all the trouble. |
Beta Was this translation helpful? Give feedback.
-
Okay and thank you for the help.
Yes, I told that to confirm you were not telling me to not adding it. |
Beta Was this translation helpful? Give feedback.
-
Got it. |
Beta Was this translation helpful? Give feedback.
-
A good reference being found at https://wiki.adelielinux.org/wiki/Package:GRUB2 |
Beta Was this translation helpful? Give feedback.
-
We are now using GRUB for Retro distributions. Distributions and documentation updates to come. |
Beta Was this translation helpful? Give feedback.
Jesus. Sorry for all the trouble you're running into - but at this point I think I am comfortable enough to recommend GRUB as the default (documentation work to follow if it works out here). It should be as simple as
grub-install --target=powerpc-ieee1275 --no-nvram
andgrub-mkconfig -o /boot/grub/grub.cfg
.Also, I believe you will have to uncomment
#GRUB_TERMINAL_OUTPUT=console
.Please let me know how this goes.