Other Grub Bootloader | |
|
|
Junior Mitglied Posts: 4 Registered: 2009-05-24 | Hello. After trying the live-cd and installing Paldo to partition /dev/sda8. I start the system and receive this error message, "Error 15, File Not found", or something similar to it.
I'm using Mandriva 2009.1 Grub bootloader and I add Paldo to it. It seems grub can't find vmlinuz or something. Any ideas/suggestions on fixing this? How would I add Paldo to Mandriva's Bootloader?
Thnx. |
|
|
|
|
|
Re: Other Grub Bootloader | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Well add this to your grub install:
Code | [In neuem Fenster öffnen] | | title Paldo on sdaX
kernel /PATH/TO/BOOTFOLDER/linux-2.6.XX.Y-paldoZ root=/PATH/TO/ROOTPARTITION resume=/PATHA/TO/SWAPPARTITION
initrd /PATH/TO/BOOTFOLDER/initramfs-2.6.XX.Y-paldoZ
savedefault |
... edit what needed. |
|
|
|
|
|
Re: Other Grub Bootloader | |
|
|
Junior Mitglied Posts: 4 Registered: 2009-05-24 | This is what I'm adding to Mandriva's grub lst file.
title Paldo GNU Linux (on /dev/sda8)
kernel (hd0,7) /boot/linux-2.6.29.3-paldo1-x86 root=/dev/sda8 ro
initrd (hd0,7) /boot/initramfs-2.6.29.3-paldo1-x86
savedefault
Does that look about right?
Thnx for the reply. |
|
|
|
|
|
Re: Other Grub Bootloader | |
|
|
Junior Mitglied Posts: 4 Registered: 2009-05-24 | Thanks for the reply. I have it working now. Now to take some time and see how well Paldo operates. |
|
|
|
|
|