Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Wiem, ze ten temat byl juz walkowany i w google mozna znalezc sporo na ten temat, ale mi poki co nie udalo sie zwyciezyc z moim kompem.
Chodzi o to, ze nie moge odpalic Windows. Z Linuxem nie mam najmniejszych problemow, ale Winshit (zainstalowany na hdc) startuje tylko wtedy, gdy dysk z linuxem (hda) jest odlaczony. Moze robie jakis durny blad w menu.lst? Walcze z tym juz tydzien i ciagle nic.
Tak wyglada moj podzial na partycje:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 7589 60958611 c W95 FAT32 (LBA)
/dev/hda2 7590 8170 4666882+ 83 Linux
/dev/hda3 8171 9729 12522667+ 5 Extended
/dev/hda5 * 8171 8240 562243+ 82 Linux swap / Solaris
/dev/hda6 8241 9729 11960361 83 Linux
Disk /dev/hdc: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 1946 15631213+ 7 HPFS/NTFS
/dev/hdc2 1947 10702 70332570 7 HPFS/NTFS
/dev/hdc3 10703 19457 70324537+ 7 HPFS/NTFS
A to jest moj plik menu.lst:
# 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 num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5
# Pretty colours
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
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### 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/hda2 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,1)
## 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=
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(single-user) single
# altoptions=(single-user 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 Debian GNU/Linux, kernel 2.6.16-2-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.16-2-686 root=/dev/hda2 ro
initrd /boot/initrd.img-2.6.16-2-686
savedefault
title Debian GNU/Linux, kernel 2.6.16-2-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.16-2-686 root=/dev/hda2 ro single
initrd /boot/initrd.img-2.6.16-2-686
savedefault
title Windows XP
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader (hd1,0)+1
### END DEBIAN AUTOMAGIC KERNELS LIST
Offline
title Windows XP
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader (hd1,0)+1
[/quote]
skoro przemapowales tak zeby win byl na hd0 (czego wymaga) to chybaKod:
chainloader (hd0,0)+1i byc moze rootnoverify wartoby zrobic tez na hd0 po komendach map ...
"Wszyscy wiedzą, że czegoś zrobić nie można. Ale przypadkowo znajduje się jakiś nieuk, który tego nie wie. I on właśnie robi odkrycie." (A.Einstein)
Offline
Nastepujace kombinacje:
1)
rootnoverify (hd0,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
2)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd0,0)
makeactive
chainloader +1
Rowniez nie dzialaja. Jedyna roznica polega na tym, ze poprzednia konfiguracja nie prowadzila do niczego (wyswietlalo sie to, co mam wklepane w menu.lst przy Windows i dalej nic sie nie dzieje), a w przypadku dwoch powyzszych wariantow odpala mi sie konsola grub'a.
Mimo to dzieki za dobre checi. Moze ktos ma jeszcze jakis pomysl jak z tym zawalczyc?
Offline
Jedyna roznica polega na tym, ze poprzednia konfiguracja nie prowadzila do niczego (wyswietlalo sie to, co mam wklepane w menu.lst przy Windows i dalej nic sie nie dzieje), a w przypadku dwoch powyzszych wariantow odpala mi sie konsola grub'a.[/quote] czyli jednak nie mialem racji ... i mapowanie nie zmienia oznaczen gruba (raczej poprzednia wersja byla lepsza) ... byc moze przyczyna jest w wpisach w boot.ini (konfiguracji loadera win) ...
"Wszyscy wiedzą, że czegoś zrobić nie można. Ale przypadkowo znajduje się jakiś nieuk, który tego nie wie. I on właśnie robi odkrycie." (A.Einstein)
Offline
hdc = hd2 wg Gruba
Offline
Witam, to mój pierwszy post na tym forum, co nie oznacza że nie zaghlądam tutaj od czasu do czasu.
Jakiś czas temu przesiadłem się z Mandrake10.1 na Debiana. Mandrka mam zainstalowany na starszym dysku 20 GB, natomiast Debiana zainstalowałem na trochę większym 80 GB. Jednak GRUB zainstalował mi sie na tym mniejszym, teraz jednak gdy migracja została zakończona szkoda mi trzymać te 20 GB w kompie tylko po to żeby siedział na nich GRUB. Więc moje pytanie czy da sie jakoś bezpiecznie przenieść GRUB'a na nowy dysk aby tamten mniejszy wypiąć z kompa?
Offline
Time (s) | Query |
---|---|
0.00018 | SET CHARSET latin2 |
0.00007 | SET NAMES latin2 |
0.00112 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.225.175.230' WHERE u.id=1 |
0.00070 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.225.175.230', 1732531546) |
0.00040 | SELECT * FROM punbb_online WHERE logged<1732531246 |
0.00097 | SELECT topic_id FROM punbb_posts WHERE id=42072 |
0.00005 | SELECT id FROM punbb_posts WHERE topic_id=5443 ORDER BY posted |
0.00055 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=5443 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00150 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=5443 ORDER BY p.id LIMIT 0,25 |
0.00091 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=5443 |
Total query time: 0.0065 s |