[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dedicated grub2 partition
From: |
Barry Jackson |
Subject: |
Re: Dedicated grub2 partition |
Date: |
Mon, 04 Oct 2010 11:36:43 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-UK; rv:1.9.2.12pre) Gecko/20101003 Lightning/1.0b2 Lanikai/3.1.5pre |
On 04/10/10 00:57, Goh Lip wrote:
On Monday 04,October,2010 07:48 AM, Goh Lip wrote:
Barry, try this.......
menuentry "PCLOS live iso" {
loopback loop (hd0,x)/<path>/pclinuxos-lxde-2010.1.iso
linux (loop)/isolinux/<path>/vmlinuz
findiso=/<path>/pclinuxos-lxde-2010.1.iso boot=isolinux quiet noeject
noprompt
initrd (loop)/isolinux/initrd.gz
Sorry, no <path> at (loop)/isolinux/vmlinuz
So...
menuentry "PCLOS live iso" {
loopback loop (hd0,x)/<path>/pclinuxos-lxde-2010.1.iso
linux (loop)/isolinux/vmlinuz findiso=/<path>/pclinuxos-lxde-2010.1.iso
boot=isolinux quiet noeject noprompt
initrd (loop)/isolinux/initrd.gz
The message wrap is ah, so unreadable. Sorry.
_______________________________________________
Help-grub mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-grub
Hi Goh
Since the .iso is in the root of sda1, the <path> is not actually needed.
I have tried many variations on this:-
menuentry 'PCLOS live iso' {
loopback loop (hd0,1)/pclinuxos-lxde-2010.1.iso
linux (loop)/isolinux/vmlinuz findiso=/pclinuxos-lxde-2010.1.iso
boot=isolinux quiet noeject noprompt
initrd (loop)/isolinux/initrd.gz
}
I changed to boot=boot, livecd=livecd, boot=livecd and the result is
always the same:-
ACPI: Aborted because no cpio magic.
Kernel panic - not syncing: No init found. Try passing init= option to
kernel.
I tried adding noacpi but no change.
With the findiso= the initrd won't boot - without it it runs and gets as
far as detecting all hardware, then searches all devices for the "loop
image" by which I am guessing it means livecd.sqfs ?
I tried livecd=(loop)/livecd but no change.
I have only 1GB ram - just a thought.
> Thought you've got these booted?, but never mind, we'll handle the
> iso boot first, ya?
Yes - I did say "Off topic" that is another issue. It happens if I try
to use the motherboard SATA controllers (nforce3). I have no problems at
all using a PCI Silicon Image SATA card with the grub.cfg I paste binned
earlier. Forget that issue for now!
Barry
- Re: Dedicated grub2 partition, (continued)
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/01
- Re: Dedicated grub2 partition, Barry Jackson, 2010/10/02
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/02
- Re: Dedicated grub2 partition, Barry Jackson, 2010/10/02
- Re: Dedicated grub2 partition, Barry Jackson, 2010/10/03
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/03
- Re: Dedicated grub2 partition, Barry Jackson, 2010/10/03
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/03
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/03
- Re: Dedicated grub2 partition,
Barry Jackson <=
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/04
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/04
- Re: Dedicated grub2 partition, Barry Jackson, 2010/10/05
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/05
- Re: Dedicated grub2 partition, Barry Jackson, 2010/10/06
- Re: Dedicated grub2 partition, Goh Lip, 2010/10/06