Ahem!
Not being one to give up with the Compaq Mini, I’ve installed Debian Jessie on it to try it out.
I believe the install went ok as I didn’t get any error messages, however - I wonder if I slipped up when setting some of the parameters? On boot, I get to the Grub screen ok, Debian GNU/Linux is selected and the boot process begins. After a few seconds the screen goes blank and sits there, no cursor flashing or any sign of life, though the computer hasn’t shut down. Ctrl/Alt/Del will re-boot it but it just repeats the cycle.
I remember that I had this issue before when installing Peppermint 4 and you gave me instructions on how to modify the Grub file? I booted it with my Puppy usb stick and mounted the Debian drive (sda1). I found the file ‘/etc/default/grub’, modified it to “quiet splash nomodeset” and saved it. I tried to update grub but the terminal in Puppy only works in Puppy - if you see what I mean?
Is this the right way to go or am I way off base? And is it possible to update Grub on one drive with a terminal on another?
Thanks in advance
Rich
Mark, I’ve copied your reply to here in the hope others will be able to follow it:-
=====================================================================
OK, the following instructions are for a single boot ONLY.
Turn ON your PC, and as soon as your BIOS POST screen disappears, press the SHIFT key and hold it, until you are presented with the GRUB menu … SIMILAR to this:
(you won’t have long to hit the shift key, and the timing can be a little awkward, so it may even be easier to hit AND HOLD the Shift key DURING the BIOS POST … ie. immediately after turning on your PC)
http://linuxforums.org.uk/MGalleryItem.php?id=1361
Select the ‘default’ kernel (usually the top one), and rather than pressing enter, press E to edit.
You will be presented with a screen SIMILAR to this:
http://linuxforums.org.uk/MGalleryItem.php?id=1152
Press DOWN ARROW until you get to the line that starts with:
linux /boot
and press the END key to position the cursor at the end of the that line… it usually ends with “quiet splash”.
Now you can enter additional kernel boot options… so add nomodeset as in the above screenshot … so it now reads:
[b]quiet splash nomodeset[/b](doesn't matter if it moves down a line, as long as there is a space between splash and nomdeset)
Now hit Ctrl+X to boot.
If the PC boots properly, make the edits to /etc/boot/grub that you mentioned in your last response and then run:
sudo update-grub
=====================================================================
My Grub screen looks nothing like your images and there’s no line starting linux/boot… Grub is version 2.02~beta a2-22
page starts
setparams ‘Debian GNU/Linux’
load-video
insmod gzio etc etc
then a whole lot of stuff that bears no relation to anything I’ve seen before. I’m happy to type it out if you need it but it might take a while…
It says near the bottom ‘Minimum Emacs-like screen editing is supported’
Sorry again for the cock-up!
Rich
Edit: I’m not really doing very well here… :-[ :-[ I hadn’t seen there’s more of the page lower down - I’ll change the settings and report back.