Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
That's good info, but it seems to require that you already been booted up with grub2 active. I don't want to touch my existing HDD. I just want to make a grub2 bootable CD.
seems you can use Ubuntu 9.10 livecd to make either rescue floppy or cd...
Quote:
May be there is a better way but I used a Grub2 floppy or a Grub2 CD. Each can only be made from a Live CD that has been shipped with Grub2, like Ubuntu 9.10. All you need to do is to boot up such a Linux Live CD, get into a root terminal, put a floppy into the drive and issue the following commands (originated from FranklinPiat/grub-mkrescue.manpage - GRUB Wiki)
Code:
Basically the grub-mkrescue copies Grub2 image into the specified file and you use the dd command to write the same onto a floppy. For a bootable Grub2 CD the instructions are
Code:
Thank you. Yes, that's what I had in mind. I was hoping to not have to download a Ubuntu LiveCD. I thought maybe there was something like Super Grub Disk for Grub2. But I will give the LiveCD method a try. That seems like the only choice for now, and it should accomplish what I had in mind. Thanks.
Thank you. Yes, that's what I had in mind. I was hoping to not have to download a Ubuntu LiveCD. I thought maybe there was something like Super Grub Disk for Grub2. But I will give the LiveCD method a try. That seems like the only choice for now, and it should accomplish what I had in mind. Thanks.
You could also use Synaptic to install grub-rescue-pc which contains an ISO image [grub-rescue-cdrom.iso] that you burn to CD to create a bootable CD from. This is only 850.0 KB so it is not a large download. You could keep this image on a USB flash drive and boot it from there. For really old machines there is also an image [grub-rescue-floppy.img] to write to a floppy disk, being only 1.4 MB in size.
Both will boot you into a grub command-line environment with all the tools you need to repair a GRUB-PC installation.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.