View previous topic :: View next topic |
Author |
Message |
swain Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Sep 2002 Posts: 136
|
Posted: Fri Feb 07, 2003 6:16 pm Post subject: grub im dualboot (gentoo/win2k) |
|
|
Hi ihr,
ich habe früher immer mit wechselplatten gearbeitet um zwischen LInux und Windows zu switchen.
Das ging mir auf den Senkel und ich habe beide platten eingebaut.
hda -> Linux
hdb -> Windows 2k
In der Anleitung stehe ja auch was man einzustellen hat, demnach sieht
meine menu.lst wie folgt aus:
Code: |
default 0
timeout 20
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title= Gentoo 2.4.19 rc10
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3 append="hdc=ide-scsi hdd=ide-cd"
title=last
root (hd0,0)
kernel /boot/bzImage.orig root=/dev/hda2
title=Windows
root (hd1,0)
rootnoverify (h1,0)
makeactive
chainloader +1
|
Aber Windows will nicht von grub gebootet werden, er schreibt mir immer etwas von "wrong filesystem" oder so ähnlich...
vielleicht hat ja jemand ein ähnliches Setup und kann mir einen Tip geben.
Danke |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kairo Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/d9545ded3d861d2dbd910.gif)
Joined: 16 Sep 2002 Posts: 85
|
Posted: Fri Feb 07, 2003 6:26 pm Post subject: |
|
|
grüzi,
bei mir sieht der eintrag so aus, ist allerdings XP,
und funzt einwandfrei.
nur musst du den root (hd0,0) in (hd1,0) ändern.
Code: |
# Der folgende Eintrag wird nur bei Dual-Boot benötigt
title=M$ Ix Pee
root (hd0,0)
chainloader +
|
mfg und so |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
swain Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Sep 2002 Posts: 136
|
Posted: Fri Feb 07, 2003 6:38 pm Post subject: |
|
|
leider funktioniert das nicht...
ich bekomme die ausgabe:
Code: | Filesystemtype unknown, partitiontype 0x7 |
vielleicht kann ja jemand damit was anfangen.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kairo Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/d9545ded3d861d2dbd910.gif)
Joined: 16 Sep 2002 Posts: 85
|
Posted: Fri Feb 07, 2003 7:08 pm Post subject: |
|
|
du könnest mal folgendes versuchen:
Code: |
# Der folgende Eintrag wird nur bei Dual-Boot benötigt
title=M$ Ix Pee
root (hd0,0)
chainloader +
map (hd0) (hd1)
map (hd1) (hd0) |
soweit ich weiß lässt sich windoff ungern von der 2. platte starten
mit dem map-befehl gaukelst du dem w... vor, daß es sich auf der 1. befindet.
mfg und so |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|