From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: How to call dban fron grub ?
Date: Fri, 07 Aug 2009 19:35:09 +0200 [thread overview]
Message-ID: <1249666509.3626.9.camel@fz.local> (raw)
In-Reply-To: <20090807224732.067f794d@shiva.selfip.org>
Am Freitag, den 07.08.2009, 22:47 +0530 schrieb J. Bakshi:
> Hello developers,
>
> I think ( please correct me if I am wrong ) I need not say more about dban (Darik's Boot And Nuke); a HDD data eraser.
> dban is shipped with syslinux to fit into both Cd and USB stick. What I am trying to achieve is to call dban by grub2.
> As per the syslinux.cfg; calling dban with shell is done by
>
> `````` syslinux.cfg ````````
>
> LABEL shell
> KERNEL kernel.bzi
> APPEND initrd=initrd.gz root=/dev/ram0 init=/rc nuke="exec ash"
> `````````````````
>
> dban comes as floppy image as dban_1_0_7_i386.ima which has the kernel and initrd image ( I have also confirmed by mount it through loopback device and get the same ). To call it from grub with loopback I have done as below [ Note: I have put dban_1_0_7_i386.ima in reiserfs partition (hd0,2) ]
>
> ``````````
> menuentry "dban"
> {
> loopback loop (hd0,2)/dban_1_0_7_i386.ima
> linux (loop)/kernel.bzi nuke="exec ash"
> initrd (loop)/initrd.gz
> }
> ````````````
>
> Grub calls dban successfully but immediately computer restarts. It happens again and again whenever I call dban. Also checked by
>
> linux (loop)/kernel.bzi root=/dev/ram0 init=(loop)/dban_1_0_7_i386.ima/rc nuke="exec ash"
>
> but no luck.
>
> Does anyone of you have the luck to call dban from grub2 ?
>
>
Try with the old linux loader with linux16 and initrd16
--
Felix Zielcke
Proud Debian Maintainer
next prev parent reply other threads:[~2009-08-07 17:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-07 17:17 How to call dban fron grub ? J. Bakshi
2009-08-07 17:35 ` Felix Zielcke [this message]
2009-08-08 5:55 ` J. Bakshi
2009-08-10 11:38 ` Robert Millan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1249666509.3626.9.camel@fz.local \
--to=fzielcke@z-51.de \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.