Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
yossarian napisał(-a):
Skoro się na pierwszy nie uruchomił to widocznie coś zrobiłeś źle. Możliwe, że GRUB zainstalowałeś nie tam gdzie trzeba.
Dysk HDD od komputera miałem odłączony, był włożony tylko ten jeden pendrive oraz płyta DVD z której instalowałem. Skoro źle zainstalowałem gruba to jaka jest inna możliwość (miejsce gdzie mógł się zainstalować)?
Ten program jest na linuxa i muszę tam podłączyć ten pendrive czy jak to zrobić?
Mógłbyś mi napisać jak byś podzielił i ustawił partycję? Ja robię na tej jednej partycji "noatime".
Edit:
Już chyba wiem jak zrobić z tym programem.
Ostatnio edytowany przez Przemek92 (2014-08-15 17:02:40)
Offline
Otrzymałem wynik tego pliku ale ja się nie znam. Uruchomiłem ubuntu na komputerze na którym instalowałem debiana 7 na pendrive'a i tutaj jest wynik z tego ubuntu i tego debiana. Jakoś da się chyba połapać. Jak wspomniałem nie znam się na tym. Czy Ty się znasz? Czy mam to wstawić? Czy może ktoś inny się zna i pomoże?
Offline
Otrzymałem wynik tego pliku ale ja się nie znam.
Wstaw wynik na forum w tagach Code.
Offline
Ok. Wstawiam zawartość pliku RESULT.txt
Liczę, że ktoś coś znajdzie i będzie wiadomo czy jest dobrze czy nie.
Przypominam, że debian 7 jest na pendrive'ie Kingston 2GB, jest też zainstalowany ubuntu na dysku twardym.
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. => Grub2 (v1.99) is installed in the MBR of /dev/sdb 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.2 LTS Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda2: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown Boot sector info: sda5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb1: __________________________________________________________________________ File system: ext2 Boot sector type: - Boot sector info: Operating System: Debian GNU/Linux 7 Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 80.1 GB, 80060424192 bytes głowic: 255, sektorów/ścieżkę: 63, cylindrów: 9733, w sumie sektorów: 156368016 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 154,273,791 154,271,744 83 Linux /dev/sda2 154,275,838 156,366,847 2,091,010 5 Extended /dev/sda5 154,275,840 156,366,847 2,091,008 82 Linux swap / Solaris Drive: sdb _____________________________________________________________________ Dysk /dev/sdb: 2031 MB, bajtów: 2031091712 głowic: 206, sektorów/ścieżkę: 23, cylindrów: 837, w sumie sektorów: 3966976 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/sdb1 * 2,048 3,964,927 3,962,880 83 Linux "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 ext4 /dev/sda5 a7331317-8817-4ad0-a3d3-754048b50c7c swap /dev/sdb1 a4f462c8-5d30-4a77-85a2-49887488fdc4 ext2 ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda1 / ext4 (rw,errors=remount-ro) /dev/sdb1 /media/a4f462c8-5d30-4a77-85a2-49887488fdc4 ext2 (rw,nosuid,nodev,uhelper=udisks) =========================== 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 vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root ec3c66c3-fe16-4954-ae2f-2415ce27ea27 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 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 set locale_dir=($root)/boot/grub/locale set lang=pl_PL insmod gettext fi terminal_output gfxterm 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 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.2.0-51-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 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 linux /boot/vmlinuz-3.2.0-51-generic root=UUID=ec3c66c3-fe16-4954-ae2f-2415ce27ea27 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-51-generic } menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-51-generic (tryb ratunkowy)' --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 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 echo 'Wczytywanie systemu Linux 3.2.0-51-generic...' linux /boot/vmlinuz-3.2.0-51-generic root=UUID=ec3c66c3-fe16-4954-ae2f-2415ce27ea27 ro recovery nomodeset echo 'Wczytywanie początkowego dysku RAM...' initrd /boot/initrd.img-3.2.0-51-generic } submenu "Previous Linux versions" { menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-32-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 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 linux /boot/vmlinuz-3.0.0-32-generic root=UUID=ec3c66c3-fe16-4954-ae2f-2415ce27ea27 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.0.0-32-generic } menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-32-generic (tryb ratunkowy)' --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 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 echo 'Wczytywanie systemu Linux 3.0.0-32-generic...' linux /boot/vmlinuz-3.0.0-32-generic root=UUID=ec3c66c3-fe16-4954-ae2f-2415ce27ea27 ro recovery nomodeset echo 'Wczytywanie początkowego dysku RAM...' initrd /boot/initrd.img-3.0.0-32-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 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 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 ec3c66c3-fe16-4954-ae2f-2415ce27ea27 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### if [ "x${timeout}" != "x-1" ]; then if keystatus; then if keystatus --shift; then set timeout=-1 else set timeout=0 fi else if sleep --interruptible 3 ; then set timeout=0 fi fi fi ### 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=ec3c66c3-fe16-4954-ae2f-2415ce27ea27 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=a7331317-8817-4ad0-a3d3-754048b50c7c none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 -------------------------------------------------------------------------------- =================== sda1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) = boot/grub/core.img 1 = boot/grub/grub.cfg 1 = boot/initrd.img-3.0.0-32-generic 2 = boot/initrd.img-3.2.0-51-generic 3 = boot/vmlinuz-3.0.0-32-generic 1 = boot/vmlinuz-3.2.0-51-generic 1 = initrd.img 3 = initrd.img.old 2 = vmlinuz 1 = vmlinuz.old 1 =========================== sdb1/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 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 load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root a4f462c8-5d30-4a77-85a2-49887488fdc4 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root a4f462c8-5d30-4a77-85a2-49887488fdc4 set locale_dir=($root)/boot/grub/locale set lang=pl_PL insmod gettext fi terminal_output gfxterm set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=cyan/blue set menu_color_highlight=white/blue ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.2.0-4-486' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root a4f462c8-5d30-4a77-85a2-49887488fdc4 echo 'Wczytywanie systemu Linux 3.2.0-4-486...' linux /boot/vmlinuz-3.2.0-4-486 root=/dev/sda1 ro quiet echo 'Wczytywanie początkowego dysku RAM...' initrd /boot/initrd.img-3.2.0-4-486 } menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.2.0-4-486 (tryb ratunkowy)' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set=root a4f462c8-5d30-4a77-85a2-49887488fdc4 echo 'Wczytywanie systemu Linux 3.2.0-4-486...' linux /boot/vmlinuz-3.2.0-4-486 root=/dev/sda1 ro single echo 'Wczytywanie początkowego dysku RAM...' initrd /boot/initrd.img-3.2.0-4-486 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober ### ### 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 ### ### BEGIN /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sdb1/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> # / was on /dev/sda1 during installation UUID=a4f462c8-5d30-4a77-85a2-49887488fdc4 / ext2 noatime,errors=remount-ro 0 1 /dev/sr1 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/sr0 /media/cdrom1 udf,iso9660 user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 /dev/sda1 /media/usb0 auto rw,user,noauto 0 0 -------------------------------------------------------------------------------- =================== sdb1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) = boot/grub/core.img 2 = boot/grub/grub.cfg 1 = boot/initrd.img-3.2.0-4-486 43 = boot/vmlinuz-3.2.0-4-486 13 = vmlinuz 13 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sda2 00000000 0f f0 9e 27 86 3d 42 d4 4b e4 37 e1 b3 4d b0 0d |...'.=B.K.7..M..| 00000010 d3 42 ae e0 ee e5 4c 1a bf 02 51 91 3e 53 f6 34 |.B....L...Q.>S.4| 00000020 aa ff 54 7d b5 5e e7 ff 79 21 fd 89 f1 27 cd 97 |..T}.^..y!...'..| 00000030 ac 55 96 7c 5c fe 45 d1 9c e0 e7 d8 25 51 97 41 |.U.|\.E.....%Q.A| 00000040 d7 ab 30 2e 18 36 00 f0 7e bc 7c cd 0b 39 11 76 |..0..6..~.|..9.v| 00000050 ac e2 50 de cd b0 3e 51 17 fd ca cb a6 0b ec b2 |..P...>Q........| 00000060 a1 42 f5 ad 75 ca f1 54 f0 11 b4 f2 03 3a 21 05 |.B..u..T.....:!.| 00000070 c6 06 7b 54 e7 40 1d cd 2b b0 fa 97 ec d3 81 fe |..{T.@..+.......| 00000080 55 b9 ec a3 a5 5e a4 d6 d7 47 2c 6e 73 97 3c 00 |U....^...G,ns.<.| 00000090 ba 11 74 03 f9 d8 8e 28 b2 6c 78 2b 8c 9f 3f c9 |..t....(.lx+..?.| 000000a0 a1 32 e1 4b 28 1c e6 c0 bf 12 a5 07 9b b6 75 15 |.2.K(.........u.| 000000b0 f6 a6 97 83 3c 71 f9 2a 1b 67 f4 0f a3 0f dd 36 |....<q.*.g.....6| 000000c0 66 28 6e 19 81 ad 99 24 84 62 31 d2 8b 1a 49 bb |f(n....$.b1...I.| 000000d0 e2 f6 61 99 e1 6d c5 f0 f8 7e bd ab ea 38 46 0c |..a..m...~...8F.| 000000e0 2f 2a 76 94 a0 ae 8e 78 9f 6e d3 d3 00 c9 80 37 |/*v....x.n.....7| 000000f0 df 11 02 53 33 8b a6 73 11 8f 8d b0 17 e6 38 45 |...S3..s......8E| 00000100 a5 59 1a 64 4e e6 0b 23 10 1a 56 91 0e c4 f2 ae |.Y.dN..#..V.....| 00000110 f7 0a 02 6c e7 7c e7 1b 85 22 47 f6 e0 ba 55 c2 |...l.|..."G...U.| 00000120 8e 2f 65 97 f8 bf 82 8a 7c 58 50 63 8e b9 38 8d |./e.....|XPc..8.| 00000130 e5 92 b8 9c 18 6a c0 fa d2 9f 27 fb ee a7 fd 59 |.....j....'....Y| 00000140 cb 2d 94 51 33 36 6b 58 33 e1 3a 1a 88 67 97 ba |.-.Q36kX3.:..g..| 00000150 ac fa 9c 4e 0f d4 e9 7a 56 85 a0 45 94 87 49 1d |...N...zV..E..I.| 00000160 36 40 69 f3 fa 74 5c f0 7c f4 a0 e8 03 1a ff 11 |6@i..t\.|.......| 00000170 d9 f7 a3 98 23 3e 70 df 9f a3 26 00 b9 f8 bd 88 |....#>p...&.....| 00000180 1c a6 29 bd 4d 26 cf 60 88 65 a7 25 a3 72 9e d9 |..).M&.`.e.%.r..| 00000190 b1 b4 a7 13 9f 5b 90 d6 c6 7a a6 e6 79 43 22 a7 |.....[...z..yC".| 000001a0 75 3d 06 a5 33 04 df 04 91 ef a7 5e 46 f9 85 1c |u=..3......^F...| 000001b0 90 4a 68 29 78 e0 88 94 0c 9f 66 30 73 c0 00 fe |.Jh)x.....f0s...| 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 e8 1f 00 00 00 |................| 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.| 00000200 =============================== StdErr Messages: =============================== xz: (stdin): Dane skompresowane są uszkodzone 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 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 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 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
Offline
Widzę, że niestety nikt sobie nie może z tym poradzić.
Offline
Ustawiasz bootowanie z pendrive?
Offline
Jest ustawione bo przed instalacją już było. Nic nie zmieniałem ale nie sądzę bo z pendrive'a chce odczytać ale jakby nie mogło. Dla pewności sprawdzę.
Edit:
Jak coś to jest ten sam błąd co w pierwszym poście. Wydaje mi się, że albo nie może znaleźć ścieżek dostępu albo jest coś nie tak z jądrem.
Ostatnio edytowany przez Przemek92 (2014-08-18 23:01:18)
Offline
Pewnie zostanę zjechany od głupków itd. przez super hiper ludzi
Ale czy nie możesz przejść na fat32?
Jak próbowałem (ale w teorii nie powinno to mieć znaczenia, więc to ostateczność) instalować Debiana z Pendrive (ext4) to nie wykrywał danych z Pendrive (jakieś niemożności?)
Oczywiście zdroworozsądkowo powinien pójść ten Debian już teraz (bo ma wszystko co potrzebne), ale w logice bez logiki czasem jest logika
Fervi
Offline
Może i tak. Pierwszy raz instalowałem z automatycznym partycjonowaniem to ustawił "ext3 z księgowaniem" ale dowiedziałem się, że na pendrive'ie na USB 2.0 to lepiej nawet ext2 (że to wystarczy). Wiem, że na tym terminalu działa debian (nawet 7) ale po konfiguracjach i jakiś zmianach.
Offline
Problem częściowo rozwiązany. Jak będę miał trochę czasu to opiszę jak udało mi się rozwiązać ale z czym mam problem aby było całkowicie dobrze.
Edit 1:
Tak się aby system się uruchomił muszę w grubie zmienić coś.
Tutaj zdjęcie:
Muszę edytować w 3 od końca linijce.
Zamiast
linux /boot/vmlinuz-3.2.0-4-484 root=/dev/sda1 ro quiet
muszę poprawić na
linux /boot/vmlinuz-3.2.0-4-484 root=/dev/sdb1 ro quiet
wciskam F10 i system startuje prawidłowo. Jeśli tego nie zmienię to jest tak jak w pierwszym poście. Problem mam taki, że nie wiem jak to zapisać na stałe. Nie ma opcji zmieniać za każdym razem, ponieważ tam nie będzie na stałe monitora i klawiatury.
Drugi problem mam taki, że instalowałem na PC i byłem podłączony po kablu. Debian 7 znajduje się na pendrive'ie 2GB i gdy uruchamiam na terminalu to nie mam dostępu do internetu (chyba nie wykrywa karty sieciowej).
Posiadam jeszcze zdjęcie z fstab'a i proszę powiedzcie mi czy tak musi być (czy może być lepiej)? W netbook'u nie posiadam nic poniżej ostatniego UUID=...
Edit 2:
Jeden problem rozwiązany, a mianowicie w pliku
/boot/grub/grub.cfg
musiałem dokonać zmian z tego
sda1
na
sdb1
Mam jeszcze tylko ten problem z dostępem do internetu.
Edit 3:
Ok, już sobie poradziłem z tym internetem. Napiszę, ponieważ może się komuś przyda, a jakoś nikt mi tutaj nie umiał odpowiedzieć co mogę zrobić/sprawdzić itd. więc pewnie mało kto wie.
Sprawdzając poleceniem
ifconfig
widziałem tylko wszystko do
lo
.
Więc po kolei:
1. Najpierw musiałem dodać/wykryć kartę sieciową i użyłem polecenia
ifconfig eth1 up
2. Następnie edycja pliku
/etc/network/networking
zgodnie z tym linkiem (zamiast eth0 dawałem eth1)
3. Zrestartowałem sieć komendą
/etc/init.d/networking restart
4. Sprawdziłem połączenie poleceniem
ifconfig
Problem z uruchomieniem systemu uważam za rozwiązany.
Ostatnio edytowany przez Przemek92 (2014-08-22 22:36:17)
Offline