-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Guten morgen zusammen, ich verstehe mein Grub nicht mehr. Nachdem ich meine Platten in in Nvidia Raid (auf dem Asus A8n-SLI Delux) gehängt habe (Raid ist insync), wollte ich mit einer Boot CD Grub wieder herstellen Neben den Änderungen in der fstab etc habe ich für Grub folgende Einstellungen gemacht (ich kann es schon auswendig...) - --- mkdir /mnt/raid mount /dev/mapper/nvidia_jbagjcec /mnt/raid mount -o bind /dev /mnt/raid/dev chroot /mnt/raid grub --device-map=/dev/null device (hd0) /dev/mapper/nvidia_jbagjcec geometry (hd0) 30401 255 63 (von fidsk -l) root (hd0,0) setup (hd0) quit update-grub - --- Wenn ich jetzt neu starte, dann bekomme ich Loading Grub, Stage 1.5 Loading Grub, please wait - --> und dann nichts mehr Ich habe mit mit grub-disk eine Boot Diskette gemacht. Hier heisst es dann Loading Grub, Stage2 dann bekomm ich sofort den Prompt Wenn ich am Prompt folgendes eintippe, dann kann ich mein System starten (schreibe gerade von dem so gebooteten System) - --- root (hd0,0) kernel = /vmlinuz-irgendwas-mit-TAB-geholt \ root=/dev/mapper/nvidia_jbagjcec3 ro initrd=/initrd-irgendwas-mit-TAB-geholt boot - --- Zum System: Ubuntu 6.10 Kernel 2.6.17-10 (Ubuntu Kernel) Platten sind zwei Samsung Spinpoint 250GB Partitionen 1 = /boot 2 = Windows 3 = / 4 = ext 5 = /home 6 = Swap Die menu.lst und device.map sind im Anhang (das mit dem real_root ist nur ein Test, habe ich in einigen Foren so nach gelesen - ging mit und ohne nicht - soweit kommt er ja erst gar nicht.) Hat irgendwer eine Idee? Mir ist vor allem der unterschied bei den Stages aufgefallen (1.5 und 2) - kann ich mir aber nicht erklären. Danke für Eure Hilfe - ich geh jetzt erstmal ins Bett. :-( Gruß Jörn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRdEU3eCwkHf82Ne+AQKIfQQAg4ySQLhV5Ovfn2iSgAYqlkYmjl6KW8kD XujEjzCOJdEd8CYq7CYgQ3N0HiC5Sy6zjBp25nLX0oITh3DMK4WON8hXzBOC5ih8 Ch7svFwFypjqP+UdCZ564euG3Zn5Kbhw+EQBQde187N4iNqPejwGtwLdtaRE2qVM LSD39y+PdHE= =MGvT -----END PGP SIGNATURE----- (hd0) /dev/mapper/jbagjcec 0.97-11ubuntu14 # Splashimage line added by kubuntu-grub-splashimages package splashimage=(hd0,0)/grub/splashimages/ksi.xpm.gz # menu.lst - See: grub(8), info grub, update-grub(8) # grub-install(8), grub-floppy(8), # grub-md5-crypt, /usr/share/doc/grub # and /usr/share/doc/grub-doc/. default 1 timeout 15 #hiddenmenu #color cyan/blue white/blue ## password ['--md5'] passwd # If used in the first section of a menu file, disable all interactive editing # control (menu entry editor and command-line) and entries protected by the # command 'lock' # e.g. password topsecret # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ # password topsecret ### BEGIN AUTOMAGIC KERNELS LIST ## lines between the AUTOMAGIC KERNELS LIST markers will be modified ## by the debian update-grub script except for the default options below ## DO NOT UNCOMMENT THEM, Just edit them to your needs ## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specific kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro ## kopt_2_6_8=root=/dev/hdc1 ro ## kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=/dev/ram0 real_root=/dev/mapper/nvidia_jbagjcec3 ro ## default grub root device ## e.g. groot=(hd0,0) # groot=(hd0,0) ## should update-grub create alternative automagic boot options ## e.g. alternative=true ## alternative=false # alternative=true ## should update-grub lock alternative automagic boot options ## e.g. lockalternative=true ## lockalternative=false # lockalternative=false ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## should update-grub lock old automagic boot options ## e.g. lockold=false ## lockold=true # lockold=false ## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery) single # altoptions=(recovery mode) single ## controls how many kernels should be put into the menu.lst ## only counts the first occurence of a kernel, not the ## alternative kernel options ## e.g. howmany=all ## howmany=7 # howmany=all ## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true ## should update-grub adjust the value of the default booted system ## can be true or false # updatedefaultentry=false ## ## End Default Options ## title Ubuntu, kernel 2.6.17-10-386 root (hd0,0) kernel /vmlinuz-2.6.17-10-386 root=/dev/ram0 real_root=/dev/mapper/nvidia_jbagjcec3 ro quiet splash initrd /initrd.img-2.6.17-10-386 quiet savedefault boot title Ubuntu, kernel 2.6.17-10-386 (recovery mode) root (hd0,0) kernel /vmlinuz-2.6.17-10-386 root=/dev/ram0 real_root=/dev/mapper/nvidia_jbagjcec3 ro single initrd /initrd.img-2.6.17-10-386 boot title Ubuntu, memtest86+ root (hd0,0) kernel /memtest86+.bin quiet boot ### END DEBIAN AUTOMAGIC KERNELS LIST title Windows root (hd0,1) makeactive chainloader +1 boot