Sie sind nicht angemeldet.

1

04.03.2006, 17:42

[gelöst] grub - gentoo bootet - windows nicht

hi!


also mein gentoo bootet einwandfrei, allerdings mein win xp pro nicht.


schaut mal hier:

Quellcode

1
2
3
4
5
6
fdisk -l /dev/hda
Device     Bootflag   ID  System
/dev/hda1   *             c   W95 FAT32 LBA
/dev/hda2   *             83 Linux
/dev/hda3                  f   W95 FAT32LBA
usw..


wichtig sind halt die ersten beiden zeilen

meine bootpartition ist: /dev/hda2
da liegt meine grub.conf
mein root liegt auf /dev/hda7

und windows ist /dev/hda1, also C:

und hier meine grub.conf:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
default 0
timeout 10

title Gentoo Kernel 2.6.15.1
root (hd0,1)
kernel /boot/kernel-2.6.15.1 root=/dev/hda7

title Microsoft Windows XP Professional
root (hd0,0)
savedault
makeactive
chainloader +1



ich denke das in der grub.conf was falsch ist, undzwar an der zeile root(hd0,0) oder was meint ihr?


DANKE schomal!! 8)

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »err0r« (04.03.2006, 18:24)


2

04.03.2006, 17:44

moin :)

was ist denn "savedault"?
"When using vi the screen of your terminal acts as a window into the file which you are editing. Changes which you make to the file are reflected in what you see."
Bill Joy 1978

3

04.03.2006, 18:05

allso bei mir hat ein simples:

Quellcode

1
boot

was ich nach chainloader +1 noch mit eingefügt habe, geholfen

Gruß DerMoench
Ein Leben wie auf Messers Schneide!!


4

04.03.2006, 18:14

danke ich werde es mal gleich probieren, aber ist den logisch alles richtig was ich gemacht hab?


err0r


edit:
das hinzufügen von "boot" hat nicht geholfen, es kommt weitehrin die fehlermeldung:

Quellcode

1
2
3
4
5
6
7
8
Booting 'Microsoft WIndows XP Professional'

root (hd0,0)
savedefault

Error1: Filename must be either an absolute pathname or blocklist

Press any key to coninue...



hm?? :(

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »err0r« (04.03.2006, 18:17)


5

04.03.2006, 18:18

sieht nich schlecht aus. bis auf dass

savedault
savedefault

heissen müsste...
"When using vi the screen of your terminal acts as a window into the file which you are editing. Changes which you make to the file are reflected in what you see."
Bill Joy 1978

6

04.03.2006, 18:19

warst schneller. ich nehm alles zurück :D

aber müsstest du das nicht einfach weglassen ODER bei beiden einträgen schreiben UND dann oben
"default saved" hinkritzeln?

13.3.33 savedefault
— Command: savedefault num

Save the current menu entry or num if specified as a default entry. Here is an example:

default saved
timeout 10

title GNU/Linux
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 vga=ext
initrd /boot/initrd
savedefault

title FreeBSD
root (hd0,a)
kernel /boot/loader
savedefault


With this configuration, GRUB will choose the entry booted previously as the default entry.

You can specify `fallback' instead of a number. Then, next fallback entry is saved. Next fallback entry is chosen from fallback entries. Normally, this will be the first entry in fallback ones.
"When using vi the screen of your terminal acts as a window into the file which you are editing. Changes which you make to the file are reflected in what you see."
Bill Joy 1978

Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »rob« (04.03.2006, 18:23)


7

04.03.2006, 18:24

sooo es geht :)

hab das jetzt so gemacht:

Quellcode

1
2
3
4
5
grub.conf:

title Microsoft Windows XP Professional
root (hd0,0)
chainloader +1

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »err0r« (04.03.2006, 18:24)