http://ubuntuforums.org/showthread.php?t=224351
http://wiki.osx86project.org/wiki/index.php/Wingrub_instead_of_Grub
grub>find /boot/grub/stage1
- (hd0,1) (hd0,10)
grub> root (hd0,10)
- Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
- Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... failed (this is not fatal) Running "embed /boot/grub/e2fs_stage1_5 (hd0,10)"... failed (this is not fatal
)
- Running "install /boot/grub/stage1 d (hd0) /boot/grub/stage2 p /boot/grub/menu
.lst "... succeeded Done.
ein grafischer Editor für die grub Konfiguration wird hier beschrieben edit
Ein gr http://susewiki.org/index.php?title=Change_GRUB_background
- kernel (hd0,4)/vmlinuz root=/dev/hda7 selinux=0 splash=silent sysrq=yes resume=/dev/hda6 showopts vga=0x342
mkdir /mnt/hdb1 #Ordner muss vorhanden sein
mount /dev/hdb1 /mnt/hbb1
http://www.dvdboard.de/forum/archive/index.php/t-50964.html
Habe in dem Verzeichnis (etc/...) nur eine grub.conf mit folgendem Inhalt gefunden: root (hd0,2) install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000 (hd0,2)/boot/grub/menu.lst quit
grub muss mit den richtigen Parameter aufgerufen werden! Also grub als shell und den mbr auf die hda=hd0!!
http://www.vmc.de/amithlon/ger_amithlon_faq.html
Dann schreiben Sie mit setup (hd0) den GRUB bootblock in den MBR der ersten Festplatte. Sie können weitere Informationen zu GRUB auf der GRUB-Webseite finden: www.gnu.org/software/grub/
Linux/BootManager/Grub (last edited 2009-12-11 15:37:31 by DetlevLengsfeld)