Nie można uruchomić systemu, nie wykrywa dysku

Jeśli już na pewno nie da się umieścić posta wyżej.
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Witam,

usuwałem jakieś pakiety poprzez synaptica. Jednocześnie, tak mi się wydaję, został zaktualizowany kernel z wersi 3.2.0-31 na 3.2.5.0-18. I od tej pory nie mogę uruchomić systemu.
Mam taki komunikat:
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/920903aa-762f-40d2-8126-87f4b0e6f975 does not exist. Dropping to a shell!

BusyBox v1.19.3 (Ubuntu 1:1.10.3-7ubuntu1.1) built-in shell (ash)
Enter 'help' for a lost of built-in commands.
(initramfs)
(wersja ubuntu i dysku inna, to tylko przykład komunikatu)

Szukałem rozwiązań w necie, wykonywałem różne polecenia, jednak bez efektu, tyle, że teraz nawqwet gruba nie mam, bo odinstalowałem, ale nowy nie zainstalował się.
Działam z Live CD.
Z tego co się dopatrzyłem nie mam sda1 w /dev i nie mogę go zamontować, żeby tam się pojawił.
Edytowałem na różne sposoby plik fstab, bez skutku.
Jak zainstalować gruba z LiveCD (władam płytę ubuntu 12.04 LST, z której sytem był zainstalowany i wybieram 'wybrubuj Ubuntu') i zamontować dysk sda1?
Potrzebuje zainstalować gruba, ponieważ teraz jak próbuję odpalić system normalnie, nie mam już menu tyl "error file grub rescue > " . Reinstalowałem gruba z LiveCD przez synaptic, ale bez efektu.
Da się ten system uratować?

Pozdrawiam
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

Podaj wynik bootinfoscript.
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Komunikat z terminala:
ubuntu@ubuntu:~$ sudo /home/ubuntu/Pobrane/bootinfoscript-061/bootinfoscript

Boot Info Script 0.61 [1 April 2012]


"gawk" could not be found, using "busybox awk" instead.
This may lead to unreliable results.

Identifying MBRs...
Computing Partition Table of /dev/sda...
Searching sda1 for information...
Searching sda2 for information...
Searching sda5 for information...

Finished. The results are in the file "RESULTS.txt"
located in "/home/ubuntu/Pobrane/bootinfoscript-061/".

ubuntu@ubuntu:~$



Zawartość pliku RESULTS.TXT
Boot Info Script 0.61 [1 April 2012]


============================= Boot Info Summary: ===============================

=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos1)/boot/grub on this drive.

sda1: __________________________________________________________________________

File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.04.5 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab

sda2: __________________________________________________________________________

File system: Extended Partition
Boot sector type: -
Boot sector info:

sda5: __________________________________________________________________________

File system: swap
Boot sector type: -
Boot sector info:

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 19457, w sumie sektorów: 312581808
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512

Partition Boot Start Sector End Sector # of Sectors Id System

/dev/sda1 * 2,048 306,817,023 306,814,976 83 Linux
/dev/sda2 306,819,070 312,580,095 5,761,026 5 Extended
/dev/sda5 306,819,072 312,580,095 5,761,024 82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device UUID TYPE LABEL

/dev/loop0 squashfs
/dev/sda1 2eb6c7c5-384b-44ed-a045-d25bf213c274 ext4
/dev/sda5 dfd9f988-6cee-4e15-94b3-96bb38864898 swap
/dev/sr0 iso9660 Przyjazny Puchacz 12.04

================================ Mount points: =================================

Device Mount_Point Type Options

/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /media/2eb6c7c5-384b-44ed-a045-d25bf213c274 ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sr0 /cdrom iso9660 (ro,noatime)


=========================== sda1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}

