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/.
Strony: 1
czesc mam taki problem...zainstalowałem Debiana ale, że jako dopiero się z nim oswajam chce mieć jeszcze jakiś czas Ubuntu. Ale grub nie widzi mojego ubu ;/ o ile Windowsa umiem dodać to drugiego Linuksa nie ;/
fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd46fd46f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 38368 308190928+ 83 Linux # dokumenty
/dev/sda2 38369 38913 4377712+ 82 Linux swap / Solaris # swap
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x76173129
Device Boot Start End Blocks Id System
/dev/sdb1 1 3814 30635923+ 83 Linux #home
/dev/sdb2 13685 19457 46371622+ 83 Linux # /
/dev/sdb3 3815 7017 25728097+ 83 Linux # home
/dev/sdb4 7018 13684 53552677+ 83 Linux # /
Partition table entries are not in disk order
jeszcze nie wiem które chome to które (Debianowi dałem mniejsze, ale wygląda jak by sie pomieszały)
W necie znalazłem taki wzór
title GNU/Linux
root (hd0,2) # to rozumiem u mnie będzie (hd1,1) lub (hd1,3)
kernel /vmlinuz-2.4.27-2-686 root=/dev/hdc7 ro #?????????
initrd /initrd.img-2.4.27-2-686 #???????
savedefault
boot
skąd mam to teraz wiedzieć?
będę wdzięczny za pomoc...
Ostatnio edytowany przez shreku7 (2009-06-09 18:53:41)
Offline
Pokaz wynik polecenia
mount
Offline
debian:/home/shreku# mount /dev/sdb3 on / type ext3 (rw,errors=remount-ro) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) procbususb on /proc/bus/usb type usbfs (rw) udev on /dev type tmpfs (rw,mode=0755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) /dev/sdb1 on /home type ext3 (rw) debian:/home/shreku#
Ostatnio edytowany przez shreku7 (2009-06-09 17:18:11)
Offline
Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xd46fd46f Device Boot Start End Blocks Id System /dev/sda1 * 1 38368 308190928+ 83 Linux # dokumenty /dev/sda2 38369 38913 4377712+ 82 Linux swap / Solaris # swap Disk /dev/sdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x76173129 Device Boot Start End Blocks Id System /dev/sdb1 1 3814 30635923+ 83 Linux #[b]home[/b] debian /dev/sdb2 13685 19457 46371622+ 83 Linux # / /dev/sdb3 3815 7017 25728097+ 83 Linux #[b] / [/b]debian /dev/sdb4 7018 13684 53552677+ 83 Linux # /
Tyle wiemy.
Teraz utwórz sobie katalog np o nazwie lin
mkdir /mnt/lin
Zamontuj do niego z palca którąs z partycji o ktorej nie wiemy co na niej jest,
Np.
mount /dev/sdb2 /mnt/lin -ro
Zobacz do katalogu /mnt/lin co na niej jest czt to główna ubuntu czy home
Ostatnio edytowany przez ilin (2009-06-09 17:28:50)
Offline
debian:/home/shrek# mount /dev/sdb2 /mnt/ubuntu -ro mount: option requires an argument -- 'o' Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir One can change the type of mount containing the directory dir: mount --make-shared dir mount --make-slave dir mount --make-private dir mount --make-unbindable dir One can change the type of all the mounts in a mount subtree containing the directory dir: mount --make-rshared dir mount --make-rslave dir mount --make-rprivate dir mount --make-runbindable dir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . debian:/home/shrek#
chyba brakuje czegos poleceniu mount
ale dobra pamiętam że ta mniejsza to "/" /home zawsze robie większą :)
Ostatnio edytowany przez shreku7 (2009-06-09 17:37:30)
Offline
Tak
mount -t ext3 /dev/sdb2 /mnt/ubuntu -ro
Jeśli to będzie ststemowa ubuntu to pokaz z tamtąd plik
/boot/grub/menu.lst
Offline
ehhh nie montuje ale z live cd mam ten plik
http://wklej.org/id/103527/
Offline
To dopisz sobie teraz do pliku /boot/grub/menu.lst
title Ubuntu 9.04, kernel 2.6.30-020630rc8-generic uuid 256c1133-b4ec-4e05-9eee-5a772f545751 kernel /boot/vmlinuz-2.6.30-020630rc8-generic root=UUID=256c1133-b4ec-4e05-9eee-5a772f545751 ro quiet initrd /boot/initrd.img-2.6.30-020630rc8-generic quiet
Ostatnio edytowany przez ilin (2009-06-09 18:06:41)
Offline
Jak nie zadziała, to obstawiam, że Ubuntu siedzi na ext4.
W innym wypadku grub powinien automatycznie dodać wpisy dla Ubuntu podczas instalacji Debiana.
Offline
ArnVaker napisał(-a):
Jak nie zadziała, to obstawiam, że Ubuntu siedzi na ext4.
W innym wypadku grub powinien automatycznie dodać wpisy dla Ubuntu podczas instalacji Debiana.
zgadza sie ext4...dodalo mi ubuntu do gruba ale po wybraniu wyskakuje
ERROR 15
Offline
To musisz debiana dopisac do gruba ubuntu i tamtego przywrócic
Offline
dzieki kolego już działa :)
Offline
Strony: 1