[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
insert grub2 module 'normal'?
From: |
k2011gen |
Subject: |
insert grub2 module 'normal'? |
Date: |
Mon, 10 Jan 2011 11:37:16 -0500 |
I made a floppy made with grub-mkrescue.
/usr/local/bin/grub-mkrescue --output="/home/u3/grub2.dd"
dd if=/home/u3/grub2.dd of=/dev/fd0
2456+0 records in
2456+0 records out
1257472 bytes (1.3 MB) copied, 91.3278 s, 13.8 kB/s
The floppy boots into grub rescue and lists commands that are not available.
Then
grub rescue > insmod normal
no such disk
how do I insert the normal module in order to continue either with an itemized
commanded boot or with a configfile command?
TIA