function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
true
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'GNU/Linux, za pomocą systemu Linux 3.5.0-18-generic' --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
linux /boot/vmlinuz-3.5.0-18-generic root=UUID=2eb6c7c5-384b-44ed-a045-d25bf213c274 ro
initrd /boot/initrd.img-3.5.0-18-generic
}
menuentry 'GNU/Linux, with Linux 3.5.0-18-generic (recovery mode)' --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
echo 'Wczytywanie systemu Linux 3.5.0-18-generic...'
linux /boot/vmlinuz-3.5.0-18-generic root=UUID=2eb6c7c5-384b-44ed-a045-d25bf213c274 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.5.0-18-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=2eb6c7c5-384b-44ed-a045-d25bf213c274 / ext4 errors=remount-ro 0 1
#/dev/sda1 /media/sda1 ext4 defaults,users,auto 0 1
# swap was on /dev/sda5 during installation
UUID=dfd9f988-6cee-4e15-94b3-96bb38864898 none swap sw 0 0
# cd-rom
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
# usb
/dev/sdf1 /media/usb0 vfat rw,users,auto 0 1

--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

GiB - GB File Fragment(s)

= boot/grub/grub.cfg 1
= boot/initrd.img-3.5.0-18-generic 1
= boot/vmlinuz-3.5.0-18-generic 1
= vmlinuz 1

========= Devices which don't seem to have a corresponding hard drive: =========

sdb sdc sdd sde

=============================== StdErr Messages: ===============================

xz: (stdin): Dane skompresowane są uszkodzone
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
W niektórych plikach zmieniałem różne rzeczy. Już nawet nie pamiętam co w których dokładnie.

Co widać na podstawie tego pliku?


