• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Ubuntu is not so great, how do I make it the secondary OS?

IHAVEAQUESTION

Golden Member
Ok, I came to the realization that a few apps I use in windows are not not available (or not running well) in Ubuntu. I type:

sudo cp /boot/grub/menu.ls /boot/grub/menu.ls.original

to edit the start-up but I get:

cp: cannot stat `/boot/grub/menu.ls': No such file or directory

Mmm, what do I do now?
 
I do believe you are looking for menu.lst. Anyway, type this into a terminal.

sudo gedit

This brings up the default text editor.

Anyway, after that you can find the file you are looking for through the file manager.
 
Back
Top