|
BOSS
|
 |
« : Styczeń 01, 2009, 03:05:31 » |
|
Witam,
W 6 PL mamy skrót na pulpicie do instalacji multimediów, czcionek itd.
A co z tym skrótem w menu Minta "Dźwięk i obraz" > "Install Multimedia Codecs". Czy to również uruchamiać czy tylko tę pierwszą paczkę?
|
|
|
|
|
Zapisane
|
|
|
|
mati75
Master psuja
Administrator
Miętowa plantacja
   
Reputacja 2
Offline
Płeć: 
Distro: Debian Sid x64 || Arch Linux x64
Wiadomości: 3114
|
 |
« Odpowiedz #1 : Styczeń 01, 2009, 03:07:59 » |
|
to są nie wolne kodeki, można uruchomić, ponieważ ta paczka z pulpitu nie instaluje wszystkiego
|
|
|
|
|
Zapisane
|
HP 2510p || HP 8510w || 
|
|
|
|
BOSS
|
 |
« Odpowiedz #2 : Styczeń 01, 2009, 06:23:48 » |
|
Uuu szlag po instalacji, system mi nie startuje.
W grubie pojawił się nowy kernel do wyboru i mam już dwa 2.6.27-9 i -7. Żaden tryb mi nie chodzi, zwraca: "Error 11: Unrecognized device string".
:/
Jak to naprawić?
|
|
|
|
|
Zapisane
|
|
|
|
|
Forum Linux Mint
|
 |
« Odpowiedz #2 : Styczeń 01, 2009, 06:23:48 » |
|
|
|
|
|
|
Zapisane
|
|
|
|
mati75
Master psuja
Administrator
Miętowa plantacja
   
Reputacja 2
Offline
Płeć: 
Distro: Debian Sid x64 || Arch Linux x64
Wiadomości: 3114
|
 |
« Odpowiedz #3 : Styczeń 01, 2009, 06:33:05 » |
|
jakieś urządzenie np. pendrive masz podłączone?
|
|
|
|
|
Zapisane
|
HP 2510p || HP 8510w || 
|
|
|
|
BOSS
|
 |
« Odpowiedz #4 : Styczeń 01, 2009, 06:48:54 » |
|
jakieś urządzenie np. pendrive masz podłączone?
Nie :/ Dałem ciała bo te kodeki robiłem w tym samym czasie i na pc i na laptopie i oba padły :/ XP z menu chodzi ale linux nie :/
|
|
|
|
|
Zapisane
|
|
|
|
mati75
Master psuja
Administrator
Miętowa plantacja
   
Reputacja 2
Offline
Płeć: 
Distro: Debian Sid x64 || Arch Linux x64
Wiadomości: 3114
|
 |
« Odpowiedz #5 : Styczeń 01, 2009, 06:58:30 » |
|
sprawdź w grubie czy są dobre partycje dla systemu przypisane, bo to jest błąd nie znalezienia partycji
|
|
|
|
|
Zapisane
|
HP 2510p || HP 8510w || 
|
|
|
|
BOSS
|
 |
« Odpowiedz #6 : Styczeń 01, 2009, 07:08:12 » |
|
sprawdź w grubie czy są dobre partycje dla systemu przypisane, bo to jest błąd nie znalezienia partycji
Jak to sprawdzić i naprawić? Przy bootowaniu jak edytuje "e" dany wpis to nie ma żadnego zapisu o partycji oprócz tam gdzie jest xp (root (hd0,0)). Możesz napisać łopatologicznie co i jak? 
|
|
|
|
|
Zapisane
|
|
|
|
|
BOSS
|
 |
« Odpowiedz #7 : Styczeń 01, 2009, 07:30:22 » |
|
cat /boot/grub/menu.lst # 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/.
## 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 use 'savedefault' 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 10
## 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=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro
## default grub root device ## e.g. groot=(hd0,0) # groot=bc7b4bfd-d500-4c09-95a0-1309289a1fcf
## 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
## Xen hypervisor options to use with the default Xen boot option # xenhopt=
## Xen Linux kernel options to use with the default Xen boot option # xenkopt=console=tty0
## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(single-user) 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
## should update-grub add savedefault to the default options ## can be true or false # savedefault=false
## ## End Default Options ##
title Linux Mint Universal Edition, kernel 2.6.27-9-generic root bc7b4bfd-d500-4c09-95a0-1309289a1fcf kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro quiet splash initrd /boot/initrd.img-2.6.27-9-generic quiet
title Linux Mint Universal Edition, kernel 2.6.27-9-generic (recovery mode) root bc7b4bfd-d500-4c09-95a0-1309289a1fcf kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro single initrd /boot/initrd.img-2.6.27-9-generic
title Linux Mint Universal Edition, kernel Last successful boot root bc7b4bfd-d500-4c09-95a0-1309289a1fcf kernel /boot/last-good-boot/vmlinuz root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro quiet splash last-good-boot quiet
title Linux Mint Universal Edition, kernel 2.6.27-7-generic root bc7b4bfd-d500-4c09-95a0-1309289a1fcf kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro quiet splash initrd /boot/initrd.img-2.6.27-7-generic quiet
title Linux Mint Universal Edition, kernel 2.6.27-7-generic (recovery mode) root bc7b4bfd-d500-4c09-95a0-1309289a1fcf kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro single initrd /boot/initrd.img-2.6.27-7-generic
title Linux Mint Universal Edition, memtest86+ root bc7b4bfd-d500-4c09-95a0-1309289a1fcf kernel /boot/memtest86+.bin quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Microsoft Windows XP Professional root (hd0,0) savedefault makeactive chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda2 title Windows NT/2000/XP (loader) root (hd0,1) savedefault makeactive chainloader +1
sudo fdisk -l mint@mint ~ $ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xcef59932
Device Boot Start End Blocks Id System /dev/sda1 1 11147 89533048+ 7 HPFS/NTFS Partition 1 does not end on cylinder boundary. /dev/sda2 * 13901 14593 5564160 12 Compaq diagnostics Partition 2 does not end on cylinder boundary. /dev/sda3 11148 13900 22113472+ 5 Extended /dev/sda5 11148 13780 21149541 83 Linux /dev/sda6 13781 13900 963868+ 82 Linux swap / Solaris
Partition table entries are not in disk order
|
|
|
|
|
Zapisane
|
|
|
|
mati75
Master psuja
Administrator
Miętowa plantacja
   