Wcześniej (jeszcze menu grub'a się odpalało) próbowałem boot-repair, bez zmian:

http://paste.ubuntu.com/16385978/
http://paste.ubuntu.com/16386106/
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

Sciągnij supergruba i za jego pomocą uruchom system(na stronie znajdziesz co i jak).
Gdy uruchomisz system to zainstaluj gruba w MBR:

Kod: Zaznacz cały

sudo grub-install /dev/sda
Podaj też wynik polecenia

Kod: Zaznacz cały

dpkg -l | grep grub
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Odpalam z płyty Super Grub2 Disk 2.02s4.
Menu jest rozbudowane. Próbowałem różnych opcji, ale ani nie udało mi się uruchomić systemu z tego poziomu ani zainstalować Grub'a.
Jest opcja:
- core.img - (GRUB2 installation (even if mbr is overwritten)) ---> (no core.img file detected)
wybieram ją i nic się nie dzieje. Wywala do menu z którego to wybrałem.
Więc utknąłem.
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

piecia666 pisze:Odpalam z płyty Super Grub2 Disk 2.02s4.
Menu jest rozbudowane. Próbowałem różnych opcji, ale ani nie udało mi się uruchomić systemu z tego poziomu ani zainstalować Grub'a.
A ja próbowałem różnych opcji i mi się udawało - konkrety, bez nich będziemy się wozić do zimy.

Spróbujmy chroot.
Uruchom komputer z livecd i wykonaj w terminalu kolejno:

Kod: Zaznacz cały

sudo su
mount /dev/sda1 /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
chroot /mnt
grub-install /dev/sda
update-grub2
exit
umount /mnt/proc
umount /mnt/dev
umount /mnt
reboot
Gdyby pojawiły się jakieś dziwne komunikaty to je podaj(nie obrazek tylko zaznacz myszką i kopiuj/wklej).
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Ja wcześniej już to robiłem. Zrobiłem jeszcze raz. Nie ma możliwości zainstalowania GRUBa.

Poniżej wklejam cały proces z terminala:

Kod: Zaznacz cały

ubuntu@ubuntu:~$ sudo su
root@ubuntu:/home/ubuntu# mount /dev/sda1 /mnt
root@ubuntu:/home/ubuntu# mount --bind /dev /mnt/dev
root@ubuntu:/home/ubuntu# mount --bind /proc /mnt/proc
root@ubuntu:/home/ubuntu# chroot /mnt
root@ubuntu:/# grub-install /dev/sda
Program 'grub-install' można znaleźć w następujących pakietch:
 * grub
 * grub-efi-amd64
 * grub-efi-ia32
 * grub-pc
 * lupin-support
 * grub-coreboot
 * grub-ieee1275
Spróbuj: apt-get install <wybrany pakiet>
root@ubuntu:/# apt-get install grub
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Odczyt informacji o stanie... Gotowe
Pakiet grub nie ma dostępnej wersji, ale odnosi się do niego inny pakiet.
Zazwyczaj oznacza to, że pakietu brakuje, został zastąpiony przez inny
pakiet lub nie jest dostępny przy pomocy obecnie ustawionych źródeł.
Jednak następujące pakiety go zastępują:
  grub2-common:i386 grub-pc:i386 grub-efi-ia32:i386 grub-efi-amd64:i386
  grub2-common grub-pc grub-efi-ia32 grub-efi-amd64

E: Pakiet grub nie ma kandydata do instalacji
root@ubuntu:/# apt-get install ^C
root@ubuntu:/# apt-get install grub-pc
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Odczyt informacji o stanie... Gotowe
Nie udało się zainstalować niektórych pakietów. Może to oznaczać,
że zażądano niemożliwej sytuacji lub użyto dystrybucji niestabilnej,
w której niektóre pakiety nie zostały jeszcze utworzone lub przeniesione
z katalogu Incoming ("Przychodzące").
Następujące informacje mogą pomóc rozwiązać sytuację:

Następujące pakiety mają niespełnione zależności:
 grub-pc : Wymaga: grub-gfxpayload-lists ale nie da się go zainstalować
E: Nie udało się naprawić problemów, zatrzymano uszkodzone pakiety.
root@ubuntu:/# apt-get install lupin-support
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Odczyt informacji o stanie... Gotowe
Nie udało się zainstalować niektórych pakietów. Może to oznaczać,
że zażądano niemożliwej sytuacji lub użyto dystrybucji niestabilnej,
w której niektóre pakiety nie zostały jeszcze utworzone lub przeniesione
z katalogu Incoming ("Przychodzące").
Następujące informacje mogą pomóc rozwiązać sytuację:

Następujące pakiety mają niespełnione zależności:
 lupin-support : Wymaga: user-setup ale nie da się go zainstalować
E: Nie udało się naprawić problemów, zatrzymano uszkodzone pakiety.
root@ubuntu:/# apt-get install  grub-coreboot
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Odczyt informacji o stanie... Gotowe
Następujące pakiety zostały zainstalowane automatycznie i nie są już więcej wymagane:
  libkonq5-templates libboost-filesystem1.46.1 libxml++2.6-2 ssh-import-id
  libbz2-1.0:i386 libkonq-common libboost-system1.46.1 dolphin
  libncursesw5:i386 libkonqsidebarplugin4a libkonq5abi1
Aby je usunąć należy użyć "apt-get autoremove".
Zostaną zainstalowane następujące dodatkowe pakiety:
  grub-coreboot-bin
Zostaną zainstalowane następujące NOWE pakiety:
  grub-coreboot grub-coreboot-bin
0 aktualizowanych, 2 nowo instalowanych, 0 usuwanych i 117 nieaktualizowanych.
Konieczne pobranie 630 kB archiwów.
Po tej operacji zostanie dodatkowo użyte 1526 kB miejsca na dysku.
Kontynuować [T/n]? t
Pobieranie:1 http://pl.archive.ubuntu.com/ubuntu/ precise-updates/universe grub-coreboot-bin amd64 1.99-21ubuntu3.19 [591 kB]
Pobieranie:2 http://pl.archive.ubuntu.com/ubuntu/ precise-updates/universe grub-coreboot amd64 1.99-21ubuntu3.19 [39,2 kB]
Pobrano 630 kB w 0s (686 kB/s)      
Prekonfiguracja pakietów ...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
Wybieranie wcześniej niewybranego pakietu grub-coreboot-bin.
(Odczytywanie bazy danych ... 186738 plików i katalogów obecnie zainstalowanych.)
Rozpakowanie grub-coreboot-bin (z .../grub-coreboot-bin_1.99-21ubuntu3.19_amd64.deb) ...
Wybieranie wcześniej niewybranego pakietu grub-coreboot.
Rozpakowanie grub-coreboot (z .../grub-coreboot_1.99-21ubuntu3.19_amd64.deb) ...
Przetwarzanie wyzwalaczy dla man-db...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
Konfigurowanie grub-coreboot-bin (1.99-21ubuntu3.19) ...
Konfigurowanie grub-coreboot (1.99-21ubuntu3.19) ...

Creating config file /etc/default/grub with new version
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Generating grub.cfg ...
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
device node not found
device node not found
device node not found
device node not found
device node not found
Found linux image: /boot/vmlinuz-3.5.0-18-generic
Found initrd image: /boot/initrd.img-3.5.0-18-generic
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Found memtest86+ image: /boot/memtest86+.bin
Cannot find list of partitions!  (Try mounting /sys.)
done
root@ubuntu:/# apt-get install  grub-efi-amd64
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Odczyt informacji o stanie... Gotowe
Następujące pakiety zostały zainstalowane automatycznie i nie są już więcej wymagane:
  libkonq5-templates libboost-filesystem1.46.1 libxml++2.6-2 ssh-import-id
  libbz2-1.0:i386 libkonq-common libboost-system1.46.1 grub-coreboot-bin
  dolphin libncursesw5:i386 libkonqsidebarplugin4a libkonq5abi1
Aby je usunąć należy użyć "apt-get autoremove".
Zostaną zainstalowane następujące dodatkowe pakiety:
  efibootmgr grub-efi-amd64-bin
Następujące pakiety zostaną USUNIĘTE:
  grub-coreboot
Zostaną zainstalowane następujące NOWE pakiety:
  efibootmgr grub-efi-amd64 grub-efi-amd64-bin
0 aktualizowanych, 3 nowo instalowanych, 1 usuwanych i 117 nieaktualizowanych.
Konieczne pobranie 718 kB archiwów.
Po tej operacji zostanie dodatkowo użyte 2051 kB miejsca na dysku.
Kontynuować [T/n]? t
Pobieranie:1 http://pl.archive.ubuntu.com/ubuntu/ precise-updates/main efibootmgr amd64 0.5.4-2ubuntu1.1 [31,7 kB]
Pobieranie:2 http://pl.archive.ubuntu.com/ubuntu/ precise-updates/main grub-efi-amd64-bin amd64 1.99-21ubuntu3.19 [647 kB]
Pobieranie:3 http://pl.archive.ubuntu.com/ubuntu/ precise-updates/main grub-efi-amd64 amd64 1.99-21ubuntu3.19 [39,4 kB]
Pobrano 718 kB w 0s (1181 kB/s)        
Prekonfiguracja pakietów ...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
(Odczytywanie bazy danych ... 186937 plików i katalogów obecnie zainstalowanych.)
Usuwanie grub-coreboot ...
Przetwarzanie wyzwalaczy dla man-db...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
Wybieranie wcześniej niewybranego pakietu efibootmgr.
(Odczytywanie bazy danych ... 186931 plików i katalogów obecnie zainstalowanych.)
Rozpakowanie efibootmgr (z .../efibootmgr_0.5.4-2ubuntu1.1_amd64.deb) ...
Wybieranie wcześniej niewybranego pakietu grub-efi-amd64-bin.
Rozpakowanie grub-efi-amd64-bin (z .../grub-efi-amd64-bin_1.99-21ubuntu3.19_amd64.deb) ...
Wybieranie wcześniej niewybranego pakietu grub-efi-amd64.
Rozpakowanie grub-efi-amd64 (z .../grub-efi-amd64_1.99-21ubuntu3.19_amd64.deb) ...
Przetwarzanie wyzwalaczy dla man-db...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
Konfigurowanie efibootmgr (0.5.4-2ubuntu1.1) ...
Konfigurowanie grub-efi-amd64-bin (1.99-21ubuntu3.19) ...
Konfigurowanie grub-efi-amd64 (1.99-21ubuntu3.19) ...
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Generating grub.cfg ...
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
device node not found
device node not found
device node not found
device node not found
device node not found
Found linux image: /boot/vmlinuz-3.5.0-18-generic
Found initrd image: /boot/initrd.img-3.5.0-18-generic
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Found memtest86+ image: /boot/memtest86+.bin
Cannot find list of partitions!  (Try mounting /sys.)
done
root@ubuntu:/# apt-get install  grub-efi-ia32
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Odczyt informacji o stanie... Gotowe
Następujące pakiety zostały zainstalowane automatycznie i nie są już więcej wymagane:
  libkonq5-templates libboost-filesystem1.46.1 libxml++2.6-2 ssh-import-id
  libbz2-1.0:i386 libkonq-common libboost-system1.46.1 grub-coreboot-bin
  dolphin libncursesw5:i386 libkonqsidebarplugin4a libkonq5abi1
Aby je usunąć należy użyć "apt-get autoremove".
Zostaną zainstalowane następujące dodatkowe pakiety:
  grub-efi-ia32-bin
Następujące pakiety zostaną USUNIĘTE:
  grub-efi-amd64
Zostaną zainstalowane następujące NOWE pakiety:
  grub-efi-ia32 grub-efi-ia32-bin
0 aktualizowanych, 2 nowo instalowanych, 1 usuwanych i 117 nieaktualizowanych.
Konieczne pobranie 645 kB archiwów.
Po tej operacji zostanie dodatkowo użyte 1395 kB miejsca na dysku.
Kontynuować [T/n]? t
Pobieranie:1 http://pl.archive.ubuntu.com/ubuntu/ precise-updates/main grub-efi-ia32-bin amd64 1.99-21ubuntu3.19 [605 kB]
Pobieranie:2 http://pl.archive.ubuntu.com/ubuntu/ precise-updates/main grub-efi-ia32 amd64 1.99-21ubuntu3.19 [39,4 kB]
Pobrano 645 kB w 0s (1270 kB/s)     
Prekonfiguracja pakietów ...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
(Odczytywanie bazy danych ... 187141 plików i katalogów obecnie zainstalowanych.)
Usuwanie grub-efi-amd64 ...
Przetwarzanie wyzwalaczy dla man-db...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
Wybieranie wcześniej niewybranego pakietu grub-efi-ia32-bin.
(Odczytywanie bazy danych ... 187135 plików i katalogów obecnie zainstalowanych.)
Rozpakowanie grub-efi-ia32-bin (z .../grub-efi-ia32-bin_1.99-21ubuntu3.19_amd64.deb) ...
Wybieranie wcześniej niewybranego pakietu grub-efi-ia32.
Rozpakowanie grub-efi-ia32 (z .../grub-efi-ia32_1.99-21ubuntu3.19_amd64.deb) ...
Przetwarzanie wyzwalaczy dla man-db...
Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie jest zamontowane?)
Konfigurowanie grub-efi-ia32-bin (1.99-21ubuntu3.19) ...
Konfigurowanie grub-efi-ia32 (1.99-21ubuntu3.19) ...
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Generating grub.cfg ...
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
device node not found
device node not found
device node not found
device node not found
device node not found
Found linux image: /boot/vmlinuz-3.5.0-18-generic
Found initrd image: /boot/initrd.img-3.5.0-18-generic
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Found memtest86+ image: /boot/memtest86+.bin
Cannot find list of partitions!  (Try mounting /sys.)
done
root@ubuntu:/# grub
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

