Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 145932

Summary: 2006.1 LiveCD kernel could not find CD to boot if boot from harddisk
Product: Gentoo Release Media Reporter: TeF <tefiszx>
Component: EverythingAssignee: Gentoo Release Team <releng>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description TeF 2006-09-01 19:10:28 UTC
I extract all files in 2006.1 minimal LiveCD to a HD partition.Then I use grub
to boot LiveCD from harddisk.The grub and grub.conf can boot 2006.0 from harddsik correctly.But in 2006.1,it seems like image.squash can't mount to the  cdroot which a parameter of livecd kernel options that I write in grub.conf.

This is my grub.conf:

title Grub to Gentoo LiveCD 2006.1
root (hd0,0)
kernel /isolinux/gentoo root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs cdroot=/dev/sda1 udev vga=791 splash=silent,theme:livecd-2006.1 CONSOLE=/dev/tty1
initrd /isolinux/gentoo.igz
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-02 00:50:39 UTC
@release - we need 2006.1 version for LiveCD bugzilla component. ;)
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-09-03 13:28:05 UTC
What is the exact error?

Normally, I'd say that you're on your own, since this is completely not something that we care to support, but I think it's interesting and wasn't aware of anyone actually doing this, so I definitely want to help you out.

I'm having a bit trouble deciphering your exact problem, so if you could help out by giving exact output, as well as the exact expected output, we can see what we can do about it.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2006-09-12 14:00:20 UTC
This looks to be the same as bug #147186 really.

The problem is that using mount's ability to determine the filesystem itself makes the CD boot *extremely* slow.  We'll have to figure out some better way of determining the file-system, so we can have it work on any file-system type, besides just iso9660.  This definitely is something we need to look at.

*** This bug has been marked as a duplicate of 147186 ***