Risposte al Forum Create
-
AutoreArticoli
-
Syly
MembroSyly
Membro::Soluzione:
1. Under MAIN / Storage Configuration, I had to change “Configure SATA as …” to [AHCI]. This allowed the kernel to find my disks and boot.
2. I experienced some weird USB problems while booting, and so under ADVANCED / USB Configuration, I had to change “BIOS EHCI Hand-Off” to [Disabled].
3. For good luck, I also made sure ACPI 2.0 was enabled under power saving.
Un pò scocciante per chi ha un multiboot con win perchè ogni volta deve resettare il bios per passare da un OS all’altro. Però almeno funziona.
Syly
MembroSyly
Membro::Ciao a tutti!
Sto provando ad installare mamba sulla pendrive. Procede tutto bene
[root@openmamba silvia]# mount /dev/sda1 /media/disk
mount: /dev/sda1 già montato o /media/disk occupato
mount: secondo mtab, /dev/sda1 è già montato su /media/disk
[root@openmamba silvia]# cd /media/disk
[root@openmamba disk]# gunzip -c < /home/silvia/Desktop/openmamba-flash-1GB-it-snapshot-20081120.i586.cpio.gz | cpio -i
1972983 blocks
finchè non arrivo ad installare il boot:
[root@openmamba disk]# /dev/sda1 extlinux –install boot
bash: /dev/sda1: Permission denied
[root@openmamba disk]#
syslinux è installato! Non capisco dove sbaglio.
Syly
MembroSyly
Membro::Facendo il debug come risultato ho questo:
end_request I/O error, dev=fd0, sector 0
attempt to access beyond end of device
fd0: rw=0, want=66, limit=8
isofs_fill_super: bread failed, dev=fd0, iso_blknum=16, block=32
Could not find compressed root filesystem. image; opening a command prompt
Syly
MembroSyly
MembroSyly
Membro::Ciao Silvan e grazie! distratta come sono non me ne ero accorta.
Questo è il responso. Problema di dipendenza?
[silvia@openmamba ~]$ sudo apt-get install digikam
Lettura della lista di pacchetti… Done
Calcolo dell’albero delle dipendenze… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
La seguente informazione ti può aiutare a risolvere il problema:
The following packages have unmet dependencies:
digikam: Depends: libdigikam (= 0.9.3-2mamba)
Depends: libdigikam.so.0
Depends: libkdcraw.so.2
E: Broken packages
[silvia@openmamba ~]$
-
AutoreArticoli