Aby zainstalować gruba musisz mieć internet.

Kod: Zaznacz cały

sudo su
mount /dev/sda1 /mnt
mount -o bind /proc /mnt/proc
mount -o bind /dev /mnt/dev
mount -o bind /dev/pts /mnt/dev/pts
mount -o bind /sys /mnt/sys
cp /mnt/etc/resolve.conf /mnt/etc/resolve.conf.oryginal
cp /etc/resolv.conf /mnt/etc/resolve.conf
chroot /mnt /bin/bash
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Mam internet.

Dalej coś nie tak...

Kod: Zaznacz cały

ubuntu@ubuntu:~$ sudo su
root@ubuntu:/home/ubuntu# mount /dev/sda1 /mnt
mount: /dev/sda1 jest już zamontowany lub /mnt jest zajęty
mount: według mtaba /dev/sda1 jest już zamontowany w /mnt
root@ubuntu:/home/ubuntu# mount -o bind /proc /mnt/proc
root@ubuntu:/home/ubuntu# mount -o bind /dev /mnt/dev
root@ubuntu:/home/ubuntu# mount -o bind /dev/pts /mnt/dev/pts
root@ubuntu:/home/ubuntu# mount -o bind /sys /mnt/sys
root@ubuntu:/home/ubuntu# cp /mnt/etc/resolve.conf /mnt/etc/resolve.conf.oryginal
cp: nie można wykonać stat na `/mnt/etc/resolve.conf': Nie ma takiego pliku ani katalogu
root@ubuntu:/home/ubuntu# 



namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

Ma być resolv.conf.
Naajpierw odmontuj wszystko a najlepiej zrób restart.
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Udało się. Jednak dalej nie idzie uruchomić systemu. Mam komunikat:

Kod: Zaznacz cały

error: mismatches names
grub rescue>
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

piecia666 pisze:Udało się. Jednak dalej nie idzie uruchomić systemu. Mam komunikat:

Kod: Zaznacz cały

error: mismatches names
grub rescue>
Co się udało? Piernik upiec?
Podaj wynik skryptu.
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Podaję cały przebieg:

Kod: Zaznacz cały

ubuntu@ubuntu:~$ sudo su
root@ubuntu:/home/ubuntu# mount /dev/sda1 /mnt
root@ubuntu:/home/ubuntu# mount -o bind /proc /mnt/proc
root@ubuntu:/home/ubuntu# mount -o bind /dev /mnt/dev
root@ubuntu:/home/ubuntu# mount -o bind /dev/pts /mnt/dev/pts
root@ubuntu:/home/ubuntu# mount -o bind /sys /mnt/sys
root@ubuntu:/home/ubuntu# cp /mnt/etc/resolve.conf /mnt/etc/resolve.conf.oryginal
cp: nie można wykonać stat na `/mnt/etc/resolve.conf': Nie ma takiego pliku ani katalogu
root@ubuntu:/home/ubuntu# cp /etc/resolv.conf /mnt/etc/resolve.conf
root@ubuntu:/home/ubuntu# chroot /mnt /bin/bash
root@ubuntu:/# sudo su
root@ubuntu:/# mount /dev/sda1 /mnt
root@ubuntu:/# mount -o bind /proc /mnt/proc
root@ubuntu:/# mount -o bind /dev /mnt/dev
root@ubuntu:/# mount -o bind /dev/pts /mnt/dev/pts
root@ubuntu:/# mount -o bind /sys /mnt/sys
root@ubuntu:/# cp /mnt/etc/resolv.conf /mnt/etc/resolv.conf.oryginal
root@ubuntu:/# cp /etc/resolv.conf /mnt/etc/resolv.conf
cp: „/etc/resolv.conf” i „/mnt/etc/resolv.conf” to ten sam plik
root@ubuntu:/# chroot /mnt /bin/bash
root@ubuntu:/# grub-install /dev/sda
Installation finished. No error reported.
root@ubuntu:/# update-grub2
Generating grub.cfg ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.5.0-18-generic
Found initrd image: /boot/initrd.img-3.5.0-18-generic
Found memtest86+ image: /boot/memtest86+.bin
done
root@ubuntu:/# exit
exit
root@ubuntu:/# umount /mnt/proc
root@ubuntu:/# umount /mnt/dev
umount: /mnt/dev: urządzenie jest zajęte.
        (w niektórych przypadkach informacje o procesach korzystających
         z urządzenia można znaleźć przy pomocy lsof(8) lub fuser(1))
