| Sorry Kano, 
 das habe ich leider nicht kapiert
   
 mein jetziges grub, über das der PC gestartet wird:
 
 Code: 
timeout 10
color black/cyan yellow/cyan
 gfxmenu (hd0,0)/usr/share/gfxboot/themes/pclinuxos/boot/message
 default 0
 
 title PCLinuxOS 2.6.26.8.tex3
 kernel (hd0,0)/boot/vmlinuz-2.6.26.8.tex3 BOOT_IMAGE=PCLinuxOS_2.6.26.8.tex3 root=/dev/hda1 acpi=on resume=/dev/hda5 splash=silent vga=788
 initrd (hd0,0)/boot/initrd-2.6.26.8.tex3.img
 
 title failsafe
 kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hda1 failsafe acpi=on resume=/dev/hda5
 initrd (hd0,0)/boot/initrd.img
 
 title windows 2000
 root (hd1,0)
 map (hd0) (hd1)
 map (hd1) (hd0)
 chainloader +1
 
 title Kanotix
 root (hd1,4)
 chainloader +1
 aus der root Partition von Kantotix:
 
 Code: 
#
# DO NOT EDIT THIS FILE
 #
 # It is automatically generated by /usr/sbin/grub-mkconfig using templates
 # from  and settings from /etc/default/grub
 #
 
 ### BEGIN /etc/grub.d/00_header ###
 set default=0
 set timeout=5
 set root=(hd1,5)
 search --fs-uuid --set c6fe6a37-dfeb-41f5-8739-ae6540b0d3e2
 if loadfont /usr/share/grub/ascii.pf2 ; then
 set gfxmode=640x480
 insmod gfxterm
 insmod vbe
 if terminal_output gfxterm ; then true ; else
 # For backward compatibility with versions of terminal.mod that don't
 # understand terminal_output
 terminal gfxterm
 fi
 fi
 ### END /etc/grub.d/00_header ###
 
 ### BEGIN /etc/grub.d/05_debian_theme ###
 set root=(hd1,5)
 search --fs-uuid --set c6fe6a37-dfeb-41f5-8739-ae6540b0d3e2
 insmod png
 if background_image /boot/grub/KanotixPenguins.png ; then
 set color_normal=light-blue/black
 set color_highlight=white/blue
 else
 set menu_color_normal=cyan/blue
 set menu_color_highlight=white/blue
 fi
 ### END /etc/grub.d/05_debian_theme ###
 
 ### BEGIN /etc/grub.d/10_linux ###
 menuentry "Debian GNU/Linux, linux 2.6.28-13-generic" {
 set root=(hd1,5)
 search --fs-uuid --set c6fe6a37-dfeb-41f5-8739-ae6540b0d3e2
 linux   /boot/vmlinuz-2.6.28-13-generic root=/dev/sdb5 ro quiet vga=791 splash
 initrd   /boot/initrd.img-2.6.28-13-generic
 }
 menuentry "Debian GNU/Linux, linux 2.6.28-13-generic (recovery mode)" {
 set root=(hd1,5)
 search --fs-uuid --set c6fe6a37-dfeb-41f5-8739-ae6540b0d3e2
 linux   /boot/vmlinuz-2.6.28-13-generic root=/dev/sdb5 ro single quiet vga=791 splash
 initrd   /boot/initrd.img-2.6.28-13-generic
 }
 ### END /etc/grub.d/10_linux ###
 
 ### BEGIN /etc/grub.d/30_os-prober ###
 menuentry "PCLinuxOS 2.6.26.8.tex3 (on /dev/sda1)" {
 set root=(hd0,1)
 linux /boot/vmlinuz-2.6.26.8.tex3 BOOT_IMAGE=PCLinuxOS_2.6.26.8.tex3 root=/dev/hda1 acpi=on resume=/dev/hda5 splash=silent vga=788
 initrd (hd0,0)/boot/initrd-2.6.26.8.tex3.img
 }
 menuentry "failsafe (on /dev/sda1)" {
 set root=(hd0,1)
 linux /boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hda1 failsafe acpi=on resume=/dev/hda5
 initrd (hd0,0)/boot/initrd.img
 }
 menuentry "Toorox (on /dev/sda1)" {
 set root=(hd0,1)
 linux /boot/vmlinuz root=/dev/hdb5 vga=791 nomce noapic lang=de
 initrd (hd1,4)/boot/initrd.gz
 }
 menuentry "Microsoft Windows 2000 Professional (on /dev/sdb1)" {
 set root=(hd1,1)
 chainloader +1
 }
 ### END /etc/grub.d/30_os-prober ###
 
 ### BEGIN /etc/grub.d/40_custom ###
 # This file is an example on how to add custom entries
 ### END /etc/grub.d/40_custom ###
 Ich nehme nicht an das ich die "alte" menu.lst einfach nur durch die grub.cfg tauschen darf / kann, ist ja grub und grub2. Hier von habe ich leider garkeine Ahnung.
 |