Bu beni gerçekten üzüyor. Grubtoo'lu Gentoo ve Ubuntu var. /bootUbuntu'da Gentoo'nun ayrılmış bir bölümü var. Ben bir menuentryGentoo'nın /etc/grub.d/40_customUbuntu önyükleme var (ve Ubuntu Tamam önyükleme yapar).
Ubuntu Grub ile birlikte geldiğinden, kök, çekirdek, initrd ve diğer şeyleri ayarlayan girişimi korumak yerine, bu zincirleme zincirleme yüklemek istiyorum. Chainloader için sahip olduğum şey bu (Ubuntu açık /dev/sda4ve Grub'u zaten kurdum):
menuentry 'Chainloader' {
insmod chain
set root=(hd0,4)
chainloader +1
}
Bana veriyor error: Invalid signatureve hiçbir çözüm bulamadım. Birisi bir şeye işaret edebilir mi?
Bunun sonucu </dev/sda4 head -c 512 | hd
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000200
Bunun sonucu fdisk -l. /dev/sda1olan /bootGentoo, Gentoo içindedir /dev/sda2Ubuntu içindedir, /dev/sda4. Ubuntu oluyor /bootiçindedir /dev/sda4de.
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe001152b
Device Boot Start End Blocks Id System
/dev/sda1 1 9 72261 83 Linux
/dev/sda2 10 13064 104864287+ 8e Linux LVM
/dev/sda4 * 18152 19457 10490445 83 Linux
İle ilgili bir hata yok grub-install /dev/sda4 --no-floppy --force
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea..
/usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
Installation finished. No error reported.
/dev/sda4. Birden fazla diskiniz var mı? Bölümleme tablonuz nedir? Lütfen çıkışınıfdisk -lve tarafından gönderilen mesajları gönderingrub-install /dev/sda4 --no-floppy --force.