Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Gentoo & Windows
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
kurak
Guru
Guru


Joined: 13 Jul 2006
Posts: 492

PostPosted: Fri Dec 08, 2006 11:37 am    Post subject: [SOLVED]Gentoo & Windows Reply with quote

Witam, jak skonfigurowac gruba, tak azebym mogl spokoojnie korzystac z windiwsa na oddzielnym dysku? bo mam na Gentoo na sda, a winde a na hdb..
Code:
cat /boot/grub/grub.conf
# Boot automaticly after 30 second
timeout 0

# By default, boot the first entry
default 0

# Fallback to the second entry
fallback 1

# For booting GNU/Linux
title Gnu/Linux
root (hd0,0) kernel
kernel /boot/bzImage root=/dev/sda1 video=vesafb:ywrap,mtrr vga=773 noapic
co nalezy dorzucic? bo timeout zmienic na dogona ilosc sek.. a jak zeby wyruszyl z osobnego dysku?
_________________
Open Your Mind, Use Open Source


Last edited by kurak on Fri Dec 08, 2006 5:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
coyote01
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2004
Posts: 98
Location: Rzeszów, Poland

PostPosted: Fri Dec 08, 2006 12:02 pm    Post subject: Reply with quote

to zależy gdzie znajduje się grub mbr pierwszego, mbr drugiego dysku, partycja boot? jak masz wpięte dyski (który jest rozpoznawany jako pierwszy)?
może to Ci pomoże: https://forums.gentoo.org/viewtopic-p-2066286.html#2066286
Back to top
View user's profile Send private message
kurak
Guru
Guru


Joined: 13 Jul 2006
Posts: 492

PostPosted: Fri Dec 08, 2006 12:08 pm    Post subject: Reply with quote

tzn to jest tak, dysk na ktorym jest gentoo to jest na sata, i on jest jako master, widziany jako pierwszy(sda) a z winda to jest podpiety do ide (ATA) i widziany jako kolejny (hdb) za nim jest dvd-rw (hdd)
_________________
Open Your Mind, Use Open Source
Back to top
View user's profile Send private message
milu
Bodhisattva
Bodhisattva


Joined: 03 May 2004
Posts: 1122
Location: Poland, Konstancin-Jeziorna

PostPosted: Fri Dec 08, 2006 12:14 pm    Post subject: Reply with quote

Moved from Polish to Instalacja i sprzęt.
_________________
Pozdrawiam,
Milu
------------------------------------
Registered Linux User: #246079

Zanim zadasz pytanie przeczytaj to dokładnie!!
Back to top
View user's profile Send private message
Yatmai
Veteran
Veteran


Joined: 12 Nov 2005
Posts: 1501
Location: Kraków

PostPosted: Fri Dec 08, 2006 1:43 pm    Post subject: Reply with quote

Mnie niestety winda nie chciała ruszać z "drugiego" dysku i musiałem je przestawić, by partycja windowsowa była pierwszą partycją na pierwszym dysku... i wtedy wszystko grało :)
_________________
Desktop: [Ath64 X2 2GB DDR2 GF76GT] [amd64] [2.6.29-gentoo] [nVidia] [KDE 3.5.10]
Lapek: [HP nc6000] [i686] [2.6.29-ARCH] [ati-open] [KDE 3.5.10]
Back to top
View user's profile Send private message
ro-x
Apprentice
Apprentice


Joined: 14 Oct 2006
Posts: 167
Location: Poland, Lodz

PostPosted: Fri Dec 08, 2006 3:12 pm    Post subject: Reply with quote

nie da sie uruchomic windowsa z drugiego dysku. sam bezskutecznie przerabialem to juz x razy i nie znam nikogo komu by sie to udalo.
Back to top
View user's profile Send private message
Yaro
Tux's lil' helper
Tux's lil' helper


Joined: 11 Sep 2004
Posts: 133
Location: Poland, Katowice

PostPosted: Fri Dec 08, 2006 3:55 pm    Post subject: Reply with quote

Witam.

Code:
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
makeactive
boot


Gentoo mam mam na hda, a windę na hdc i działa bez problemu.
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Fri Dec 08, 2006 4:20 pm    Post subject: Reply with quote

ro-x wrote:
nie da sie uruchomic windowsa z drugiego dysku. sam bezskutecznie przerabialem to juz x razy i nie znam nikogo komu by sie to udalo.

To dlaczego nie zrobisz z niego hda? Z tego co piszesz wynika, że nie masz mastera na pierwszym kontrolerze, bo w przypadku SATA nie ma o tym mowy.
Pokazałbyś swój device.map.
_________________
powered by power plant
Back to top
View user's profile Send private message
13Homer
Guru
Guru


Joined: 12 Jul 2005
Posts: 461

PostPosted: Fri Dec 08, 2006 4:53 pm    Post subject: Reply with quote

ro-x wrote:
nie da sie uruchomic windowsa z drugiego dysku. sam bezskutecznie przerabialem to juz x razy i nie znam nikogo komu by sie to udalo.

Nawet mi się to udało po przeczytaniu info gruba.
_________________
Lenovo ThinkPad R61 / C2D@2.6.24 / nVidia Quatro NVS 140M / 2 GB RAM
Back to top
View user's profile Send private message
kurak
Guru
Guru


Joined: 13 Jul 2006
Posts: 492

PostPosted: Fri Dec 08, 2006 5:12 pm    Post subject: Reply with quote

jednak mam troche farta:) wrzucilem to co pokazal Yaro, do device.map dodalem wpis i tak to wyglada:
Code:
kurak ~ # cat /boot/grub/device.map
(fd0)   /dev/fd0
(hd0)   /dev/sda
(hd1)   /dev/hdc
Code:
# Boot automaticly after 30 second
timeout 10

# By default, boot the first entry
default 0

# Fallback to the second entry
fallback 1

# For booting GNU/Linux
title Gnu/Linux
root (hd0,0) kernel
kernel /boot/bzImage root=/dev/sda1 video=vesafb:ywrap,mtrr vga=773 noapic

title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
makeactive
boot
i wszystko dziala bez problemu:) dziekuje za pomoc :) SOLVED :)
_________________
Open Your Mind, Use Open Source
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum