Tiny Core Base > TCB Talk

Boot tinycore iso with grub2

<< < (3/4) > >>

beerstein:
Hi scottcressi: Let me know when this thing is working and how you fixed it. Thank you -

genec:

--- Quote from: scottcressi on June 18, 2012, 11:38:37 PM ---Is the tc4 iso bootable from grub2?
--- End quote ---
GRUB* can _not_ boot ISOs.  Don't confuse reading files from an ISO9660 file system image with booting from it.  It can't boot arbitrary ISOs but can boot using files from some ISOs some files from ISOs, presuming it understands how to suitably boot them.

coreplayer2:
I find this interesting..    Grub2 is a boot loader, it has the ability to read/access ISO's using it's iso9660.mod driver.   it has the capability to of finding an ISO using the findiso command then loop mount the kernel.

I never realized until today that using a loopback config file restores boot menu options seen when booting the cd normally

SNAFU:
you definitly can boot an iso file from grub2, not grub (1.xx)

daily ubuntu makes reside on my laptop and work

beroje:

menuentry "Tinycore" {
set root='(/dev/sda,msdos6)'
linux (hd0,msdos6)/tinycore/boot/vmlinuz quiet waitusb=5 blacklist=pcspkr nozswap nodhcp tce=sda6/tinycore/tce
initrd (hd0,msdos6)/tinycore/boot/core.gz
}

menuentry "xPud" {
set root='(/dev/sda,msdos6)'
loopback loop (hd0,msdos6)/Xpud/xpud-0.9.2.iso
linux (loop)/boot/xpud isofrom=/Xpud/xpud-0.9.2.iso noisapnp
initrd (loop)/opt/media
}

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version