Ubuntu :: Creating A Custom Grub2 Menu?
Jul 14, 2010
I've been following this guide [URL].... on creating a custom boot menu for Grub2 and I've run up against a wall. I made it all the way to the section on testing the custom menu but when I do, the new menu refuses to load. When I get to the boot screen I see the standard menu plus an extra entry at the bottom that will show what my custom menu will look like. When I select it though, it won't load. The screen blinks and remains on the main menu. I don't have the correct 'set' and 'search' lines in the 40_custom entry and I don't know how to correct them.
View 6 Replies
ADVERTISEMENT
Sep 20, 2010
I had a problem with viewing webcams on Skype, and after searching I found out that running Skype through the terminal with this command "export XLIB_SKIP_ARGB_VISUALS=1 && skype" makes the webcams work perfectly. What I wanted to do was to integrate this command into the main menu so that I won't have to type it into the terminal (and thus keep the terminal open all the session) every time I want to use Skype. So I edited the command of the Skype button in the Applications menu and put that line instead of "skype", but it gives me "Failed to execute child process "export" (No such file or directory)". I tried editing .bashrc and added the following line:
alias skp='export XLIB_SKIP_ARGB_VISUALS=1 && skype'
Now the command 'skp' works through the terminal, but it gives me the same error message when I put it into the command line of the applications menu.
View 6 Replies
View Related
Sep 13, 2009
Here is how I created a Grub2 boot-cd with a (grub.cfg) menu:
mkdir /tmp/cdroot
mkdir /tmp/cdroot/boot
mkdir /tmp/cdroot/boot/grub
cp /boot/grub/grub.cfg /tmp/cdroot/boot/grub
cd /tmp
[code]....
NOTE: The above proceedure assumes you already have a grub.cfg file. If you don't, create one in the /tmp/cdroot/boot/grub directory
View 6 Replies
View Related
Mar 6, 2010
I am in the tasks section of the following tutorial [URL] I did the list package thing to see what packages there are. However now I cannot leave the list in order to run the purge command. How can I get back to the previous section so I can remove packages from the custom live cd. I want to make sure I am editing the live cd and not the current install. I am going to make two images. One cd that will still have a gui but I plan to build as a recovery tool. The other one is a dvd and will be for installing everything I want on any machine. I am doing the tutorial with Karmic. Also I have cursors, themes and icons I installed from gnome look. I then went to customize and created my own personal mix I like. I would like to make this a standalone theme and come as the default theme on the live cd and dvd. I have no clue what I am doing, however wish to learn to build my own custom live cd. Also I would like to know how to ad repositories to the live cd and how to add programs pre installed that are not usually included.
View 2 Replies
View Related
Jan 22, 2010
There have been some posts on this forum about custom keyboard layouts, but the latest one was more than three years ago, and is outdated. I found the following code for a custom dvorak international keyboard layout here, but it directs me to copy this code into the folder /etc/X11/xkb/symbols/pc, a folder which does not seem to exist in 9.10 or 9.04.
Code:
As this is the only thing I felt Windows did better than Ubuntu (custom keyboard layouts), I would love to be able to change the layout and finally seal the deal with Ubuntu.
View 9 Replies
View Related
Feb 27, 2011
I'd like to open a directory with the F12 key. I haven't any problem getting Keyboard Shortcuts to run programs, but cannot figure out how to have it open a directory.I tried making a link to the directory and using that, but still no go. Edit: The directory I want opens when I use its link Can't find anything on the net for this. Most just mention that we can create custom keyboard shortcuts. I tried using /home/directory/directorydesired, but no go.
Edit: The directory I want opens when I use the link
View 3 Replies
View Related
Apr 30, 2011
Having spent weeks perfecting my Ubuntu the way I like it, I was wondering if there is a way of preserving it as a either a liveCD or USB flash drive, with a view of using it on other PC's activated upon start up?
Possibly (under the USB option) with the option of launching from the flash drive itself, or installing onto a PC's hard drive.So, in essence, it would be a liveCD but custom made to reflect the way my Ubuntu looks and feels now? Is there any easy-to-use software available to perform such a task?
View 1 Replies
View Related
Jul 1, 2011
How to create and install a custom keyboard layout?
View 1 Replies
View Related
May 13, 2010
I use Lucid Lynx (Ubuntu 10.04). It has the social media button on the top panel. I want to create a keyboard shortcut for this. How do I do it?
View 4 Replies
View Related
Feb 24, 2016
I'd like to create my own custom Debian live CD — the idea being to have my own rescue CD with my favorite Debian tools installed. I read about bootcd and was going to give that a try, after creating the ideal system in a qemu virtual machine.
How much exactly can you install on a system so that bootcd can still fit it on a CD? I'm presuming there is some kind of compression involved. When I tried to create my VM, I coudln't get Jessie + LXDE to install onto a 2GB virtual drive (net install) so naturally I'm wondering what I'm going to be able to put on a 700MB CD.
View 7 Replies
View Related
Jun 7, 2011
I have a workstation running Fedora 15 with custom software and settings. I want to make an image of this machine for fast and easy deployment around the office (preferably a DVD, but could also use an external USB drive for install).How would you go about doing this from an existing install?
View 6 Replies
View Related
Apr 1, 2010
I have installed Centos 5.4 and then on top of that i have been installing many softwares over the time ( like pbx system , web console , billing etc.) and now it has come to a quite stable stage. the problem is i have to move this installation to another machine with different config etc. even have to install it on multiple systems. the idea is to create a bootable linux iso of the current machine with all the softwares so i can simply put it in a different machine and make it install and run without much fuss. is creating a linux appliance the only solution ? or is there any way to backup the current machine in an iso format and then install it on another machine? also i would like to make this completely hardware independent.
View 9 Replies
View Related
Apr 25, 2011
I am using Fedora 14. I want to create custom live cd in Fedora 14. I saw this fedora site. [URL]. But its only used command line tool. Any GUI tools are available to create custom live cd in Fedora.
View 1 Replies
View Related
Feb 22, 2011
I'm trying to set up a firewall at the moment that allows access to my custom SSH port from only my friend's url (they have a static url but dynamic IP). I find iptables a bit of a nightmare and was hoping to use UFW for most of my day to day firewall maintenance and just make a few extra iptable rules to cover exceptional circumstances like this. Fortunately it seems UFW allows this with /etc/ufw/before.rules and /etc/ufw/after.rules. So at the moment I'm just trying to get the basic iptables rules right. As I say I'm not very good with iptables, does this look right?
Code:
## Drop Default SSH port access With Logging
iptables -N SSH_DEFAULT
iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j SSH_DEFAULT
[code].....
View 14 Replies
View Related
Nov 7, 2010
creating your own notification icon for Gnome? Like the Power, Network, and Sound ones. I found something called Zenity but it doesn't seem to be able to create a drop-down menu and I can't see how I'd update the information in the icon once it is created. I have a script set up to check something and want to report the results back via a persistent notification icon, with the ability to change the icon and its properties (mouseover/tooltip text) and drown-down menu text as appropriate.
View 8 Replies
View Related
Apr 23, 2010
I want to create a LiveDVD with lots of packages that do not exist in repos. Stuff that I built from source...
OpenFOAM with my own customized solvers and utilities, Tetgen, Netgen ,GMSH with OpenCascade support, BRL-CAD, Code-Aster, Salome Platform, Code Saturne, FreeMat, K3d...
Some of these apps have been compiled with Intel development toolbox, icc/ifort/mkl. Mainly scientific/Engineering stuff. How do I include all these packages in a custom Live Build...?
View 7 Replies
View Related
Mar 4, 2010
We're using Munin for trend analysis purposes, but would like to use it to generate custom reports. One way I envision this is:
* The report is created as a web-page on the munin server, such as [URL]
* The layout of the report is customized based on the project
* The report will be triggered by a cron-job, and I will be notified by email when the report is completed
Does anyone know if this type of script/job allready exists?
View 2 Replies
View Related
Feb 16, 2011
I am trying to create a custom Ubuntu live CD according to this guide [URL]. First of all I wanted to test how mkisofs utility works so I copied the content of the live CD to /tmp/bootcd directory and create an ISO image. I ran the following commands
Code:
sudo rsync -av /media/CDROM/* /tmp/bootcd/
cd /tmp/bootcd
sudo mkisofs -r -V "Ubuntu9.10" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../ubuntu-9.10.iso .
If I understand it correctly, the same image as the source one should be created. When booting the Ubuntu boot menu appears and I choose "Try Ubuntu without installing.." It gets stuck after a while with this message "Unable to find a medium containing a live filesystem".
View 3 Replies
View Related
May 7, 2011
I am trying to create a custom service to manage a minecraft server what runs in a screen session (this is to allow easy console access as opposed to running it as a nohup background process). I am hitting two main issues with this script so far and wondering if anybody is able to shed some light on it, considering I am far from the greatest BASH scripter on Earth.
The issues are related to start and stop. the first issue with start is there is a command run "screen -dmS minecraft java -Xms1024M -Xmx1024M -jar /minecraft/minecraft.jar nogui" what doesn't appear to work, however when run from console (copy and pasted) this command seems to run perfectly. I am uncertain as to why this is not working within the script. Also if run from a script in /minecraft it also appears to work but in the minecraftd script I have created at /etc/init.d it does not work. I think the issue might be related to the location but am not certain on it, nor how to resolve it.
the second issue with stop is that it works sometimes but at other times it does not, overall it seems to work about 30~50% of the time. When it works it passes a couple of disconnection messages to the screen session and then gives the stop command (the command to gracefully terminate the minecraft server). It seems to work more often when using screen that I attach to the minecraft session while it is running but really not sure if this is an issue with my scripting or an issue with how I am passing things to screen.
The full code in /etc/init.d/minecraftd is below
Code:
#!/bin/bash
## Script Information
## Script Author: Berwick East
[code]....
View 9 Replies
View Related
May 11, 2015
I didn't change anything; it just stopped working on boot. I've changed permissions according to messages from log files. No good.I now get messages saying "unable to open display ' '." If I set the display (I've done this several ways, the messages say "unable to open display ':0'."
Systemd is taking control of everything basic, with almost no documentation and no configuration tools at all: rationalization by lunatics.You can make a script to run commands on boot using systemd on Jessie by creating two files: the script, in any location a file in /etc/systemd/system that runs that script..My script is called james-boot.service, placed in my /home/james/.bin directory.
#! /bin/sh
# this is run by /etc/systemd/system/james-boot.service
# Enable with sudo systemctl enable james-boot.service
# Check with sudo systemctl status james-boot.service
# If it says the service is loaded, it's OK -- inactive only means it's done running.
[code]....
This file must have ownership root.root, with (apparently) permissions 664 (rw-rw-r--).After creating, enable with sudo systemctl enable james-boot. service.Check with sudo systemctl status james-boot.service. If it says the service is loaded, it's OK -- "inactive" only means it's done running.
View 4 Replies
View Related
Nov 22, 2010
Im trying to shrink a 80 Gb ntfs partition. but when i clicked the shrink option the partition is like this:
"sda1(ntfs,0 mb)".
how to free up space in creating custom layout.
View 1 Replies
View Related
Feb 1, 2011
I'm just wondering if anyone knows the command to access the menu bar, as in the file edit view bar, not the applications places system one. I'm trying to create a keyboard shortcut to access the menu bar and I need to know the command for this.
View 1 Replies
View Related
Sep 29, 2010
i just added a wine program to the main menu as it didnt show on default and it has no icon, just a default one which isnt right, so just wanted to know if i can change this icon by inserting the correct image?
View 1 Replies
View Related
Oct 6, 2010
I installed Backtrack on my System and need to add a custom icon to the BURG menu for it.
1)I added an icon named Backtrack.png to /boot/burg/themes
2)modified the /boot/burg/themes/icons/large file to have in the class block
3)modified /etc/burg.d/40_custom for the entry Backtrack to
menuentry "BackTrack 4.0" --class backtrack --class os --group group_/dev/sda7
Still on loading the place for Backtrack is Occupied by the image for Unknown Classes...
View 4 Replies
View Related
Jan 5, 2010
easy way to change the menu in grub2 , was used to editing the menu.lst but it`s gone i know theres a new file called grub.cfg that is done on the fly.
View 2 Replies
View Related
May 6, 2010
I'm having an odd dual-boot problem. Briefly, I can't boot Windows XP from its entry on the GRUB2 menu. If I set the disk order in BIOS so that the machine boots off the drive with Windows XP, XP starts normally. However, if I boot off the Ubuntu drive, which brings up the GRUB2 menu, choosing the "Windows 7 loader" option (why it says Windows 7 when there's only Windows XP is another question!) just makes my system reboot.
It appears there's some problem with the way GRUB2 attempts to start Windows XP. I'm also wondering why GRUB2 thinks it sees the Windows 7 loader. There shouldn't be any Windows 7 anything anywhere. I once had a Windows 7 RC install on the same disk as Windows XP, but I wiped the Windows 7 system partition and reallocated its space as just another NTFS partition. FWIW, GRUB2 is installed on the MBR of the disk containing my Ubuntu install. Windows XP has a different drive all to itself.
View 9 Replies
View Related
Aug 1, 2010
I've accidentally installed grub 2 on a BackTrack4 usb install and I need some instructions to "convert" the old menu.lst so grub2 will automatically boot BT4. Here's the file contents:
Code:
# By default, boot the first entry.
default 4
# Boot automatically after 30 secs.
timeout 30
[Code]....
View 1 Replies
View Related
Aug 17, 2010
Can i change the "gnu grub version 1.98-1ubuntu5" shown at the top of the bootloader to something else?
View 7 Replies
View Related
Aug 4, 2011
After a long night I managed to place my grub2 files on a separate partition on my hard disk. I am now able to edit my grub.cfg file directly (no more pesky update-grub commands) and I can create my own custom named menu entries in grub.cfg, the only problem I have encountered is in theming. I originally used burg to theme my menu, but found it to be a little unstable and erratic, so I have decided to use native theming options like font, color, and splash image.
But unfortunately, all the instructions for using these features invoke editing the 05 Debian script to make changes. As I no longer use this feature, I need to understand how editing the Debian script affects the grub.cfg file so I can manually create my menu. If you have themed your grub2 menu, please post the contents of your grub.cfg so I can get a feel for the what commands exist.
View 3 Replies
View Related
Mar 20, 2010
Ubuntu 9.10 64bit
Grub2 doesn't have menu.lst. If I want to remove on the booting screen, e.g. Code: Ubuntu, linux 2.6.27-2-generic Ubuntu, linux 2.6.27-2-generic (single-user mode) How to do it?
View 9 Replies
View Related