Re: chainloader +1, again

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

 



>Snipped from that shell:
>device (hd0,0) /dev/sdb
>grub> root (hd0,1)
>root (hd0,1)
> Filesystem type unknown, partition type 0x82
>grub> setup (hd0,1)
>setup (hd0,1)

i think you're close.  'device' refers to the whole drive, and grub
counts partitions from 0 (partition type 0x82 is a swap partition,
/dev/sdb2).  so you probably want:

device (hd0) /dev/sdb
root (hd0,0)
setup (hd0) # write mbr of device, not partition!

on the other hand, if you got here via 'chainloader' from /dev/sda,
the bios (and therefore grub) likely thinks that /dev/sdb is drive 1,
so that 'hd1' may be what you need instead of 'hd0'.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux