<div dir="ltr">hi,<br>I have problem getting xubuntu 14.04 to boot.My system is a laptop with <br>Intel Pentium M processor 1.30GHz - 2Gb RAM.I first tried the live CD,which worked just fine,so then I installed<br>xubuntu alongside with Win 7,giving 10gb for the new partition to the installation.I had to use the "forcepae" command<br>
since my kernel propably is not pae-enabled.The installation process went just fine,but after reboot I get:<br><b>error: no such partition.<br>Entering rescue mode...<br>grub rescue></b><br>Offcourse I had to restore the old mbr to boot into win7.<br>
Through live CDs,the partition(ext4) looks OK.<br>So I have a xubuntu installation in my laptop,but I can't boot into it,<br>could anyone help?<br>maybe these help: <b><a href="http://paste.ubuntu.com/7630007/">paste.ubuntu.com/7630007/</a><br>
<a href="http://pastebin.com/bAGCRfy7">pastebin.com/bAGCRfy7</a></b><br><br><b>I have done these with some help,but no luck,I keep getting the same(no such partition...):</b><br><br>xubuntu@xubuntu:~$ sudo mkdir /mnt/xubuntu<br>
xubuntu@xubuntu:~$ sudo mount /dev/sda5 /mnt/xubuntu<br>xubuntu@xubuntu:~$ sudo mount -t proc none /mnt/xubuntu/proc<br>xubuntu@xubuntu:~$ sudo mount --rbind /sys /mnt/xubuntu/sys<br>xubuntu@xubuntu:~$ sudo mkdir /mnt/xubuntu<br>
mkdir: cannot create directory ‘/mnt/xubuntu’: File exists<br>xubuntu@xubuntu:~$ sudo mount /dev/sda5 /mnt/xubuntu<br>mount: /dev/sda5 already mounted or /mnt/xubuntu busy<br>mount: according to mtab, /dev/sda5 is already mounted on /mnt/xubuntu<br>
xubuntu@xubuntu:~$ sudo mount -t proc none /mnt/xubuntu/proc<br>mount: none already mounted or /mnt/xubuntu/proc busy<br>mount: according to mtab, none is already mounted on /mnt/xubuntu/proc<br>xubuntu@xubuntu:~$ sudo mount --rbind /sys /mnt/xubuntu/sys<br>
xubuntu@xubuntu:~$ sudo mount --rbind /dev /mnt/xubuntu/dev<br>xubuntu@xubuntu:~$ sudo cp /etc/resolv.conf /mnt/xubuntu/etc/resolv.conf<br>xubuntu@xubuntu:~$ sudo chroot /mnt/xubuntu /bin/bash<br>root@xubuntu:/# source /etc/profile<br>
root@xubuntu:/# sudo grub-install --recheck /dev/sda<br>sudo: unable to resolve host xubuntu<br>Installing for i386-pc platform.<br>Installation finished. No error reported.<br>root@xubuntu:/# grub-install --recheck /dev/sda<br>
Installing for i386-pc platform.<br>Installation finished. No error reported.<br>root@xubuntu:/# update-grub<br>Generating grub configuration file ...<br>Found linux image: /boot/vmlinuz-3.13.0-24-generic<br>Found initrd image: /boot/initrd.img-3.13.0-24-generic<br>
Found memtest86+ image: /boot/memtest86+.elf<br>Found memtest86+ image: /boot/memtest86+.bin<br>done<br>root@xubuntu:/# <br></div>