Results 1 to 5 of 5
I have installed grub2 on a flash drive to boot some os's that I want to carry around. But in grub.cfg when i put this:
Code:
menuentry "BackTrack Persistent" {
...
- 09-08-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 8
Grub2 Not Passing Parameters to Kernel
I have installed grub2 on a flash drive to boot some os's that I want to carry around. But in grub.cfg when i put this:
it does exactaly the same thing as thisCode:menuentry "BackTrack Persistent" { set gfxpayload=1024x768 linux /backtrack/boot/vmlinuz BOOT=casper boot=casper persistent rw quiet initrd /backtrack/boot/initrd.gz }
Grub is not passing parameters for some reason.Code:menuentry "BackTrack Persistent" { set gfxpayload=1024x768 linux /backtrack/boot/vmlinuz initrd /backtrack/boot/initrd.gz }
I'm thinking of filing a bug report but I want to make sure i'm not doing something wrong first.
- 10-18-2010 #2
i m not sure read this documentation it help you
GRUB 2 bootloader - Full tutorialTake risks: if you win, you will be happy; if you lose, you will be wise.
New Users : Read This First
- 10-18-2010 #3
you can get some help from here
Grub 2 Basics - Ubuntu ForumsTake risks: if you win, you will be happy; if you lose, you will be wise.
New Users : Read This First
- 10-19-2010 #4
GRUB2 uses options defined in /etc/default/grub folder only.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-19-2010 #5Just Joined!
- Join Date
- Sep 2010
- Posts
- 8


Reply With Quote

