Re: [rock-user] Encrypted filessystem doesn't work ?
Tuan Anh TRINH <[email protected]> Thu, 27 Apr 2006 19:30:10 -0700
| Newsgroups | gmane.linux.distributions.rock.user,gmane.spam.detected |
|---|---|
| Organization | Freelancer |
| Message-ID | <[email protected]> |
> > I think the problem is the root= parameter to your kernel. > You have: > > linux (hd0,2)/boot/vmlinuz root=/dev/hda3 ro > > You should have: > > linux (hd0,2)/boot/vmlinuz root=/dev/ram0 ro > > Also, in the 6945 iso you need this additional kernel parameter: > > init=/linuxrc All the configuration is default and made by ROCK. > > Which makes the complete line you need: > > linux (hd0,2)/boot/vmlinuz root=/dev/ram0 init=/linuxrc ro I've tested and it hang while booting: http://www.vhc.com.vn/26/capture-03.JPG > > > Hope that helps, > Benjamin Thanks, do you have any idea? Tuan