I'm using Arch Linux 64bit and I want to switch to grub2 since 2.0 is
getting somewhat close. I'm running a RAID0 (using dmraid) setup and I
can't figure out how to install grub2 on RAID0. With the legacy grub I
have to go into the grub command prompt and do the following

# dmsetup mknodes
# grub --device-map=/dev/null
grub> device (hd0) /dev/mapper/raid_set
grub> geometry (hd0) C H S

grub> root (hd0,0)
grub> setup (hd0)
grub> quit
# reboot

how can I do this in grub2?

-- 
---------------------------------------------------------------
Dr. rer. nat. André Fettouhi, Postdoc.
Center for Phase Equilibria and Separation Processes (IVC-SEP)
DTU Chemical Engineering
Department of Chemical and Biochemical Engineering
Technical University of Denmark
Søltofts Plads
Building 229, room 218
2800 Kgs. Lyngby
Denmark
Telephone: +45-45252978
Fax: +45-45882258
E-Mail: [email protected]
---------------------------------------------------------------



_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to