Illuminati Napisano Grudzień 14, 2006 Zgłoszenie Share Napisano Grudzień 14, 2006 Postawiłem Fedore na drugiej partycji obok Ubuntu... podczas instalki Fedora sama nie znalazła Ubuntu, więc dodałem partycję na której tenże był (nie ustawiałem punktów montowania dla partycji poza tą z Fedory...) i kiedy prubuje odpalić Ubuntu GRUB staje... Co robić ?? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
exbros Napisano Grudzień 14, 2006 Zgłoszenie Share Napisano Grudzień 14, 2006 Pokazac nam fdisk -l cat /boot/grub.conf Pozdro Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Illuminati Napisano Grudzień 14, 2006 Autor Zgłoszenie Share Napisano Grudzień 14, 2006 oka po kolei: [root@localhost ~]# fdisk -l Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 2132 17125258+ 83 Linux /dev/sda2 2388 5437 24499125 83 Linux /dev/sda3 5438 14593 73545570 5 Extended /dev/sda4 2133 2387 2048287+ 82 Linux swap / Solaris /dev/sda5 8488 14593 49046413+ 83 Linux /dev/sda6 5438 8487 24499062 b W95 FAT32 Partition table entries are not in disk order # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,1) # kernel /boot/vmlinuz-version ro root=/dev/sda2 # initrd /boot/initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,1)/boot/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.18-1.2798.fc6xen) root (hd0,1) kernel /boot/xen.gz-2.6.18-1.2798.fc6 module /boot/vmlinuz-2.6.18-1.2798.fc6xen ro root=LABEL=/ rhgb quiet module /boot/initrd-2.6.18-1.2798.fc6xen.img title Ubuntu rootnoverify (hd0,0) chainloader +1 Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
exbros Napisano Grudzień 14, 2006 Zgłoszenie Share Napisano Grudzień 14, 2006 Troche mnie nie dziwi, ze sie Ubuntu nie chce podniesc title Ubuntu rootnoverify (hd0,0) chainloader +1 zmien natitle Ubuntu root (hd0,0) kernel ...tu_musisz_wpisac_sciezke_do_kernela_... module ..._to_tez_musisz_zmienic_ module ..._i_to_tez_do_zmiany_... Te 3 wiersze powinny wygladac dla Ubuntu podobnie jak dla Fedory... Najlatwiej bedzie Ci chyba podmontowac na chwile /dev/sda1 i sprawdzic w oryginalnym /boot/grub.conf jak to wszystko wygladalo. Powodzenia Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Illuminati Napisano Grudzień 14, 2006 Autor Zgłoszenie Share Napisano Grudzień 14, 2006 zrobilem tak: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,1) # kernel /boot/vmlinuz-version ro root=/dev/sda2 # initrd /boot/initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,1)/boot/grub/splash.xpm.gz title Fedora Core (2.6.18-1.2849.fc6xen) root (hd0,1) kernel /boot/xen.gz-2.6.18-1.2849.fc6 module /boot/vmlinuz-2.6.18-1.2849.fc6xen ro root=LABEL=/ rhgb quiet module /boot/initrd-2.6.18-1.2849.fc6xen.img title Fedora Core (2.6.18-1.2798.fc6xen) root (hd0,1) kernel /boot/xen.gz-2.6.18-1.2798.fc6 module /boot/vmlinuz-2.6.18-1.2798.fc6xen ro root=LABEL=/ rhgb quiet module /boot/initrd-2.6.18-1.2798.fc6xen.img title Ubuntu, kernel 2.4.27-2-k7-smp root (hd0,0) kernel /boot/vmlinuz-2.4.27-2-k7-smp root=UUID=3a553692-7a8c-4793-9496-8ad760b143cf ro quiet splash initrd /boot/initrd.img-2.4.27-2-k7-smp quiet boot i kicha - kernel panikuje... wiec moze tak...\ to jest mój grub z Ubuntu: # menu.lst - See: grub(8), info grub, update-grub(8) # grub-install(8), grub-floppy(8), # grub-md5-crypt, /usr/share/doc/grub # and /usr/share/doc/grub-doc/. #splashimage (hd0,1)/boot/grub/images/ubuntu.xpm.gz ## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command is not used. # # You can specify 'saved' instead of a number. In this case, the default entry # is the entry saved with the command 'savedefault'. # WARNING: If you are using dmraid do not change this entry to 'saved' or your # array will desync and will not let you boot your system. default 0 ## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 3 ## hiddenmenu # Hides the menu by default (press ESC to see the menu) hiddenmenu # Pretty colours #color cyan/blue white/blue ## password ['--md5'] passwd # If used in the first section of a menu file, disable all interactive editing # control (menu entry editor and command-line) and entries protected by the # command 'lock' # e.g. password topsecret # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ # password topsecret # # examples # # title Windows 95/98/NT/2000 # root (hd0,0) # makeactive # chainloader +1 # # title Linux # root (hd0,1) # kernel /vmlinuz root=/dev/hda2 ro # # # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST ### BEGIN AUTOMAGIC KERNELS LIST ## lines between the AUTOMAGIC KERNELS LIST markers will be modified ## by the debian update-grub script except for the default options below ## DO NOT UNCOMMENT THEM, Just edit them to your needs ## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specific kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro ## kopt_2_6_8=root=/dev/hdc1 ro ## kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=UUID=3a553692-7a8c-4793-9496-8ad760b143cf ro # kopt_2_6=root=/dev/sda1 ro ## default grub root device ## e.g. groot=(hd0,0) # groot=(hd0,0) ## should update-grub create alternative automagic boot options ## e.g. alternative=true ## alternative=false # alternative=true ## should update-grub lock alternative automagic boot options ## e.g. lockalternative=true ## lockalternative=false # lockalternative=false ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## should update-grub lock old automagic boot options ## e.g. lockold=false ## lockold=true # lockold=false ## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery) single # altoptions=(recovery mode) single ## controls how many kernels should be put into the menu.lst ## only counts the first occurence of a kernel, not the ## alternative kernel options ## e.g. howmany=all ## howmany=7 # howmany=all ## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true ## should update-grub adjust the value of the default booted system ## can be true or false # updatedefaultentry=false ## ## End Default Options ## title Ubuntu, kernel 2.6.17-10-generic root (hd0,0) kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro quiet splash initrd /boot/initrd.img-2.6.17-10-generic quiet savedefault boot title Ubuntu, kernel 2.6.17-10-generic (recovery mode) root (hd0,0) kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro single initrd /boot/initrd.img-2.6.17-10-generic boot title Ubuntu, kernel 2.4.27-2-k7-smp root (hd0,0) kernel /boot/vmlinuz-2.4.27-2-k7-smp root=UUID=3a553692-7a8c-4793-9496-8ad760b143cf ro quiet splash initrd /boot/initrd.img-2.4.27-2-k7-smp quiet savedefault boot title Ubuntu, kernel 2.4.27-2-k7-smp (recovery mode) root (hd0,0) kernel /boot/vmlinuz-2.4.27-2-k7-smp root=UUID=3a553692-7a8c-4793-9496-8ad760b143cf ro single initrd /boot/initrd.img-2.4.27-2-k7-smp boot title Ubuntu, kernel 2.4.27-2-k7 root (hd0,0) kernel /boot/vmlinuz-2.4.27-2-k7 root=UUID=3a553692-7a8c-4793-9496-8ad760b143cf ro quiet splash initrd /boot/initrd.img-2.4.27-2-k7 quiet savedefault boot title Ubuntu, kernel 2.4.27-2-k7 (recovery mode) root (hd0,0) kernel /boot/vmlinuz-2.4.27-2-k7 root=UUID=3a553692-7a8c-4793-9496-8ad760b143cf ro single initrd /boot/initrd.img-2.4.27-2-k7 boot title Ubuntu, memtest86+ root (hd0,0) kernel /boot/memtest86+.bin quiet boot ### END DEBIAN AUTOMAGIC KERNELS LIST ten z fedory jest wyzej... Jak powinienem zmodyfikowac gruba z Fedory ?? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@WalDo Napisano Grudzień 14, 2006 Zgłoszenie Share Napisano Grudzień 14, 2006 title Ubuntu, kernel 2.6.17-10-generic root (hd0,0) kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro quiet splash initrd /boot/initrd.img-2.6.17-10-generic quiet savedefault boot Kawałek powyżej wstaw w miejsce tego: title Ubuntu, kernel 2.4.27-2-k7-smp root (hd0,0) kernel /boot/vmlinuz-2.4.27-2-k7-smp root=UUID=3a553692-7a8c-4793-9496-8ad760b143cf ro quiet splash initrd /boot/initrd.img-2.4.27-2-k7-smp quiet boot Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Illuminati Napisano Grudzień 14, 2006 Autor Zgłoszenie Share Napisano Grudzień 14, 2006 Dzieki WalDo smiga jak rakieta Duzy browar za to Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@WalDo Napisano Grudzień 14, 2006 Zgłoszenie Share Napisano Grudzień 14, 2006 Dzięki WalDo śmiga jak rakieta Duży browar za to Zasługa niewielka. Zrobiłem tylko Copy-Paste z tego co napisałeś. Wystarczy popatrzeć i porównać W szczególności do kernela jako parametr "root=..." powinno być przekazywane urządzenie a nie jakieś dziwne coś. Skad Ty to wziąłeś? A browarka wypije na Twój koszt, bo właśnie się za niedługo wybieram z kolegami po pracy na jedno Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
exbros Napisano Grudzień 14, 2006 Zgłoszenie Share Napisano Grudzień 14, 2006 No i nie zdazylem z odpowiedzia i WalDo zgarnal moje pochwaly... i nie zalapie sie na browarek ... w koncu to ja Illuminatiego prawie wyprowadzilem na ludzi </joke> Pozdro Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
@WalDo Napisano Grudzień 14, 2006 Zgłoszenie Share Napisano Grudzień 14, 2006 ... w koncu to ja Illuminatiego prawie wyprowadzilem na ludzi Nikt Ci tych zasług nie odmawia. A należny Tobie browarek...hmm...poszedł w moje ręce (?) Odwdzięczę się przy okazji Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Illuminati Napisano Grudzień 15, 2006 Autor Zgłoszenie Share Napisano Grudzień 15, 2006 Mnie tam na ludzi tak ganc całkiem lepiej nie wyprowadzać, bo jeszcze tych ludzi pogryzę Dzięki wielkie i tobie exbros bo gdyby nie moje tłumoctwo to porada była jak najbardziej wystarczająca - no ale ja potrzebuje czarno na białym, bo i tak spitolę sprawę Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się