GRUB에 ISO (우분투의 대체 배포판)를 추가하려고합니다.
이 결과는 fdisk -l
다음 과 같습니다.
FDISK 출력
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00061b6d
Device Boot Start End Blocks Id System
/dev/sda1 * 1 9539 76614656 83 Linux
/dev/sda2 9539 9730 1533953 5 Extended
/dev/sda5 9539 9730 1533952 82 Linux swap / Solaris
Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x41ffc810
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 30401 244196001 c W95 FAT32 (LBA)
grub.cfg
menuentry "Ubuntu Alternate Install 10.10 32bit" {
loopback loop (hd0,0)/boot/ubuntu-10.10-alternate-i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/boot/ubuntu-10.10-alternate-i386.iso noprompt nomodeset
initrd (loop)/casper/initrd.lz
}
이처럼 40_custom 파일에 항목을 추가하고 sudo grub-update를 수행했습니다.
menuentry "Ubuntu Alternate Install 10.10 32bit" {
loopback loop (hd0,1)/boot/ubuntu-10.10-alternate-i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/boot/ubuntu-10.10-alternate-i386.iso noprompt nomodeset
initrd (loop)/casper/initrd.lz
하지만이 파일을 찾을 수 없습니다. GRUB 메뉴에서이 옵션을 선택할 때 커널 등을로드해야합니다. 내가 잘못 가고있는 곳