root@ubuntu:/# umount /mnt
umount: /mnt: urządzenie jest zajęte.
        (w niektórych przypadkach informacje o procesach korzystających
         z urządzenia można znaleźć przy pomocy lsof(8) lub fuser(1))
root@ubuntu:/# reboot
Po ponownym uruchomieniu mam komunikat na czarnym tle:

Kod: Zaznacz cały

error: mismatches names
grub rescue>
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

Podaj wynik bootinfoscript.
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Kod: Zaznacz cały

                  Boot Info Script 0.61      [1 April 2012]


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos1)/boot/grub on this drive.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 12.04.5 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info: 

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 19457, w sumie sektorów: 312581808
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   306,817,023   306,814,976  83 Linux
/dev/sda2         306,819,070   312,580,095     5,761,026   5 Extended
/dev/sda5         306,819,072   312,580,095     5,761,024  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        2eb6c7c5-384b-44ed-a045-d25bf213c274   ext4       
/dev/sda5        dfd9f988-6cee-4e15-94b3-96bb38864898   swap       
/dev/sr0                                                iso9660    Przyjazny Puchacz 12.04

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda1        /media/2eb6c7c5-384b-44ed-a045-d25bf213c274 ext4       (rw,nosuid,nodev,uhelper=udisks)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


=========================== sda1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod efi_gop
  insmod efi_uga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
  set locale_dir=($root)/boot/grub/locale
  set lang=pl_PL
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu, za pomocą systemu Linux 3.5.0-18-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
	linux	/boot/vmlinuz-3.5.0-18-generic root=UUID=2eb6c7c5-384b-44ed-a045-d25bf213c274 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.5.0-18-generic
}
menuentry 'Ubuntu, with Linux 3.5.0-18-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
	echo	'Wczytywanie systemu Linux 3.5.0-18-generic...'
	linux	/boot/vmlinuz-3.5.0-18-generic root=UUID=2eb6c7c5-384b-44ed-a045-d25bf213c274 ro recovery nomodeset 
	echo	'Wczytywanie początkowego dysku RAM...'
	initrd	/boot/initrd.img-3.5.0-18-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 2eb6c7c5-384b-44ed-a045-d25bf213c274
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=2eb6c7c5-384b-44ed-a045-d25bf213c274	/               ext4    errors=remount-ro 0       1	
#/dev/sda1    /media/sda1    ext4    defaults,users,auto     0    1 
# swap was on /dev/sda5 during installation
UUID=dfd9f988-6cee-4e15-94b3-96bb38864898 none            swap    sw              0       0
# cd-rom
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
# usb
/dev/sdf1	/media/usb0	vfat	rw,users,auto	0	1

