Kod: Zaznacz cały
Searching fo boot record from CD-ROM..NOT FOUND
Searching fo boot record from IDE-0..OK
GRUB loading
Welcome to GRUB!
Entering rescue mode...
error: file not found
grub rescue>
Kod: Zaznacz cały
Searching fo boot record from CD-ROM..NOT FOUND
Searching fo boot record from IDE-0..OK
GRUB loading
Welcome to GRUB!
Entering rescue mode...
error: file not found
grub rescue>
Gdyby korzystał z UUID to nie byłoby tego problemu. W Debianie nie ma domyślnego korzystania z UUIDpavbaranov pisze:Prawdopodobnie zatem źle ustawione UUID.
Kod: Zaznacz cały
grub rescue>find /boot/grub/stage1
Unknown command 'find'
grub rescue> root (hd0,0)
Unknown command 'root'
Kod: Zaznacz cały
grub rescue>find /boot/grub/stage1
Unknown command 'find'
grub rescue> root (hd0,0)
Unknown command 'root'
Kod: Zaznacz cały
GRUB Legacy <--> GRUB 2
find is replaced with search
geometry is gone and replaced by ls
kernel (in menu.lst) is replaced by linux (and other terms for different OSs)
title (in menu.lst) is replaced by menuentry (in grub.cfg)
root is still used but is now a variable
setup is gone; the work is done by grub-install
quit is gone (halt is sometimes used)
map is replaced by drivemap
device is replaced by loopback (makes a drive out of a file)
set is a GRUB 2 term used to set a variable
Jeżeli będziesz bezmyślnie przepisywał polecenia to na pewno nie zadziała. Przepraszam za takie stwierdzenie, ale jedynie ono oddaje istotę tego co chcę dalej napisać.Feasuro pisze:Nic z tego. Linkowany opis w niczym nie pomógł.
Kod: Zaznacz cały
grub error: file not found