All you have to do is download the iso, install syslinux
(aptitude install syslinux) , and configure
grub to start memdisk and boot off of the iso. You can do this by
copying the iso to your boot partition (cp 7wuj43uc.iso
/boot/; ), copying memdisk to the boot partition (cp
/usr/lib/syslinux/memdisk /boot/; ) and adding an entry to
your grub.cfg like the following (putting it in
/etc/grub.d/40_custom is probably the most reasonable):
menuentry "Thinkpad x200 BIOS Upgrade to 3.19" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
linux16 /memdisk iso
initrd16 /7wuj43uc.iso
}
Note that your configuration will be slightly different depending
on whether you have a separate /boot partition (I do) or not. |
Комментариев нет:
Отправить комментарий