0

On HD left the /home directory, while the SSD (which was installed in place of the CD-ROM drive) left the / and the swap area. The first error was "No such partition", put live-usb, ran the boot-repair and now the error is another: "Error: no such device d7a2c...", it is almost sure that the computer is trying to find the files on the hard drive (which must be setted as principal) but like none he gives this error message. But in BIOS I do not know where switch to SSD to be the main.

Already tried this https://askubuntu.com/a/143668 but wasn't successful.

Notebook: Dell Inspiron N5010

Boot-repair log: http://paste.ubuntu.com/9677083/

  • 1
    Some systems will not boot from a drive in the CD/DVD caddy. Does yours? If not you may just have to create a /boot on the hard drive. The / (root) can still be on SSD in caddy. Or swap drives, so SSD is main drive and hard drive is in caddy. – oldfred Jan 05 '15 at 16:37
  • @oldfred I do not know, but in the BIOS have the option to boot from the CD-ROM/DVD-ROM, I tried but I get the same error. – Filipe Manuel Jan 05 '15 at 17:04
  • Still do not know if you can boot, CD/DVD boot a totally different way from drives. – oldfred Jan 05 '15 at 18:55

1 Answers1

0

I helped Filipe do the initial install.

/home is sda1 (hard drive)

swap is on sdb1 and root on sdb2 (both the ssd)

I have gotten the original grub error -- and re-installing grub usually solves it. But I have no experience with ssd.

My guess is something in the bios is preventing it from booting from the ssd.

I always thought that an ssd would look like just another hard drive.

Well Filipe, I am not opposed to helping you install this on the hard drive at a later date. Let's see if someone can help fix this.

sda is not marked bootable -- but sdb -- the ssd was when he installed the system. COuld that be an issue? I have not had issues with sdb being root. Maybe it just wants the boot info on sda? If so that is easy to fix.

http://pkill-9.com/recovering-ubuntudebian-linux-after-a-windows-installhiccup/

Wayno

Wayno
  • 16
  • Welcome to AskUbuntu. This is not a forum. So, when you have additional information to share, it should be posted as a comment, not as an answer. – Sri Jan 06 '15 at 05:50
  • Sri, or edit the question with more details – NGRhodes Jan 06 '15 at 09:41