[+] Instalacja gruba na dysku zewn

Pomoc dotycząca instalacji systemu
Kj@g
Posty: 2
Rejestracja: 31 stycznia 2011, 17:08

[+] Instalacja gruba na dysku zewnętrznym - Error17

Post autor: Kj@g »

Witam.

Jestem świeżym użytkownikiem Debiana (chociaż z racji na poniżej wymieniony problem, nawet świeżutkim użytkownikiem nazwać mnie nie można). Proszę więc o wyrozumiałość.

Wcześniej instalowałem (i tak naprawdę nie użytkowałem Ubuntu i Fedorę) na dysku zewnętrznym i problemu z grubem nie było żadnego.

Co posiadam?
Laptop Toshiba A350-13C z Windows Vista.
Dysk zewnętrzny USB WD My Passport Essential 160GB

Co chcę osiągnąć?
Zależy mi na instalacji Debiana na dysku zewnętrznym razem z całym grubem. Tak, aby po odłączeniu dysku ładował się system Windows Vista, a po podłączeniu dysku miałbym możliwość wyboru systemu.

Z czym jest kłopot?
Problem polega na tym, że po instalacji systemu i wyborze Windows Visty, czy też Debiana, w grubie wyskakuje mi błąd wielokrotnie opisywany na forach (tutaj po wyborze Debiana):

Kod: Zaznacz cały

root (hd1,0)
Filesystem type unknown, partition type 0x27
kernel /boot/umlinuz-2.6.26-2-686   root=/dev/sdb3 ro quiet
Error 17: Cannot mount selected partition
Press any key to continue...
Idąc wskazówkami zamieszczonymi w odpowiedziach innych tematów, opierając się zazwyczaj na szczątkowych informacjach. Później skupiając się już konkretniej na poradniku: http://debian.linux.pl/threads/628-GRUB ... prawa-itp.
Dochodzę do momentu wpisywania:

Kod: Zaznacz cały

find /boot/grub/stage1
uzyskując odpowiedź:

Kod: Zaznacz cały

Error 15: File not found
Mimo, że fizycznie plik istnieje

Kod: Zaznacz cały

root@ubuntu:/boot/grub# ls
default     e2fs_stage1_5  jfs_stage1_5    reiserfs_stage1_5  stage2
device.map  fat_stage1_5   minix_stage1_5  stage1          xfs_stage1_5
Jednak starając się to ignorować wpisuję:

Kod: Zaznacz cały

root(hd1,0)
czego wynikiem jest:

Kod: Zaznacz cały

grub> root (hd1,0)
 Filesystem type is ext2fs, partition type 0x83
Poniżej wrzucam jeszcze wynik:

Kod: Zaznacz cały

fdisk -l

Kod: Zaznacz cały

Dysk /dev/sda: 250.1 GB, bajtów: 250059350016
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 30401
Jednostka = cylindrów, czyli 16065 * 512 = 8225280 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Rozmiar we/wy (minimalny/optymalny) w bajtach: 512 / 512
Identyfikator dysku: 0x639847c7

Urządzenie Rozruch   Początek      Koniec   Bloków   ID  System
/dev/sda1               1         192     1536000   27  Nieznany
Partycja 1 nie kończy się na granicy cylindra.
/dev/sda2             192       13246   104857600    7  HPFS/NTFS
/dev/sda3   *       13246       30402   137802752    7  HPFS/NTFS

Dysk /dev/sdb: 160.0 GB, bajtów: 160041885696
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 19457
Jednostka = cylindrów, czyli 16065 * 512 = 8225280 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Rozmiar we/wy (minimalny/optymalny) w bajtach: 512 / 512
Identyfikator dysku: 0x44fdfe06

Urządzenie Rozruch   Początek      Koniec   Bloków   ID  System
/dev/sdb1               1          62      497983+  83  Linux
/dev/sdb2              63        3101    24410767+  83  Linux
/dev/sdb3            3102        7296    33696337+   5  Rozszerzona
/dev/sdb4            7297       19457    97683232+  83  Linux
/dev/sdb5            3102        7235    33206323+  83  Linux
/dev/sdb6            7236        7296      489951   82  Linux swap / Solaris
oraz zawartość pliku menu.lst

Kod: Zaznacz cały

# 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-legacy-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/sdb3 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,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

## 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

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title        Debian GNU/Linux, kernel 2.6.26-2-686
root        (hd1,0)
kernel        /vmlinuz-2.6.26-2-686 root=/dev/sdb3 ro quiet
initrd        /initrd.img-2.6.26-2-686

title        Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root        (hd1,0)
kernel        /vmlinuz-2.6.26-2-686 root=/dev/sdb3 ro single
initrd        /initrd.img-2.6.26-2-686

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title        Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title        Windows Vista/Longhorn (loader)
root        (hd0,2)
savedefault
chainloader    +1
Jeżeli robię gdzieś chociażby najmniejszy błąd to proszę mi wybaczyć. Jedno słowo - początkujący.
Trochę długawy post, jednak starałem się jak najbardziej szczegółowo opisać swój problem.

Pozdrawiam
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Kj@g
Posty: 2
Rejestracja: 31 stycznia 2011, 17:08

Post autor: Kj@g »

Dziękuję za pomoc i wybacz za tak późną odpowiedź - wyjazd.

Po powrocie spotkała mnie miła niespodzianka, Debian Squeeze - zainstalowałem i tutaj znów pojawił się problem ze startem systemu.
Rozwiązaniem okazała się zmiana kolejności startu w Biosie, być może ten sam problem był powodem wyżej wymienionych problemów - nie wiem, jak znajdę więcej czasu i będą już chociażby początkującym użytkownikiem, powrócę do tego problemu i sprawdzę dokładniej. Dysk zewnętrzny musiałem ustawić jako pierwszy, przed głównym dyskiem laptopa (mimo, że podczas instalacji ustawiony był jako /dev/sdb - nie wiem, czy to miało jakieś znaczenie) - wcześniej, przy uruchamianiu, wybierałem po prostu z czego ma system startować - nie zmieniając nic w BIOS-ie.
Tak więc, wszystko już działa.
Moją przygodę z Linuksem uważam za rozpoczętą. I biorę się za czytanie wszelakich poradników.

Pozdrawiam
Kj@g
ODPOWIEDZ