|
Can't I run myScript by appending a line to the entry of Linux in /boot/grub/menu.lst as:
title Ubuntu 9.04, kernel 2.6.28-11-generic uuid b20f1720-b3f5-4162-bc92-ab2deb8d5d04 #kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=b20f1720-b3f5-4162-kernel...
Started by baltusaj on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For instance:
kernel /boot/vmlinuz-2.6.xxIf you want to run a script as part of the boot process, you want to do that with init will be run very early in the boot process....
In grub, which tells the kernel the first program to run.
|
|
I just installed Ubuntu 9.10 on my PC.I have Windows XP as primary OS. I am trying to set XP as default OS by following command in terminal
sudo gedit /boot/grub/menu.lst
After that it should display something like this
But instead it is showing a blank...
Started by ravi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
More....
Now you'll want to make your personalized settings changes in the file: /etc/default/grub
At a terminal:
sudo gedit /etc/default/grub to in the previous version).
As the comments point out the new Grub is just setup differently.
|
|
I am expanding my rescue usb flash disk. The USB's partition is bootable, and I have installed GRUB to the MBR of the jump drive. It works pretty well - I can boot Freedos and run some utilities,and I can boot PING .
I would like to add the Ubuntu 9.1...
Started by EricJLN on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Update: Based on your entry, I found the article "Grub chainloads syslinux and back" , which basically says "patch grub":
Chainloading syslinux from GRUB seems not to be possible without a patch mentions a similar patch was posted....
|
Ask your Facebook Friends
|
I normally boot into Linux using grub so have linux as the first hard drive in my machine. I have Windows installed onto a second hard drive and am trying to get grub to boot it.
The grub config file contains
title Windows rootnoverify (hd1,1) chainloader...
Started by David Dibben on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of the Windows entry in /boot/grub/menu.lst :
map (hd0) (hd1) map (hd1) (hd0)
This is onlyMy reading of the hd(1,1) means 2nd drive, 2nd partition- is that where it is?
The Windows boot loader assumes it's the first disk ....
|
|
My notebook computer came with Vista and I installed Ubuntu on 2 partitions and kubuntu on another partition.
After a while, I wanted to delete one of the Ubuntu partition, so I did it in Vista's Disk Management Tool.
But after that, the computer won'...
Started by Jian Lin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Hope GRUB on the MBR (master boot record) where there is the "pointer" to where the rest of GRUB in that shall....
For ubuntu up to 9.04 but not for 9.10) the file /boot/grub/menu.lst (it is pretty straightforward).
|
|
Possible Duplicate:
Make grub keep its default boot under kernel updates
Hi, I've got dual boot system - Ubuntu 9.10 and Windows 7.
Whenever the GRUB loaded, the menu showed lots of options, for example, the past kernels, memory tests, and windows 7.
...
Started by Dean on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Edit the file /boot/grub/menu.lst as root with yourThe answer appears to be:
Remove old kernels via Synaptic, and their boot entry reading of /etc/grub.d/README is that....
From this guide to Grub 2 at the Ubuntu Forums .
|
|
Here is my situation: I have a netbook with an 8gb SSD as its first drive and a 32gb drive as its secondary drive. I was hoping to install windows xp on a 20gb partition and then share the remaining 8gb drive and 12gb partition from drive2 for my linux...
Started by Gegtik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I am not an expert with Grub but this is how I have done it in the past then linux on the preferred, during....
Use a Windows CD and boot to Recovery Console and run "fixboot", it will likely overwrite GRUB after xp was up and running.
|
|
Hi
I have the following scenario:
I had a dual boot option on my laptop with Windows Vista Home Premium and Red Hat Linux Enterprise Edition 5.0. In order to install Ubuntu on the partition having RHEL, I deleted that partition using windows disk management...
Started by Andriyev on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
To /boot/grub/menu.lst
title Windows map (hd0) (hd1) map (hd1) (hd0) rootnoverify (hd1,0Try doing this, I've had this work on a dual boot with windows where grub messed up the master not boot Windows from ....
|
|
On Thu, 01 Jan 2009 12:50:08 +0100, Micha Feigin <michf@post.tau.ac.il
After the last update grub started booting into the command line (shows gruband seems to ignore menu.lst. I managed to boot by setting
kernel /boot/vmlinuz-2.6.28
boot
I then...
Started by Micha Feigin on
, 3 posts
by 1 people.
Answer Snippets (Read the full thread at omgili):
The problem is that the kernel seems
everything works fine
....
To boot from sda1)
if I set in grub
set root=(hd0,5)
linux /boot/vmlinuz-2.6.28 root=/dev/sda1 ro is ext4 which doesn't work with grub, but it does with
grub2.
|
|
On Mon, 22 Oct 2007 13:50:59 +0000 (UTC), Brice Figureau <brice+debian@daysofwonder.com> wrote:
Hi,
I have a supermicro server which was booting fine for almost 3 years under lilo.
/boot is a software RAID 1 partition.
Root is also a software...
Started by Brice Figureau on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at omgili):
Lockalternative=true-grub lock....
# menu.lst - See: grub(8), info grub, update-grub update-grub lock alternative automagic boot options
## e.g.
Is my menu.lst, maybe someone will find the
issue...
|