Hi everyone
I'm trying to install Xubuntu 13.10 but it keeps failing.
First I want to say that I'm new to Linux, so please keep that in mind when trying to help me.
I am NOT trying to create a dual boot setup. I only want Xubuntu 13.10.
I downloaded Xubuntu 13.10 and created a bootable USB stick following this guide: http://www.ubuntu.com/download/deskt...ick-on-windows
I installed Xubuntu with default partitions.
When I boot I always get this: http://i.imgur.com/Blm6Ocn.jpg
I did:
Change:
Into:
Rebooted & still the same problem...
I'm trying to install Xubuntu 13.10 but it keeps failing.
First I want to say that I'm new to Linux, so please keep that in mind when trying to help me.
I am NOT trying to create a dual boot setup. I only want Xubuntu 13.10.
I downloaded Xubuntu 13.10 and created a bootable USB stick following this guide: http://www.ubuntu.com/download/deskt...ick-on-windows
I installed Xubuntu with default partitions.
When I boot I always get this: http://i.imgur.com/Blm6Ocn.jpg
I did:
Code:
sudo mount /dev/sda2 /mnt
Code:
sudo mount --bind /dev /mnt/dev && sudo mount --bind /dev/run /mnt/dev/run && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys
Code:
sudo chroot /mnt
Code:
update-grub
Code:
sudo nano /etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash libata.force=noncq"
Code:
update-grub