LINUX.ORG.RU

загрузочный жесткий диск


0

0

На диске с системой закончилось место. Почитав это http://inf.by/linux/210/ я сделал всё как полагается.
набрал в grub'е:
root (hd0,0)
setup (hd1)
(копировал систему на другой физический диск, возможно важно - SATA)
в результате после загрузки получил ошибку загрузчика:
Error 2.
Если порыться в инете можно узнать что это означает что какой то диск (ну или файл) не найден.
что я сделал не так и куда мне рыть?
помогите пожалуйста :'(

поздравляю, ты записал MBR на второй диск, при этом указав что сам бут на первом ROFL

anonymous
()
Ответ на: комментарий от anonymous

на самом деле я написал так root (hd1,0) setup (hd1) извиняюсь за описку.

а Вообще меня начинают мучать подозрения что когда я загружаюсь с другого диска он становится нулевым

frozen83
() автор топика
Ответ на: комментарий от frozen83

может быть потому что диск большой?(39 гигов)

frozen83
() автор топика
Ответ на: комментарий от frozen83

> а Вообще меня начинают мучать подозрения что когда я загружаюсь с другого диска он становится нулевым

Так и есть. Была у меня точно такая же проблема, только у меня 3 диска, а не 2. Открой /boot/grub/menu.lst.
Рутом сделай (hd0, 1). Ещё может понадобиться дописать:

map (hd0) (hd1)
map (hd1) (hd0)

Agent666
()
Ответ на: комментарий от Agent666

> Так и есть. Была у меня точно такая же проблема, только у меня 3 диска, а не 2. у меня тоже 3 :) сейчас в загрузчике рабочей системы набрал find /etc/test.sh мне он сказал что видит только текущую систему (это (hd0,4) ) а вот (hd1,0) к моему удивлению не нашёл. если запускать груп из под уже запущенной то находятся и (hd0,4) и (hd1,0)

frozen83
() автор топика
Ответ на: комментарий от frozen83

кстати до меню и не доходит. начинает загружаться, говорит что 'nj grub говорит что stage 1.5 и говорит что Error 2. и всё.

frozen83
() автор топика
Ответ на: комментарий от Agent666

> Так и есть. Была у меня точно такая же проблема, только у меня 3 диска, а не 2.
у меня тоже 3 :)
сейчас в загрузчике рабочей системы набрал
find /etc/test.sh
мне он сказал что видит только текущую систему (это (hd0,4) ) а вот (hd1,0) к моему удивлению не нашёл. если запускать груп из под уже запущенной то находятся и (hd0,4) и (hd1,0)

frozen83
() автор топика
Ответ на: комментарий от Agent666

# 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/hda5 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,4)

## 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.24-1-amd64
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-1-amd64 root=/dev/hda5 ro
initrd /boot/initrd.img-2.6.24-1-amd64
savedefault

title Debian GNU/Linux, kernel 2.6.24-1-amd64 (comfort)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.24-1-amd64
savedefault

title Debian GNU/Linux, kernel 2.6.24-1-amd64 (single-user mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-1-amd64 root=/dev/hda5 ro single
initrd /boot/initrd.img-2.6.24-1-amd64
savedefault

title Debian GNU/Linux, kernel 2.6.18-5-amd64
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-5-amd64 root=/dev/hda5 ro
initrd /boot/initrd.img-2.6.18-5-amd64
savedefault

title Debian GNU/Linux, kernel 2.6.18-5-amd64 (single-user mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-5-amd64 root=/dev/hda5 ro single
initrd /boot/initrd.img-2.6.18-5-amd64
savedefault

title Debian GNU/Linux, kernel 2.6.17-5mdv
root (hd0,4)
kernel /boot/vmlinuz-2.6.17-5mdv root=/dev/hda5 ro
savedefault

title Debian GNU/Linux, kernel 2.6.17-5mdv (single-user mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.17-5mdv root=/dev/hda5 ro single
savedefault

### END DEBIAN AUTOMAGIC KERNELS LIST

frozen83
() автор топика
Ответ на: комментарий от frozen83

приоритет в биосе ставил первым и старый диск (IDE, 160G) (тогда загружался через Esc, типа лёгкая загрузка) и новый (SATA, 500G) в любом случае до меню не доходило.

------------------ сейчас баловался, получилось так, что запускается с нового диска, но менюшку загружал со старого, с нового загрузиться не получилось. решил поставить систему на новый диск(чтобы загрузчик правильно встал) а потом всё скопировать. (я уже замучался, дальнейшие эксперименты в виртуал боксе будут)

frozen83
() автор топика
Ответ на: комментарий от frozen83

сделал минимальную установку, поставил загрузчик в mbr (нормально ли это?)

после этго всё загрузилось вот по этому сценарию:
title Debian GNU/Linux, kernel 2.6.24-1-amd64 (comfort)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.24-1-amd64
savedefault

загрузка была с нового большого диска.
(на всякий случай запустил в консоли груба(при загрузке):
find /etc/test.sh
он нашёл на 2х дисках
(hd0,0)
и
(hd1,4)
видимо я как то неполноценно загрузчик ставил :-/ )

frozen83
() автор топика

use lilo, Luke

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.