--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

               =                boot/grub/grub.cfg                             2
               =                boot/initrd.img-3.5.0-18-generic               1
               =                boot/vmlinuz-3.5.0-18-generic                  1
               =                vmlinuz                                        1

========= Devices which don't seem to have a corresponding hard drive: =========

sdb sdc sdd sde 

=============================== StdErr Messages: ===============================

xz: (stdin): Dane skompresowane są uszkodzone
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in

Mam pytanie: co to jest?

Kod: Zaznacz cały

/dev/loop0                                              squashfs 
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

Spróbuj ponownie supergruba, tylko przejrzyj poradnik który jest na stronie. Domyślne ustawienia powinny wystarczyć. Jeśli się uda uruchomić system to go zainstaluj gruba w MBR.
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Niestety, nie jestem w stanie uruchomić z super gruba ani go zainstalować. Wszelkie próby kończą się BusyBox'em.
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

piecia666 pisze:Niestety, nie jestem w stanie uruchomić z super gruba ani go zainstalować. Wszelkie próby kończą się BusyBox'em.
A gdzie chcesz go instalowac?
Masz go wypalić na płycie(albo nagrać na pena) i z tej płyty uruchomić komputer.
piecia666
Piegowaty Guziec
Piegowaty Guziec
Posty: 27
Rejestracja: 14 maja 2016, 11:02
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: piecia666 »

Mam wypalone na płycie i z płyty odpalałem, ale kończy się na BusyBox.

To może z innej strony.
Jak powinien wyglądać plik grub.cfg i /etc/fstab? Mam na myśli zapisy dotyczące dysków. Szperam w nich, zmieniam, ale jak na razie bez pozytywnych rezultatów.
namok
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1701
Rejestracja: 01 mar 2008, 12:21
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Unity
Architektura: x86_64
Kontakt:

Re: Nie można uruchomić systemu, nie wykrywa dysku

Post autor: namok »

piecia666 pisze:Mam wypalone na płycie i z płyty odpalałem, ale kończy się na BusyBox.

To może z innej strony.
Jak powinien wyglądać plik grub.cfg i /etc/fstab? Mam na myśli zapisy dotyczące dysków. Szperam w nich, zmieniam, ale jak na razie bez pozytywnych rezultatów.
To baw się tak dalej. Powodzenia.
ODPOWIEDZ

Wróć do „Ostatnia deska ratunku”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 8 gości