Installing Ubuntu on Phillips CD-ROM: Can I Use an External Drive?

  • Thread starter Thread starter sid_galt
  • Start date Start date
  • Tags Tags
    Drive Ubuntu
AI Thread Summary
Installing Ubuntu can be challenging if the CD-ROM is incompatible, as experienced with a Philips drive. Using an external CD drive may not be an option if the computer does not support booting from it. An alternative method is to install directly from the hard drive, as outlined in Ubuntu's documentation. However, encountering the "grub>" prompt indicates a potential issue with the bootloader. To resolve this, users can try entering specific commands at the grub prompt: "root (hd0,1)", "setup (hd0)", and then "quit" before rebooting with Ctrl-Alt-Del. This approach may help in successfully booting into the installation process.
sid_galt
Messages
502
Reaction score
1
I tried installing Ubuntu on my computer. Turns out that the CD-ROM is not compatible with it (it's phillips). Can I install it from an external CD drive (my computer does not boot from external CD Drives)? If so, how?
I don't have a floppy drive so I can't use boot floppies.

I also contemplated installing straight from the harddrive as documented https://wiki.ubuntu.com/Installation/FromWindows" .

However this isn't working either as on boot, it just shows me the
Code:
grub>

prompt.

Does anyone have any ideas?
 
Last edited by a moderator:
Computer science news on Phys.org
Try entering these commands at the grub> command line and see if it helps

Code:
 root (hd0,1)
 setup (hd0)
 quit

Then you can reboot with ctrl-alt-del
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top