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/.
Mam na dysku zainstalowanego win98 a wczoraj zainstalowałem na innej partycji Debiana 3.1 Sarge.
Co trzeba zrobić aby w grub'ie można było wybrać także win98 do uruchomienia?
Offline
jako root edytuj plik /boot/grub/menu.lst
i wpisz gdzies (zalezy na ktorej pozycji chcesz miec wpis) takie coś
title Windows 98SE root (hdX,Y) makeactive chainloader +1
teraz w (hdX,Y) zamiast X podajesz numer dysku zaczynając od 0 a jako Y podajesz numer partycji z windowsem zaczynając od 0
Offline
Działa... Dzięki[color=red]![/color]
Offline
ja mam podobny podobny problem wsalilem nowy dysk na masterze drugiej tasmy(hdc1): moj plik menu.list:
# 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'.
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 XP
root (hd2,0)
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 optons 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 specifiv 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=root=/dev/hda1 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
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) 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
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.8-1-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-1-386 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.8-1-386
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-1-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-1-386 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.8-1-386
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
jak w bocie wybieram winde to mi wywala ze nie ma takiegoi dysku ...Pomocy!!!
Offline
title Windows XP
root (hd2,0)
chainloader +1
[/quote]
Zmień na (hd1,0). Grub numeruje po kolei nie wazne jaka taśma, jak drugi dysk to hd1( bo pierwszy to hd0).
Offline
poszedlem krok dalej dzieki:] , ale teraz wywala mi Filesystam type unknow partition type 0x7 ....
Offline
To ja skorzystam z mozliwosci i sie podlacze do tego tematu, po co zaczynac nowy :) Otoz zmienilem lilo na gruba napisalem konfiga do gruba o to tresc:
# grub.conf # Boot automatically after 30 secs. timeout 20 # By default, boot the first entry. default 0 # Fallback to the second entry. fallback 1 # For booting GNU/Linux title Gentoo GNU/Linux 2.6.13.4 root (hd0,0) kernel /vmlinuz root=/dev/sda1 ro initrd /initrd savedefault boot # For booting FreeBSD title FreeBSD root (hd0,2,a) kernel /boot/loader savedafault boot
system wstaje nie powiem :) ale literki na konsoli sie zatrzymuja na kominikacie Bios E8 0000 i dalej same zera ale system wstaje az do gdm :) gdzie sie podzial moj bootsplash itp co pominalem w configu moze ktos mi pomoze ?:>
Offline
system wstaje nie powiem :) ale literki na konsoli sie zatrzymuja na kominikacie Bios E8 0000 i dalej same zera ale system wstaje az do gdm :) gdzie sie podzial moj bootsplash itp co pominalem w configu moze ktos mi pomoze ?:>[/quote]
Jeżeli chodzi o wyświetlanie bootsplash to trzeba jeszcze dopisać w GRUB splash=silent oraz vga=791 jeżeli bootsplash ma być wyświetlany w rozdzielczości 1024 x 768
Powinno to wyglądać tak u Ciebie:Kod:
# grub.conf # Boot automatically after 30 secs. timeout 20 # By default, boot the first entry. default 0 # Fallback to the second entry. fallback 1 # For booting GNU/Linux title Gentoo GNU/Linux 2.6.13.4 root (hd0,0) kernel /vmlinuz splash=silent vga=791 root=/dev/sda1 ro initrd /initrd savedefault boot # For booting FreeBSD title FreeBSD root (hd0,2,a) kernel /boot/loader savedafault bootMam nadzieje że pomoże.
Offline
Wielkie dzieki dziala jak nalezy, to byla tylko moja czysta nie uwaga :(
Offline
Time (s) | Query |
---|---|
0.00012 | SET CHARSET latin2 |
0.00005 | SET NAMES latin2 |
0.00104 | 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.119.159.196' WHERE u.id=1 |
0.00072 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.119.159.196', 1732869328) |
0.00051 | SELECT * FROM punbb_online WHERE logged<1732869028 |
0.00080 | DELETE FROM punbb_online WHERE ident='3.145.105.149' |
0.00108 | DELETE FROM punbb_online WHERE ident='3.147.6.176' |
0.00069 | SELECT topic_id FROM punbb_posts WHERE id=11205 |
0.00015 | SELECT id FROM punbb_posts WHERE topic_id=1329 ORDER BY posted |
0.00134 | 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=1329 AND t.moved_to IS NULL |
0.00009 | SELECT search_for, replace_with FROM punbb_censoring |
0.00173 | 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=1329 ORDER BY p.id LIMIT 0,25 |
0.00117 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=1329 |
Total query time: 0.00949 s |