Pomocy Ubuntu nie chce sie uruchomić!!!Po ostatniej aktualizacjii.
-
- Piegowaty Guziec
- Posty: 3
- Rejestracja: 14 lis 2010, 10:13
- Płeć: Mężczyzna
- Wersja Ubuntu: 10.10
- Środowisko graficzne: GNOME
- Architektura: x86_64
Pomocy Ubuntu nie chce sie uruchomić!!!Po ostatniej aktualizacjii.
Uprzedzam jestem zielon!!!
A oto problem http://yfrog.com/5idsc00040ej
Trzeba mnie prowadzić za rączke:)
A oto problem http://yfrog.com/5idsc00040ej
Trzeba mnie prowadzić za rączke:)
- k2cl
- Przyjaciel
- Posty: 3632
- Rejestracja: 09 gru 2007, 12:48
- Płeć: Mężczyzna
- Wersja Ubuntu: inny OS
- Środowisko graficzne: LXDE
- Architektura: x86
Odp: Pomocy Ubuntu nie chce sie uruchomić!!!
Co robiłeś przed tym, jak system przestał się uruchamiać? To podstawowe pytanie - nikt nie zdoła Ci pomóc, dopóki nie podasz rozsądnego minimum informacji...
Work less, climb more 

-
- Piegowaty Guziec
- Posty: 3
- Rejestracja: 14 lis 2010, 10:13
- Płeć: Mężczyzna
- Wersja Ubuntu: 10.10
- Środowisko graficzne: GNOME
- Architektura: x86_64
Odp: Pomocy Ubuntu nie chce sie uruchomić!!!
dokonałem aktualizacji systemu,a wcześniej po instalacji ubuntu wszystko smigalo jak nalezy
- pancernik
- Serdeczny Borsuk
- Posty: 234
- Rejestracja: 04 wrz 2007, 16:47
- Płeć: Mężczyzna
- Wersja Ubuntu: 16.04
- Środowisko graficzne: GNOME
- Architektura: x86_64
Odp: Pomocy Ubuntu nie chce sie uruchomić!!!
Albo coś się z dyskiem machło,
albo w grubie lub w fstab źle UUIDy dysków są ustawione.
Podaj zawartość plików:
/etc/fstab i /boot/grub/grub.cfg ( jak z live cd zmontujesz to wtedy będzie to scieżka np. /media/dysk100/etc/fstab )
oraz podaj wynik poleceń:
sudo fdisk -l
ls -l /dev/disk/by-uuid
albo w grubie lub w fstab źle UUIDy dysków są ustawione.
Podaj zawartość plików:
/etc/fstab i /boot/grub/grub.cfg ( jak z live cd zmontujesz to wtedy będzie to scieżka np. /media/dysk100/etc/fstab )
oraz podaj wynik poleceń:
sudo fdisk -l
ls -l /dev/disk/by-uuid
Zgodnie z zapewnieniem administratorów ranga "Wytworny Kaczor" nie ma podtekstu politycznego.
-
- Piegowaty Guziec
- Posty: 3
- Rejestracja: 14 lis 2010, 10:13
- Płeć: Mężczyzna
- Wersja Ubuntu: 10.10
- Środowisko graficzne: GNOME
- Architektura: x86_64
Odp: Pomocy Ubuntu nie chce sie uruchomić!!!
więc tak:
EDIT:
/etc/fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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/sdb6 during installation
UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb7 during installation
UUID=e67b4f04-93c5-400c-83f5-8eaed9238299 none swap sw 0 0
EDIT:
grub.cfg:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/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
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
}
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
set locale_dir=($root)/boot/grub/locale
set lang=pl
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
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
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-25-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro quiet splash
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-25-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
echo 'Wczytywanie systemu Linux 2.6.32-25-generic...'
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro single
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-22-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
echo 'Wczytywanie systemu Linux 2.6.32-22-generic...'
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro single
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.32-22-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set fc1033d71033979a
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### 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 ###
EDIT:
sudo fdisk -l:
Dysk /dev/sda: 80.0 GB, bajtów: 80026361856
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 9729
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: 0x12591258
Urządzenie Rozruch Początek Koniec Bloków ID System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partycja 1 nie kończy się na granicy cylindra.
/dev/sda2 13 9730 78045184 7 HPFS/NTFS
Partycja 2 nie kończy się na granicy cylindra.
Dysk /dev/sdb: 320.1 GB, bajtów: 320072933376
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 38913
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: 0x29212920
Urządzenie Rozruch Początek Koniec Bloków ID System
/dev/sdb1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sdb2 * 6375 35749 235954687+ 7 HPFS/NTFS
/dev/sdb3 35750 38914 25416705 f W95 Rozsz. (LBA)
/dev/sdb5 36965 38180 9759744 83 Linux
/dev/sdb6 35750 36965 9764864 83 Linux
/dev/sdb7 38180 38914 5890048 82 Linux swap / Solaris
Wpisy w tablicy partycji nie są w tej kolejności, co na dysku
EDIT:
ls -l /dev/disk/by-uuid:
razem 0
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 1454FEC854FEAB9C -> ../../sdb2
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 1fc6a218-f7b7-4914-9b2f-76c893c669aa -> ../../sdb5
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 262839712839415B -> ../../sda2
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 dd3d83b5-f007-4cdd-875a-65fefce41e64 -> ../../sdb6
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 e67b4f04-93c5-400c-83f5-8eaed9238299 -> ../../sdb7
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 EA202D4F202D2453 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 FC1033D71033979A -> ../../sda1
EDIT:
a na koniec dodam jeszcze że z grubem to napewno mam problem bo musze startować czy to win 7 czy linuxa z Super Grub Disk
EDIT:
/etc/fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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/sdb6 during installation
UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb7 during installation
UUID=e67b4f04-93c5-400c-83f5-8eaed9238299 none swap sw 0 0
EDIT:
grub.cfg:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/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
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
}
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
set locale_dir=($root)/boot/grub/locale
set lang=pl
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
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
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-25-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro quiet splash
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-25-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
echo 'Wczytywanie systemu Linux 2.6.32-25-generic...'
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro single
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 2.6.32-22-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
echo 'Wczytywanie systemu Linux 2.6.32-22-generic...'
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=dd3d83b5-f007-4cdd-875a-65fefce41e64 ro single
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-2.6.32-22-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd1,6)'
search --no-floppy --fs-uuid --set dd3d83b5-f007-4cdd-875a-65fefce41e64
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set fc1033d71033979a
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### 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 ###
EDIT:
sudo fdisk -l:
Dysk /dev/sda: 80.0 GB, bajtów: 80026361856
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 9729
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: 0x12591258
Urządzenie Rozruch Początek Koniec Bloków ID System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partycja 1 nie kończy się na granicy cylindra.
/dev/sda2 13 9730 78045184 7 HPFS/NTFS
Partycja 2 nie kończy się na granicy cylindra.
Dysk /dev/sdb: 320.1 GB, bajtów: 320072933376
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 38913
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: 0x29212920
Urządzenie Rozruch Początek Koniec Bloków ID System
/dev/sdb1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sdb2 * 6375 35749 235954687+ 7 HPFS/NTFS
/dev/sdb3 35750 38914 25416705 f W95 Rozsz. (LBA)
/dev/sdb5 36965 38180 9759744 83 Linux
/dev/sdb6 35750 36965 9764864 83 Linux
/dev/sdb7 38180 38914 5890048 82 Linux swap / Solaris
Wpisy w tablicy partycji nie są w tej kolejności, co na dysku
EDIT:
ls -l /dev/disk/by-uuid:
razem 0
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 1454FEC854FEAB9C -> ../../sdb2
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 1fc6a218-f7b7-4914-9b2f-76c893c669aa -> ../../sdb5
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 262839712839415B -> ../../sda2
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 dd3d83b5-f007-4cdd-875a-65fefce41e64 -> ../../sdb6
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 e67b4f04-93c5-400c-83f5-8eaed9238299 -> ../../sdb7
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 EA202D4F202D2453 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2010-11-15 17:21 FC1033D71033979A -> ../../sda1
EDIT:
a na koniec dodam jeszcze że z grubem to napewno mam problem bo musze startować czy to win 7 czy linuxa z Super Grub Disk
Kto jest online
Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 19 gości