Hi,
I'm trying to add a new entry to the Grub 2 boot menu. The goal is to have the option to boot into a live linux OS called Bankix (derived from Ubuntu 12.04 and geared towards safe online banking). Bankix is installed on a SD memory card on /dev/sdc1. From what I understand, I need to edit /etc/grub.d/40_custom to make a new entry appear in the Grub 2 boot menu. I added the following:
menuentry 'Bankix' {
insmod chain
set root=(hd2)
chainloader +1
}
When I select this option from the Grub 2 menu on startup, I get an error: 'no server is specified'. Googling this error message does not return any useful results unfortunately, so I'm unsure how to tackle this issue. I'm using Ubuntu 12.10 with Windows 8 dual boot. Can anybody help? See also this thread where Darkod helped me out with my first issue in relation to this project.
Thanks!
I'm trying to add a new entry to the Grub 2 boot menu. The goal is to have the option to boot into a live linux OS called Bankix (derived from Ubuntu 12.04 and geared towards safe online banking). Bankix is installed on a SD memory card on /dev/sdc1. From what I understand, I need to edit /etc/grub.d/40_custom to make a new entry appear in the Grub 2 boot menu. I added the following:
menuentry 'Bankix' {
insmod chain
set root=(hd2)
chainloader +1
}
When I select this option from the Grub 2 menu on startup, I get an error: 'no server is specified'. Googling this error message does not return any useful results unfortunately, so I'm unsure how to tackle this issue. I'm using Ubuntu 12.10 with Windows 8 dual boot. Can anybody help? See also this thread where Darkod helped me out with my first issue in relation to this project.
Thanks!