Archivo de la categoría: debian / ubuntu

Todo lo relacionado con Debian , Ubuntu y similares

Kernel Panic – not syncing: VFS: Unable to mount root fs on unknown-block(0,0) solved ubuntu

Kernel Panic – not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Start with a livecd, open a a terminal sudo fdisk -l sudo mount /dev/sdax /mnt sudo mount –bind /dev /mnt/dev sudo mount –bind /dev/pts /mnt/dev/pts sudo mount –bind /proc /mnt/proc sudo mount –bind /sys /mnt/sys sudo chroot /mnt and now you can… Leer más: Kernel Panic – not syncing: VFS: Unable to mount root… »

configurar wifi ubuntu

checa el hardware sudo lspci -v instala el firmware 3 sudo apt-get purge bcmwl-kernel-source 4 sudo apt-get install firmware-b43-installer

ubuntu mount nfs

Ubuntu Linux: NFS Client Configuration To Mount NFS Share $ sudo apt-get update $ sudo apt-get install nfs-common http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html