Reputacja 2
Offline
Płeć: 
Distro: Debian Sid x64 || Arch Linux x64
Wiadomości: 3114
|
 |
« Odpowiedz #8 : Styczeń 01, 2009, 07:40:32 » |
|
# 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/.
## 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 use 'savedefault' 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 10
## 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=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro
## default grub root device ## e.g. groot=(hd0,0) # groot=bc7b4bfd-d500-4c09-95a0-1309289a1fcf
## 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
## Xen hypervisor options to use with the default Xen boot option # xenhopt=
## Xen Linux kernel options to use with the default Xen boot option # xenkopt=console=tty0
## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(single-user) 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
## should update-grub add savedefault to the default options ## can be true or false # savedefault=false
## ## End Default Options ##
title Linux Mint Universal Edition, kernel 2.6.27-9-generic root (hd0,4) kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro quiet splash initrd /boot/initrd.img-2.6.27-9-generic quiet
title Linux Mint Universal Edition, kernel 2.6.27-9-generic (recovery mode) root (hd0,4) kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro single initrd /boot/initrd.img-2.6.27-9-generic
title Linux Mint Universal Edition, kernel Last successful boot root (hd0,4) kernel /boot/last-good-boot/vmlinuz root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro quiet splash last-good-boot quiet
title Linux Mint Universal Edition, kernel 2.6.27-7-generic root (hd0,4) kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro quiet splash initrd /boot/initrd.img-2.6.27-7-generic quiet
title Linux Mint Universal Edition, kernel 2.6.27-7-generic (recovery mode) root (hd0,4) kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=bc7b4bfd-d500-4c09-95a0-1309289a1fcf ro single initrd /boot/initrd.img-2.6.27-7-generic
title Linux Mint Universal Edition, memtest86+ root (hd0,4) kernel /boot/memtest86+.bin quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Microsoft Windows XP Professional root (hd0,0) savedefault makeactive chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda2 title Windows NT/2000/XP (loader) root (hd0,1) savedefault makeactive chainloader +1 zrób backup orginalnego menu.lst i wklej to powyżej
|
|
|
|
|
Zapisane
|
HP 2510p || HP 8510w || 
|
|
|
|
BOSS
|
 |
« Odpowiedz #9 : Styczeń 01, 2009, 07:53:49 » |
|
DZIAŁA  Co tam zmieniłeś? Wcześniej dodawałem hd(0,4) ale nie działało  Za raz wkleję ścieżki z PC.
|
|
|
|
|
Zapisane
|
|
|
|
mati75
Master psuja
Administrator
Miętowa plantacja
   
Reputacja 2
Offline
Płeć: 
Distro: Debian Sid x64 || Arch Linux x64
Wiadomości: 3114
|
 |
« Odpowiedz #10 : Styczeń 01, 2009, 07:59:58 » |
|
root zmieniłem na (hd0,4)
|
|
|
|
|
Zapisane
|
HP 2510p || HP 8510w || 
|
|
|
|
BOSS
|
 |
« Odpowiedz #11 : Styczeń 01, 2009, 08:09:30 » |
|
root zmieniłem na (hd0,4)
Dzięki  Piszę, już z Minta  Na PC był ten sam błąd. Skąd w ogóle ten konfilkt i upgrade kernela przy instalacji durnych kodeków  ? Zawału idzie dostać.
|
|
|
|
|
Zapisane
|
|
|
|
mati75
Master psuja
Administrator
Miętowa plantacja
   
Reputacja 2
Offline
Płeć: 
Distro: Debian Sid x64 || Arch Linux x64
Wiadomości: 3114
|
 |
« Odpowiedz #12 : Styczeń 01, 2009, 08:19:11 » |
|
ta aplikacja do kodeków źle z tym kernelem działa
|
|
|
|
|
Zapisane
|
HP 2510p || HP 8510w || 
|
|
|
|
BOSS
|
 |
« Odpowiedz #13 : Styczeń 01, 2009, 08:27:20 » |
|
ta aplikacja do kodeków źle z tym kernelem działa
Teraz mi to mówisz  Ten z końcówką -9 będzie ok?
|
|
|
|
|
Zapisane
|
|
|
|
mati75
Master psuja
Administrator
Miętowa plantacja
   
Reputacja 2
Offline
Płeć: 
Distro: Debian Sid x64 || Arch Linux x64
Wiadomości: 3114
|
 |
« Odpowiedz #14 : Styczeń 01, 2009, 08:29:29 » |
|
tak, sam dopiero zauważyłem
|
|
|
|
|
Zapisane
|
HP 2510p || HP 8510w || 
|
|
|
|