help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grub2 boot to loopdevice file


From: Mark Glassberg
Subject: Grub2 boot to loopdevice file
Date: Wed, 10 Jun 2009 08:49:08 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

I'm working with the RIP rescue cdrom image at:
http://www.tux.org/pub/people/kent-robotti/looplinux/rip/RIPLinux-9.0-non-X.iso

When used on a cdrom, the system boots a kernel, "kernel32", and loads a
compressed filesystem, "rootfs.cgz", into memory.  The system cannot be easily
modified because it resides in ram and changes are lost when it is unmounted.

I have copied "kernel32" and "rootfs.cgz" to my XP Pro ntfs partition and made
a Grub2 bootfloppy with the following commands:
        root (hd0,3)
        linux /kernel32
        initrd /rootfs.cgz
        boot
If works, but I still have the modification problem.

I have made an 80M file, "rootfs.img", and transferred the system to it.  I want
to modify my Grub2 bootfloppy in order to boot to the loopdevice instead the
initrd.  This change will preserve any changes I make to the system.

Any assistance would be greatly appreciated.

Thanks in advance,
Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]