platinum Posted June 24, 2007 Report Share Posted June 24, 2007 AccessD писал(а) Sun, 24 June 2007 18:57 Цитата: 1) при включении компа загружается сразу убунту, как попасть в винду? Настроить загрузчик на мультизагрузку. а можно поподробней про это? где найти этот загрузчик? Quote Link to comment Share on other sites More sharing options...
AccessD Posted June 24, 2007 Report Share Posted June 24, 2007 загрузчик у вас, скорее всего, grub. в файле /boot/grub/menu.lst дописываете загрузку винды. подробнее - читайте документацию к grub'у Quote Link to comment Share on other sites More sharing options...
platinum Posted June 24, 2007 Report Share Posted June 24, 2007 попробовала, дописала, перегрузила комп, пункт "windows" в списке появился, но не грузит все равно Quote Link to comment Share on other sites More sharing options...
AccessD Posted June 24, 2007 Report Share Posted June 24, 2007 значит, ошибку допустили. Quote Link to comment Share on other sites More sharing options...
AccessD Posted June 24, 2007 Report Share Posted June 24, 2007 должно выглядеть примерно так: title Windows rootnoverify (hd0,0) chainloader (hd0,0)+1 в данном случае винда сидит на диске sda, раздел sda1 Quote Link to comment Share on other sites More sharing options...
platinum Posted June 24, 2007 Report Share Posted June 24, 2007 так и делала.. Quote Link to comment Share on other sites More sharing options...
AccessD Posted June 24, 2007 Report Share Posted June 24, 2007 покажите ваш menu.lst и скажите, на каком разделе сидит винда Quote Link to comment Share on other sites More sharing options...
platinum Posted June 24, 2007 Report Share Posted June 24, 2007 menu.lst сейчас выглядит так: title Microsoft Windows rootnoverify (hd0,0) chainloader (hd0,0)+1 savedefault makeactive где сидит винда чесно говоря умудрилась забыть, но в "hd0,0" пробовала подставлять разные числа Quote Link to comment Share on other sites More sharing options...
AccessD Posted June 24, 2007 Report Share Posted June 24, 2007 из убунту посмотрите, на каком разделе винда сидит Quote Link to comment Share on other sites More sharing options...
platinum Posted June 24, 2007 Report Share Posted June 24, 2007 если я конечно все правильно понимаю, тут написано hdc5 Quote Link to comment Share on other sites More sharing options...
allez Posted June 25, 2007 Report Share Posted June 25, 2007 Покажите, пожалуйста, здесь вывод этой команды: sudo fdisk -l И если Windows действительно находится на hdc5, то в menu.lst нужно будет написать не "hd0,0", а "hd2,4". Quote Link to comment Share on other sites More sharing options...
platinum Posted June 25, 2007 Report Share Posted June 25, 2007 sudo fdisk -l : Диск /dev/hdc: 80.0 ГБ, 80026361856 байт 255 головок, 63 секторов/дорожку, 9729 цилиндров Единицы = цилиндры по 16065 * 512 = 8225280 байт Устр-во Загр Начало Конец Блоки Id Система /dev/hdc1 * 1 6128 49223128+ 83 Linux /dev/hdc2 6129 9728 28917000 f W95 расшир. (LBA) /dev/hdc5 6375 9728 26940973+ 7 HPFS/NTFS /dev/hdc6 6129 6374 1975932 82 Linux своп / Solaris при hd2,4 пишет что такого диска не сушествует Quote Link to comment Share on other sites More sharing options...
allez Posted June 25, 2007 Report Share Posted June 25, 2007 Хорошо, тогда попробуйте hd0,4 и покажите содержимое файлов /boot/grub/device.map и /boot/grub/menu.lst (целиком). Quote Link to comment Share on other sites More sharing options...
platinum Posted June 25, 2007 Report Share Posted June 25, 2007 hd0,4 тоже никак.. вместо 4 пробовала все числа от 0 до 9, ничего.. вместо 0 на любое другое число пишет что такого диска нет.. device.map : (hd0) /dev/hdc 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 3 ## hiddenmenu # Hides the menu by default (press ESC to see the menu) hiddenmenu # 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=UUID=69de7e95-3d9e-49bb-8df5-618e97044fb5 ro ## Setup crashdump menu entries ## e.g. crashdump=1 # crashdump=0 ## 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 ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## 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=(recovery) 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 ## 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 Ubuntu, kernel 2.6.20-15-generic root (hd0,0) kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=69de7e95-3d9e-49bb-8df5-618e97044fb5 ro quiet splash initrd /boot/initrd.img-2.6.20-15-generic quiet savedefault title Ubuntu, kernel 2.6.20-15-generic (recovery mode) root (hd0,0) kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=69de7e95-3d9e-49bb-8df5-618e97044fb5 ro single initrd /boot/initrd.img-2.6.20-15-generic title Ubuntu, memtest86+ root (hd0,0) kernel /boot/memtest86+.bin quiet title Microsoft Windows rootnoverify (hd0,4) chainloader +1 savedefault makeactive ### END DEBIAN AUTOMAGIC KERNELS LIST Quote Link to comment Share on other sites More sharing options...
allez Posted June 25, 2007 Report Share Posted June 25, 2007 Таки да, вам нужно в menu.lst указывать hd0,4, а еще попробуйте в секции, посвященной Windows после строчки "makeactive" написать "boot": title Microsoft Windows rootnoverify (hd0,4) chainloader +1 savedefault makeactive boot P. S. Я, например, никогда не использую "makeactive" и "savedefault" в подобного рода секциях: Windows rootnoverify (hd0,4) chainloader +1 boot Quote Link to comment Share on other sites More sharing options...
platinum Posted June 25, 2007 Report Share Posted June 25, 2007 pri title Microsoft Windows rootnoverify (hd0,4) chainloader +1 savedefault makeactive boot pi6et "invalid device requested" a pri Windows rootnoverify (hd0,4) chainloader +1 boot uzhe 4to-4o novoe, pi6et "starting up..." no na etom ostanavlivaetsa i ni4ego dal6e ne gruzit Quote Link to comment Share on other sites More sharing options...
allez Posted June 26, 2007 Report Share Posted June 26, 2007 Э-э, прошу прощения, я в предыдущем своем сообщении во время "копипаста" упустил слово "title". На самом деле должно все выглядеть таким образом: Цитата: title Windows rootnoverify (hd0,4) chainloader +1 boot У вас в конфиге, я надеюсь, "title" присутствует? P. S. Ну и уж совсем на всякий случай: файл menu.lst заканчивается пустой строкой? Если нет, поставьте ее (думаю, этому вас учить не надо ). P. P. S. Если и на этот раз ничего не получится, придется, наверное, восстановить сначала загрузчик Windows? а затем - Linux. Quote Link to comment Share on other sites More sharing options...
dr.Chaos Posted July 25, 2007 Report Share Posted July 25, 2007 budger писал(а) Tue, 24 April 2007 21:01 Чтобы не создавать новую тему решил написать здесь. Прислали мне наконец убунту 6.06 Поставил ее, все устраивает, но у меня возникли два вопроса: 1. В процессе установки не попросили ввести пароль root и теперь некоторые вещи не настроить, потому что у меня нет прав и все такое. Как настроить root? 2. Где-то прочитал, что имея установленную версию убунты, ее можно автоматически поменять на более новую версию, Но что-то у меня не получается, потому что автоматические обновления у меня скачаются примерно за 3 часа, а с моим интернетом за это время нереально скачать новую версию ОС. По идее в файле конфигурации репозитариев надо заменить edgi на festy, но могут быть проблемы. А вообще на http://citkit.ru в разделе про Debian есть несколько интересных статей. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.