linux Lite 2.0 works on CD Live but wont boot from SSD - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: linux Lite 2.0 works on CD Live but wont boot from SSD (/showthread.php?tid=720) |
linux Lite 2.0 works on CD Live but wont boot from SSD - johnny baby - 08-11-2014 Hi All, Complete newbie to LINUX. Using an old XP HP 2510p (2 GB RAM). Linux Lite works fine off the live cd so I assume hardware OK. Installed a new SSD (Kingspec 64 GB) and loaded Linux. Some outputs : Code: linux@linux:~$ sudo fdisk -l Was really looking forward to using Linux but without Hard drive boot it is no use. Could this be a BIOS issue ??? I have made the Hard drive 1st on bootup - get a GIMP error but cant do anything(wouldn't know what to do anyway) All help gratefully accepted. Rgds John Re: linux Lite 2.0 works on CD Live but wont boot from SSD - paul59 - 08-11-2014 John, did you mean a GRUB error? If so what does it say? Don't give up just yet Paul Re: linux Lite 2.0 works on CD Live but wont boot from SSD - johnny baby - 08-12-2014 Hi Paul, Many thanks for taking the time to reply. Yes, you are right I should have said grub not gimp. the message I get is: error: attempt to read or write outside of disk 'hd0' Entering rescue mode grub rescue> Re: linux Lite 2.0 works on CD Live but wont boot from SSD - paul59 - 08-12-2014 I've done nothing more than use Google to reply, hope this page helps: http://askubuntu.com/questions/397485/what-to-do-when-i-get-an-attempt-to-read-or-write-outside-of-disk-hd0-error Paul Re: linux Lite 2.0 works on CD Live but wont boot from SSD - gold_finger - 08-12-2014 It's possible that grub just didn't get installed properly during the install. (Happens sometimes. ???) Try following to re-install grub: * Boot from live Linux Lite DVD/USB * Open a terminal (Menu -> Accessories -> Terminal) * Mount the installed system's root partition to the live enviroment Code: sudo mount /dev/sda1 /mnt * Install grub to the MBR (master boot record) of the drive Code: sudo grub-install --boot-directory=/mnt/boot/ /dev/sda * Unmount the root partition Code: sudo umount /mnt * Close terminal, shutdown computer, remove DVD/USB * Boot computer again and see if everything now works. Re: linux Lite 2.0 works on CD Live but wont boot from SSD - rokytnji - 08-16-2014 Running on my SSD OK. Code: Drives: HDD Total Size: 121.3GB (3.3% used) 1: id: /dev/sda model: APPLE_SSD_SM128 size: 121.3GB Seperate root and home on mine. No swap Code: Info: Processes: 155 Uptime: 5:53 Memory: 660.4/3638.0MB Runlevel: 2 Gcc sys: 4.8.2 This is not a dual booter with Windows on it. Just a Linux laptop. So grub went onto /dev/sda mbr. Being a ssd out of a apple computer was different also. Code: harry@biker1:~$ sudo fdisk -l SOLVED Re: linux Lite 2.0 works on CD Live but wont boot from SSD - johnny baby - 08-27-2014 SOLVED: Not an SSD problem after all - old fashioned BIOS issue - cure=do manual install with small c. 5GB root partition. Many thanks for all the responses. I tried boot-repair but it did nothing. I seemed to be missing some Linux commands so thought my download of the os was corrupt. So I opted to install Linux Mint instead. Still didn't work. Cue - long trawl of the interwoggie. Found a comment that old BIOS instruction sets (2008 laptop) did not like new LINUX file setups and recommended that you do a manual install with root around 2 GB in size. I made mine 5GB and followed the idiot (me) proof instructions here : http://forums.linuxmint.com/viewtopic.php?t=122276 Hey presto - I am running Linux - wooo hoooo. Once I get a bit more secure I will give Lite a go. |